Bug 195012

Summary: devel/py-zope.interface fetches things during the configure phase
Product: Ports & Packages Reporter: Andrew Berg <berg2839>
Component: Individual Port(s)Assignee: Ruslan Makhmatkhanov <rm>
Status: Closed FIXED    
Severity: Affects Some People CC: rm, zope
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

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.