Unix Technical Forum

grrr... [help needed] emerge AttributeError: vartree instance has no attribute 'invalidentry'

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! ...


Go Back   Unix Technical Forum > Unix Operating Systems > Gentoo Linux Support

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-21-2008, 05:42 AM
PiotrAF
 
Posts: n/a
Default grrr... [help needed] emerge AttributeError: vartree instance has no attribute 'invalidentry'

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 ?!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-21-2008, 05:42 AM
PiotrAF
 
Posts: n/a
Default Re: grrr... [help needed] emerge AttributeError: vartree instance has no attribute 'invalidentry'

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

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-21-2008, 05:42 AM
PiotrAF
 
Posts: n/a
Default Re: grrr... [help needed] emerge AttributeError: vartree instance has no attribute 'invalidentry'

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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-21-2008, 05:43 AM
Anno v. Heimburg
 
Posts: n/a
Default Re: grrr... [help needed] emerge AttributeError: vartree instance has no attribute 'invalidentry'

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/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-21-2008, 05:43 AM
PiotrAF
 
Posts: n/a
Default Re: grrr... [help needed] emerge AttributeError: vartree instance has no attribute 'invalidentry'

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-21-2008, 05:43 AM
walt
 
Posts: n/a
Default Re: grrr... [help needed] emerge AttributeError: vartree instance has no attribute 'invalidentry'

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-21-2008, 05:43 AM
PiotrAF
 
Posts: n/a
Default Re: grrr... [help needed] emerge AttributeError: vartree instance has no attribute 'invalidentry'

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

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-21-2008, 05:43 AM
Jon Portnoy
 
Posts: n/a
Default Re: grrr... [help needed] emerge AttributeError: vartree instance has no attribute 'invalidentry'

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 02-21-2008, 05:43 AM
PiotrAF
 
Posts: n/a
Default Re: grrr... [help needed] emerge AttributeError: vartree instance has no attribute 'invalidentry'

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

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 02-21-2008, 05:43 AM
Artur Hefczyc
 
Posts: n/a
Default Re: grrr... [help needed] emerge AttributeError: vartree instancehas no attribute 'invalidentry'

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/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 10:33 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com