Gentoo Archives: gentoo-user

From: P Levine <plevine457@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] sys-libs/e2fsprogs-libs causing sandbox violation in /root/.ccache?
Date: Thu, 29 Mar 2018 04:33:38
Message-Id: CADX8ZBKuUpk2mfRZfAMgh_wA0pXsP3k2+zumx0UTR+z_bY7BwA@mail.gmail.com
1 Th
2 ​is has been going on for the last few months. It only seems to happen for
3 sys-libs/e2fsprogs-libs. I haven't filed a bug yet as I'm unsure if there
4 is something I'm overlooking on my end. I can delete /root/.ccache and
5 remerge and it seems to be fine after that, but while updating the world a
6 few weeks later it sporadically returns.
7
8 The relevant part of the build:
9
10 make[1]: 'compile_et' is up to date.
11 > make[1]: Leaving directory
12 > '/var/tmp/portage/sys-libs/e2fsprogs-libs-1.44.1/work/e2fsprogs-libs-1.44.1-ab
13 > i_x86_64.amd64/lib/et'
14 > making all in lib/et
15 > * ACCESS DENIED: utimes: /root/.ccache
16 > * ACCESS DENIED: mkdir: /root/.ccache/3
17 > make[1]: Entering directory
18 > '/var/tmp/portage/sys-libs/e2fsprogs-libs-1.44.1/work/e2fsprogs-libs-1.44.1-a
19 > bi_x86_64.amd64/lib/et'
20 > make[1]: Nothing to be done for 'all'.
21 > make[1]: Leaving directory
22 > '/var/tmp/portage/sys-libs/e2fsprogs-libs-1.44.1/work/e2fsprogs-libs-1.44.1-ab
23 > i_x86_64.amd64/lib/et'
24
25
26 ​And the sandbox report:​
27
28 * --------------------------- ACCESS VIOLATION SUMMARY
29 > ---------------------------
30 > * LOG FILE: "/var/log/sandbox/sandbox-28430.log"
31 > *
32 > VERSION 1.0
33 > FORMAT: F - Function called
34 > FORMAT: S - Access Status
35 > FORMAT: P - Path as passed to function
36 > FORMAT: A - Absolute Path (not canonical)
37 > FORMAT: R - Canonical Path
38 > FORMAT: C - Command Line
39 >
40 > F: utimes
41 > S: deny
42 > P: /root/.ccache
43 > A: /root/.ccache
44 > R: /root/.ccache
45 > C: x86_64-pc-linux-gnu-gcc -x c -v -c /dev/null -o /dev/null
46 > F: mkdir
47 > S: deny
48 > P: /root/.ccache/3
49 > A: /root/.ccache/3
50 > R: /root/.ccache/3
51 > C: x86_64-pc-linux-gnu-gcc -x c -v -c /dev/null -o /dev/null
52 > *
53 > --------------------------------------------------------------------------------
54
55
56 Has anyone else run into sporadic build failures like this?

Replies

Subject Author
Re: [gentoo-user] sys-libs/e2fsprogs-libs causing sandbox violation in /root/.ccache? "J García" <jyo.garcia@×××××.com>
Re: [gentoo-user] sys-libs/e2fsprogs-libs causing sandbox violation in /root/.ccache? Jack <ostroffjh@×××××××××××××××××.net>