You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When replacing GNU rm with uutils-rm (cp /usr/bin/uu-rm /usr/bin/rm) I get an error when emerging certain python packages.
However when replacing GNU rm with busybox-rm everything is fine.
sandbox.log
VERSION 1.0
FORMAT: F - Function called
FORMAT: S - Access Status
FORMAT: P - Path as passed to function
FORMAT: A - Absolute Path (not canonical)
FORMAT: R - Canonical Path
FORMAT: C - Command Line
F: open_wr
S: deny
P: /var/tmp/portage/dev-python/pip-24.3.1-r2/work/pip-24.3.1-python3_12/install//usr/bin/python3.12
A: /var/tmp/portage/dev-python/pip-24.3.1-r2/work/pip-24.3.1-python3_12/install/usr/bin/python3.12
R: /usr/bin/python3.12
C: rm /var/tmp/portage/dev-python/pip-24.3.1-r2/work/pip-24.3.1-python3_12/install//usr/bin/python3.12 /var/tmp/portage/dev-python/pip-24.3.1-r2/work/pip-24.3.1-python3_12/install//usr/bin/python3 /var/tmp/portage/dev-python/pip-24.3.1-r2/work/pip-24.3.1-python3_12/install//usr/bin/python /var/tmp/portage/dev-python/pip-24.3.1-r2/work/pip
-24.3.1-python3_12/install//usr/bin/pyvenv.cfg
The text was updated successfully, but these errors were encountered:
When replacing GNU rm with uutils-rm (
cp /usr/bin/uu-rm /usr/bin/rm
) I get an error when emerging certain python packages.However when replacing GNU rm with busybox-rm everything is fine.
sandbox.log
The text was updated successfully, but these errors were encountered: