Gentoo Archives: gentoo-catalyst

From: "Horváth Róbert" <talley@××××××××.hu>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] catalyst 1.x: error during emerge genkernel
Date: Sat, 25 Feb 2006 01:32:51
Message-Id: 43FFB388.9080406@cubeclub.hu
1 Hi guys,
2
3 I'm stuck with this error message:
4
5 >>> emerge (1 of 1) sys-kernel/genkernel-3.3.10 to /
6 Traceback (most recent call last):
7 File "/usr/bin/emerge", line 3200, in ?
8 mydepgraph.merge(mydepgraph.altlist())
9 File "/usr/bin/emerge", line 1904, in merge
10
11 retval=portage.doebuild(y,"clean",myroot,self.pkgsettings,edebug,cleanup=1)
12 File "/usr/lib/portage/pym/portage.py", line 2470, in doebuild
13 os.chmod(mysettings["T"],02770)
14 OSError: [Errno 13] Permission denied:
15 '/var/tmp/portage/genkernel-3.3.10/temp'
16
17 of course the pre-kmerge.sh script fails after this. (with sed.) I'd
18 already tried mkdir -p -ing this directory (inside of the chroot) in the
19 scripts but it just don't work.
20
21 Do you have any ideas what could cause this or how to fix it? The fs is
22 mounted as rw, there is enough diskspace, catalyst runs as root.
23
24 Here's the specfile I'm using:
25 http://infinity.cubeclub.hu/~rs/rs-stage3.spec
26 The detailed log: http://infinity.cubeclub.hu/~rs/catalyst.log
27
28 thanks in advance!
29
30 best regards,
31 talley
32 --
33 gentoo-catalyst@g.o mailing list

Replies

Subject Author
Re: [gentoo-catalyst] catalyst 1.x: error during emerge genkernel Andrew Gaffney <agaffney@g.o>