Gentoo Archives: gentoo-dev

From: Jani Monoses <jani@××.ro>
To: gentoo-dev@g.o
Subject: [gentoo-dev] portage 2.0.1 bug?
Date: Tue, 18 Jun 2002 06:09:04
Message-Id: 20020618140913.227ec274.jani@iv.ro
1 /usr/bin/emerge from 2.0.1 seems incapable of doing unmerge of specified
2 version when more are installed from the same package...
3 if I copy over the emerge script from 1.8.19 rescue it works...
4
5 I don't know python so didn't try to figure out from the diff what can be the cause...
6
7 This is the error it gaves...
8 Traceback (most recent call last):
9 File "/usr/bin/emerge", line 1174, in ?
10 if 1==unmerge(myaction, myfiles):
11 File "/usr/bin/emerge", line 745, in unmerge
12 pkgmap[x]["omitted"].extend(localtree.dep_nomatch(x))
13 File "/usr/lib/python2.2/site-packages/portage.py", line 2037, in dep_nomatch
14 for x in mymatch:
15 TypeError: iteration over non-sequence
16
17 Jani.

Replies

Subject Author
Re: [gentoo-dev] portage 2.0.1 bug? Daniel Robbins <drobbins@g.o>