Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 100951 - zope should depend on shadow
Summary: zope should depend on shadow
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-31 18:27 UTC by Vladimir Linek
Modified: 2005-08-01 10:47 UTC (History)
0 users

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 Vladimir Linek 2005-07-31 18:27:42 UTC
zope uses 'groupadd' during install, therefore it should require 'shadow'
package (where 'groupadd' is included)

Reproducible: Always
Steps to Reproduce:
1. unpack stage2 tarball
2. chroot
3. emerge zope

Actual Results:  
The install phase fails, because of 'groupadd' command missing
Comment 1 Vladimir Linek 2005-07-31 18:33:12 UTC
sorry, the group and user is added during the merge phase...
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-08-01 04:54:57 UTC
No, sys-apps/shadow is in /usr/portage/profiles/base, no need for zope to depend
on it. You are not supposed to emerge zope on an unpacked stage 2, you need to
run 'emerge --emptytree system' first. 

http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=6#doc_chap4
Comment 3 Vladimir Linek 2005-08-01 10:47:05 UTC
Oops, I thought I _do_ miss something...
Sorry for bothering.