Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 408341 - sys-cluster/resource-agents (/usr/sbin/ldirectord) needs more runtime dependencies
Summary: sys-cluster/resource-agents (/usr/sbin/ldirectord) needs more runtime depende...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Cluster Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-15 12:24 UTC by BigBug
Modified: 2012-03-15 15:49 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 BigBug 2012-03-15 12:24:27 UTC
There is no runtime dependencies for ldirectord utility in the sys-cluster/resource-agents ebuild

Reproducible: Always

Steps to Reproduce:
1. emerge sys-cluster/resource-agents
2. try to launch ldirectord
Actual Results:  
Errors about no found perl libs will be shown

Expected Results:  
launch or ldirectord script

Maybe needed to add the "perl" USE flag, or just add those deps to the ebuild. The needed libs are:
dev-perl/Socket6
dev-perl/LWP-UserAgent-Determined
dev-perl/IO-Socket-INET6
dev-perl/MailTools
Comment 1 Ultrabug gentoo-dev 2012-03-15 15:37:56 UTC
Hi BigBug, this is Ultrabug ;)

As specified at the end of the emerge by the following warning message [1] (copied from the ebuild), those deps are meant to be installed by hand.

So I'm sorry to say that we won't change this, closing as WONTFIX.

Thanks mate

[1]
"To use Resource Agents installed in /usr/$(get_libdir)/ocf/resource.d"
"you have to emerge required runtime dependencies manually."
""
"Description and dependencies of all Agents can be found on"
"http://www.linux-ha.org/wiki/Resource_Agents"
"or in the documentation of this package."
Comment 2 BigBug 2012-03-15 15:49:02 UTC
Sorry, i never readed that message carefully :(