Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 455328 - sys-cluster/glusterfs has magic dependency on dev-libs/libaio and sys-libs/readline
Summary: sys-cluster/glusterfs has magic dependency on dev-libs/libaio and sys-libs/re...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Cluster Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-03 18:19 UTC by Alexander Zubkov
Modified: 2013-07-26 12:01 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 Alexander Zubkov 2013-02-03 18:19:59 UTC
sys-cluster/glusterfs when building checks for existence of libaio and builds in different way in both cases. So it should have aio USE-flag and persis libaio dependency to not be broken if libaio will be depclean-ed.
Here is middle of output during package building after configure:

===========================
FUSE client        : yes
Infiniband verbs   : no
epoll IO multiplex : yes
argp-standalone    : no
fusermount         : no
readline           : yes
georeplication     : yes
Linux-AIO          : yes

As you see it have option for AIO. Also after build with libaio present it have such dependency:

# ldd /usr/lib64/glusterfs/3.3.1/xlator/storage/posix.so | grep aio
        libaio.so.1 => /lib64/libaio.so.1 (0x00007fa5c3a46000)
Comment 1 Tiziano Müller (RETIRED) gentoo-dev 2013-07-26 11:53:35 UTC
... and there were some more: libxml2 and openssl.

Solved in 3.4.0, thanks!