Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 21844
Alias:
Product:
Component:
Status: CLOSED
Resolution: FIXED
Assigned To: Peter Johanson (RETIRED) <latexer@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: merwan kashouty <mkashouty@gmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 21844 depends on: Show dependency tree
Bug 21844 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.




View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-05-28 14:31 0000
Calculating dependencies    ...done!
>>> emerge (1 of 1) net-wireless/wireless-tools-26_pre9 to /
>>> md5 src_uri ;-) wireless_tools.26.pre9.tar.gz
>>> Unpacking source...
>>> Unpacking wireless_tools.26.pre9.tar.gz to
/var/tmp/portage/wireless-tools-26_pre9/work
>>> Source unpacked.
gcc -march=pentium2 -O3 -pipe     -I /usr/src/linux/include -c iwlib.c
gcc:  No such file or directory
gcc: no input files
/bin/sh: line 1: 01m: command not found
make: *** [iwlib.o] Error 127

!!! ERROR: net-wireless/wireless-tools-26_pre9 failed.
!!! Function src_compile, Line 28, Exitcode 2
!!! (no error message)

_________________________________________________________________________________

reducing make opts to -j1 got rid of the waiting on unfinished jobs error that
is seen in bug 21818 but obviously it still fails .... 

this is on an "~x86" router box that is running a pll 450 and a wolk-pre-final
kernel... all other pkgs are up to date on this box so latest binutils and gcc-3.2.3

------- Comment #1 From merwan kashouty 2003-05-28 14:38:48 0000 -------
here is the output from emerge info 
 
Portage 2.0.48 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1) 
================================================================= 
System uname: 2.4.20-wolk4.0s-pre-final i686 Pentium II (Deschutes) 
GENTOO_MIRRORS="ftp://ftp.uninett.no/linux/Gentoo/ 
http://ftp.snt.utwente.nl/pub/os/linux/gentoo/  http://gentoo.oregonstat$ 
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/config 
/usr/kde/3/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="" 
$f mpeg ncurses nls oggvorbis opengl pdflib png qt quicktime sdl spell svga truetype X xml2 
xmms xv zlib gdbm berkdb slang $ 
COMPILER="gcc3" 
CHOST="i686-pc-linux-gnu" 
CFLAGS="-march=pentium2 -O3 -pipe" 
CXXFLAGS="-march=pentium2 -O3 -pipe" 
ACCEPT_KEYWORDS="x86 ~x86" 
MAKEOPTS="-j1" 
AUTOCLEAN="yes" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
FEATURES="sandbox ccache" 
 

------- Comment #2 From Blu3 2003-05-29 19:05:13 0000 -------
The problem stems from the use of the variable $WARN in the ebuild system. 
$WARN also exists in the wireless-tools Makefile.  $WARN contains the ANSI
codes for bold/yellow.

The following patch fixes up the problem.

--- /usr/portage/net-wireless/wireless-tools/wireless-tools-26_pre9.ebuild~   
2003-05-29 19:37:53.051755434 -0400
+++ /usr/portage/net-wireless/wireless-tools/wireless-tools-26_pre9.ebuild    
2003-05-29 19:59:37.417644158 -0400
@@ -21,10 +21,12 @@
        check_KV

        mv Makefile ${T}
-       sed -e "s:# KERNEL_SRC:KERNEL_SRC:" \
+       sed -e "s:# KERNEL_SRC:KERNEL_SRC:" -e "s:WARN:WT_WARN:g" \
                ${T}/Makefile > Makefile
 }
 src_compile() {

------- Comment #3 From Blu3 2003-05-29 19:10:24 0000 -------
Maybe the ebuild system should prefix it's specific variables with GENTOO_ to
avoid clashes in the future?  I.E. $GENTOO_WARN

Please apply this patch so we can mark this fixed/resolved.

------- Comment #4 From Peter Johanson (RETIRED) 2003-05-29 19:42:57 0000 -------
Fixed all of the _preX ebuilds. Will those peole getting errors please test the
latest stable wireless tools package to see if the same fix is required? i
won't have time til tomorrow to go digging for that info myself.

------- Comment #5 From merwan kashouty 2003-05-29 21:50:02 0000 -------
latexer that stable wireless-tools-25-r1 emerges just fine here i patched the
"~x86" with the 
above... thought he patch failed for me ... i just edited the line... but
anyway it built fine after 
that 

------- Comment #6 From Pieter Van den Abeele 2003-05-30 02:06:41 0000 -------
I fixed this bug yesterday by adding an extra WARN="" to the line
emake CFLAGS="${CFLAGS}"

Bugzilla is being weird again...



 

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug