Opened 12 years ago

Closed 12 years ago

#32728 closed defect (fixed)

py-zope-app-module, py-zope-keyreference, py-zdaemon, py-zen: stub ports broken because dependencies don't exist

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: singingwolfboy@…
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: Cc:
Port: py-zope-app-module, py-zope-keyreference, py-zdaemon, py-zen

Description

From the buildbot:

--->  Computing dependencies for py-zope-app-module
DEBUG: Searching for dependency: py24-zope-app-module
DEBUG: Didn't find receipt, going to depspec regex for: py24-zope-app-module
Error: Dependency 'py24-zope-app-module' not found.

py-zope-app-module does not override the python portgroup's default python version of 2.4, yet does not provide a python 2.4 version of itself, hence the error when you try to install the stub port; change the default python version to one of the ones the port does provide.

Or, take this opportunity to fix the python portgroup: have it default to 2.4 only if 2.4 is among the versions the port provides; if it's not, you could change it to default to the highest version provided, for example.

Change History (2)

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Port: py-zope-keyreference py-zdaemon py-zen added
Summary: py-zope-app-module: Dependency 'py24-zope-app-module' not foundpy-zope-app-module, py-zope-keyreference, py-zdaemon, py-zen: stub ports broken because dependencies don't exist
--->  Computing dependencies for py-zope-keyreference
DEBUG: Searching for dependency: py24-zope-keyreference
DEBUG: Didn't find receipt, going to depspec regex for: py24-zope-keyreference
Error: Dependency 'py24-zope-keyreference' not found.
--->  Computing dependencies for py-zdaemon
DEBUG: Searching for dependency: py24-zdaemon
DEBUG: Didn't find receipt, going to depspec regex for: py24-zdaemon
Error: Dependency 'py24-zdaemon' not found.
--->  Computing dependencies for py-zen
DEBUG: Searching for dependency: py24-zen
DEBUG: Didn't find receipt, going to depspec regex for: py24-zen
Error: Dependency 'py24-zen' not found.

comment:2 Changed 12 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.