Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6325 - portage 2.0.27 aborts on --update --usepkg world
Summary: portage 2.0.27 aborts on --update --usepkg world
Status: RESOLVED DUPLICATE of bug 4508
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-11 11:14 UTC by Aniruddha Shankar
Modified: 2011-10-30 22:19 UTC (History)
0 users

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 Aniruddha Shankar 2002-08-11 11:14:38 UTC
I've read the other bugreports on portage 2.0.27 and don't think this is a duplicate. 

three etc # emerge --udate --pretend world

These are the packages that I would merge, in order.

Calculating world dependencies ...done!
[ebuild    U ] x11-libs/qt-2.3.2-r1 to /
[ebuild    U ] app-games/chromium-0.9.12-r1 to /
three etc # emerge --usepkg --update world
Calculating world dependencies /Traceback (most recent call last):
  File "/usr/bin/emerge", line 1315, in ?
    if not mydepgraph.xcreate(myaction):
  File "/usr/bin/emerge", line 763, in xcreate
    if not self.create(myk):
  File "/usr/bin/emerge", line 625, in create
    mydep["/"]=edepend[0]+" "+edepend[1]
UnboundLocalError: local variable 'edepend' referenced before assignment


as a workaround, I use emerge --update --usepkg qt chromium [app3] [app4] [app5]
Comment 1 SpanKY gentoo-dev 2002-08-11 13:30:53 UTC

*** This bug has been marked as a duplicate of 4508 ***