* [gentoo-dev] [gentoo-user] emerge error - removing old packages?
@ 2004-01-08 12:14 Reinhard Brandstädter
2004-01-08 13:19 ` [gentoo-dev] " Michael Kunze
0 siblings, 1 reply; 4+ messages in thread
From: Reinhard Brandstädter @ 2004-01-08 12:14 UTC (permalink / raw
To: gentoo-dev
Hi!
recently I get these messages every time I'm using emerge.
After any operation e.g. merging a new package I get this complaining
about package kbd:
>>> Auto-cleaning packages ...
!!! Invalid db entry: /var/db/pkg/*sys-fs/devfsd!!! Invalid db entry:
/var/db/pkg/*sys-fs/devfsd
sys-apps/kbd
selected: 1.08-r3
protected: 1.08-r4
omitted: none
>>> 'Selected' packages are slated for removal.
>>> 'Protected' and 'omitted' packages will not be removed.
>>> Waiting 5 seconds before starting...
>>> (Control-C to abort)...
>>> Unmerging in: 5 4 3 2 1
>>> Unmerging sys-apps/kbd-1.08-r3...
No package files given... Grabbing a set.
--- !mtime obj /usr/share/unimaps/viscii.uni
< lots of !mtime messages >
--- !mtime obj /bin/deallocvt
--- !mtime obj /bin/chvt
Traceback (most recent call last):
File "/usr/bin/emerge", line 2226, in ?
unmerge("clean", ["world"])
File "/usr/bin/emerge", line 1608, in unmerge
retval=portage.unmerge(mysplit[0],mysplit[1],portage.root,unmerge_action
not in ["clean","prune"])
File "/usr/lib/portage/pym/portage.py", line 2061, in unmerge
mylink.unmerge(trimworld=mytrimworld)
File "/usr/lib/portage/pym/portage.py", line 4573, in unmerge
if (pkgfiles[obj][0] not in ("dir","fif","dev","sym")) and (lmtime
!= pkgfiles[obj][1]):
KeyError: .
Any idea what this means? Or how I can resolve it?
Reinhard
--
Reinhard Brandstaedter r.brandstaedter@gmx.at GPG: 0x033B81DB
- Student of Computer Science - J.K. University of Linz -
- <ICQ: 73059068> <Mobile: +43 699 12419541> -
- http://adelaide.dnsalias.net -
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-dev] Re: [gentoo-user] emerge error - removing old packages?
2004-01-08 12:14 [gentoo-dev] [gentoo-user] emerge error - removing old packages? Reinhard Brandstädter
@ 2004-01-08 13:19 ` Michael Kunze
2004-01-08 13:51 ` Mike Frysinger
0 siblings, 1 reply; 4+ messages in thread
From: Michael Kunze @ 2004-01-08 13:19 UTC (permalink / raw
To: gentoo-dev
Reinhard Brandstädter wrote:
> !!! Invalid db entry: /var/db/pkg/*sys-fs/devfsd!!! Invalid db entry:
> /var/db/pkg/*sys-fs/devfsd
> Any idea what this means? Or how I can resolve it?
http://forums.gentoo.org/viewtopic.php?t=105082&highlight=invalid+entry
btw: thats even a sticky post on webboard so not hard to find.
--
Michael Kunze
Congress - You earn it; we spend it. Any questions?
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-dev] Re: [gentoo-user] emerge error - removing old packages?
2004-01-08 13:19 ` [gentoo-dev] " Michael Kunze
@ 2004-01-08 13:51 ` Mike Frysinger
2004-01-08 22:32 ` Reinhard Brandstädter
0 siblings, 1 reply; 4+ messages in thread
From: Mike Frysinger @ 2004-01-08 13:51 UTC (permalink / raw
To: gentoo-dev
On Thursday 08 January 2004 08:19, Michael Kunze wrote:
> Reinhard Brandstädter wrote:
> > !!! Invalid db entry: /var/db/pkg/*sys-fs/devfsd!!! Invalid db entry:
> > /var/db/pkg/*sys-fs/devfsd
> >
> > Any idea what this means? Or how I can resolve it?
>
> http://forums.gentoo.org/viewtopic.php?t=105082&highlight=invalid+entry
>
> btw: thats even a sticky post on webboard so not hard to find.
or even the Bug report on bugs.gentoo.org ... just search for
'/var/db/pkg/*sys-fs/devfsd' and it'll probably be the only match
-mike
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-dev] Re: [gentoo-user] emerge error - removing old packages?
2004-01-08 13:51 ` Mike Frysinger
@ 2004-01-08 22:32 ` Reinhard Brandstädter
0 siblings, 0 replies; 4+ messages in thread
From: Reinhard Brandstädter @ 2004-01-08 22:32 UTC (permalink / raw
To: gentoo-dev
Mike Frysinger wrote:
> or even the Bug report on bugs.gentoo.org ... just search for
> '/var/db/pkg/*sys-fs/devfsd' and it'll probably be the only match
> -mike
Well but it's not only the Invalid db-entry for devfsd - I read about
that one - but more the lines at the end that concern me:
Traceback (most recent call last):
File "/usr/bin/emerge", line 2226, in ?
unmerge("clean", ["world"])
File "/usr/bin/emerge", line 1608, in unmerge
retval=portage.unmerge(mysplit[0],mysplit[1],portage.root,unmerge_action
not in ["clean","prune"])
File "/usr/lib/portage/pym/portage.py", line 2061, in unmerge
mylink.unmerge(trimworld=mytrimworld)
File "/usr/lib/portage/pym/portage.py", line 4573, in unmerge
if (pkgfiles[obj][0] not in ("dir","fif","dev","sym")) and (lmtime
!= pkgfiles[obj][1]):
KeyError: .
Reinhard
--
Reinhard Brandstaedter r.brandstaedter@gmx.at GPG: 0x033B81DB
- Student of Computer Science - J.K. University of Linz -
- <ICQ: 73059068> <Mobile: +43 699 12419541> -
- http://adelaide.dnsalias.net -
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-01-08 22:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-08 12:14 [gentoo-dev] [gentoo-user] emerge error - removing old packages? Reinhard Brandstädter
2004-01-08 13:19 ` [gentoo-dev] " Michael Kunze
2004-01-08 13:51 ` Mike Frysinger
2004-01-08 22:32 ` Reinhard Brandstädter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox