| Summary: | spambayes-1.0_rc1 fails to build when using FEATURES="sandbox userpriv usersandbox" | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Jason Ahrens <gentoobugs> |
| Component: | Current packages | Assignee: | Python Gentoo Team <python> |
| Status: | RESOLVED TEST-REQUEST | ||
| Severity: | minor | CC: | lordvan |
| Priority: | High | ||
| Version: | 2004.2 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Jason Ahrens
2004-10-12 07:06:57 UTC
what if you do # rm -rf /var/tmp/portage/spambayes-1.0_rc1 # emerge spambayes If you emerge `spambayes' as root; it bailed or you cancel it; then the permission is wrong for `userpriv usersandbox' in /var/tmp/portage/*. a simple bump to 1.0 fix this issue. Produced no change:
# rm -rf /var/tmp/portage/spambayes-1.0_rc1/
# emerge -v spambayes
Calculating dependencies ...done!
>>> emerge (1 of 1) mail-filter/spambayes-1.0_rc1 to /
>>> md5 src_uri ;-) spambayes-1.0rc1.tar.gz
>>> Unpacking source...
>>> Unpacking spambayes-1.0rc1.tar.gz to /var/tmp/portage/spambayes-1.0_rc1/work
>>> Source unpacked.
running build
running build_py
creating build
error: could not create 'build': Permission denied
!!! ERROR: mail-filter/spambayes-1.0_rc1 failed.
!!! Function distutils_src_compile, Line 38, Exitcode 1
!!! compilation failed
# emerge info | grep FEAT
FEATURES="autoaddcvs ccache sandbox userpriv usersandbox"
I will try the 1.0 when KDE finishes merging in the next day or two. Re-assign a stale bug. This ebuild is seriously outdated as well, see Bug 79917. Please, try w/ 1.0.4 and reopen if that one still does not work. Thanks. |