Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 434644 - net-analyzer/rrdtool-1.4.7 USE=-tcpd still depends on sys-apps/tcp-wrappers
Summary: net-analyzer/rrdtool-1.4.7 USE=-tcpd still depends on sys-apps/tcp-wrappers
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 404433
  Show dependency tree
 
Reported: 2012-09-10 19:57 UTC by Alexander Zubkov
Modified: 2012-09-12 20:10 UTC (History)
0 users

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 2012-09-10 19:57:35 UTC
rrdtool when built with "-tcpd" USE flag is still depends on tcp-wrappers (/lib64/libwrap.so.0):

# emerge -vp rrdtool | grep rrdtool
[binary   R    ] net-analyzer/rrdtool-1.4.7  USE="lua -dbi -doc -perl -python -rrdcgi -ruby -tcl -tcpd" 0 kB
# ldd /usr/bin/rrdcached | grep libwrap
        libwrap.so.0 => /lib64/libwrap.so.0 (0x00000349b25f9000)
Comment 1 Sergey Popov gentoo-dev 2012-09-12 20:10:37 UTC
+  12 Sep 2012; Sergey Popov <pinkbyte@gentoo.org> rrdtool-1.4.7-r1.ebuild:
+  Fix typos in ebuild, which cause issue with automagic dependencies on
+  sys-apps/tcp-wrappers and dev-db/libdbi