Created attachment 785402 [details] build log When installing the latest paperwork I get errors due to sandbox violations. Seems to be similar to #830012. I am using an AMD graphics card with the mesa driver. Adding another addpredict /dev/dri/renderD128 allows to install the package as expected. 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: /dev/dri/renderD128 A: /dev/dri/renderD128 R: /dev/dri/renderD128 C: tesseract --list-langs F: open_wr S: deny P: /dev/dri/renderD128 A: /dev/dri/renderD128 R: /dev/dri/renderD128 C: tesseract --list-langs
Thanks for the report! Checking through the tree, other packages have similar issues, it may be worth at some point to have an eclass or similar to regroup these addpredict calls reliably: paperwork, firefox/thunderbird, imagemagick, grass, qgis, ... In the meantime let me add /dev/dri/renderD128 to the list!
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b4e0956a65a4dfcffff5266f42324611f66a4fb commit 0b4e0956a65a4dfcffff5266f42324611f66a4fb Author: Bernard Cafarelli <voyageur@gentoo.org> AuthorDate: 2022-06-29 09:04:22 +0000 Commit: Bernard Cafarelli <voyageur@gentoo.org> CommitDate: 2022-06-29 09:04:59 +0000 app-text/paperwork: fix renderD128 access violation Closes: https://bugs.gentoo.org/852134 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org> app-text/paperwork/paperwork-2.1.0.ebuild | 7 ++++--- app-text/paperwork/paperwork-2.1.1.ebuild | 5 +++-- 2 files changed, 7 insertions(+), 5 deletions(-)