Hi, I am trying to compile libxml2-2.6.4 on Gentoo Linux using portage as part of a gnome install. I am unable to compile as I receive the error(s) below. I've also tried versions 2.5.8, and 2.6.3 of libxml2. I'm not a developer and don't understand much of what this all means. I've looked on the FAQ, and searched the archives for this list. The only thing I found was somebody had this problem over a year ago on a sun box, but I didn't see any resolution posted. I'm hopping somebody here can help me out. I've attached the full output of emerge libxml2. I'd really appreciate any advice. Thanks in advance, Jake Last 20 lines of terminal output: source='nanohttp.c' object='nanohttp.lo' libtool=yes \ depfile='.deps/nanohttp.Plo' tmpdepfile='.deps/nanohttp.TPlo' \ depmode=gcc3 /bin/sh ./depcomp \ /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c -o nanohttp.lo `test -f 'nanohttp.c' || echo './'`nanohttp.c gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c nanohttp.c -MT nanohttp.lo -MD -MP -MF .deps/nanohttp.TPlo -DPIC gcc: unrecognized option `-03' nanohttp.c: In function `xmlNanoHTTPConnectAttempt': nanohttp.c:973: `len' undeclared (first use in this function) nanohttp.c:973: (Each undeclared identifier is reported only once nanohttp.c:973: for each function it appears in.) make[2]: *** [nanohttp.lo] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory `/var/tmp/portage/libxml2-2.6.4/work/libxml2-2.6.4' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/libxml2-2.6.4/work/libxml2-2.6.4' make: *** [all] Error 2 !!! ERROR: dev-libs/libxml2-2.6.4 failed. !!! Function src_compile, Line 37, Exitcode 2 !!! (no error message) Here is the snipit of code from nanohttp.c: if ( FD_ISSET(s, &wfd) ) { SOCKLEN_T len; <-- line 973 len = sizeof(status); #ifdef SO_ERROR if (getsockopt(s, SOL_SOCKET, SO_ERROR, (char*)&status, &len) < 0 ) { /* Solaris error code */ __xmlIOErr(XML_FROM_HTTP, 0, "getsockopt failed\n"); return (-1); } #endif |
Unpacking source... Unpacking libxml2-2.6.4.tar.bz2 to /var/tmp/portage/libxml2-2.6.4/work Source unpacked.
[32;01m*[0m Patching ${S}/ltmain.sh... [32;01m*[0m Applying portage-1.4.1.patch... [32;01m*[0m Applying max_cmd_len-1.5.0.patch... configure: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used. checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for i686-pc-linux-gnu-strip... no checking for strip... strip checking for i686-pc-linux-gnu-gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for a BSD-compatible install... /bin/install -c checking how to run the C preprocessor... gcc -E checking for rm... /bin/rm checking for mv... /bin/mv checking for tar... /bin/tar checking for gcc option to accept ANSI C... none needed checking for egrep... grep -E checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for function prototypes... yes checking for ANSI C header files... yes checking for string.h... (cached) yes checking for a sed that does not truncate output... /bin/sed checking for ld used by gcc... /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r checking for BSD-compatible nm... nm checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for i686-pc-linux-gnu-g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for i686-pc-linux-gnu-g77... i686-pc-linux-gnu-g77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether i686-pc-linux-gnu-g77 accepts -g... yes checking the maximum length of command line arguments... 32768 checking command to parse nm output from gcc object... ok checking for objdir... .libs checking for i686-pc-linux-gnu-ar... no checking for ar... ar checking for i686-pc-linux-gnu-ranlib... no checking for ranlib... ranlib checking for i686-pc-linux-gnu-strip... strip checking if gcc static flag works... no checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... no checking if gcc supports -c -o file.o... no checking if we can lock with hard links... yes checking whether the gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... no checking if g++ supports -c -o file.o... no checking if we can lock with hard links... yes checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for i686-pc-linux-gnu-g77 option to produce PIC... -fPIC checking if i686-pc-linux-gnu-g77 PIC flag -fPIC works... yes checking if i686-pc-linux-gnu-g77 supports -c -o file.o... yes checking whether the i686-pc-linux-gnu-g77 linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for gzread in -lz... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for ANSI C header files... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for unistd.h... (cached) yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking ansidecl.h usability... yes checking ansidecl.h presence... yes checking for ansidecl.h... yes checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no checking nan.h usability... no checking nan.h presence... no checking for nan.h... no checking math.h usability... yes checking math.h presence... yes checking for math.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking fp_class.h usability... no checking fp_class.h presence... no checking for fp_class.h... no checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking for stdlib.h... (cached) yes checking for sys/socket.h... yes checking for netinet/in.h... yes checking for arpa/inet.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/timeb.h usability... yes checking sys/timeb.h presence... yes checking for sys/timeb.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking for arpa/nameser.h... yes checking for resolv.h... yes checking for strftime... yes checking for strdup... yes checking for strndup... yes checking for strerror... yes checking for finite... yes checking for isnand... no checking for fp_class... no checking for class... no checking for fpclass... no checking for strftime... (cached) yes checking for localtime... yes checking for gettimeofday... yes checking for ftime... yes checking for stat... yes checking for _stat... no checking for signal... yes checking for printf... yes checking for sprintf... yes checking for fprintf... yes checking for snprintf... yes checking for vfprintf... yes checking for vsprintf... yes checking for vsnprintf... yes checking for sscanf... yes checking for gethostent... yes checking for setsockopt... yes checking for connect... yes checking for type of socket length (socklen_t)... configure: WARNING: could not determine checking whether to enable IPv6... checking for isnan... yes checking for isinf... yes checking for python... /usr/bin/python Found Python version 2.2 Enabling multithreaded support checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_join in -lpthread... yes checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking for iconv... yes Enabled Schemas/Relax-NG support configure: creating ./config.status config.status: creating libxml2.spec config.status: creating Makefile config.status: creating include/Makefile config.status: creating include/libxml/Makefile config.status: creating doc/Makefile config.status: creating doc/examples/Makefile config.status: creating example/Makefile config.status: creating python/Makefile config.status: creating python/tests/Makefile config.status: creating include/libxml/xmlversion.h config.status: creating xml2-config config.status: creating libxml-2.0.pc config.status: creating libxml-2.0-uninstalled.pc config.status: creating xml2Conf.sh config.status: creating python/setup.py config.status: creating config.h config.status: executing depfiles commands make all-recursive make[1]: Entering directory `/var/tmp/portage/libxml2-2.6.4/work/libxml2-2.6.4' Making all in include make[2]: Entering directory `/var/tmp/portage/libxml2-2.6.4/work/libxml2-2.6.4/include' Making all in libxml make[3]: Entering directory `/var/tmp/portage/libxml2-2.6.4/work/libxml2-2.6.4/include/libxml' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/var/tmp/portage/libxml2-2.6.4/work/libxml2-2.6.4/include/libxml' make[3]: Entering directory `/var/tmp/portage/libxml2-2.6.4/work/libxml2-2.6.4/include' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/var/tmp/portage/libxml2-2.6.4/work/libxml2-2.6.4/include' make[2]: Leaving directory `/var/tmp/portage/libxml2-2.6.4/work/libxml2-2.6.4/include' Making all in . make[2]: Entering directory `/var/tmp/portage/libxml2-2.6.4/work/libxml2-2.6.4' source='SAX.c' object='SAX.lo' libtool=yes \ depfile='.deps/SAX.Plo' tmpdepfile='.deps/SAX.TPlo' \ depmode=gcc3 /bin/sh ./depcomp \ /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c -o SAX.lo `test -f 'SAX.c' || echo './'`SAX.c source='entities.c' object='entities.lo' libtool=yes \ depfile='.deps/entities.Plo' tmpdepfile='.deps/entities.TPlo' \ depmode=gcc3 /bin/sh ./depcomp \ /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c -o entities.lo `test -f 'entities.c' || echo './'`entities.c mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c entities.c -MT entities.lo -MD -MP -MF .deps/entities.TPlo -DPIC gcc: unrecognized option `-03' gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c SAX.c -MT SAX.lo -MD -MP -MF .deps/SAX.TPlo -DPIC gcc: unrecognized option `-03' mv -f SAX.o .libs/SAX.o mv -f entities.o .libs/entities.o gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c entities.c -MT entities.lo -MD -MP -MF .deps/entities.TPlo >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c SAX.c -MT SAX.lo -MD -MP -MF .deps/SAX.TPlo >/dev/null 2>&1 source='encoding.c' object='encoding.lo' libtool=yes \ depfile='.deps/encoding.Plo' tmpdepfile='.deps/encoding.TPlo' \ depmode=gcc3 /bin/sh ./depcomp \ /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c -o encoding.lo `test -f 'encoding.c' || echo './'`encoding.c source='error.c' object='error.lo' libtool=yes \ depfile='.deps/error.Plo' tmpdepfile='.deps/error.TPlo' \ depmode=gcc3 /bin/sh ./depcomp \ /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c -o error.lo `test -f 'error.c' || echo './'`error.c gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c encoding.c -MT encoding.lo -MD -MP -MF .deps/encoding.TPlo -DPIC gcc: unrecognized option `-03' gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c error.c -MT error.lo -MD -MP -MF .deps/error.TPlo -DPIC gcc: unrecognized option `-03' mv -f error.o .libs/error.o gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c error.c -MT error.lo -MD -MP -MF .deps/error.TPlo >/dev/null 2>&1 mv -f encoding.o .libs/encoding.o gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c encoding.c -MT encoding.lo -MD -MP -MF .deps/encoding.TPlo >/dev/null 2>&1 source='parserInternals.c' object='parserInternals.lo' libtool=yes \ depfile='.deps/parserInternals.Plo' tmpdepfile='.deps/parserInternals.TPlo' \ depmode=gcc3 /bin/sh ./depcomp \ /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c -o parserInternals.lo `test -f 'parserInternals.c' || echo './'`parserInternals.c gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c parserInternals.c -MT parserInternals.lo -MD -MP -MF .deps/parserInternals.TPlo -DPIC source='parser.c' object='parser.lo' libtool=yes \ depfile='.deps/parser.Plo' tmpdepfile='.deps/parser.TPlo' \ depmode=gcc3 /bin/sh ./depcomp \ /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c -o parser.lo `test -f 'parser.c' || echo './'`parser.c gcc: unrecognized option `-03' gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c parser.c -MT parser.lo -MD -MP -MF .deps/parser.TPlo -DPIC gcc: unrecognized option `-03' mv -f parserInternals.o .libs/parserInternals.o gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c parserInternals.c -MT parserInternals.lo -MD -MP -MF .deps/parserInternals.TPlo >/dev/null 2>&1 source='tree.c' object='tree.lo' libtool=yes \ depfile='.deps/tree.Plo' tmpdepfile='.deps/tree.TPlo' \ depmode=gcc3 /bin/sh ./depcomp \ /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c -o tree.lo `test -f 'tree.c' || echo './'`tree.c gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c tree.c -MT tree.lo -MD -MP -MF .deps/tree.TPlo -DPIC gcc: unrecognized option `-03' mv -f tree.o .libs/tree.o gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c tree.c -MT tree.lo -MD -MP -MF .deps/tree.TPlo >/dev/null 2>&1 mv -f parser.o .libs/parser.o gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c parser.c -MT parser.lo -MD -MP -MF .deps/parser.TPlo >/dev/null 2>&1 source='hash.c' object='hash.lo' libtool=yes \ depfile='.deps/hash.Plo' tmpdepfile='.deps/hash.TPlo' \ depmode=gcc3 /bin/sh ./depcomp \ /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c -o hash.lo `test -f 'hash.c' || echo './'`hash.c gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c hash.c -MT hash.lo -MD -MP -MF .deps/hash.TPlo -DPIC gcc: unrecognized option `-03' mv -f hash.o .libs/hash.o gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c hash.c -MT hash.lo -MD -MP -MF .deps/hash.TPlo >/dev/null 2>&1 source='list.c' object='list.lo' libtool=yes \ depfile='.deps/list.Plo' tmpdepfile='.deps/list.TPlo' \ depmode=gcc3 /bin/sh ./depcomp \ /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c -o list.lo `test -f 'list.c' || echo './'`list.c gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c list.c -MT list.lo -MD -MP -MF .deps/list.TPlo -DPIC gcc: unrecognized option `-03' mv -f list.o .libs/list.o gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c list.c -MT list.lo -MD -MP -MF .deps/list.TPlo >/dev/null 2>&1 source='xmlIO.c' object='xmlIO.lo' libtool=yes \ depfile='.deps/xmlIO.Plo' tmpdepfile='.deps/xmlIO.TPlo' \ depmode=gcc3 /bin/sh ./depcomp \ /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c -o xmlIO.lo `test -f 'xmlIO.c' || echo './'`xmlIO.c source='xmlmemory.c' object='xmlmemory.lo' libtool=yes \ depfile='.deps/xmlmemory.Plo' tmpdepfile='.deps/xmlmemory.TPlo' \ depmode=gcc3 /bin/sh ./depcomp \ /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c -o xmlmemory.lo `test -f 'xmlmemory.c' || echo './'`xmlmemory.c gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c xmlIO.c -MT xmlIO.lo -MD -MP -MF .deps/xmlIO.TPlo -DPIC gcc: unrecognized option `-03' gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c xmlmemory.c -MT xmlmemory.lo -MD -MP -MF .deps/xmlmemory.TPlo -DPIC gcc: unrecognized option `-03' mv -f xmlmemory.o .libs/xmlmemory.o gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c xmlmemory.c -MT xmlmemory.lo -MD -MP -MF .deps/xmlmemory.TPlo >/dev/null 2>&1 source='uri.c' object='uri.lo' libtool=yes \ depfile='.deps/uri.Plo' tmpdepfile='.deps/uri.TPlo' \ depmode=gcc3 /bin/sh ./depcomp \ /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c -o uri.lo `test -f 'uri.c' || echo './'`uri.c mv -f xmlIO.o .libs/xmlIO.o gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c xmlIO.c -MT xmlIO.lo -MD -MP -MF .deps/xmlIO.TPlo >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c uri.c -MT uri.lo -MD -MP -MF .deps/uri.TPlo -DPIC gcc: unrecognized option `-03' source='valid.c' object='valid.lo' libtool=yes \ depfile='.deps/valid.Plo' tmpdepfile='.deps/valid.TPlo' \ depmode=gcc3 /bin/sh ./depcomp \ /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c -o valid.lo `test -f 'valid.c' || echo './'`valid.c gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c valid.c -MT valid.lo -MD -MP -MF .deps/valid.TPlo -DPIC gcc: unrecognized option `-03' mv -f uri.o .libs/uri.o gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c uri.c -MT uri.lo -MD -MP -MF .deps/uri.TPlo >/dev/null 2>&1 source='xlink.c' object='xlink.lo' libtool=yes \ depfile='.deps/xlink.Plo' tmpdepfile='.deps/xlink.TPlo' \ depmode=gcc3 /bin/sh ./depcomp \ /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c -o xlink.lo `test -f 'xlink.c' || echo './'`xlink.c gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c xlink.c -MT xlink.lo -MD -MP -MF .deps/xlink.TPlo -DPIC gcc: unrecognized option `-03' mv -f xlink.o .libs/xlink.o gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c xlink.c -MT xlink.lo -MD -MP -MF .deps/xlink.TPlo >/dev/null 2>&1 mv -f valid.o .libs/valid.o gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c valid.c -MT valid.lo -MD -MP -MF .deps/valid.TPlo >/dev/null 2>&1 source='HTMLparser.c' object='HTMLparser.lo' libtool=yes \ depfile='.deps/HTMLparser.Plo' tmpdepfile='.deps/HTMLparser.TPlo' \ depmode=gcc3 /bin/sh ./depcomp \ /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c -o HTMLparser.lo `test -f 'HTMLparser.c' || echo './'`HTMLparser.c gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c HTMLparser.c -MT HTMLparser.lo -MD -MP -MF .deps/HTMLparser.TPlo -DPIC gcc: unrecognized option `-03' source='HTMLtree.c' object='HTMLtree.lo' libtool=yes \ depfile='.deps/HTMLtree.Plo' tmpdepfile='.deps/HTMLtree.TPlo' \ depmode=gcc3 /bin/sh ./depcomp \ /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c -o HTMLtree.lo `test -f 'HTMLtree.c' || echo './'`HTMLtree.c gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c HTMLtree.c -MT HTMLtree.lo -MD -MP -MF .deps/HTMLtree.TPlo -DPIC gcc: unrecognized option `-03' mv -f HTMLtree.o .libs/HTMLtree.o gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c HTMLtree.c -MT HTMLtree.lo -MD -MP -MF .deps/HTMLtree.TPlo >/dev/null 2>&1 mv -f HTMLparser.o .libs/HTMLparser.o gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c HTMLparser.c -MT HTMLparser.lo -MD -MP -MF .deps/HTMLparser.TPlo >/dev/null 2>&1 source='debugXML.c' object='debugXML.lo' libtool=yes \ depfile='.deps/debugXML.Plo' tmpdepfile='.deps/debugXML.TPlo' \ depmode=gcc3 /bin/sh ./depcomp \ /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c -o debugXML.lo `test -f 'debugXML.c' || echo './'`debugXML.c gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c debugXML.c -MT debugXML.lo -MD -MP -MF .deps/debugXML.TPlo -DPIC gcc: unrecognized option `-03' source='xpath.c' object='xpath.lo' libtool=yes \ depfile='.deps/xpath.Plo' tmpdepfile='.deps/xpath.TPlo' \ depmode=gcc3 /bin/sh ./depcomp \ /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c -o xpath.lo `test -f 'xpath.c' || echo './'`xpath.c mv -f debugXML.o .libs/debugXML.o gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c debugXML.c -MT debugXML.lo -MD -MP -MF .deps/debugXML.TPlo >/dev/null 2>&1 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c xpath.c -MT xpath.lo -MD -MP -MF .deps/xpath.TPlo -DPIC gcc: unrecognized option `-03' source='xpointer.c' object='xpointer.lo' libtool=yes \ depfile='.deps/xpointer.Plo' tmpdepfile='.deps/xpointer.TPlo' \ depmode=gcc3 /bin/sh ./depcomp \ /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c -o xpointer.lo `test -f 'xpointer.c' || echo './'`xpointer.c gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c xpointer.c -MT xpointer.lo -MD -MP -MF .deps/xpointer.TPlo -DPIC gcc: unrecognized option `-03' mv -f xpointer.o .libs/xpointer.o gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c xpointer.c -MT xpointer.lo -MD -MP -MF .deps/xpointer.TPlo >/dev/null 2>&1 source='xinclude.c' object='xinclude.lo' libtool=yes \ depfile='.deps/xinclude.Plo' tmpdepfile='.deps/xinclude.TPlo' \ depmode=gcc3 /bin/sh ./depcomp \ /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c -o xinclude.lo `test -f 'xinclude.c' || echo './'`xinclude.c gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c xinclude.c -MT xinclude.lo -MD -MP -MF .deps/xinclude.TPlo -DPIC gcc: unrecognized option `-03' mv -f xpath.o .libs/xpath.o gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c xpath.c -MT xpath.lo -MD -MP -MF .deps/xpath.TPlo >/dev/null 2>&1 mv -f xinclude.o .libs/xinclude.o gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c xinclude.c -MT xinclude.lo -MD -MP -MF .deps/xinclude.TPlo >/dev/null 2>&1 source='nanohttp.c' object='nanohttp.lo' libtool=yes \ depfile='.deps/nanohttp.Plo' tmpdepfile='.deps/nanohttp.TPlo' \ depmode=gcc3 /bin/sh ./depcomp \ /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c -o nanohttp.lo `test -f 'nanohttp.c' || echo './'`nanohttp.c gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -D_REENTRANT -march=athlon-tbird -03 -pipe -Wall -c nanohttp.c -MT nanohttp.lo -MD -MP -MF .deps/nanohttp.TPlo -DPIC gcc: unrecognized option `-03' nanohttp.c: In function `xmlNanoHTTPConnectAttempt': nanohttp.c:973: `len' undeclared (first use in this function) nanohttp.c:973: (Each undeclared identifier is reported only once nanohttp.c:973: for each function it appears in.) make[2]: *** [nanohttp.lo] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory `/var/tmp/portage/libxml2-2.6.4/work/libxml2-2.6.4' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/libxml2-2.6.4/work/libxml2-2.6.4' make: *** [all] Error 2 !!! ERROR: dev-libs/libxml2-2.6.4 failed. !!! Function src_compile, Line 37, Exitcode 2 !!! (no error message) Calculating dependencies ...done!
emerge (1 of 1) dev-libs/libxml2-2.6.4 to / md5 src_uri ;-) libxml2-2.6.4.tar.bz2