Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 86962

Summary: app-text/htmldoc-1.8.24 sandbox violation
Product: Gentoo Linux Reporter: José Romildo Malaquias <jrmalaq>
Component: Current packagesAssignee: Text-Markup Team (OBSOLETE) <text-markup+disabled>
Status: RESOLVED NEEDINFO    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.