Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 172659 - net-zope/zope-3.3.0 needs RDEPEND on dev-util/dialog
Summary: net-zope/zope-3.3.0 needs RDEPEND on dev-util/dialog
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: net-zope (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-29 10:57 UTC by Tero Pelander
Modified: 2007-04-20 07:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tero Pelander 2007-03-29 10:57:21 UTC
Zope-3.3.0 has commands "zprod-manager" and "zope-config" that need command "dialog" to work in interactive mode.

Fix: add dev-util/dialog to RDEPEND.
Comment 1 Andrew Ross (RETIRED) gentoo-dev 2007-04-20 07:42:38 UTC
zprod-manager and zope-config aren't part of net-zope/zope - they are separate packages in the app-admin category.

All app-admin/zope-config ebuilds currently in the tree have dev-util/dialog listed as an RDEPEND - you can confirm this manually or using the following bash snippet:

for EBUILD in /usr/portage/app-admin/zope-config/*.ebuild
do
  fgrep -q dev-util/dialog ${EBUILD} || echo ${EBUILD}
done

The same is true of app-admin/zprod-manager.

If you find a bug with app-admin/zope-config or app-admin/zprod-manager, please file it as a new bug. You may also want to check out instancemanager (http://plone.org/products/instance-manager) as an alternative to zope-config/zprod-manager.

Cheers