Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20984 - emerge pukes up strange error codes when using -f flag
Summary: emerge pukes up strange error codes when using -f flag
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-13 23:40 UTC by Andy
Modified: 2011-10-30 22:37 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 Andy 2003-05-13 23:40:55 UTC
I got the following error after having emerged the
openoffice-bin-1.1_beta.ebuild.  [That fails on setup
because some files are missing (icons), so I tried to
fetch the source distribution to find the missing
files.] Then the following happened, which I don't think
is good:


emerge --fetchonly openoffice
Calculating dependencies ...done!
Traceback (most recent call last):
  File "/usr/bin/emerge", line 1862, in ?
    mydepgraph.merge(mydepgraph.altlist())
  File "/usr/bin/emerge", line 1098, in merge
    y=portage.portdb.findname(x[2])
  File "/usr/lib/python2.2/site-packages/portage.py", line 3032, in findname
    return self.root+"/"+mysplit[0]+"/"+psplit[0]+"/"+mysplit[1]+".ebuild"
TypeError: unsubscriptable object


-----------
I've sync'ed recently.
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2003-05-14 22:58:56 UTC
Known issue. Fixed in the 2.0.48 series.