Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1032 - emerge --zap error
Summary: emerge --zap error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-09 16:56 UTC by Mark Moss
Modified: 2003-02-04 19:42 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 Mark Moss 2002-03-09 16:56:36 UTC
If UNMERGE_DELAY is not set in the environment, emerge --zap error out with the
following message:

"
# emerge --zap media-sound/glame
    
    media-sound/glame-0.6.0
Traceback (most recen call last):
  File "/usr/bin/emerge", line 966, in ?
    secs=string.atoi(portage.settings["UNMERGE_DELAY"])
  File "/usr/lib/spython2.0/string.py", line 215, in atoi
    return _int(s, base)
ValueError: invalid literal for int():
"

Setting UNMERGE_DELAY to 5 produces the expected behaviour.  I couldn't find any
references in the emerge manpage or emerge --help which refered to this
environment variable.
Comment 1 Daniel Robbins (RETIRED) gentoo-dev 2002-03-19 16:40:49 UTC
our new make.globals includes this, shouldn't be a problem.