Emerging debianutils on my Mac OSX powerbook doesn't compile! This is a required package for portage on ppc Mac OSX Reproducible: Always Steps to Reproduce: 1. emerge debianutils Actual Results: Actual Result: * Applying debianutils-compress.patch ... [ ok ] * Applying debianutils-1.16.7-gcc33.patch ... [ ok ]>>> Source unpacked. gcc -O2 -pipe mktemp.c -o mktemp gcc -O2 -pipe readlink.c -o readlink gcc -O2 -pipe run-parts.c -o run-parts gcc -O2 -pipe tempfile.c -o tempfile run-parts.c: In function `run_parts': run-parts.c:304: warning: passing arg 3 of `scandir' from incompatible pointer type >>> Test phase [not enabled]: sys-apps/debianutils-1.16.7-r4 >>> Install debianutils-1.16.7-r4 into /var/tmp/portage/debianutils-1.16.7-r4/image/ category sys-apps >>> dosbin: making installkernel executable... install: --group=root: No such file or directory
Please post the output of `emerge --info`. I'd say you are using old portage (or you installed portage from old installer.)
Yeah I am using portage from old installer. What I am attempting to do is upgrade my version of portage! root# emerge --info !!! Using `which gcc` to gcc locate version, this may break !!! DISTCC, installing gcc-config and setting your current gcc !!! profile will fix this Portage 20040726 (default-darwin/macos/10.3, gcc-3.3, unavailable, 7.7.0 Power Macintosh powerpc) ================================================================= System uname: 7.7.0 Power Macintosh powerpc macos-20040726 distcc 2.0.1-zeroconf powerpc-apple-darwin7.0 (protocol 1) (default port 3632) [disabled] Autoconf: Automake: Binutils: ACCEPT_KEYWORDS="ppc 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="autoconfig collision-protect cvs keepwork" GENTOO_MIRRORS="http://gentoo.osuosl.org/" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="" SYNC="rsync://yamato.iat.sfu.ca/gentoo-portage" USE="ppc-macos"
You should be able to update portage using emerge portage --nodeps as long as you have an older version of this package. Otherwise I suggest redoing the installation with either kito's new bootstrap suite or with the new gentoo for osx installer. Please reopen if this is still a problem after upgrading portage.
Fixed