> >  >>> Auto-cleaning packages ...
> > !!! Invalid db entry: /var/db/pkg/*sys-fs/devfsd
> > !!! Invalid db entry: /var/db/pkg/*sys-fs/devfsd
> > !!! Invalid db entry: /var/db/pkg/*sys-fs/devfsd
> > !!! Invalid db entry: /var/db/pkg/*sys-fs/devfsd

It is a minor bug in portage that doesn't harm anything.  If you really
can't stand seeing the error message, the following patch will fix the
problem.

--- portage.py.orig     2003-11-24 11:41:49.000000000 -0600
+++ portage.py  2003-11-24 11:45:30.000000000 -0600
@@ -3352,7 +3352,7 @@
                for y in mylist:
                        mysplit=catpkgsplit(y)
                        if not mysplit:
-                               self.invalidentry(self.root+"var/db/pkg/"+x)
+                               self.invalidentry(self.root+"var/db/pkg/"+y)
                                continue
                        mykey=mysplit[0]+"/"+mysplit[1]
                        if not mykey in returnme:


Regards,
Paul
-- 
My Gentoo stuff: http://varnerfamily.org/pvarner/gentoo

--
[EMAIL PROTECTED] mailing list

Reply via email to