Bug 195012 - devel/py-zope.interface fetches things during the configure phase
Summary: devel/py-zope.interface fetches things during the configure phase
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-14 17:12 UTC by Andrew Berg
Modified: 2015-01-17 20:58 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Berg 2014-11-14 17:12:05 UTC
devel/py-zope.interface attempts to download something from https://pypi.python.org/simple/zope.fixers/ during the configure phase rather than the fetch phase. This is a problem because Poudriere build jails are not allowed to use networking during the configure phase.

=======================<phase: configure      >============================
===>  Configuring for py34-zope.interface-3.8.0_1
Download error on https://pypi.python.org/simple/zope.fixers/: [Errno 8] hostname nor servname provided, or not known -- Some packages may not be found!
Couldn't find index page for 'zope.fixers' (maybe misspelled?)
Download error on https://pypi.python.org/simple/: [Errno 8] hostname nor servname provided, or not known -- Some packages may not be found!
No local packages or download links found for zope.fixers


The full log can be viewed here: https://candace.robotsondrugs.com/poudriere/data/101x64-default/2014.11.14_10:09:37/logs/errors/py34-zope.interface-3.8.0_1.log
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2014-11-23 07:39:49 UTC
Over to maintainers.
Comment 2 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2015-01-17 20:57:45 UTC
zope.interface was just updated to 4.1.2 and this version doesn't requires zope.fixers to run on python3.