Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 376085

Summary: app-admin/collectd links against libltdl, so needs to RDEPEND op sys-devel/libtool
Product: Gentoo Linux Reporter: Bruno <bonbons>
Component: Current packagesAssignee: Andreas K. Hüttel <dilfridge>
Status: RESOLVED FIXED    
Severity: normal CC: bugs
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.