This is a discussion on grrr... [help needed] emerge AttributeError: vartree instance has no attribute 'invalidentry' within the Gentoo Linux Support forums, part of the Unix Operating Systems category; --> root@piotr piotr # emerge -pv eroaster These are the packages that I would merge, in order: Calculating dependencies ...done! ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| root@piotr piotr # emerge -pv eroaster These are the packages that I would merge, in order: Calculating dependencies ...done! Traceback (most recent call last): File "/usr/bin/emerge", line 2133, in ? mydepgraph.display(mydepgraph.altlist()) File "/usr/bin/emerge", line 1103, in display elif (not "--emptytree" in myopts) and portage.db[x[1]]["vartree"].exists_specific_cat(x[2]): File "/usr/lib/python2.2/site-packages/portage.py", line 3469, in exists_specific_cat self.invalidentry(self.root+"var/db/pkg/"+a[0]+"/"+x) AttributeError: vartree instance has no attribute 'invalidentry' This concerns only some of packages. I even reemerge python and portage and fixpackages and emerge sync grrrrrrrrrrrr >>> 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 >>> No outdated packages were found on your system. WHAT IS GOING ON ?!! |
| |||
| On Tue, 25 Nov 2003 19:36:05 +0100, PiotrAF wrote: this happened after similar case with musicbrainz >>> Done. >>> extracting info >>> extracting pyorbit-2.0.0 >>> Merging dev-python/pyorbit-2.0.0 to / --- /var/ --- /var/lib/ --- /usr/ --- /usr/lib/ --- /usr/lib/pkgconfig/ !!! Failed to move /var/tmp/portage-pkg/pyorbit-2.0.0 /bin/usr/lib/pkgconfig/pyorbit-2.pc to /usr/lib/pkgconfig/pyorbit-2.pc!!! [Errno 13] Permission denied |
| |||
| On Tue, 25 Nov 2003 19:41:40 +0100, PiotrAF wrote: > /var/tmp/portage-pkg/pyorbit-2.0.0 > /bin/usr/lib/pkgconfig/pyorbit-2.pc to /usr/lib/pkgconfig/pyorbit-2.pc!!! > [Errno 13] Permission denied Case solved - something must have changed permissions on my /usr/lib/pkgconfig - who can tell what the should be? |
| |||
| PiotrAF wrote: > On Tue, 25 Nov 2003 19:41:40 +0100, PiotrAF wrote: >> /var/tmp/portage-pkg/pyorbit-2.0.0 >> /bin/usr/lib/pkgconfig/pyorbit-2.pc to /usr/lib/pkgconfig/pyorbit-2.pc!!! >> [Errno 13] Permission denied > > Case solved - something must have changed permissions on my > /usr/lib/pkgconfig - who can tell what the should be? $ ll -d pkgconfig drwxr-xr-x 2 root root 2,5K 2003-11-25 17:23 pkgconfig/ |
| |||
| On Tue, 25 Nov 2003 22:44:53 +0100, Anno v. Heimburg wrote: >> /usr/lib/pkgconfig - who can tell what the should be? > $ ll -d pkgconfig > drwxr-xr-x 2 root root 2,5K 2003-11-25 17:23 pkgconfig/ thnx Good Man by the way - what does this ll belong to? I don't have that command |
| |||
| PiotrAF <piotraf@nospam.poczta.onet.pl> writes: > On Tue, 25 Nov 2003 19:41:40 +0100, PiotrAF wrote: > > /var/tmp/portage-pkg/pyorbit-2.0.0 > > /bin/usr/lib/pkgconfig/pyorbit-2.pc to /usr/lib/pkgconfig/pyorbit-2.pc!!! > > [Errno 13] Permission denied > > Case solved - something must have changed permissions on my > /usr/lib/pkgconfig - who can tell what the should be? The directory is 755, the contents of the directory has 644. |
| |||
| On Tue, 25 Nov 2003 14:28:27 -0800, walt wrote: >> Case solved - something must have changed permissions on my >> /usr/lib/pkgconfig - who can tell what the should be? > > The directory is 755, the contents of the directory has 644. Thank you -- best regards PiotrAF icq#19392046 gadu-gadu#66915 |
| |||
| On 2003-11-25, PiotrAF <piotraf@nospam.poczta.onet.pl> wrote: > On Tue, 25 Nov 2003 22:44:53 +0100, Anno v. Heimburg wrote: > >>> /usr/lib/pkgconfig - who can tell what the should be? >> $ ll -d pkgconfig >> drwxr-xr-x 2 root root 2,5K 2003-11-25 17:23 pkgconfig/ > > thnx Good Man > by the way - what does this ll belong to? I don't have that command ll is sometimes an alias for ls -l. -- Jon Portnoy avenj/irc.freenode.net #gentoo, irc.oftc.net #cola Opinions expressed are my own, not those of Gentoo Linux or any other entity I am associated with unless stated otherwise. |
| |||
| On Wed, 26 Nov 2003 03:14:34 +0000, Jon Portnoy wrote: >> thnx Good Man >> by the way - what does this ll belong to? I don't have that command > > ll is sometimes an alias for ls -l. but a personal alias e.g. in a .bashrc or a part of some package? -- rgds PiotrAF [n00b] icq#19392046 gadu-gadu#66915 |
| ||||
| PiotrAF <piotraf@nospam.poczta.onet.pl> writes: >> ll is sometimes an alias for ls -l. > but a personal alias e.g. in a .bashrc or a part of some package? Rather personal, usually defined in .bashrc file. Artur -- Artur Hefczyc, Open Source Developer: http://www.geotools.org/ http://generguide.sourceforge.net/ http://wttools.sourceforge.net/ http://maven-plugins.sourceforge.net/ |