Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 86962 - app-text/htmldoc-1.8.24 sandbox violation
Summary: app-text/htmldoc-1.8.24 sandbox violation
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Text-Markup Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-28 04:19 UTC by José Romildo Malaquias
Modified: 2005-07-12 19:39 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 José Romildo Malaquias 2005-03-28 04:19:04 UTC
The ebuild for app-text/htmldoc-1.8.24 causes a sandbox violation. It tries to install the executable directly into /usr/bin.

Just changing the

    einstall

line in the src_install function to

    einstall bindir=${D}/usr/bin

solves the problem.

Reproducible: Always
Steps to Reproduce:
Comment 1 Mamoru KOMACHI (RETIRED) gentoo-dev 2005-03-29 08:07:16 UTC
I cannot reproduce the bug. bindir should be set to ${D}/usr/bin
by the configure script, and it doesn't fail on my box with FEATURES="sandbox".
Could you provide `emerge --info` and the error log you got?
Comment 2 Leonardo Boshell (RETIRED) gentoo-dev 2005-07-12 19:39:36 UTC
No further feedback from the reporter.