Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 9375 - portage .41 and depclean
Summary: portage .41 and depclean
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-20 06:21 UTC by Maurizio Disimino
Modified: 2011-10-30 22:20 UTC (History)
1 user (show)

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 Maurizio Disimino 2002-10-20 06:21:32 UTC
sexybit root # emerge --pretend depclean

*** WARNING *** : DEPCLEAN CAN SERIOUSLY IMPAIR YOUR SYSTEM IF USED WITHOUT
*** WARNING *** : CAUTION.   ALWAYS VERIFY ALL PACKAGES IN PRETEND LIST FOR
*** WARNING *** : SANITY BEFORE ALLOWING THIS TO EXECUTE. (Cancel: CONTROL-C)
*** WARNING *** : USE FLAGS HAVE AN EXTREME EFFECT ON THE OUTPUT. LIBRARIES
*** WARNING *** : MAY BE IN USE, BUT NOT MENTIONED AS A DEPEND DUE TO USE.

Waiting 5 seconds to let you cancel...
Calculating depclean dependencies |Traceback (most recent call last):
  File "/usr/bin/emerge", line 1361, in ?
    if not mydepgraph.xcreate("world"):
  File "/usr/bin/emerge", line 811, in xcreate
    if not self.create(myk):
  File "/usr/bin/emerge", line 646, in create
    if self.select_dep("/",edepend[0]+" "+edepend[1],myparent=mp):
  File "/usr/bin/emerge", line 729, in select_dep
    self.create(myk,myparent)
  File "/usr/bin/emerge", line 646, in create
    if self.select_dep("/",edepend[0]+" "+edepend[1],myparent=mp):
  File "/usr/bin/emerge", line 702, in select_dep
    myeb=portage.portdb.xmatch("bestmatch-visible",x)
  File "/usr/lib/python2.2/site-packages/portage.py", line 3013, in xmatch
    myval=best(self.xmatch("match-visible",None,mydep,mykey))
  File "/usr/lib/python2.2/site-packages/portage.py", line 3024, in xmatch
    myval=self.match2(mydep,mykey,self.xmatch("list-visible",None,mydep,mykey))
  File "/usr/lib/python2.2/site-packages/portage.py", line 3010, in xmatch
    myval=self.gvisible(self.visible(self.cp_list(mykey)))
  File "/usr/lib/python2.2/site-packages/portage.py", line 3092, in gvisible
    myaux=db["/"]["porttree"].dbapi.aux_get(mycpv, ["KEYWORDS"])
  File "/usr/lib/python2.2/site-packages/portage.py", line 2799, in aux_get
    emtime=os.stat(myebuild)[ST_MTIME]
OSError: [Errno 116] Stale NFS file handle:
'/usr/portage/app-admin/fam-oss/fam-oss-2.6.9.ebuild'
Comment 1 Maurizio Disimino 2002-10-20 06:24:41 UTC
Mine was a NFS problem. Closing this.