Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 95279 - coreutils-darwin-5.3.0 fails to merge after building fine
Summary: coreutils-darwin-5.3.0 fails to merge after building fine
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Mac OSX (show other bugs)
Hardware: PPC OS X
: High normal (vote)
Assignee: Gentoo for Mac OS X
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-06 16:54 UTC by G. Gibson
Modified: 2006-04-12 10:53 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 G. Gibson 2005-06-06 16:54:26 UTC
after building the binaries, during attempting to install files:

!!! failed to properly create symlink:
!!! /bin/groups -> /usr/sbin/groups
!!! [Errno 2] No such file or directory: '/bin/groups'
!!! Failed to move file.
!!! /bin/groups -> /usr/sbin/groups

Reproducible: Always
Steps to Reproduce:
1.emerge coreutils-darwin
2.
3.

Actual Results:  
!!! failed to properly create symlink:
!!! /bin/groups -> /usr/sbin/groups
!!! [Errno 2] No such file or directory: '/bin/groups'
!!! Failed to move file.
!!! /bin/groups -> /usr/sbin/groups

Expected Results:  
coreutils-darwin-5.3.0 merged

Portage 2.0.51-r3 (default-darwin/macos/10.4, gcc-3.3, libsystem-7.1-r0, 8.1.0
Power Macintosh)
=================================================================
System uname: 8.1.0 Power Macintosh powerpc
macos-20041118
distcc 2.0.1-zeroconf powerpc-apple-darwin7.0 (protocol 1) (default port 3632)
[disabled]
Autoconf: sys-devel/autoconf-2.13,sys-devel/autoconf-2.59-r6
Automake: 
Binutils: 
Headers:  sys-libs/libsystem-7.1
Libtools: 
ACCEPT_KEYWORDS="ppc-macos ~ppc-macos"
AUTOCLEAN="yes"
CFLAGS="-O2 -pipe"
CHOST="powerpc-apple-darwin"
COMPILER=""
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache collision-protect distlocks sfperms
strict userpriv"
GENTOO_MIRRORS="http://gentoo.osuosl.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="emboss ppc-macos userland_BSD kernel_Darwin elibc_Darwin"
Comment 1 Robert Paskowitz (RETIRED) gentoo-dev 2005-06-10 00:21:02 UTC
uptime and groups should be moved from EXISTINGUSBIN to EXISTINGUSR.

This is valid for 10.4. It's possibly different for 10.3, in which case a
TENTHREE var will probably be needed.
Comment 2 Lina Pezzella (RETIRED) gentoo-dev 2005-06-25 20:45:56 UTC
I checked both my 10.3 and 10.4 installs, and it looks like groups and uptime should be moved for both.
I've committed as this bug's been around for a while.