Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 376085 - app-admin/collectd links against libltdl, so needs to RDEPEND op sys-devel/libtool
Summary: app-admin/collectd links against libltdl, so needs to RDEPEND op sys-devel/li...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andreas K. Hüttel
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-23 10:50 UTC by Bruno
Modified: 2011-07-25 21: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 Bruno 2011-07-23 10:50:28 UTC
Since this week sys-devel/libtool is no more part of @system.

`emerge --depclean -with-bdeps=n` now cleans autotools (including libtool) unless some package RDEPENDs on them.

Please add sys-devel/libtool to RDEPEND for collectd.


Alternative is to make make collectd use dlopen() instead of lt_dlopen() (same for dlsym, dlclose and dlerror). Such a patch has been submitted to collect mailing list.

Reproducible: Always
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2011-07-25 21:01:08 UTC
Done, thanks.