Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 221781 - [PATCH] portage should look harder for libraries
Summary: [PATCH] portage should look harder for libraries
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Enhancement/Feature Requests (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-12 06:19 UTC by Jonathan Callen (RETIRED)
Modified: 2011-08-02 23:50 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to search harder for libs (portage-2.1.5_rc10.ebuild,7.75 KB, patch)
2008-05-12 06:20 UTC, Jonathan Callen (RETIRED)
Details | Diff
the real one this time (portage-2.1.5_rc10-misc-functions.patch,2.65 KB, patch)
2008-05-12 06:23 UTC, Jonathan Callen (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Callen (RETIRED) gentoo-dev 2008-05-12 06:19:16 UTC
Portage currently only looks in a fixed set of directories [/opt/*/lib /lib /usr/lib /usr/X11R6/lib, and the -32 and -64 variants thereof] for shared libraries, static libraries, and libtool scripts. Attached is a patch that searches all of "${D}" for them, but falls back gracefully when the used tools do not (yet) exist on the root.

Reproducible: Always

Steps to Reproduce:
Comment 1 Jonathan Callen (RETIRED) gentoo-dev 2008-05-12 06:20:19 UTC
Created attachment 152911 [details, diff]
patch to search harder for libs
Comment 2 Jonathan Callen (RETIRED) gentoo-dev 2008-05-12 06:23:16 UTC
Created attachment 152913 [details, diff]
the real one this time

oops - submitted the wrong file...
Comment 3 Sebastian Pipping gentoo-dev 2009-09-23 14:13:47 UTC
Had a quick look over your patch.  Why is there a version with find and one without inside?