Hi, 3 hours ago I wrote a mail to Avati with this hint. > Hi, > > there is a little typo in > > File: glusterfs/xlators/cluster/stripe/src/stripe.c > Line: 2841 > > 2840 local->wind_count++; > 2841 if (remaining_size == 0) { > 2842 > 2843 local->unwind = 1; > 2844 > > should be > > 2840 local->wind_count++; > 2841 if (remaining_size == 0) > 2842 > 2843 local->unwind = 1; > 2844 > > "{" is to much. > > Regards, > > Matthias > > > > Regards, Matthias Alexander Attarian schrieb: > Yap, got the same error, I told bulde on irc to check on it. > > Alex > > On 9/25/07, Nathan Allen Stratton <nathan@xxxxxxxxxxxx> wrote: > >> stripe.c: In function stripe_writev: >> stripe.c:2858: error: expected expression before else >> stripe.c:3144: error: expected declaration or statement at end of input >> stripe.c:3140: warning: unused variable mops >> stripe.c:3101: warning: unused variable fops >> make[4]: *** [stripe.o] Error 1 >> make[4]: Leaving directory >> `/usr/local/src/glusterfs/xlators/cluster/stripe/src' >> make[3]: *** [install-recursive] Error 1 >> make[3]: Leaving directory >> `/usr/local/src/glusterfs/xlators/cluster/stripe' >> make[2]: *** [install-recursive] Error 1 >> make[2]: Leaving directory `/usr/local/src/glusterfs/xlators/cluster' >> make[1]: *** [install-recursive] Error 1 >> make[1]: Leaving directory `/usr/local/src/glusterfs/xlators' >> make: *** [install-recursive] Error 1 >> >> >> >>> <> >>> >> Nathan Stratton CTO, Voila IP Communications >> nathan at robotics.net nathan at voilaip.com >> http://www.robotics.net http://www.voilaip.com >> >> >> _______________________________________________ >> Gluster-devel mailing list >> Gluster-devel@xxxxxxxxxx >> http://lists.nongnu.org/mailman/listinfo/gluster-devel >> >> > > > _______________________________________________ > Gluster-devel mailing list > Gluster-devel@xxxxxxxxxx > http://lists.nongnu.org/mailman/listinfo/gluster-devel >