Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
recompile with -fPIC
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
ev56o
Apprentice
Apprentice


Joined: 26 Jan 2010
Posts: 180

PostPosted: Sat Aug 17, 2013 9:07 am    Post subject: recompile with -fPIC Reply with quote

hello i have a lot of problem with flag pic in a lot of package, i read on the gentoo guide i should wait the fixing of the ebuild. Is this correct?
Code:

libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/include/libxml2 -O2 -march=native -Wall -c preproc.c  -fPIC -DPIC -o .libs/preproc.o
preproc.c: In function 'xsltElementComp':
preproc.c:932:37: warning: variable 'name' set but not used [-Wunused-but-set-variable]
preproc.c: In function 'xsltAttributeComp':
preproc.c:1056:37: warning: variable 'name' set but not used [-Wunused-but-set-variable]
/bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../libxslt  -I/usr/include/libxml2 -O2 -march=native -Wall -c -o transform.lo transform.c
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/include/libxml2 -O2 -march=native -Wall -c transform.c  -fPIC -DPIC -o .libs/transform.o
/bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../libxslt  -I/usr/include/libxml2 -O2 -march=native -Wall -c -o security.lo security.c
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/include/libxml2 -O2 -march=native -Wall -c security.c  -fPIC -DPIC -o .libs/security.o
/bin/sh ../libtool  --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc -I/usr/include/libxml2 -O2 -march=native -Wall  -Wl,--version-script=./libxslt.syms -version-info 2:28:1 -Wl,-O1 -Wl,--as-needed -o libxslt.la -rpath /usr/lib64 attrvt.lo xslt.lo xsltlocale.lo xsltutils.lo pattern.lo templates.lo variables.lo keys.lo numbers.lo extensions.lo extra.lo functions.lo namespaces.lo imports.lo attributes.lo documents.lo preproc.lo transform.lo security.lo -lxml2 -lz -lm -ldl 
libtool: link: x86_64-pc-linux-gnu-gcc -shared  -fPIC -DPIC  .libs/attrvt.o .libs/xslt.o .libs/xsltlocale.o .libs/xsltutils.o .libs/pattern.o .libs/templates.o .libs/variables.o .libs/keys.o .libs/numbers.o .libs/extensions.o .libs/extra.o .libs/functions.o .libs/namespaces.o .libs/imports.o .libs/attributes.o .libs/documents.o .libs/preproc.o .libs/transform.o .libs/security.o   -Wl,--as-needed -lxml2 -lz -lm -ldl  -O2 -march=native -Wl,--version-script=./libxslt.syms -Wl,-O1   -Wl,-soname -Wl,libxslt.so.1 -o .libs/libxslt.so.1.1.28
/mnt/work/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.3/../../../lib/gcc/x86_64-pc-linux-gnu/4.6.3/../../../../x86_64-pc-linux-gnu/bin/ld: /mnt/work/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.3/../../../lib/gcc/x86_64-pc-linux-gnu/4.6.3/../../../../lib64/libm.a(k_standard.o): relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC
/mnt/work/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.3/../../../lib/gcc/x86_64-pc-linux-gnu/4.6.3/../../../../lib64/libm.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[2]: *** [libxslt.la] Error 1
make[2]: Leaving directory `/var/tmp/portage/dev-libs/libxslt-1.1.28-r1/work/libxslt-1.1.28/libxslt'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-libs/libxslt-1.1.28-r1/work/libxslt-1.1.28'
make: *** [all] Error 2
 * ERROR: dev-libs/libxslt-1.1.28-r1 failed (compile phase):
 *   emake failed
 *
 * If you need support, post the output of `emerge --info '=dev-libs/libxslt-1.1.28-r1'`,
 * the complete build log and the output of `emerge -pqv '=dev-libs/libxslt-1.1.28-r1'`.
 * The complete build log is located at '/var/tmp/portage/dev-libs/libxslt-1.1.28-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-libs/libxslt-1.1.28-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-libs/libxslt-1.1.28-r1/work/libxslt-1.1.28'
 * S: '/var/tmp/portage/dev-libs/libxslt-1.1.28-r1/work/libxslt-1.1.28'
Back to top
View user's profile Send private message
VoidMage
Watchman
Watchman


Joined: 14 Oct 2006
Posts: 6196

PostPosted: Sat Aug 17, 2013 2:09 pm    Post subject: Reply with quote

Actually, usually such "pic" problems are just symptoms of something else being broken.

I.e. the question you should be asking yourself is "why isn't libm.so getting picked up ?".

There might be clues in build log / connfig.log.
Back to top
View user's profile Send private message
ev56o
Apprentice
Apprentice


Joined: 26 Jan 2010
Posts: 180

PostPosted: Sat Aug 17, 2013 3:51 pm    Post subject: Reply with quote

i don' tunderstand where you read libm.so in my output?
Back to top
View user's profile Send private message
Hu
Moderator
Moderator


Joined: 06 Mar 2007
Posts: 21490

PostPosted: Sat Aug 17, 2013 4:32 pm    Post subject: Reply with quote

It is not in your output. VoidMage applied his knowledge of how things should work to conclude, correctly in my opinion, that libm.so should have been selected instead of the libm.a that your output shows. Please post the output of emerge --info and pastebin your config.log and build.log.
Back to top
View user's profile Send private message
ev56o
Apprentice
Apprentice


Joined: 26 Jan 2010
Posts: 180

PostPosted: Sun Aug 18, 2013 5:25 pm    Post subject: Reply with quote

Code:

 * Package:    dev-libs/libxslt-1.1.28-r1
 * Repository: gentoo
 * Maintainer: gnome@gentoo.org
 * USE:        amd64 crypt elibc_glibc kernel_linux python python_targets_python2_7 userland_GNU
 * FEATURES:   preserve-libs sandbox
 * Applying libxslt.m4-libxslt-1.1.26.patch ...
 [ ok ]
 * Applying libxslt-1.1.26-disable_static_modules.patch ...
 [ ok ]
 * Applying libxslt-1.1.28-manual-python.patch ...
 [ ok ]
 * Running eautoreconf in '/var/tmp/portage/dev-libs/libxslt-1.1.28-r1/work/libxslt-1.1.28' ...
 * Running libtoolize --install --copy --force --automake ...
 [ ok ]
 * Running aclocal ...
 [ ok ]
 * Running autoconf ...
 [ ok ]
 * Running autoheader ...
 [ ok ]
 * Running automake --add-missing --copy ...
 [ ok ]
 * Running elibtoolize in: libxslt-1.1.28/
 *   Applying portage/1.2.0 patch ...
 *   Applying sed/1.5.6 patch ...
 *   Applying as-needed/2.2.6 patch ...
 *   Applying target-nm/2.4.2 patch ...
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-pc-linux-gnu-gcc... none
checking whether make supports nested variables... yes
checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking for rm... /bin/rm
checking for mv... /bin/mv
checking for tar... /bin/tar
checking for xmllint... /usr/bin/xmllint
checking for xsltproc... /usr/bin/xsltproc
checking for ANSI C header files... (cached) yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by x86_64-pc-linux-gnu-gcc... /mnt/work/usr/x86_64-pc-linux-gnu/bin/ld
checking if the linker (/mnt/work/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-pc-linux-gnu-nm -B
checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /mnt/work/usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-pc-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
checking for archiver @FILE support... @
checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object... ok
checking for sysroot... no
checking for x86_64-pc-linux-gnu-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes
checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... /bin/rm: cannot remove 'conftest*': No such file or directory
yes
checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-pc-linux-gnu-gcc linker (/mnt/work/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... /bin/rm: cannot remove 'conftest*': No such file or directory
no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for sys/types.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
checking how to pass version script to the linker (/mnt/work/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64)... -Wl,--version-script=
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_join in -lpthread... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking xlocale.h usability... yes
checking xlocale.h presence... yes
checking for xlocale.h... yes
checking if xlocale program link... no
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 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 ansidecl.h usability... yes
checking ansidecl.h presence... yes
checking for ansidecl.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for sys/stat.h... (cached) yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for stat... yes
checking for _stat... no
checking for pow... no
checking for pow in -lm... yes
checking for floor... no
checking for floor in -lm... yes
checking for fabs... no
checking for fabs in -lm... yes
checking for gettimeofday... yes
checking for mktime... yes
checking for localtime... yes
checking for localtime_r... yes
checking for asctime... yes
checking for time... yes
checking for gmtime... yes
checking for gmtime_r... yes
checking for ftime... 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 clock_gettime... no
checking for clock_gettime in -lrt... no
checking for perl... perl
checking for libgcrypt-config... /usr/bin/libgcrypt-config
Crypto extensions will be available.
Disabling debug support
Enabling debugger
checking for libxml libraries >= 2.6.27... 2.9.0 found
checking whether shared libraries will be built (required for plugins)... yes
checking libxml2 module support... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libxslt.pc
config.status: creating libexslt.pc
config.status: creating libxslt/Makefile
config.status: creating libxslt/xsltconfig.h
config.status: creating libxslt/xsltwin32config.h
config.status: creating libexslt/Makefile
config.status: creating libexslt/exsltconfig.h
config.status: creating xsltproc/Makefile
config.status: creating python/Makefile
config.status: creating python/tests/Makefile
config.status: creating tests/Makefile
config.status: creating tests/docs/Makefile
config.status: creating tests/REC1/Makefile
config.status: creating tests/REC2/Makefile
config.status: creating tests/REC/Makefile
config.status: creating tests/general/Makefile
config.status: creating tests/reports/Makefile
config.status: creating tests/extensions/Makefile
config.status: creating tests/namespaces/Makefile
config.status: creating tests/keys/Makefile
config.status: creating tests/numbers/Makefile
config.status: creating tests/documents/Makefile
config.status: creating tests/xmlspec/Makefile
config.status: creating tests/multiple/Makefile
config.status: creating tests/xinclude/Makefile
config.status: creating tests/XSLTMark/Makefile
config.status: creating tests/docbook/Makefile
config.status: creating tests/exslt/Makefile
config.status: creating tests/exslt/common/Makefile
config.status: creating tests/exslt/functions/Makefile
config.status: creating tests/exslt/math/Makefile
config.status: creating tests/exslt/sets/Makefile
config.status: creating tests/exslt/strings/Makefile
config.status: creating tests/exslt/date/Makefile
config.status: creating tests/exslt/dynamic/Makefile
config.status: creating tests/plugins/Makefile
config.status: creating doc/Makefile
config.status: creating xslt-config
config.status: creating libxslt.spec
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
/bin/rm: cannot remove 'libtoolT': No such file or directory
(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /var/tmp/portage/dev-libs/libxslt-1.1.28-r1/work/libxslt-1.1.28/missing --run autoheader)
rm -f stamp-h1
touch config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make  all-recursive
make[1]: Entering directory `/var/tmp/portage/dev-libs/libxslt-1.1.28-r1/work/libxslt-1.1.28'
Making all in libxslt
make[2]: Entering directory `/var/tmp/portage/dev-libs/libxslt-1.1.28-r1/work/libxslt-1.1.28/libxslt'
/bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../libxslt  -I/usr/include/libxml2 -O2 -march=native -Wall -c -o attrvt.lo attrvt.c
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/include/libxml2 -O2 -march=native -Wall -c attrvt.c  -fPIC -DPIC -o .libs/attrvt.o
/bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../libxslt  -I/usr/include/libxml2 -O2 -march=native -Wall -c -o xslt.lo xslt.c
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/include/libxml2 -O2 -march=native -Wall -c xslt.c  -fPIC -DPIC -o .libs/xslt.o
/bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../libxslt  -I/usr/include/libxml2 -O2 -march=native -Wall -c -o xsltlocale.lo xsltlocale.c
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/include/libxml2 -O2 -march=native -Wall -c xsltlocale.c  -fPIC -DPIC -o .libs/xsltlocale.o
xsltlocale.c:210:1: warning: 'xsltDefaultRegion' defined but not used [-Wunused-function]
/bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../libxslt  -I/usr/include/libxml2 -O2 -march=native -Wall -c -o xsltutils.lo xsltutils.c
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/include/libxml2 -O2 -march=native -Wall -c xsltutils.c  -fPIC -DPIC -o .libs/xsltutils.o
/bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../libxslt  -I/usr/include/libxml2 -O2 -march=native -Wall -c -o pattern.lo pattern.c
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/include/libxml2 -O2 -march=native -Wall -c pattern.c  -fPIC -DPIC -o .libs/pattern.o
/bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../libxslt  -I/usr/include/libxml2 -O2 -march=native -Wall -c -o templates.lo templates.c
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/include/libxml2 -O2 -march=native -Wall -c templates.c  -fPIC -DPIC -o .libs/templates.o
/bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../libxslt  -I/usr/include/libxml2 -O2 -march=native -Wall -c -o variables.lo variables.c
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/include/libxml2 -O2 -march=native -Wall -c variables.c  -fPIC -DPIC -o .libs/variables.o
/bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../libxslt  -I/usr/include/libxml2 -O2 -march=native -Wall -c -o keys.lo keys.c
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/include/libxml2 -O2 -march=native -Wall -c keys.c  -fPIC -DPIC -o .libs/keys.o
/bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../libxslt  -I/usr/include/libxml2 -O2 -march=native -Wall -c -o numbers.lo numbers.c
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/include/libxml2 -O2 -march=native -Wall -c numbers.c  -fPIC -DPIC -o .libs/numbers.o
/bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../libxslt  -I/usr/include/libxml2 -O2 -march=native -Wall -c -o extensions.lo extensions.c
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/include/libxml2 -O2 -march=native -Wall -c extensions.c  -fPIC -DPIC -o .libs/extensions.o
extensions.c: In function 'xsltRegisterExtModuleElement':
extensions.c:1625:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
/bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../libxslt  -I/usr/include/libxml2 -O2 -march=native -Wall -c -o extra.lo extra.c
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/include/libxml2 -O2 -march=native -Wall -c extra.c  -fPIC -DPIC -o .libs/extra.o
/bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../libxslt  -I/usr/include/libxml2 -O2 -march=native -Wall -c -o functions.lo functions.c
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/include/libxml2 -O2 -march=native -Wall -c functions.c  -fPIC -DPIC -o .libs/functions.o
functions.c: In function 'xsltGenerateIdFunction':
functions.c:668:15: warning: variable 'doc' set but not used [-Wunused-but-set-variable]
/bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../libxslt  -I/usr/include/libxml2 -O2 -march=native -Wall -c -o namespaces.lo namespaces.c
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/include/libxml2 -O2 -march=native -Wall -c namespaces.c  -fPIC -DPIC -o .libs/namespaces.o
/bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../libxslt  -I/usr/include/libxml2 -O2 -march=native -Wall -c -o imports.lo imports.c
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/include/libxml2 -O2 -march=native -Wall -c imports.c  -fPIC -DPIC -o .libs/imports.o
/bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../libxslt  -I/usr/include/libxml2 -O2 -march=native -Wall -c -o attributes.lo attributes.c
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/include/libxml2 -O2 -march=native -Wall -c attributes.c  -fPIC -DPIC -o .libs/attributes.o
/bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../libxslt  -I/usr/include/libxml2 -O2 -march=native -Wall -c -o documents.lo documents.c
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/include/libxml2 -O2 -march=native -Wall -c documents.c  -fPIC -DPIC -o .libs/documents.o
/bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../libxslt  -I/usr/include/libxml2 -O2 -march=native -Wall -c -o preproc.lo preproc.c
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/include/libxml2 -O2 -march=native -Wall -c preproc.c  -fPIC -DPIC -o .libs/preproc.o
preproc.c: In function 'xsltElementComp':
preproc.c:932:37: warning: variable 'name' set but not used [-Wunused-but-set-variable]
preproc.c: In function 'xsltAttributeComp':
preproc.c:1056:37: warning: variable 'name' set but not used [-Wunused-but-set-variable]
/bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../libxslt  -I/usr/include/libxml2 -O2 -march=native -Wall -c -o transform.lo transform.c
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/include/libxml2 -O2 -march=native -Wall -c transform.c  -fPIC -DPIC -o .libs/transform.o
/bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../libxslt  -I/usr/include/libxml2 -O2 -march=native -Wall -c -o security.lo security.c
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/include/libxml2 -O2 -march=native -Wall -c security.c  -fPIC -DPIC -o .libs/security.o
/bin/sh ../libtool  --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc -I/usr/include/libxml2 -O2 -march=native -Wall  -Wl,--version-script=./libxslt.syms -version-info 2:28:1 -Wl,-O1 -Wl,--as-needed -o libxslt.la -rpath /usr/lib64 attrvt.lo xslt.lo xsltlocale.lo xsltutils.lo pattern.lo templates.lo variables.lo keys.lo numbers.lo extensions.lo extra.lo functions.lo namespaces.lo imports.lo attributes.lo documents.lo preproc.lo transform.lo security.lo -lxml2 -lz -lm -ldl 
libtool: link: x86_64-pc-linux-gnu-gcc -shared  -fPIC -DPIC  .libs/attrvt.o .libs/xslt.o .libs/xsltlocale.o .libs/xsltutils.o .libs/pattern.o .libs/templates.o .libs/variables.o .libs/keys.o .libs/numbers.o .libs/extensions.o .libs/extra.o .libs/functions.o .libs/namespaces.o .libs/imports.o .libs/attributes.o .libs/documents.o .libs/preproc.o .libs/transform.o .libs/security.o   -Wl,--as-needed -lxml2 -lz -lm -ldl  -O2 -march=native -Wl,--version-script=./libxslt.syms -Wl,-O1   -Wl,-soname -Wl,libxslt.so.1 -o .libs/libxslt.so.1.1.28
/mnt/work/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.3/../../../lib/gcc/x86_64-pc-linux-gnu/4.6.3/../../../../x86_64-pc-linux-gnu/bin/ld: /mnt/work/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.3/../../../lib/gcc/x86_64-pc-linux-gnu/4.6.3/../../../../lib64/libm.a(k_standard.o): relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC
/mnt/work/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.3/../../../lib/gcc/x86_64-pc-linux-gnu/4.6.3/../../../../lib64/libm.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[2]: *** [libxslt.la] Error 1
make[2]: Leaving directory `/var/tmp/portage/dev-libs/libxslt-1.1.28-r1/work/libxslt-1.1.28/libxslt'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-libs/libxslt-1.1.28-r1/work/libxslt-1.1.28'
make: *** [all] Error 2
 * ERROR: dev-libs/libxslt-1.1.28-r1 failed (compile phase):
 *   emake failed
 *
 * If you need support, post the output of `emerge --info '=dev-libs/libxslt-1.1.28-r1'`,
 * the complete build log and the output of `emerge -pqv '=dev-libs/libxslt-1.1.28-r1'`.
 * The complete build log is located at '/var/tmp/portage/dev-libs/libxslt-1.1.28-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-libs/libxslt-1.1.28-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-libs/libxslt-1.1.28-r1/work/libxslt-1.1.28'
 * S: '/var/tmp/portage/dev-libs/libxslt-1.1.28-r1/work/libxslt-1.1.28'

Code:

localhost temp # emerge --info
Portage 2.1.12.2 (default/linux/amd64/13.0/no-multilib, gcc-4.6.3, glibc-2.15-r3, 3.8.13-gentoo x86_64)
=================================================================
System uname: Linux-3.8.13-gentoo-x86_64-AMD_Athlon-tm-_64_Processor_3500+-with-gentoo-2.2
KiB Mem:      503904 total,     15132 free
KiB Swap:    2621436 total,   2420424 free
Timestamp of tree: Mon, 12 Aug 2013 08:45:01 +0000
ld GNU ld (GNU Binutils) 2.22
app-shells/bash:          4.2_p45
dev-java/java-config:     2.1.12-r1
dev-lang/python:          2.7.3-r3, 3.2.3-r2
dev-util/cmake:           2.8.10.2-r2
dev-util/pkgconfig:       0.28
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.11.8
sys-apps/sandbox:         2.6-r1
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.11.6, 1.12.6
sys-devel/binutils:       2.22-r1
sys-devel/gcc:            4.6.3
sys-devel/gcc-config:     1.7.3
sys-devel/libtool:        2.4-r1
sys-devel/make:           3.82-r4
sys-kernel/linux-headers: 3.7 (virtual/os-headers)
sys-libs/glibc:           2.15-r3
Repositories: gentoo
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=native"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -march=native"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="ftp://mirrors.tera-byte.com/pub/gentoo http://gentoo.mirrors.tera-byte.com/  ftp://mirror.csclub.uwaterloo.ca/gentoo-distfiles/ ftp://ftp.gtlib.gatech.edu/pub/gentoo http://www.gtlib.gatech.edu/pub/gentoo ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ http://mirror.mcs.anl.gov/pub/gentoo/ ftp://mirror.mcs.anl.gov/pub/gentoo/ http://gentoo.cites.uiuc.edu/pub/gentoo/ ftp://gentoo.cites.uiuc.edu/pub/gentoo/ http://gd.tuwien.ac.at/opsys/linux/gentoo/ ftp://gd.tuwien.ac.at/opsys/linux/gentoo/ http://ftp.first-world.info/ ftp://ftp.first-world.info/ http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ http://gentoo.po.opole.pl ftp://gentoo.po.opole.pl http://gentoo.mirror.pw.edu.pl/ http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/ ftp://ftp.mirrorservice.org/sites/www.ibiblio.org/gentoo/ http://ftp.jaist.ac.jp/pub/Linux/Gentoo/ ftp://ftp.jaist.ac.jp/pub/Linux/Gentoo/ http://mirrors.64hosting.com/pub/mirrors/gentoo/ ftp://mirrors.64hosting.com/pub/mirrors/gentoo/ http://gentoo.cs.nctu.edu.tw/gentoo/ ftp://gentoo.cs.nctu.edu.tw/gentoo/"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j1"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X aac acl alsa amd64 apng berkdb bindist bzip2 cairo cdda cli consolekit cracklib crypt cxx dbus dhcp dri dv dvd dvdr fat ffmpeg fluidsynth fontconfig fortran gdbm gif gnutls gtk gudev hwdb iconv jack java jpeg jpeg2k keymap lame libkms minizip mmx modules mp3 mpeg mudflap ncurses nls nptl nsplugin ntfs ogg openmp pam pcre pdf png policykit portaudio python qt3support qt4 readline remote session sqlite sse sse2 ssl svg tcpd truetype twolame udev unicode vorbis wavpack xen xml xvid zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-4" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_2" RUBY_TARGETS="ruby19 ruby18" USERLAND="GNU" VIDEO_CARDS="radeon" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON

[code:1:74d23d331b]
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.69. Invocation command line was

$ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-silent-rules --disable-dependency-tracking --disable-static --with-html-dir=/usr/share/doc/libxslt-1.1.28-r1 --with-html-subdir=html --with-crypto --with-python --without-debug --without-mem-debug

## --------- ##
## Platform. ##
## --------- ##

hostname = localhost
uname -m = x86_64
uname -r = 3.8.13-gentoo
uname -s = Linux
uname -v = #1 SMP PREEMPT Mon May 27 15:27:55 Local time zone must be set--

/usr/bin/uname -p = AMD Athlon(tm) 64 Processor 3500+
/bin/uname -X = unknown

/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /mnt/work/usr/lib64/portage/bin/ebuild-helpers
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /opt/bin
PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.6.3


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2327: checking build system type
configure:2341: result: x86_64-pc-linux-gnu
configure:2361: checking host system type
configure:2374: result: x86_64-pc-linux-gnu
configure:2402: checking for x86_64-pc-linux-gnu-gcc
configure:2418: found /usr/bin/x86_64-pc-linux-gnu-gcc
configure:2429: result: x86_64-pc-linux-gnu-gcc
configure:2698: checking for C compiler version
configure:2707: x86_64-pc-linux-gnu-gcc --version >&5
x86_64-pc-linux-gnu-gcc (Gentoo 4.6.3 p1.13, pie-0.5.2) 4.6.3
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2718: $? = 0
configure:2707: x86_64-pc-linux-gnu-gcc -v >&5
Using built-in specs.
COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.3/x86_64-pc-linux-gnu-gcc
COLLECT_LTO_WRAPPER=/mnt/work/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.3/../../../libexec/gcc/x86_64-pc-linux-gnu/4.6.3/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.6.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.6.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.6.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-cloog --without-ppl --disable-lto --enable-nls --without-included-gettext --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --disable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.6.3/python --enable-checking=release --disable-libgcj --enable-libstdcxx-time --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-targets=all --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.6.3 p1.13, pie-0.5.2'
Thread model: posix
gcc version 4.6.3 (Gentoo 4.6.3 p1.13, pie-0.5.2)
configure:2718: $? = 0
configure:2707: x86_64-pc-linux-gnu-gcc -V >&5
x86_64-pc-linux-gnu-gcc: error: unrecognized option '-V'
x86_64-pc-linux-gnu-gcc: fatal error: no input files
compilation terminated.
configure:2718: $? = 1
configure:2707: x86_64-pc-linux-gnu-gcc -qversion >&5
x86_64-pc-linux-gnu-gcc: error: unrecognized option '-qversion'
x86_64-pc-linux-gnu-gcc: fatal error: no input files
compilation terminated.
configure:2718: $? = 1
configure:2738: checking whether the C compiler works
configure:2760: x86_64-pc-linux-gnu-gcc -O2 -march=native -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:2764: $? = 0
configure:2812: result: yes
configure:2815: checking for C compiler default output file name
configure:2817: result: a.out
configure:2823: checking for suffix of executables
configure:2830: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:2834: $? = 0
configure:2856: result:
configure:2878: checking whether we are cross compiling
configure:2886: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:2890: $? = 0
configure:2897: ./conftest
configure:2901: $? = 0
configure:2916: result: no
configure:2921: checking for suffix of object files
configure:2943: x86_64-pc-linux-gnu-gcc -c -O2 -march=native conftest.c >&5
configure:2947: $? = 0
configure:2968: result: o
configure:2972: checking whether we are using the GNU C compiler
configure:2991: x86_64-pc-linux-gnu-gcc -c -O2 -march=native conftest.c >&5
configure:2991: $? = 0
configure:3000: result: yes
configure:3009: checking whether x86_64-pc-linux-gnu-gcc accepts -g
configure:3029: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5
configure:3029: $? = 0
configure:3070: result: yes
configure:3087: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89
configure:3150: x86_64-pc-linux-gnu-gcc -c -O2 -march=native conftest.c >&5
configure:3150: $? = 0
configure:3163: result: none needed
configure:3189: checking how to run the C preprocessor
configure:3220: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:3220: $? = 0
configure:3234: x86_64-pc-linux-gnu-gcc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3234: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3259: result: x86_64-pc-linux-gnu-gcc -E
configure:3279: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:3279: $? = 0
configure:3293: x86_64-pc-linux-gnu-gcc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3293: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3322: checking for grep that handles long lines and -e
configure:3380: result: /bin/grep
configure:3385: checking for egrep
configure:3447: result: /bin/grep -E
configure:3452: checking for ANSI C header files
configure:3472: x86_64-pc-linux-gnu-gcc -c -O2 -march=native conftest.c >&5
configure:3472: $? = 0
configure:3545: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -Wl,-O1 -Wl,--as-needed conftest.c >&5
configure:3545: $? = 0
configure:3545: ./conftest
configure:3545: $? = 0
configure:3556: result: yes
configure:3569: checking for sys/types.h
configure:3569: x86_64-pc-linux-gnu-gcc -c -O2 -march=native conftest.c >&5
configure:3569: $? = 0
configure:3569: result: yes
configure:3569: checking for sys/stat.h
configure:3569: x86_64-pc-linux-gnu-gcc -c -O2 -march=native conftest.c >&5
configure:3569: $? = 0
configure:3569: result: yes
configure:3569: checking for stdlib.h
configure:3569: x86_64-pc-linux-gnu-gcc -c -O2 -march=native conftest.c >&5
configure:3569: $? = 0
configure:3569: result: yes
configure:3569: checking for string.h
configure:3569: x86_64-pc-linux-gnu-gcc -c -O2 -march=native conftest.c >&5
configure:3569: $? = 0
configure:3569: result: yes
configure:3569: checking for memory.h
configure:3569: x86_64-pc-linux-gnu-gcc -c -O2 -march=native conftest.c >&5
configure:3569: $? = 0
configure:3569: result: yes
configure:3569: checking for strings.h
configure:3569: x86_64-pc-linux-gnu-gcc -c -O2 -march=native conftest.c >&5
configure:3569: $? = 0
configure:3569: result: yes
configure:3569: checking for inttypes.h
configure:3569: x86_64-pc-linux-gnu-gcc -c -O2 -march=native conftest.c >&5
configure:3569: $? = 0
configure:3569: result: yes
configure:3569: checking for stdint.h
configure:3569: x86_64-pc-linux-gnu-gcc -c -O2 -march=native conftest.c >&5
configure:3569: $? = 0
configure:3569: result: yes
configure:3569: checking for unistd.h
configure:3569: x86_64-pc-linux-gnu-gcc -c -O2 -march=native conftest.c >&5
configure:3569: $? = 0
configure:3569: result: yes
configure:3582: checking minix/config.h usability
configure:3582: x86_64-pc-linux-gnu-gcc -c -O2 -march=native conftest.c >&5
conftest.c:52:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:3582: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:3582: result: no
configure:3582: checking minix/config.h presence
configure:3582: x86_64-pc-linux-gnu-gcc -E conftest.c
conftest.c:19:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:3582: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <minix/config.h>
configure:3582: result: no
configure:3582: checking for minix/config.h
configure:3582: result: no
configure:3603: checking whether it is safe to define __EXTENSIONS__
configure:3621: x86_64-pc-linux-gnu-gcc -c -O2 -march=native conftest.c >&5
configure:3621: $? = 0
configure:3628: result: yes
configure:3729: checking for a BSD-compatible install
configure:3797: result: /usr/bin/install -c
configure:3808: checking whether build environment is sane
configure:3863: result: yes
configure:4014: checking for a thread-safe mkdir -p
configure:4053: result: /bin/mkdir -p
configure:4060: checking for gawk
configure:4076: found /usr/bin/gawk
configure:4087: result: gawk
configure:4098: checking whether make sets $(MAKE)
configure:4120: result: yes
configure:4150: checking for style of include used by make
configure:4178: result: GNU
configure:4271: checking dependency style of x86_64-pc-linux-gnu-gcc
configure:4382: result: none
configure:4415: checking whether make supports nested variables
configure:4432: result: yes
configure:4474: checking for x86_64-pc-linux-gnu-gcc
configure:4501: result: x86_64-pc-linux-gnu-gcc
configure:4770: checking for C compiler version
configure:4779: x86_64-pc-linux-gnu-gcc --version >&5
x86_64-pc-linux-gnu-gcc (Gentoo 4.6.3 p1.13, pie-0.5.2) 4.6.3
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4790: $? = 0
configure:4779: x86_64-pc-linux-gnu-gcc -v >&5
Using built-in specs.
COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.3/x86_64-pc-linux-gnu-gcc
COLLECT_LTO_WRAPPER=/mnt/work/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.3/../../../libexec/gcc/x86_64-pc-linux-gnu/4.6.3/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.6.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.6.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.6.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-cloog --without-ppl --disable-lto --enable-nls --without-included-gettext --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --disable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.6.3/python --enable-checking=release --disable-libgcj --enable-libstdcxx-time --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-targets=all --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.6.3 p1.13, pie-0.5.2'
Thread model: posix
gcc version 4.6.3 (Gentoo 4.6.3 p1.13, pie-0.5.2)
configure:4790: $? = 0
configure:4779: x86_64-pc-linux-gnu-gcc -V >&5
x86_64-pc-linux-gnu-gcc: error: unrecognized option '-V'
x86_64-pc-linux-gnu-gcc: fatal error: no input files
compilation terminated.
configure:4790: $? = 1
configure:4779: x86_64-pc-linux-gnu-gcc -qversion >&5
x86_64-pc-linux-gnu-gcc: error: unrecognized option '-qversion'
x86_64-pc-linux-gnu-gcc: fatal error: no input files
compilation terminated.
configure:4790: $? = 1
configure:4794: checking whether we are using the GNU C compiler
configure:4822: result: yes
configure:4831: checking whether x86_64-pc-linux-gnu-gcc accepts -g
configure:4892: result: yes
configure:4909: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89
configure:4985: result: none needed
configure:5011: checking how to run the C preprocessor
configure:5081: result: x86_64-pc-linux-gnu-gcc -E
configure:5101: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:5101: $? = 0
configure:5115: x86_64-pc-linux-gnu-gcc -E conftest.c
conftest.c:26:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:5115: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "libxslt"
| #define VERSION "1.1.28"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5145: checking for rm
configure:5163: found /bin/rm
configure:5176: result: /bin/rm
configure:5186: checking for mv
configure:5204: found /bin/mv
configure:5217: result: /bin/mv
configure:5227: checking for tar
configure:5245: found /bin/tar
configure:5258: result: /bin/tar
configure:5268: checking for xmllint
configure:5286: found /usr/bin/xmllint
configure:5299: result: /usr/bin/xmllint
configure:5309: checking for xsltproc
configure:5327: found /usr/bin/xsltproc
configure:5340: result: /usr/bin/xsltproc
configure:5349: checking for ANSI C header files
configure:5453: result: yes
configure:5508: checking how to print strings
configure:5535: result: printf
configure:5556: checking for a sed that does not truncate output
configure:5620: result: /bin/sed
configure:5638: checking for fgrep
configure:5700: result: /bin/grep -F
configure:5735: checking for ld used by x86_64-pc-linux-gnu-gcc
configure:5802: result: /mnt/work/usr/x86_64-pc-linux-gnu/bin/ld
configure:5809: checking if the linker (/mnt/work/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld
configure:5824: result: yes
configure:5836: checking for BSD- or MS-compatible name lister (nm)
configure:5885: result: /usr/bin/x86_64-pc-linux-gnu-nm -B
configure:6015: checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface
configure:6022: x86_64-pc-linux-gnu-gcc -c -O2 -march=native conftest.c >&5
configure:6025: /usr/bin/x86_64-pc-linux-gnu-nm -B "conftest.o"
configure:6028: output
0000000000000000 B some_variable
configure:6035: result: BSD nm
configure:6038: checking whether ln -s works
configure:6042: result: yes
configure:6050: checking the maximum length of command line arguments
configure:6175: result: 1572864
configure:6192: checking whether the shell understands some XSI constructs
configure:6202: result: yes
configure:6206: checking whether the shell understands "+="
configure:6212: result: yes
configure:6247: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
configure:6287: result: func_convert_file_noop
configure:6294: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
configure:6314: result: func_convert_file_noop
configure:6321: checking for /mnt/work/usr/x86_64-pc-linux-gnu/bin/ld option to reload object files
configure:6328: result: -r
configure:6362: checking for x86_64-pc-linux-gnu-objdump
configure:6378: found /usr/bin/x86_64-pc-linux-gnu-objdump
configure:6389: result: x86_64-pc-linux-gnu-objdump
configure:6458: checking how to recognize dependent libraries
configure:6660: result: pass_all
configure:6705: checking for x86_64-pc-linux-gnu-dlltool
configure:6735: result: no
configure:6745: checking for dlltool
configure:6775: result: no
configure:6802: checking how to associate runtime and link libraries
configure:6829: result: printf %s\n
configure:6845: checking for x86_64-pc-linux-gnu-ar
configure:6861: found /usr/bin/x86_64-pc-linux-gnu-ar
configure:6872: result: x86_64-pc-linux-gnu-ar
configure:6953: checking for archiver @FILE support
configure:6970: x86_64-pc-linux-gnu-gcc -c -O2 -march=native conftest.c >&5
configure:6970: $? = 0
configure:6973: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5
configure:6976: $? = 0
configure:6981: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5
x86_64-pc-linux-gnu-ar: conftest.o: No such file or directory
configure:6984: $? = 1
configure:6996: result: @
configure:7014: checking for x86_64-pc-linux-gnu-strip
configure:7030: found /usr/bin/x86_64-pc-linux-gnu-strip
configure:7041: result: x86_64-pc-linux-gnu-strip
configure:7113: checking for x86_64-pc-linux-gnu-ranlib
configure:7129: found /usr/bin/x86_64-pc-linux-gnu-ranlib
configure:7140: result: x86_64-pc-linux-gnu-ranlib
configure:7282: checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object
configure:7401: x86_64-pc-linux-gnu-gcc -c -O2 -march=native conftest.c >&5
configure:7404: $? = 0
configure:7408: /usr/bin/x86_64-pc-linux-gnu-nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:7411: $? = 0
configure:7477: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -Wl,-O1 -Wl,--as-needed conftest.c conftstm.o >&5
configure:7480: $? = 0
configure:7518: result: ok
configure:7555: checking for sysroot
configure:7585: result: no
configure:7662: x86_64-pc-linux-gnu-gcc -c -O2 -march=native conftest.c >&5
configure:7665: $? = 0
configure:7788: checking for x86_64-pc-linux-gnu-mt
configure:7818: result: no
configure:7828: checking for mt
configure:7858: result: no
configure:7878: checking if : is a manifest tool
configure:7884: : '-?'
configure:7892: result: no
configure:8521: checking for dlfcn.h
configure:8521: x86_64-pc-linux-gnu-gcc -c -O2 -march=native conftest.c >&5
configure:8521: $? = 0
configure:8521: result: yes
configure:9006: checking for objdir
configure:9021: result: .libs
configure:9288: checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions
configure:9306: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
configure:9310: $? = 0
configure:9323: result: no
configure:9633: checking for x86_64-pc-linux-gnu-gcc option to produce PIC
configure:9640: result: -fPIC -DPIC
configure:9648: checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works
configure:9666: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -fPIC -DPIC -DPIC conftest.c >&5
configure:9670: $? = 0
configure:9683: result: yes
configure:9712: checking if x86_64-pc-linux-gnu-gcc static flag -static works
configure:9740: result: yes
configure:9755: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o
configure:9776: x86_64-pc-linux-gnu-gcc -c -O2 -march=native -o out/conftest2.o conftest.c >&5
configure:9780: $? = 0
configure:9802: result: yes
configure:9810: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o
configure:9857: result: yes
configure:9890: checking whether the x86_64-pc-linux-gnu-gcc linker (/mnt/work/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries
configure:11048: result: yes
configure:11085: checking whether -lc should be explicitly linked in
configure:11093: x86_64-pc-linux-gnu-gcc -c -O2 -march=native conftest.c >&5
configure:11096: $? = 0
configure:11111: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
configure:11114: $? = 0
configure:11128: result: no
configure:11293: checking dynamic linker characteristics
configure:11820: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -Wl,-O1 -Wl,--as-needed -Wl,-rpath -Wl,/foo conftest.c >&5
configure:11820: $? = 0
configure:12042: result: GNU/Linux ld.so
configure:12149: checking how to hardcode library paths into programs
configure:12174: result: immediate
configure:12714: checking whether stripping libraries is possible
configure:12719: result: yes
configure:12754: checking if libtool supports shared libraries
configure:12756: result: yes
configure:12759: checking whether to build shared libraries
configure:12780: result: yes
configure:12783: checking whether to build static libraries
configure:12787: result: no
configure:12827: checking for sys/types.h
configure:12827: result: yes
configure:12827: checking sys/time.h usability
configure:12827: x86_64-pc-linux-gnu-gcc -c -O2 -march=native conftest.c >&5
configure:12827: $? = 0
configure:12827: result: yes
configure:12827: checking sys/time.h presence
configure:12827: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:12827: $? = 0
configure:12827: result: yes
configure:12827: checking for sys/time.h
configure:12827: result: yes
configure:12827: checking for stdlib.h
configure:12827: result: yes
configure:12827: checking for unistd.h
configure:12827: result: yes
configure:12827: checking for string.h
configure:12827: result: yes
configure:12838: checking how to pass version script to the linker (/mnt/work/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64)
configure:12846: result: -Wl,--version-script=
configure:12862: checking pthread.h usability
configure:12862: x86_64-pc-linux-gnu-gcc -c -O2 -march=native conftest.c >&5
configure:12862: $? = 0
configure:12862: result: yes
configure:12862: checking pthread.h presence
configure:12862: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:12862: $? = 0
configure:12862: result: yes
configure:12862: checking for pthread.h
configure:12862: result: yes
configure:12864: checking for pthread_join in -lpthread
configure:12889: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -Wl,-O1 -Wl,--as-needed conftest.c -lpthread >&5
configure:12889: $? = 0
configure:12898: result: yes
configure:12926: checking locale.h usability
configure:12926: x86_64-pc-linux-gnu-gcc -c -O2 -march=native conftest.c >&5
configure:12926: $? = 0
configure:12926: result: yes
configure:12926: checking locale.h presence
configure:12926: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:12926: $? = 0
configure:12926: result: yes
configure:12926: checking for locale.h
configure:12926: result: yes
configure:12926: checking xlocale.h usability
configure:12926: x86_64-pc-linux-gnu-gcc -c -O2 -march=native conftest.c >&5
configure:12926: $? = 0
configure:12926: result: yes
configure:12926: checking xlocale.h presence
configure:12926: x86_64-pc-linux-gnu-gcc -E conftest.c
configure:12926: $? = 0
configure:12926: result: yes
configure:12926: checking for xlocale.h
configure:12926: result: yes
configure:12937: checking if xlocale program link
configure:12995: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=native -Wl,-O1 -Wl,--as-needed conftest.c >&5
conftest.c: In function 'main':
conftest.c:69:21: error: expected expression before '[' token
conftest.c:70:15: error: expected expression before '[' token
conftest.c:77:35: error: expected expression before '[' token
conftest.c:78:13: error: expected expression before '[' token
conftest.c:79:16: error: expected expression before '[' token
conftest.c:80:27: error: expected expression before '[' token
conftest.c:83:9: error: expected expression before '[' token
configure:12995: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "libxslt"
| #define VERSION "1.1.28"
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_LIBPTHREAD /**/
| #define HAVE_PTHREAD_H /**/
| #define HAVE_LOCALE_H 1
| #define HAVE_XLOCALE_H 1
| /* end confdefs.h. */
|
| #ifdef HAVE_LOCALE_H
| #include <locale.h>
| #endif
| #ifdef HAVE_XLOCALE_H
| #include <xlocale.h>
| #endif
| #ifdef HAVE_STRING_H
| #include <string.h>
| #endif
| #ifdef HAVE_STDLIB_H
| #include <stdlib.h>
| #endif
|
| #ifdef __GLIBC__
| typedef __locale_t xsltLocale;
| #else
| typedef locale_t xsltLocale;
| #endif
| #if defined(__GLIBC__) && __GLIBC__ == 2 && __GLIBC_MINOR__ <= 2
| #define newlocale __newlocale
| #define freelocale __freelocale
| #define strxfrm_l __strxfrm_l
| #define LC_COLLATE_MASK (1 << LC_COLLATE)
| #endif
|
| int
| main ()
| {
|
| xsltLocale locale;
| const char *src[[2]] = { "\xc3\x84rger", "Zeppelin" };
| char *dst[[2]];
| size_t len, r;
| int i;
|
| locale = newlocale(LC_COLLATE_MASK, "en_US.utf8", NULL);
| if (locale == NULL) exit(1);
| for (i=0; i<2; ++i) {
| len = strxfrm_l(NULL, src[[i]], 0, locale) + 1;
| dst[[i]] = malloc(len);
| if(dst[[i]] == NULL) exit(1);
| r = strxfrm_l(dst[[i]], src[[i]], len, locale);
| if(r >= len) exit(1);
| }
| if (strcmp(dst[[0]], dst[[1]]) >= 0) exit(1);
|
| exit(0);
| return(0);
|
| ;
| return 0;
| }
configure:12999: result: no
configure:13021: checking ieeefp.h usability
configure:13021: x86_64-pc-linux-gnu-gcc -c -O2 -march=native conftest.c >&5
conftest.c:71:20: fatal error: ieeefp.h: No such file or directory
compilation terminated.
configure:13021: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "libxslt"
| #define VERSION "1.1.28"
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_LIBPTHREAD /**/
| #define HAVE_PTHREAD_H /**/
| #define HAVE_LOCALE_H 1
| #define HAVE_XLOCALE_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include
Back to top
View user's profile Send private message
VoidMage
Watchman
Watchman


Joined: 14 Oct 2006
Posts: 6196

PostPosted: Sun Aug 18, 2013 10:46 pm    Post subject: Reply with quote

Well, build log doesn't offer any new clues, as for 'emerge --info', that it's 'no-multilib' might eventually matter.
config.log is truncated, 'paste'!='pastebin', but it doesn't seem it would help (except maybe for that failed clock_gettime check).

Check where libm.so is (both symlinks and the actual lib) and if ld.so.conf has that path.
Back to top
View user's profile Send private message
ev56o
Apprentice
Apprentice


Joined: 26 Jan 2010
Posts: 180

PostPosted: Tue Aug 20, 2013 4:37 pm    Post subject: Reply with quote

yes! you are right the problem is libm.so it was a brokern link, repaired everything works. Congratulations.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum