Opened at 2011-02-21T02:22:54Z
Closed at 2011-03-31T15:51:56Z
#1365 closed defect (fixed)
'IndexError: list index out of range' during build step on Randy FreeBSD-amd64
Reported by: | davidsarah | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | soon (release n/a) |
Component: | packaging | Version: | 1.8.2 |
Keywords: | setuptools build zfec | Cc: | |
Launchpad Bug: |
Description
http://tahoe-lafs.org/buildbot/builders/Randy%20FreeBSD-amd64/builds/331/steps/build/logs/stdio
File "/usr/home/buildbot/tahoe-lafs/Randy FreeBSD-amd64/build/setuptools-0.6c16dev3.egg/setuptools/sandbox.py", line 64, in <lambda> {'__file__':setup_script, '__name__':'__main__'} File "setup.py", line 14, in <module> ##### sys.path management IndexError: list index out of range
This started happening on build 331.
Change History (5)
comment:1 follow-up: ↓ 2 Changed at 2011-02-28T02:00:07Z by davidsarah
- Keywords zfec added
comment:2 in reply to: ↑ 1 Changed at 2011-02-28T02:04:25Z by davidsarah
Replying to davidsarah:
This should probably be a zfec ticket.
comment:3 Changed at 2011-03-04T04:24:37Z by davidsarah
This should have been fixed in zfec 1.4.20. http://tahoe-lafs.org/buildbot/builders/Randy%20FreeBSD-amd64/builds/335/steps/build/logs/stdio succeeded with zfec 1.4.20, so it seems to be working. However we should either remove 1.4.19 from PyPI, or exclude it in Tahoe's _auto_deps.py.
comment:4 Changed at 2011-03-04T04:26:06Z by davidsarah
- Milestone changed from undecided to soon (release n/a)
comment:5 Changed at 2011-03-31T15:51:56Z by zooko
- Resolution set to fixed
- Status changed from new to closed
Okay I removed zfec v1.4.19 from PyPI. At this time, v1.4.22 is the latest version of zfec on PyPI.
This appears to be a regression in zfec 1.4.19, probably zfec changeset 382. It seems to happen with either setuptools or zetuptoolz.
This should probably be a zfec ticket.