Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21818 - Can't emerge wireless-tools
Summary: Can't emerge wireless-tools
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Pieter Van den Abeele (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-28 02:29 UTC by Sebastian Bergmann (RETIRED)
Modified: 2003-05-29 06:37 UTC (History)
1 user (show)

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 Sebastian Bergmann (RETIRED) gentoo-dev 2003-05-28 02:29:14 UTC
gcc -march=pentium3 -O3 -pipe     -I /usr/src/linux/include -fPIC -c -o iwlib.so
iwlib.c
gcc: o such file or directory
gcc: no input files
gcc: o such file or directory
gcc: no input files
/bin/sh: line 1: 01m: command not found
/bin/sh: line 1: 01m: command not found
make: *** [iwlib.o] Error 127
make: *** Waiting for unfinished jobs....
make: *** [iwlib.so] Error 127

!!! ERROR: net-wireless/wireless-tools-25-r1 failed.
!!! Function src_compile, Line 27, Exitcode 2
!!! (no error message)


Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Portage 2.0.48 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1)
=================================================================
System uname: 2.4.20-gentoo-r5 i686 Pentium III (Coppermine)
GENTOO_MIRRORS="ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo
ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror http://gentoo.oregonstate.edu/
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY=""
USE="x86 oss 3dnow arts avi crypt cups encode gif jpeg kde libg++ libwww mikmod
mmx motif mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms zlib
gdbm berkdb slang readline svga gpm tcpd pam perl python esd imlib oggvorbis gtk
qt acpi alsa apm dga directfb dvd gnome gtk2 java mozilla opengl pcmcia sdl ssl
usb X xv"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -O3 -pipe"
CXXFLAGS="-march=pentium3 -O3 -pipe"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 Pieter Van den Abeele (RETIRED) gentoo-dev 2003-05-29 06:08:59 UTC
The problem lies in the package makefile:

line 86 it sets: XCFLAGS to $CFLAGS $WARN $KERNEL...

$WARN is used by portage to set color to yellow...

I'll introduce a fix to the ebuilds.
Comment 2 Pieter Van den Abeele (RETIRED) gentoo-dev 2003-05-29 06:37:03 UTC
fix committed