Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 424361 - Wrong dependencies for net-misc/radvd-1.9.1
Summary: Wrong dependencies for net-misc/radvd-1.9.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Michael Weber (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-01 11:53 UTC by Bjarke Istrup Pedersen (RETIRED)
Modified: 2012-07-02 06:48 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 Bjarke Istrup Pedersen (RETIRED) gentoo-dev 2012-07-01 11:53:00 UTC
net-misc/radvd-1.9.1 has libdaemon as a DEPEND, which is wrong.
It should be listed as a RDEPEND, since it is needed for radvd to work.

if it is only listed as DEPEND, portage takes it as a build-time only dependency, and it is not emerged into the target path.

This breaks cross-compiling, since libdaemon is not installed in the target.

The solution is easy, move libdaemon from DEPEND to RDEPEND in the ebuild.
Comment 1 Michael Weber (RETIRED) gentoo-dev 2012-07-02 06:48:10 UTC
sure, I was about to test if radvd uses the static or dynamic version of libgdaemon, but forgot to move the dep.

+*radvd-1.9.1-r1 (02 Jul 2012)
+
+  02 Jul 2012; Michael Weber <xmw@gentoo.org> +radvd-1.9.1-r1.ebuild,
+  -radvd-1.9.1.ebuild:
+  Add dev-libs/libdaemon as RDEPEND (bug 424361, thanks gurligebis)
+