Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 79650 - debianutils-1.16.7-r4 does not compile
Summary: debianutils-1.16.7-r4 does not compile
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Mac OSX (show other bugs)
Hardware: PPC All
: High major (vote)
Assignee: Gentoo for Mac OS X
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-26 15:31 UTC by Mark D.
Modified: 2006-04-12 10:52 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 Mark D. 2005-01-26 15:31:01 UTC
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
Comment 1 Mamoru KOMACHI (RETIRED) gentoo-dev 2005-01-26 23:17:14 UTC
Please post the output of `emerge --info`.
I'd say you are using old portage (or you installed
portage from old installer.)
Comment 2 Mark D. 2005-01-31 17:28:42 UTC
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"
Comment 3 Lina Pezzella (RETIRED) gentoo-dev 2005-02-09 14:21:16 UTC
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.
Comment 4 Mark D. 2005-02-14 16:28:46 UTC
Fixed