Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 257196 - app-admin/eselect: sandbox violation with "doc" USE-flag set
Summary: app-admin/eselect: sandbox violation with "doc" USE-flag set
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-01 10:51 UTC by James
Modified: 2009-02-05 12:16 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build log (build.log,7.12 KB, text/plain)
2009-02-01 10:57 UTC, James
Details
envir (environment,82.27 KB, text/plain)
2009-02-01 11:01 UTC, James
Details

Note You need to log in before you can comment on or make changes to this bug.
Description James 2009-02-01 10:51:23 UTC
Extract from log:

make[1]: Entering directory `/u3/tmp/portage/app-admin/eselect-1.0.11-r1/work/eselect-1.0.11'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/u3/tmp/portage/app-admin/eselect-1.0.11-r1/work/eselect-1.0.11'
/usr/bin/rst2html.py < README > README.html
ACCESS DENIED  unlink:    /usr/lib/python2.5/site-packages/roman.pyc
sandbox memory corruption free(0x09f41a20): Invalid argument
/usr/lib/libsandbox.so[0x400546fc]
/usr/lib/libsandbox.so[0x40053030]
/usr/lib/libsandbox.so[0x4005435f]
/usr/lib/libsandbox.so(unlink+0x9a)[0x40056e0a]
/usr/lib/libpython2.5.so.1.0[0x401270fe]
/usr/lib/libpython2.5.so.1.0[0x40129f39]
/usr/lib/libpython2.5.so.1.0[0x4012a242]
/usr/lib/libpython2.5.so.1.0[0x4012a7ed]
/usr/lib/libpython2.5.so.1.0(PyImport_ImportModuleLevel+0x9b)[0x4012ab5b]


Reproducible: Always
Comment 1 James 2009-02-01 10:57:55 UTC
Created attachment 180521 [details]
build log
Comment 2 James 2009-02-01 11:01:18 UTC
Created attachment 180523 [details]
envir
Comment 3 SpanKY gentoo-dev 2009-02-01 20:25:18 UTC
try re-emerging dev-python/docutils
Comment 4 James 2009-02-02 15:26:20 UTC
re-emerging dev-python/docutils makes no difference.
Comment 5 Tony Vroon (RETIRED) gentoo-dev 2009-02-04 20:12:22 UTC
There is an outdated compiled Python file on your system, an attempted automatic replace got denied by sandbox protection.

Please try:
qfile /usr/lib/python2.5/site-packages/roman.pyc

If you have already rebuilt the package that this comes up with, delete the file manually. (It is a compiled file that will be rebuilt from the .py next time it runs)

Thank you for reporting a bug, I will however close the report as invalid as eselect is blameless here.
Comment 6 James 2009-02-05 11:58:10 UTC
qfile /usr/lib/python2.5/site-packages/roman.pyc
returns nothing.

Help please, how do I recreate the file from outside the sandbox?
From what you say, I need to get the pyc file generated from the py.
How is this done?
Comment 7 James 2009-02-05 12:16:26 UTC
I found out.
run "python"
type "import roman"
type "CTRL-D"