Add 'mock' Python package to the Tahoe dependency repository #1053

Closed
opened 2010-05-21 08:53:40 +00:00 by francois · 4 comments
francois commented 2010-05-21 08:53:40 +00:00
Owner

It looks like buildslave "MM netbsd4 i386 warp" cannot download Python eggs from <http://pypi.python.org/>, probably because of some firewall?

http://tahoe-lafs.org/buildbot/builders/MM%20netbsd4%20i386%20warp/builds/253/steps/build/logs/stdio

Processing dependencies for allmydata-tahoe==1.6.1-r4319
Searching for mock
Reading http://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-dep-sdists/
Reading http://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-lafs-dep-eggs/
Reading http://pypi.python.org/simple/mock/
Download error: (61, 'Connection refused') -- Some packages may not be found!
Reading http://pypi.python.org/simple/mock/
Download error: (61, 'Connection refused') -- Some packages may not be found!
Couldn't find index page for 'mock' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://pypi.python.org/simple/
Download error: (61, 'Connection refused') -- Some packages may not be found!
No local packages or download links found for mock
error: Could not find suitable distribution for Requirement.parse('mock')

I think that adding the 'mock' Python package to the Tahoe dependency repository available at <http://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-dep-sdists/> would fix this issue.

It looks like buildslave "MM netbsd4 i386 warp" cannot download Python eggs from `<http://pypi.python.org/>`, probably because of some firewall? <http://tahoe-lafs.org/buildbot/builders/MM%20netbsd4%20i386%20warp/builds/253/steps/build/logs/stdio> ``` Processing dependencies for allmydata-tahoe==1.6.1-r4319 Searching for mock Reading http://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-dep-sdists/ Reading http://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-lafs-dep-eggs/ Reading http://pypi.python.org/simple/mock/ Download error: (61, 'Connection refused') -- Some packages may not be found! Reading http://pypi.python.org/simple/mock/ Download error: (61, 'Connection refused') -- Some packages may not be found! Couldn't find index page for 'mock' (maybe misspelled?) Scanning index of all packages (this may take a while) Reading http://pypi.python.org/simple/ Download error: (61, 'Connection refused') -- Some packages may not be found! No local packages or download links found for mock error: Could not find suitable distribution for Requirement.parse('mock') ``` I think that adding the 'mock' Python package to the Tahoe dependency repository available at `<http://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-dep-sdists/>` would fix this issue.
tahoe-lafs added the
packaging
major
defect
1.6.1
labels 2010-05-21 08:53:40 +00:00
tahoe-lafs added this to the 1.7.0 milestone 2010-05-21 08:53:40 +00:00
francois commented 2010-05-21 09:10:38 +00:00
Author
Owner
This would also fix the 'test-desert-island' builder. <http://tahoe-lafs.org/buildbot/builders/clean/builds/2279/steps/test-desert-island/logs/stdio>
zooko commented 2010-05-21 12:34:22 +00:00
Author
Owner

Okay I added mock to the sdists dir that we host. Let's see if those builders go green then close this ticket.

Okay I added mock to the sdists dir that we host. Let's see if those builders go green then close this ticket.
francois commented 2010-05-22 10:46:40 +00:00
Author
Owner

Hm, looks like you should also recreate the tahoe-deps.tar.gz archive.

http://tahoe-lafs.org/buildbot/builders/clean/builds/2286/steps/test-desert-island/logs/stdio

Hm, looks like you should also recreate the `tahoe-deps.tar.gz` archive. <http://tahoe-lafs.org/buildbot/builders/clean/builds/2286/steps/test-desert-island/logs/stdio>
tahoe-lafs added the
fixed
label 2010-06-08 02:38:56 +00:00
davidsarah closed this issue 2010-06-08 02:38:56 +00:00
davidsarah commented 2010-06-08 03:03:45 +00:00
Author
Owner

An egg for mock-0.6.0 is now bundled in the Tahoe distribution.

An egg for mock-0.6.0 is now bundled in the Tahoe distribution.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: tahoe-lafs/trac-2024-07-25#1053
No description provided.