Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 301540 - net-wireless/hostapd-0.7.0: ebuild has RDEPEND="${RDEPEND}"
Summary: net-wireless/hostapd-0.7.0: ebuild has RDEPEND="${RDEPEND}"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Bjarke Istrup Pedersen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-19 17:04 UTC by Abbaad
Modified: 2010-01-24 20:50 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 Abbaad 2010-01-19 17:04:17 UTC
This must just be a typo in the ebuild but “RDEPEND="${RDEPEND}"” (instead of the usual boilerplate “RDEPEND="${DEPEND}"”) means that there are no runtime dependencies.

When emerging as a tbz2 into an alternate ROOT, things like libnl do not get pulled in.

Reproducible: Always

Steps to Reproduce:
1. emerge -b hostapd
2. ROOT=/altroot emerge -k hostapd
3.

Actual Results:  
Both libnl and hostapd are emerged to the system, yet only hostapd is emerged to /altroot. Accordingly, when attempting to run, you get: “hostapd: error while loading shared libraries: libnl.so.1: cannot open shared object file: No such file or directory”.

Expected Results:  
libnl should have been emerged in /altroot.

This is easily worked around by simply emerging libnl manually.
Comment 1 Bjarke Istrup Pedersen (RETIRED) gentoo-dev 2010-01-24 20:50:40 UTC
Fixed in 0.7.1 , 0.7.0 is gone :-)