Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 77861 - netselect fail on compile
Summary: netselect fail on compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Mac OSX (show other bugs)
Hardware: PPC Linux
: High normal (vote)
Assignee: Gentoo for Mac OS X
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-13 09:59 UTC by Alessio Caiazza
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 Alessio Caiazza 2005-01-13 09:59:30 UTC
when I try to emerge mirrorselect, netselect fail on compiling

Reproducible: Always
Steps to Reproduce:
1.emerge /usr/portage/net-analyzer/netselect/netselect-0.3.ebuild
2.
3.

Actual Results:  
>>> emerge (1 of 1) net-analyzer/netselect-0.3 to /
>>> md5 src_uri ;-) netselect-0.3.tar.gz
>>> Unpacking source...
>>> Unpacking netselect-0.3.tar.gz to /var/tmp/portage/netselect-0.3/work
>>> Source unpacked.
gcc -Wall -I. -g -Os -mcpu=G4 -maltivec -mabi=altivec           -mpowerpc-gfxopt
-fomit-frame-pointer           -fno-strict-aliasing -pipe   -c -o netselect.o
netselect.c
netselect.c:49:21: endian.h: No such file or directory
make: *** [netselect.o] Error 1
Comment 1 Alessio Caiazza 2005-01-13 10:04:50 UTC
I forgot #emerge info
!!! Relying on the shell to locate gcc, this may break
!!! DISTCC, installing gcc-config and setting your current gcc
!!! profile will fix this
Portage 2.0.51-r3 (default-darwin/macos/10.3, gcc-3.3, libsystem-7.1-r0, 7.7.0 Power Macintosh)
=================================================================
System uname: 7.7.0 Power Macintosh powerpc
macos-20041118
distcc 2.0.1-zeroconf powerpc-apple-darwin7.0 (protocol 1) (default port 3632) [disabled]
Autoconf: 
Automake: 
Binutils: 
Headers:  sys-libs/libsystem-7.1
Libtools: 
ACCEPT_KEYWORDS="ppc-macos"
AUTOCLEAN="yes"
CFLAGS="-Os -mcpu=G4 -maltivec -mabi=altivec           -mpowerpc-gfxopt -fomit-frame-pointer           -fno-strict-aliasing -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="-Os -mcpu=G4 -maltivec -mabi=altivec           -mpowerpc-gfxopt -fomit-frame-pointer           -fno-strict-aliasing -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache collision-protect distlocks"
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="ppc-macos"
Comment 2 Lina Pezzella (RETIRED) gentoo-dev 2005-02-09 17:46:36 UTC
Fixed and inCVS