Gentoo Archives: gentoo-user

From: Martin Larsson <martin.larsson@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Problems with glsa-check
Date: Sun, 05 Dec 2004 21:24:38
Message-Id: e1c2899a041205132419daae40@mail.gmail.com
1 I run 'glsa-check -l' and get a nice list of security advisories. So I
2 try 'glsa-check -f new' and get:
3 fixing 200411-13
4 auxdb exception:
5 [/usr/portage/::app-portage/gentoolkit-0.2.0_pre8-r1]: u'No key
6 provided. key: gentoolkit-0.2.0_pre8-r1'
7 Traceback (most recent call last):
8 File "/usr/bin/glsa-check", line 162, in ?
9 mergelist = myglsa.getMergeList()
10 File "/usr/lib/gentoolkit/pym/glsa.py", line 565, in getMergeList
11 self.packages[pkg]["unaff_atoms"])
12 File "/usr/lib/gentoolkit/pym/glsa.py", line 324, in getMinUpgrade
13 mylist = portage.db["/"]["porttree"].dbapi.match(u)
14 File "/usr/lib/portage/pym/portage.py", line 5359, in match
15 return self.xmatch("match-visible",mydep)
16 File "/usr/lib/portage/pym/portage.py", line 5346, in xmatch
17 myval=match_from_list(mydep,self.xmatch("list-visible",None,mydep=mydep,mykey=mykey))
18 File "/usr/lib/portage/pym/portage.py", line 5332, in xmatch
19 myval=self.gvisible(self.visible(self.cp_list(mykey)))
20 File "/usr/lib/portage/pym/portage.py", line 5430, in gvisible
21 myaux=db["/"]["porttree"].dbapi.aux_get(mycpv, ["KEYWORDS"])
22 File "/usr/lib/portage/pym/portage.py", line 5090, in aux_get
23 self.auxdb[mylocation][cat].del_key(pkg)
24 File "/usr/lib/portage/pym/portage_db_flat.py", line 98, in del_key
25 mylock = portage_locks.lockfile(self.fullpath+key, wantnewlockfile=1)
26 File "/usr/lib/portage/pym/portage_locks.py", line 83, in lockfile
27 raise ValueError, "Unknown type passed in '%s': '%s'" %
28 (type(mypath),mypath)
29 ValueError: Unknown type passed in '<type 'unicode'>':
30 '/var/cache/edb/dep//usr/portage//app-portage/gentoolkit-0.2.0_pre8-r1'
31 r
32
33 Trying to fix 200411-13 gives the same message.
34 Trying to fix any of the other SA's in the list gives no problems. But
35 -13 is the only one marked with [N]. It's:
36 Portage, Gentoolkit: Temporary file vulnerabilities (
37 app-portage/gentoolkit sys-apps/portage )
38
39 So I tried re-emerging those packages, but that made no difference...
40 I also tried re-emerging python, but to no avail.
41 Anyone knows what's going on?
42
43 M.
44
45 --
46 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Problems with glsa-check Aaron Walker <ka0ttic@g.o>