Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 28210

Summary: Unable to emerge iproute
Product: Gentoo Linux Reporter: Ivan Raikov <raikov>
Component: [OLD] Core systemAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Ivan Raikov 2003-09-08 13:18:24 UTC
# emerge iproute
Calculating dependencies ...done!
>>> emerge (1 of 1) sys-apps/iproute-20010824-r3 to /
>>> md5 src_uri ;-) iproute2-2.4.7-now-ss010824.tar.gz
>>> md5 src_uri ;-) iproute_20010824-9.diff.gz
>>> Unpacking source...
>>> Unpacking iproute2-2.4.7-now-ss010824.tar.gz to
/var/tmp/portage/iproute-20010824-r3/work
>>> Unpacking iproute_20010824-9.diff.gz to
/var/tmp/portage/iproute-20010824-r3/work
 * Applying iproute_20010824-9.diff...                                         
               [ ok ]
>>> Source unpacked.
make[1]: Entering directory `/tmp/portage/iproute-20010824-r3/work/iproute2/lib'
gcc -D_GNU_SOURCE -O3 -march=pentium3 -funroll-loops -pipe -Wstrict-prototypes
-Wall -g -I../include  
-I../include-glibc -include ../include-glibc/glibc-bugs.h
-I/usr/src/linux/include -DRESOLVE_HOSTNAME 
S   -c -o ll_map.o ll_map.c
gcc -D_GNU_SOURCE -O3 -march=pentium3 -funroll-loops -pipe -Wstrict-prototypes
-Wall -g -I../include  
-I../include-glibc -include ../include-glibc/glibc-bugs.h
-I/usr/src/linux/include -DRESOLVE_HOSTNAME 
S   -c -o libnetlink.o libnetlink.c
gcc -D_GNU_SOURCE -O3 -march=pentium3 -funroll-loops -pipe -Wstrict-prototypes
-Wall -g -I../include  
-I../include-glibc -include ../include-glibc/glibc-bugs.h
-I/usr/src/linux/include -DRESOLVE_HOSTNAME 
S   -c -o utils.o utils.c
gcc -D_GNU_SOURCE -O3 -march=pentium3 -funroll-loops -pipe -Wstrict-prototypes
-Wall -g -I../include  
-I../include-glibc -include ../include-glibc/glibc-bugs.h
-I/usr/src/linux/include -DRESOLVE_HOSTNAME 
S   -c -o rt_names.o rt_names.c
In file included from ../include-glibc/netinet/in.h:7,
                 from libnetlink.c:20:
/usr/src/linux/include/linux/in.h:140: field `gr_group' has incomplete type
/usr/src/linux/include/linux/in.h:141: confused by earlier errors, bailing out
make[1]: *** [libnetlink.o] Error 1
make[1]: *** Waiting for unfinished jobs....
In file included from ../include-glibc/netinet/in.h:7,
                 from ll_map.c:19:
/usr/src/linux/include/linux/in.h:140: field `gr_group' has incomplete type
/usr/src/linux/include/linux/in.h:141: confused by earlier errors, bailing out
make[1]: *** [ll_map.o] Error 1
In file included from ../include-glibc/netinet/in.h:7,
                 from utils.c:23:
/usr/src/linux/include/linux/in.h:140: field `gr_group' has incomplete type
/usr/src/linux/include/linux/in.h:141: confused by earlier errors, bailing out
make[1]: *** [utils.o] Error 1
make: *** [all] Error 2

!!! ERROR: sys-apps/iproute-20010824-r3 failed.
!!! Function src_compile, Line 58, Exitcode 2
!!! (no error message)



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

Actual Results:  
The compilation of iproute failed.

Expected Results:  
The compilation should have completed successfully.

Portage 2.0.49-r3 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.4.22)
=================================================================
System uname: 2.4.22 i686 Intel(R) Xeon(TM) CPU 1.70GHz
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=pentium3 -funroll-loops -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O3 -march=pentium3 -funroll-loops -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox ccache autoaddcvs"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 oss apm arts foomaticdb java jpeg gnome libg++ mad spell svga truetype
xml2 alsa esd xv slang readline gpm berkdb mmx sse gdbm tcpd pam libwww ssl nls
perl python imlib sdl oggvorbis gtk X qt kde motif opengl avi png tiff gif cdr
crypt cups dga doc emacs encode leim maildir mikmod mozilla mpeg ncurses pdflib
plotutils quicktime sasl tcltk tetex usb Xaw3d xmms zlib"
Comment 1 SpanKY gentoo-dev 2003-09-08 13:24:56 UTC

*** This bug has been marked as a duplicate of 25691 ***