Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 136284 - sandbox-1.2.18.1 can't find readelf
Summary: sandbox-1.2.18.1 can't find readelf
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Sandbox (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Sandbox Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-10 06:23 UTC by Rafal Rzepecki
Modified: 2006-06-10 08:08 UTC (History)
0 users

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


Attachments
a patch fixing the problem (taking readelf from previously found path) (readelf.diff,653 bytes, patch)
2006-06-10 06:24 UTC, Rafal Rzepecki
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rafal Rzepecki 2006-06-10 06:23:40 UTC
sandbox's configure script first finds readelf, then ignores the path found earlier when checking LIBC version. This leads (on my system) to configure failing with error `configure: error: Unable to determine LIBC VERSION'.

A patch fixing the problem follows. (Of course I also needed to put eautoreconf in the ebuild to fix it, but I believe this fix alone will be sufficient in the repository.)
Comment 1 Rafal Rzepecki 2006-06-10 06:24:34 UTC
Created attachment 88840 [details, diff]
a patch fixing the problem (taking readelf from previously found path)
Comment 2 SpanKY gentoo-dev 2006-06-10 08:08:16 UTC
thanks, merged into subversion