| Summary: | app-text/htmldoc-1.8.24 sandbox violation | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | José Romildo Malaquias <jrmalaq> |
| Component: | Current packages | Assignee: | 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: | --- | |
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?
No further feedback from the reporter. |
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: