Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 340849 - sys-cluster/glusterfs-3.1.0 version bump
Summary: sys-cluster/glusterfs-3.1.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Alexey Shvetsov
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-13 14:36 UTC by Richard Scott
Modified: 2010-10-14 17:09 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Scott 2010-10-13 14:36:43 UTC
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:
Comment 1 Richard Scott 2010-10-13 15:42:23 UTC
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
Comment 2 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2010-10-13 17:54:09 UTC
(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...
Comment 3 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2010-10-14 17:09:47 UTC
+*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.
+