Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15378 - compilation error with kdenetwork, xine-ui, ... : died running emake, /usr/include/bits/in.h:42:3: invalid preprocessing directive #efiAe
Summary: compilation error with kdenetwork, xine-ui, ... : died running emake, /usr/i...
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-09 13:20 UTC by mindtech
Modified: 2003-10-02 07:59 UTC (History)
2 users (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 mindtech 2003-02-09 13:20:25 UTC
It finds place on a new installation. After emerging kdebase. Impossible to end a compilation. 
I changed the optimization flags from -O3 to -O2, unmerge ccache. 
Naturally, impossible to merge strace... 
 
I always get this : 
 
/usr/include/bits/in.h:42:3: invalid preprocessing directive #efiAe 
 
 

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



end of compilation output 
----------------------------- 
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3.1/include -I/usr/qt/3/include 
-I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT -D_FILE_OFFSET_BITS=64  
-Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith 
-Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE 
-Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2 -march=athlon -O3 -pipe 
-fno-exceptions -fno-check-new -DQT_NO_COMPAT -DQT_CLEAN_NAMESPACE 
-DQT_NO_ASCII_CAST -DKDE_NO_COMPAT -DKDE_NO_COMPAT_H  -c -o taim.o `test -f 
'taim.cpp' || echo './'`taim.cpp 
In file included from /usr/include/netinet/in.h:250, 
                 from /usr/kde/3.1/include/ksock.h:38, 
                 from kitsocket.h:10, 
                 from kitsocket.cpp:17: 
/usr/include/bits/in.h:42:3: invalid preprocessing directive #efiAe 
In file included from /usr/include/netinet/in.h:250, 
                 from /usr/kde/3.1/include/ksock.h:38, 
                 from kitsocket.h:10, 
                 from taim.cpp:12: 
/usr/include/bits/in.h:42:3: invalid preprocessing directive #efiAe 
make[3]: *** [kitsocket.o] Error 1 
make[3]: *** Waiting for unfinished jobs.... 
make[3]: *** [taim.o] Error 1 
make[3]: Leaving directory `/var/tmp/portage/kdenetwork-3.1/work/kdenetwork-3.1/kit' 
make[2]: *** [all-recursive] Error 1 
make[2]: Leaving directory `/var/tmp/portage/kdenetwork-3.1/work/kdenetwork-3.1/kit' 
make[1]: *** [all-recursive] Error 1 
make[1]: Leaving directory `/var/tmp/portage/kdenetwork-3.1/work/kdenetwork-3.1' 
make: *** [all] Error 2 
 
!!! ERROR: kde-base/kdenetwork-3.1 failed. 
!!! Function kde_src_compile, Line 115, Exitcode 2 
!!! died running emake, kde_src_compile:make 
 
 
Emerge Info 
-------------- 
Portage 2.0.46-r9 (default-x86-1.4, gcc-which: no gcc in 
(/sbin:/bin:/usr/sbin:/usr/bin:~/bin:~/bin) 
sh: line 1: -dumpversion: command not found, glibc-2.3.1-r2) 
================================================================= 
System uname: 2.4.20 i686 AMD Athlon(tm) Processor 
GENTOO_MIRRORS="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 apm encode libg++ mikmod nls pdflib qtmt sdl spell svga xml2 gdbm 
berkdb slang arts tcpd motif alsa avi crypt cups dvd esd gif -gnome gpm gtk gtk2 imap imlib 
ipv6 jpeg java kde ldap libwww mmx mozilla mpeg mysql ncurses opengl oggvorbis pam perl 
png pnp python qt quicktime readline samba ssl tetex tiff truetype X xmms xv zlib" 
COMPILER="gcc3" 
CHOST="i686-pc-linux-gnu" 
CFLAGS="-march=athlon -O3  -pipe" 
CXXFLAGS="-march=athlon -O3  -pipe" 
ACCEPT_KEYWORDS="x86" 
MAKEOPTS="-j2" 
AUTOCLEAN="yes" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
FEATURES="sandbox ccache"
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2003-02-16 18:36:31 UTC
Please attach your /usr/include/bits/in.h.
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-04-09 11:48:57 UTC
please reopen if still fails
Comment 3 Caleb Tennis (RETIRED) gentoo-dev 2003-10-02 07:59:33 UTC
re-resolving