Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 74632 - glsa-check -p new dies on kdelibs
Summary: glsa-check -p new dies on kdelibs
Status: RESOLVED DUPLICATE of bug 64353
Alias: None
Product: Gentoo Security
Classification: Unclassified
Component: Misc (show other bugs)
Hardware: x86 Linux
: High major
Assignee: Gentoo Security
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-16 07:50 UTC by opello@opello.org
Modified: 2011-10-30 22:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description opello@opello.org 2004-12-16 07:50:23 UTC
glsa-check -t new works, and I could work around that, but I couldn't seem to find anyone else with this problem.

# glsa-check -p new
WARNING: This tool is completely new and not very tested, so it should not be
used on production systems. It's mainly a test tool for the new GLSA release
and distribution system, it's functionality will later be merged into emerge
and equery.
Please read http://www.gentoo.org/proj/en/portage/glsa-integration.xml
before using this tool AND before reporting a bug.

Checking GLSA 200408-23
auxdb exception: [/usr/portage::kde-base/kdelibs-3.3.2]: u'No key provided. key: kdelibs-3.3.2'
Traceback (most recent call last):
  File "/usr/bin/glsa-check", line 174, in ?
    mergelist = myglsa.getMergeList()
  File "/usr/lib/gentoolkit/pym/glsa.py", line 565, in getMergeList
    self.packages[pkg]["unaff_atoms"])
  File "/usr/lib/gentoolkit/pym/glsa.py", line 324, in getMinUpgrade
    mylist = portage.db["/"]["porttree"].dbapi.match(u)
  File "/usr/lib/portage/pym/portage.py", line 5359, in match
    return self.xmatch("match-visible",mydep)
  File "/usr/lib/portage/pym/portage.py", line 5346, in xmatch
    myval=match_from_list(mydep,self.xmatch("list-visible",None,mydep=mydep,mykey=mykey))
  File "/usr/lib/portage/pym/portage.py", line 5332, in xmatch
    myval=self.gvisible(self.visible(self.cp_list(mykey)))
  File "/usr/lib/portage/pym/portage.py", line 5430, in gvisible
    myaux=db["/"]["porttree"].dbapi.aux_get(mycpv, ["KEYWORDS"])
  File "/usr/lib/portage/pym/portage.py", line 5090, in aux_get
    self.auxdb[mylocation][cat].del_key(pkg)
  File "/usr/lib/portage/pym/portage_db_flat.py", line 98, in del_key
    mylock = portage_locks.lockfile(self.fullpath+key, wantnewlockfile=1)
  File "/usr/lib/portage/pym/portage_locks.py", line 83, in lockfile
    raise ValueError, "Unknown type passed in '%s': '%s'" % (type(mypath),mypath)
ValueError: Unknown type passed in '<type 'unicode'>': '/var/cache/edb/dep//usr/portage/kde-base/kdelibs-3.3.2'


using gentoolkit-0.2.0_pre8-r1
Comment 1 Thierry Carrez (RETIRED) gentoo-dev 2004-12-16 07:53:59 UTC

*** This bug has been marked as a duplicate of 64353 ***