Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: emerge error
Date: Wed, 23 Jan 2008 16:30:08
Message-Id: loom.20080123T162712-614@post.gmane.org
In Reply to: Re: [gentoo-user] Re: emerge error by James Ausmus
1 James Ausmus <james.ausmus <at> gmail.com> writes:
2
3
4 > OK, try doing:
5
6 > emerge --metadata
7
8 > Also, have you done a emerge --sync since this started?
9
10 > Sounds like it might just be a cache corruption - if the cache was
11 > corrupted during the rsync process in an emerge--sync, then just doing
12 > a emerge --metadata won't help, but if was just corrupted on disk (in
13 > the /var/cache/edb dir), then a emerge --metadata might do it.
14
15
16 'emerge' sync almost ran to completion:
17
18
19
20 Number of files: 131430
21 Number of files transferred: 270
22 Total file size: 175763417 bytes
23 Total transferred file size: 1202283 bytes
24 Literal data: 1202283 bytes
25 Matched data: 0 bytes
26 File list size: 3192393
27 File list generation time: 4.092 seconds
28 File list transfer time: 0.000 seconds
29 Total bytes sent: 8817
30 Total bytes received: 4410697
31
32 sent 8817 bytes received 4410697 bytes 34393.11 bytes/sec
33 total size is 175763417 speedup is 39.77
34
35 >>> Updating Portage cache: Traceback (most recent call last):
36 File "/usr/bin/emerge", line 6518, in ?
37 retval = emerge_main()
38 File "/usr/bin/emerge", line 6473, in emerge_main
39 action_sync(settings, trees, mtimedb, myopts, myaction)
40 File "/usr/bin/emerge", line 5010, in action_sync
41 action_metadata(settings, portdb, myopts)
42 File "/usr/bin/emerge", line 5104, in action_metadata
43 eclass_cache=ec, verbose_instance=noise_maker)
44 File "/usr/lib/portage/pym/cache/util.py", line 21, in mirror_cache
45 dead_nodes = set(trg_cache)
46 File "/usr/lib/python2.4/sets.py", line 429, in __init__
47 self._update(iterable)
48 File "/usr/lib/python2.4/sets.py", line 383, in _update
49 for element in iterable:
50 File "/usr/lib/portage/pym/cache/flat_hash.py", line 122, in __iter__
51 st = os.lstat(p)
52 OSError: [Errno 13] Permission denied:
53 '/var/cache/edb/dep/usr/portage/net-zope'
54
55 ideas?
56
57 James
58
59
60 --
61 gentoo-user@l.g.o mailing list

Replies

Subject Author
[gentoo-user] Re: emerge error James <wireless@×××××××××××.com>