Gentoo Archives: gentoo-user

From: Nagatoro <nagatoro@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] [OT] Ebuild with scons and sandbox
Date: Tue, 16 Aug 2005 10:04:23
Message-Id: 4301B89E.8010900@gmail.com
1 Hi,
2
3 First off, I'm sorry if this is the wrong place to ask!
4
5 I'm trying to write an ebuild for linuxdcpp (a gtk port of DC++). This
6 nice app uses scons and not make as the build tool. When I build it
7 manually it works just fine, but when I try to build it with emerge (or
8 ebuild) I get this:
9 Code:
10
11 scons: done building targets.
12 ACCESS DENIED open_wr: /usr/include/gtk-2.0/gtk/.scons25064
13 ACCESS DENIED open_wr: /usr/include/gtk-2.0/gtk/.sconsign
14 ACCESS DENIED open_wr: /usr/include/libglade-2.0/glade/.scons25064
15 ACCESS DENIED open_wr: /usr/include/libglade-2.0/glade/.sconsign
16 ACCESS DENIED open_wr: /usr/include/gtk-2.0/gdk/.scons25064
17 ACCESS DENIED open_wr: /usr/include/gtk-2.0/gdk/.sconsign
18 ACCESS DENIED open_wr: /usr/include/glib-2.0/.scons25064
19 ACCESS DENIED open_wr: /usr/include/glib-2.0/.sconsign
20 ACCESS DENIED open_wr: /usr/include/atk-1.0/atk/.scons25064
21 ACCESS DENIED open_wr: /usr/include/atk-1.0/atk/.sconsign
22 ACCESS DENIED open_wr: /usr/include/pango-1.0/pango/.scons25064
23 ACCESS DENIED open_wr: /usr/include/pango-1.0/pango/.sconsign
24 ACCESS DENIED open_wr: /usr/include/gtk-2.0/gdk-pixbuf/.scons25064
25 ACCESS DENIED open_wr: /usr/include/gtk-2.0/gdk-pixbuf/.sconsign
26 ACCESS DENIED open_wr: /usr/include/glib-2.0/glib/.scons25064
27 ACCESS DENIED open_wr: /usr/include/glib-2.0/glib/.sconsign
28 ACCESS DENIED open_wr: /usr/lib/gtk-2.0/include/.scons25064
29 ACCESS DENIED open_wr: /usr/lib/gtk-2.0/include/.sconsign
30 ACCESS DENIED open_wr: /usr/include/glib-2.0/gobject/.scons25064
31 ACCESS DENIED open_wr: /usr/include/glib-2.0/gobject/.sconsign
32 ACCESS DENIED open_wr: /usr/lib/glib-2.0/include/.scons25064
33 ACCESS DENIED open_wr: /usr/lib/glib-2.0/include/.sconsign
34 bzip2: Output file environment.bz2 already exists.
35 --------------------------- ACCESS VIOLATION SUMMARY
36 ---------------------------
37 LOG FILE = "/var/log/sandbox/sandbox-net-p2p_-_dcpp-0.9999-25040.log"
38 [...]
39 --------------------------------------------------------------------------------
40
41 it seems to me like scons is littering the filesystem with somesort of
42 lock files but I've been unable to find any information on this. Does
43 anyone know how I can prevent scons from trying to make these files or
44 how I can fool scons into thinking that it could?
45
46 --
47 Naga
48 --
49 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] [OT] Ebuild with scons and sandbox Zac Medico <zmedico@×××××.com>
[gentoo-user] Re: Ebuild with scons and sandbox Andreas Fredriksson <deplinenoise@×××××.com>