Hi, There is a new release of GlusterFS v3.1.0. AFAIK bumping the ebuild version works ok for me. Rich Reproducible: Always Steps to Reproduce:
I've also activated the fusermount option in my ebuild too. Changing this: src_configure() { econf \ $(use_enable fuse fuse-client) \ $(use_enable infiniband ibverbs) \ ... to this: src_configure() { econf \ $(use_enable fuse fuse-client) \ $(use_enable fuse fusermount) \ $(use_enable infiniband ibverbs) \ ... Rich
(In reply to comment #1) > $(use_enable fuse fusermount) \ Bad idea. That option builds bundled/forked fusermount binary, also provided by sys-fs/fuse. Weird that you didn't get a conflict...
+*glusterfs-3.1.0 (14 Oct 2010) + + 14 Oct 2010; Kacper Kowalik <xarthisius@gentoo.org> + -files/glusterfs-2.0.8-parallel-make.patch, -glusterfs-3.0.4.ebuild, + -glusterfs-3.0.5.ebuild, +glusterfs-3.1.0.ebuild, + +files/glusterfs-3.1.0-parallel-build.patch: + Version bump wrt bug 340849. Fix parallel build issues wrt bug 323957. + Thanks to Richard Scott <gentoo.bugs@pointb.co.uk> and Dennis Schridde + <devurandom@gmx.net> respectively. Drop old. +