Opened 13 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 13 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 found → py-zope-app-module, py-zope-keyreference, py-zdaemon, py-zen: stub ports broken because dependencies don't exist |
Note: See
TracTickets for help on using
tickets.