Issue #6266
closedIn ansible-pulp CI, pip builds often fail to access .so files under /tmp
Description
We seem to be affected by: https://github.com/docker/compose/issues/1339
When building PyGObject under molecule CI.
pulplift is unaffected.
CentOS 7: ImportError: /tmp/pip-build-env-lea94t9z/overlay/lib64/python3.6/site-packages/cairo/_cairo.cpython-36m-x86_64-linux-gnu.so: failed to map segment from shared object: Operation not permitted Fedora 31: ImportError: /tmp/pip-build-env-tb9gsu1m/overlay/lib64/python3.7/site-packages/cairo/_cairo.cpython-37m-x86_64-linux-gnu.so: failed to map segment from shared object
Related issues
Added by Mike DePaulo over 4 years ago
Added by Mike DePaulo over 4 years ago
Revision af68ea81 | View on GitHub
Problem: In ansible-pulp CI, pip builds often fail to access .so files under /tmp
Solution: Mount /tmp with exec in molecule.yml per: https://github.com/docker/compose/issues/1339#issuecomment-508730544
fixes: #6266
Updated by mdepaulo@redhat.com over 4 years ago
- Blocks Issue #6267: Problem: pulp_rpm's need for system-wide packages conflicts with having a newer version of pip added
Updated by Anonymous over 4 years ago
- Status changed from NEW to MODIFIED
Applied in changeset ansible-pulp|af68ea8186c184123cbf27b1c9fa6488015a35c6.
Updated by Anonymous over 4 years ago
Applied in changeset ansible-pulp3|af68ea8186c184123cbf27b1c9fa6488015a35c6.
Updated by mdepaulo@redhat.com over 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Updated by bmbouter over 4 years ago
- Category set to Installer - Moved to GitHub issues
- Tags deleted (
Pulp 3 installer)
Problem: In ansible-pulp CI, pip builds often fail to access .so files under /tmp
Solution: Mount /tmp with exec in molecule.yml per: https://github.com/docker/compose/issues/1339#issuecomment-508730544
fixes: #6266