Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 100951

Summary: zope should depend on shadow
Product: Gentoo Linux Reporter: Vladimir Linek <vinil>
Component: [OLD] ServerAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.