It seems like 
http://www.gluster.org/community/documentation/index.php/CompilingRPMS
is missing one crucial step:

 $ ./autogen.sh
 $ ./configure --enable-fusermount
 $ make dist
 ...
 $ cd extras/LinuxRPM
 $ make glusterrpms

should be:

 $ rm -f ./autom4te.cache/*   # make sure to use current
                              # './build-aux/pkg-version --release'
 $ ./autogen.sh 
 $ ./configure --enable-fusermount 
 $ make dist 
 ...
 $ cd extras/LinuxRPM
 $ make glusterrpms

Otherwise the rpm's wont pick the correct releaseversion, i.e. ./autogen.sh
will pickup the result of './build-aux/pkg-version --release' from the cache
instead of figure out where HEAD is currently located.

Even nicer would be if '(cd extras/LinuxRPM ; make glusterrpms)' did the 
right thing.

/Anders
-- 
Anders Blomdell                  Email: anders.blomd...@control.lth.se
Department of Automatic Control
Lund University                  Phone:    +46 46 222 4625
P.O. Box 118                     Fax:      +46 46 138118
SE-221 00 Lund, Sweden

_______________________________________________
Gluster-devel mailing list
Gluster-devel@gluster.org
http://supercolony.gluster.org/mailman/listinfo/gluster-devel

Reply via email to