| Summary: | dev-python/nose-1.3.1 - sandbox violation in /usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/__pycache__ by /usr/bin/python2.7 /usr/lib/python-exec/python2.7/sphinx-build -b html -d .build/doctrees . .build/html | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Juergen Rose <rose> |
| Component: | [OLD] Development | Assignee: | Python Gentoo Team <python> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | bkohler |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Bug Depends on: | 447126 | ||
| Bug Blocks: | |||
| Attachments: | build.log | ||
|
Description
Juergen Rose
2014-04-01 10:52:24 UTC
cffi is trying to write a file to the sytstem site-packages directory...
File "/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/binding.py", line 83, in __init__
self._ensure_ffi_initialized()
File "/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/binding.py", line 99, in _ensure_ffi_initialized
libraries)
File "/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/utils.py", line 72, in build_ffi
ext_package="cryptography",
File "/usr/lib64/python2.7/site-packages/cffi/api.py", line 341, in verify
lib = self.verifier.load_library()
File "/usr/lib64/python2.7/site-packages/cffi/verifier.py", line 73, in load_library
self._write_source()
File "/usr/lib64/python2.7/site-packages/cffi/verifier.py", line 125, in _write_source
file = open(self.sourcefilename, 'w')
IOError: [Errno 2] No such file or directory: '/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/__pycache__/_cffi__x5eaa210axf0ae7e21.c'
*** This bug has been marked as a duplicate of bug 506552 *** |