Gentoo Archives: gentoo-catalyst

From: Frittella Laurento <laurento.frittella@×××××.com>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] stage1 ... Permission denied: '/usr/portage/distfiles/cvs-src'
Date: Tue, 09 Jan 2007 12:29:04
Message-Id: 45A38A6C.5040007@gmail.com
1 # catalyst -f stage1.spec
2 Fails with...
3
4
5 Calculating dependencies... done!
6 >>> Emerging (1 of 1) dev-util/ccache-2.4-r6 to /
7 Traceback (most recent call last):
8 File "/usr/bin/emerge", line 3545, in ?
9 mydepgraph.merge(pkglist)
10 File "/usr/bin/emerge", line 2040, in merge
11
12 retval=portage.doebuild(y,"package",myroot,self.pkgsettings,edebug,tree="porttree")
13 File "/usr/lib/portage/pym/portage.py", line 2948, in doebuild
14 if need_distfiles and not fetch(fetchme, mysettings,
15 listonly=listonly, fetchonly=fetchonly):
16 File "/usr/lib/portage/pym/portage.py", line 2086, in fetch
17 if portage_util.ensure_dirs(mydir, gid=portage_gid, mode=dirmode,
18 mask=modemask):
19 File "/usr/lib/portage/pym/portage_util.py", line 712, in ensure_dirs
20 os.makedirs(dir_path)
21 File "/usr/lib/python2.4/os.py", line 159, in makedirs
22 mkdir(name, mode)
23 OSError: [Errno 13] Permission denied: '/usr/portage/distfiles/cvs-src'
24
25 !!! catalyst: run script failed.
26
27
28 Traceback (most recent call last):
29 File "modules/generic_stage_target.py", line 1037, in run_local
30 cmd("/bin/bash "+self.settings["controller_file"]+" run","run script
31 failed.",env=self.env)
32 File "/usr/lib/catalyst/modules/catalyst_support.py", line 485, in cmd
33 raise CatalystError,myexc
34 CatalystError: <unprintable instance object>
35 None
36
37 !!! catalyst: Stage build aborting due to error.
38
39
40 The same spec files works for me on another PC.
41
42 In this gentoo installation I'm using a nfs-shared portage (I changed
43 the portage variables accordingly... the system works well)
44
45 Regards,
46 Laurento
47 --
48 gentoo-catalyst@g.o mailing list

Replies