Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 47490 - problem emerge vsound
Summary: problem emerge vsound
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-11 00:46 UTC by joseph
Modified: 2004-04-12 01:11 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 joseph 2004-04-11 00:46:26 UTC
It won't emerge, and last line of errors is
..
UnboundLocalError: local variable 'fetched' referenced before assignment

Reproducible: Always
Steps to Reproduce:
1.emerge vsound
2.
3.

Actual Results:  
 # emerge vsound
  
Performing Global Updates: /usr/portage/profiles/updates/1Q-2004
(Could take a couple minutes if you have a lot of binary packages.)
  .='update pass'  *='binary update'  @='/var/db move'
...................portage: Update type "slotmove" not recognized.
.....................*
Calculating dependencies ...done!
>>> emerge (1 of 1) media-sound/vsound-0.5 to /
Traceback (most recent call last):
  File "/usr/bin/emerge", line 2220, in ?
    mydepgraph.merge(mydepgraph.altlist())
  File "/usr/bin/emerge", line 1362, in merge
    retval=portage.doebuild(y,"merge",myroot,edebug)
  File "/usr/lib/portage/pym/portage.py", line 1891, in doebuild
    if not fetch(fetchme, listonly, fetchonly):
  File "/usr/lib/portage/pym/portage.py", line 1392, in fetch
    if (fetched!=2) and not listonly:
UnboundLocalError: local variable 'fetched' referenced before assignment


Expected Results:  
should be able to emerge vsound.

Upon viewing ebuild and compairing it with the last version v1.6, 

around line 15:
RESTRICT="nomirror" is replacing 
S=${WORKDIR}/${P}

Reverting to v1.6, vsound emerge fine.
Comment 1 Jeremy Huddleston (RETIRED) gentoo-dev 2004-04-12 01:11:50 UTC
fixed in cvs.  SRC_URI was bad