Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 67599 - dosbin can fail on osx due to group name
Summary: dosbin can fail on osx due to group name
Status: VERIFIED DUPLICATE of bug 57878
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: PPC All
: High normal (vote)
Assignee: osx porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 67954
  Show dependency tree
 
Reported: 2004-10-14 16:25 UTC by Nick Dimiduk (RETIRED)
Modified: 2005-02-06 13:33 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 Nick Dimiduk (RETIRED) gentoo-dev 2004-10-14 16:25:05 UTC
dosbin make the assumption of the existance of a group named "root" this group does not exist in later revisions of osx 10.3.5.  This prevents the installation of portage deps, including debianutils.  GID 0 should be used rather than the group name "root".
Comment 1 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-10-17 19:28:36 UTC
Isn't this fixed in CVS? My /usr/lib/portage/bin/dosbin from 2.0.51_rc9
says:

    if [ "$USERLAND" == "GNU" ]; then
      install -m0755 -o root -g root  "${x}" "${D}${DESTTREE}/sbin" || exit 4
    else
      install -m0755 -o root -g wheel "${x}" "${D}${DESTTREE}/sbin" || exit 4
    fi
Comment 2 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-10-17 19:30:00 UTC

*** This bug has been marked as a duplicate of 57878 ***
Comment 3 Hasan Khalil (RETIRED) gentoo-dev 2005-02-06 13:33:31 UTC
Closing out bugs that've been resolved for a while now...