Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 306357 - x11-libs/libsexy-0.1.11-r1 fails to install under prefix due to sandbox violations
Summary: x11-libs/libsexy-0.1.11-r1 fails to install under prefix due to sandbox viola...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All IRIX
: High normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-22 14:18 UTC by Stuart Shelton
Modified: 2010-02-25 20:50 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 Stuart Shelton 2010-02-22 14:18:26 UTC
... easily solved by replacing:

'--with-html-dir=/usr/share/doc/${PF}/html'

with:

'--with-html-dir="${EROOT}"/usr/share/doc/"${PF}"/html'
Comment 1 Fabian Groffen gentoo-dev 2010-02-25 20:50:41 UTC
Don't use EROOT in configure arguments, use EPREFIX instead.  Fixed in -r2.