| Summary: | dev-python/pyxdg-0.25 - sandbox violation by /usr/bin/python3.3 setup.py install --compile -O2 --root=.../image//_python3.3 --install-scripts=/usr/lib/python-exec/python3.3 in /usr/lib64/python3.3/distutils/__pycache__/__init__.cpython-33.pyc.* | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | reinstallgentoo |
| Component: | [OLD] Development | Assignee: | Python Gentoo Team <python> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | CC: | alex_y_xu, mgorny |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Bug Depends on: | 447126 | ||
| Bug Blocks: | |||
| Attachments: |
build log
sandbox log emerge --info emerge --info python:3.3 |
||
|
Description
reinstallgentoo
2014-04-20 13:12:20 UTC
Created attachment 375366 [details]
build log
Created attachment 375368 [details]
sandbox log
Created attachment 375370 [details]
emerge --info
To elaborate on this one a bit (as I was the one assisting in #gentoo). The issue appears to be that the sandbox is preventing python3 from updating its cache files during the emerge. I can reproduce this error by doing: 1. mv /usr/lib/python3.3/__pycache__ /usr/lib/python3.3/__pycache__.bak 2. emerge -1 pyxdg 3. Observe access violations. Once the cache is properly updated, the access violations do not occur in my testing. Please paste the output of emerge --info python:3.3. Created attachment 375378 [details]
emerge --info python:3.3
Did you touch or otherwise modify files in /usr/lib64/python3.3? (In reply to Michał Górny from comment #7) > Did you touch or otherwise modify files in /usr/lib64/python3.3? Nope. There's an -r1 which is testing. Can you try that and if so the result is .. -r1 seems to have the exact same issue unfortunately Haven't reached any conclusion here, years have passes, closing as obsolete. |