Gentoo Archives: gentoo-dev

From: "Tod M. Neidt" <tneidt@××××××.com>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] ncurses and sandbox
Date: Wed, 05 Dec 2001 18:25:48
Message-Id: 1007577015.692.0.camel@Q.neidt.net
In Reply to: [gentoo-dev] ncurses and sandbox by Grant Goodyear
1 Hi!
2
3 I saw similar sandbox violations when emerging fileutils when doing an
4 emerge update. In my case, tempory files were trying to be written to
5 /tmp.
6
7 tod
8
9 On Wed, 2001-12-05 at 19:27, Grant Goodyear wrote:
10 > I started to build a new system, and I decided to sandbox the
11 > entire build. I emerged sys-apps/sandbox _before_ even the bootstrap
12 > step, I commented out the portage build in scripts/bootstrap.sh, and
13 > I started the bootstrap. Surprisingly, it seems that the ncurses
14 > configure script creates files outside of ${D}:
15 >
16 > --------------------------- ACCESS VIOLATION SUMMARY ---------------------------LOG FILE = "/tmp/sandbox14465.log"
17 >
18 > unlink: /usr/tmp/conftest9012345
19 > unlink: /usr/tmp/conftest9012346
20 > unlink: /usr/lib/conftest9012345
21 > unlink: /usr/lib/conftest9012346
22 > --------------------------------------------------------------------------------
23 >
24 > I took a look at the configure script, and it seems that the
25 > ac_sys_long_file_names test writes (and then afterwards unlinks)
26 > files in /usr/tmp and /usr/lib. Any suggestions? (Also, it appears
27 > that the sandbox allows those conftest* files to be installed, but
28 > not unlinked. Is that what was wanted?)
29 >
30 > -g2boojum-
31 > --
32 > ___________________________________________________________________
33 > | Grant Goodyear | The Secrets of Physics: |
34 > | Dept. of Chemistry - Clemson U |1. Add zero. |
35 > | Clemson, SC 29634 |2. Multiply by one. |
36 > |-------------------------------------|3. Expand in a Taylor series|
37 > |e-mail: goodyea@×××××××.edu |4. Integrate by parts. |
38 > |www:bernacchi.chem.uh.edu/~grant |5. Fourier transform. |
39 > | |6. Add auxiliary variables |
40 > |_____________________________________|____________________________|
41 >
42 > _______________________________________________
43 > gentoo-dev mailing list
44 > gentoo-dev@g.o
45 > http://lists.gentoo.org/mailman/listinfo/gentoo-dev
46 >