Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
The result is kinda funny, /usr/arm-unknown-linux-gnu/lib/libwrap.so -> /lib/libwrap.so.0 that of course will fail to build anything linking to libwrap while crossbuilding. The attached patch reduces the links to relative ones and fixes the issue. HTH, Diego
Created an attachment (id=103775) [details] Ebuild patch
if is working both on cross env and host env...
Of course the patch is in reverse...
It does, it simply get the same kind of links already created by ldconfig itself (relative).
Created an attachment (id=103776) [details] Straight ebuild patch
Committed with Luca's okay.