Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24737 - sleep(5) is undefined in repomanz0r
Summary: sleep(5) is undefined in repomanz0r
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High critical
Assignee: Jason A. Mobarak (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-18 08:05 UTC by SpanKY
Modified: 2011-10-30 22:18 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 SpanKY gentoo-dev 2003-07-18 08:05:46 UTC
root@vapier 0 root # repoman --help


!!! You do not have FEATURES="cvs" enabled...
!!! Digests may be incorrect!

Traceback (most recent call last):
  File "/usr/bin/repoman", line 25, in ?
    sleep(5)
NameError: name 'sleep' is not defined
Comment 1 Marius Mauch (RETIRED) gentoo-dev 2003-07-18 09:51:37 UTC
missing "from time import sleep"
Comment 2 Jason A. Mobarak (RETIRED) gentoo-dev 2003-08-02 22:24:09 UTC
Fixed.