Gentoo Archives: gentoo-dev

From: Tom Payne <twp@g.o>
To: gentoo-dev@g.o
Subject: [gentoo-dev] emerge -p world broken today?
Date: Tue, 17 Jun 2003 15:29:28
Message-Id: 20030617152906.GA24284@tompayne.org
1 Hi All --
2
3 Possibly this should go to gentoo-user, but (if true) it needs sorting now.
4
5 emerge -p world breaks on both my machine after emerge sync'ing today. One
6 is sync'ed by rsync, the other (my development machine) through CVS. If it
7 was some recent configuration error by me then I'd expect only one machine
8 to fail. Since both do I suspect Portage is at fault.
9
10 Portage (2.0.48-r1) borks like this:
11
12 These are the packages that I would merge, in order:
13
14 root@spear# emerge -p world
15 Calculating world dependencies
16 Traceback (most recent call last):
17 File "/usr/bin/emerge", line 1902, in ?
18 if not mydepgraph.xcreate(myaction):
19 File "/usr/bin/emerge", line 887, in xcreate
20 if not self.create(myk):
21 File "/usr/bin/emerge", line 637, in create
22 if not self.select_dep("/",mydep["/"],myparent=mp):
23 File "/usr/bin/emerge", line 735, in select_dep
24 mycheck=portage.dep_check(depstring,self.mydbapi[myroot])
25 File "/usr/lib/python2.2/site-packages/portage.py", line 2543, in dep_check
26 mylist=flatten(dep_listcleanup(dep_zapdeps(mysplit,mysplit2)))
27 File "/usr/lib/python2.2/site-packages/portage.py", line 2299, in dep_zapdeps
28 myresult=dep_zapdeps(unreduced[x],reduced[x])
29 File "/usr/lib/python2.2/site-packages/portage.py", line 2289, in dep_zapdeps
30 return unreduced[1]
31 IndexError: list index out of range
32
33 I'm interested in whether others are experiencing this problem.
34
35 Right now I'm happy to do any of these:
36 1) file a bug report (seems too vague at the moment)
37 2) move the discussion elsewhere
38 3) provide more information
39
40 Regards,
41
42 Tom
43
44 --
45 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] emerge -p world broken today? Marius Mauch <genone@×××××××××××××.net>
Re: [gentoo-dev] emerge -p world broken today? Stroller <root@××××××××××××××××××.uk>
Re: [gentoo-dev] emerge -p world broken today? Simon Arlott <byte-gentoo@×××××××××××.com>