Opened at 2015-07-16T15:09:39Z
Closed at 2015-07-16T17:28:51Z
#2467 closed defect (fixed)
test-desert-island is failing
Reported by: | daira | Owned by: | warner |
---|---|---|---|
Priority: | normal | Milestone: | soon (release n/a) |
Component: | packaging | Version: | 1.10.1 |
Keywords: | desert-island-build packaging | Cc: | |
Launchpad Bug: |
Description (last modified by daira)
Downloading https://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-0.13.1.tar.gz#md5=e27a3b76734c39ea03952ca94cc56715 Downloading https://pypi.python.org/packages/2.7/p/pyasn1/pyasn1-0.1.8-py2.7.egg#md5=59f23a2692b9b4bc7901d166eba69167 Failed: build tried to download files
(Our dependency on pyasn1 was recently bumped to >= 0.1.8 since that is a dependency of pyasn1-modules 0.0.6. See the error at https://tahoe-lafs.org/buildbot-tahoe-lafs/builders/memcheck-32/builds/96/steps/compile/logs/stdio.)
Change History (3)
comment:1 Changed at 2015-07-16T15:12:00Z by daira
- Description modified (diff)
comment:2 Changed at 2015-07-16T15:14:25Z by daira
- Description modified (diff)
comment:3 Changed at 2015-07-16T17:28:51Z by warner
- Milestone changed from undecided to soon (release n/a)
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
I bumped pyasn1 in the tahoe-deps tarball from 0.1.6 to 0.1.8, and pyOpenSSL from 0.12 to 0.13.1 (and added a copy of the current 0.15.1 for good measure, although to actually build 0.15.1 you need cryptography and a host of other files).
Desert-Island builder is now green. (I don't know why it was green before, with pyOpenSSL-0.12 in the tarball but _auto_deps.py wanting 0.13 or 0.13.1 .. maybe something in the host that changed).