Summary: | sys-devel/libtool-2.4.6-r4 : sandbox issue with >=sys-apps/coreutils-8.27 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | base-system, mgmadden, redwolfe, wizardedit |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
emerge-history.txt environment etc.portage.tbz2 logs.tbz2 sandbox-7366.log sys-devel:libtool-2.4.6-r4:20170824-225122.log temp.tbz2 |
Description
Toralf Förster
2017-08-25 17:09:40 UTC
Created attachment 490558 [details]
emerge-info.txt
Created attachment 490560 [details]
emerge-history.txt
Created attachment 490562 [details]
environment
Created attachment 490564 [details]
etc.portage.tbz2
Created attachment 490566 [details]
logs.tbz2
Created attachment 490568 [details]
sandbox-7366.log
Created attachment 490570 [details]
sys-devel:libtool-2.4.6-r4:20170824-225122.log
Created attachment 490572 [details]
temp.tbz2
*** Bug 624836 has been marked as a duplicate of this bug. *** I got the same error and narrowed it down to >=sys-apps/coreutils-8.27 When I downgraded to sys-apps/coreutils-8.26 the error went away. (In reply to hagbardcelin from comment #10) > I got the same error and narrowed it down to >=sys-apps/coreutils-8.27 > When I downgraded to sys-apps/coreutils-8.26 the error went away. I can confirm that. 8.28 failed for me, 8.26 works. I'm hitting it as well now, here's a more detailed log directly, so it shows up in searches: * --------------------------- ACCESS VIOLATION SUMMARY --------------------------- * LOG FILE: "/var/log/sandbox/sandbox-3472.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: renameat S: deny P: /dev/shm/portage/sys-devel/libtool-2.4.6-r4/image/usr/share/libtool/build-aux/CuoRWOmg A: /dev/shm/portage/sys-devel/libtool-2.4.6-r4/image/usr/share/libtool/build-aux/CuoRWOmg R: /usr/share/gnuconfig/config.sub C: ln -sf /usr/share/gnuconfig/config.sub /dev/shm/portage/sys-devel/libtool-2.4.6-r4/image/usr/share/libtool/build-aux/config.sub * -------------------------------------------------------------------------------- The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d151daaab1ce39f5b9bf09e0f300010d44064341 commit d151daaab1ce39f5b9bf09e0f300010d44064341 Author: Robin H. Johnson <robbat2@gentoo.org> AuthorDate: 2017-10-10 16:43:56 +0000 Commit: Robin H. Johnson <robbat2@gentoo.org> CommitDate: 2017-10-10 16:47:22 +0000 sys-apps/coreutils: ensure sandbox supports renameat/symlinkat. Prior to sys-apps/sandbox-2.10-r4, sandbox does not correct handle the renameat or symlinkat calls made by newer coreutils. This causes random sandbox violations during package building. Package-Manager: Portage-2.3.8, Repoman-2.3.3 Bug: https://bugs.gentoo.org/612202 Closes: https://bugs.gentoo.org/628928 Closes: https://bugs.gentoo.org/633902 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> sys-apps/coreutils/coreutils-8.27.ebuild | 1 + sys-apps/coreutils/coreutils-8.28.ebuild | 1 + 2 files changed, 2 insertions(+) The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db6bed0523dd89109b9cd89b8a268c6ac9f941e3 commit db6bed0523dd89109b9cd89b8a268c6ac9f941e3 Author: Thomas Deutschmann <whissi@gentoo.org> AuthorDate: 2018-01-12 13:46:30 +0000 Commit: Thomas Deutschmann <whissi@gentoo.org> CommitDate: 2018-01-12 13:46:57 +0000 sys-devel/libtool: ensure sandbox supports renameat Bug: https://bugs.gentoo.org/628928 Package-Manager: Portage-2.3.19, Repoman-2.3.6 sys-devel/libtool/libtool-2.4.6-r2.ebuild | 5 +++-- sys-devel/libtool/libtool-2.4.6-r3.ebuild | 5 +++-- sys-devel/libtool/libtool-2.4.6-r4.ebuild | 5 +++-- sys-devel/libtool/libtool-9999.ebuild | 5 +++-- 4 files changed, 12 insertions(+), 8 deletions(-)} |