This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by GNU C Library configure (see version.h), which was
generated by GNU Autoconf 2.69. Invocation command line was
$ /var/tmp/portage/sys-libs/glibc-2.26-r7/work/glibc-2.26/configure --enable-stack-protector=all --enable-stackguard-randomization --enable-kernel=3.2.0 --enable-add-ons=libidn --without-selinux --without-cvs --disable-werror --enable-bind-now --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --disable-profile --without-gd --with-headers=/usr/include --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir=$(prefix)/lib32 --mandir=$(prefix)/share/man --infodir=$(prefix)/share/info --libexecdir=$(libdir)/misc/glibc --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion=Gentoo 2.26-r7 p7 --disable-systemtap --disable-nscd --disable-timezone-tools
## --------- ##
## Platform. ##
## --------- ##
hostname = gentoo-jm
uname -m = x86_64
uname -r = 4.12.5-gentoo
uname -s = Linux
uname -v = #1 SMP Tue Aug 22 23:23:10 CEST 2017
/usr/bin/uname -p = Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz
/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: /usr/lib/portage/python3.5/ebuild-helpers/xattr
PATH: /usr/lib/portage/python3.5/ebuild-helpers
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/6.4.0
PATH: /usr/x86_64-pc-linux-gnu/avr/gcc-bin/6.4.0
PATH: /usr/lib/llvm/5/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /opt/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2004: loading site script /usr/share/config.site
| #!/bin/sh
| # Copyright 2009-2014 Gentoo Foundation
| # Distributed under the terms of the GNU General Public License v2
|
| TOPDIR=/usr/share/crossdev/include/site
|
| config_site_arch() {
| local host="${CHOST%%-*}"
|
| case ${host} in
| arm*b*) host=armeb ;;
| arm*) host=arm ;;
| mips*l*) host=mipsel ;;
| mips*) host=mips ;;
| esac
|
| echo "${host}"
| }
|
| config_site_names() {
| local site_arch="$(config_site_arch)"
| local sites=""
| local x
|
| case ${CHOST} in
| *-linux-*) sites="${sites} linux ${site_arch}-linux" ;;
| *-darwin*) sites="${sites} darwin ${site_arch}-darwin" ;;
| esac
|
| case ${CHOST} in
| *-linux-uclibc*) sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;;
| *-linux-gnu*) sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;;
| *-linux-musl*) sites="${sites} linux-musl ${site_arch}-linux-musl" ;;
| esac
|
| case ${CHOST} in
| *-linux-uclibceabi*) sites="${sites} linux-uclibceabi ${site_arch}-linux-uclibceabi" ;;
| *-linux-gnueabi*) sites="${sites} linux-gnueabi ${site_arch}-linux-gnueabi" ;;
| esac
|
| for x in ${sites} ${CHOST}; do
| [ -e "${TOPDIR}/${x}" ] && echo "${TOPDIR}/${x}"
| done
| }
|
| # Only kick in for cross-compiles so we don't break native builds #427184
| if [ "${CBUILD:-${CHOST}}" != "${CHOST}" ] ; then
| sites="$(config_site_names)"
| if [ -n "${sites}" ] ; then
| for site in ${sites}; do
| echo "${0##*/}: loading site script ${site}"
| . "${site}"
| done
| fi
| unset site sites
| fi
configure:2213: checking build system type
configure:2227: result: i686-pc-linux-gnu
configure:2247: checking host system type
configure:2260: result: i686-pc-linux-gnu
configure:2289: checking for i686-pc-linux-gnu-gcc
configure:2316: result: x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed
configure:2585: checking for C compiler version
configure:2594: x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed --version >&5
x86_64-pc-linux-gnu-gcc (Gentoo 6.4.0-r1 p1.3) 6.4.0
Copyright (C) 2017 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:2605: $? = 0
configure:2594: x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed -v >&5
Using built-in specs.
COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/6.4.0/x86_64-pc-linux-gnu-gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/6.4.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-6.4.0-r1/work/gcc-6.4.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/6.4.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.4.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.4.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.4.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/6.4.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 6.4.0-r1 p1.3' --disable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libmpx --enable-vtable-verify --enable-libvtv --enable-lto --without-isl --enable-libsanitizer --enable-default-pie --enable-default-ssp
Thread model: posix
gcc version 6.4.0 (Gentoo 6.4.0-r1 p1.3)
COMPILER_PATH=/usr/libexec/gcc/x86_64-pc-linux-gnu/6.4.0/:/usr/libexec/gcc/x86_64-pc-linux-gnu/6.4.0/:/usr/libexec/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/
LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/32/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../lib32/:/lib/../lib32/:/usr/lib/../lib32/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-m32' '-v' '-mtune=generic' '-march=x86-64'
... rest of stderr output deleted ...
configure:2605: $? = 1
configure:2594: x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed -V >&5
x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V'
configure:2605: $? = 1
configure:2594: x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed -qversion >&5
x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
configure:2605: $? = 1
configure:2610: checking for suffix of object files
configure:2632: x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed -c -march=core2 -pipe -O2 -fno-strict-aliasing conftest.c >&5
cc1: warning: /usr/local/include: not a directory
configure:2636: $? = 0
configure:2657: result: o
configure:2661: checking whether we are using the GNU C compiler
configure:2680: x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed -c -march=core2 -pipe -O2 -fno-strict-aliasing conftest.c >&5
cc1: warning: /usr/local/include: not a directory
configure:2680: $? = 0
configure:2689: result: yes
configure:2698: checking whether x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed accepts -g
configure:2718: x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed -c -g conftest.c >&5
cc1: warning: /usr/local/include: not a directory
configure:2718: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Library"
| #define PACKAGE_TARNAME "glibc"
| #define PACKAGE_VERSION "(see version.h)"
| #define PACKAGE_STRING "GNU C Library (see version.h)"
| #define PACKAGE_BUGREPORT "http://sourceware.org/bugzilla/"
| #define PACKAGE_URL "http://www.gnu.org/software/glibc/"
| #define PKGVERSION "(Gentoo 2.26-r7 p7) "
| #define REPORT_BUGS_TO ""
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2733: x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed -c conftest.c >&5
cc1: warning: /usr/local/include: not a directory
configure:2733: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Library"
| #define PACKAGE_TARNAME "glibc"
| #define PACKAGE_VERSION "(see version.h)"
| #define PACKAGE_STRING "GNU C Library (see version.h)"
| #define PACKAGE_BUGREPORT "http://sourceware.org/bugzilla/"
| #define PACKAGE_URL "http://www.gnu.org/software/glibc/"
| #define PKGVERSION "(Gentoo 2.26-r7 p7) "
| #define REPORT_BUGS_TO ""
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2749: x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed -c -g conftest.c >&5
cc1: warning: /usr/local/include: not a directory
configure:2749: $? = 0
configure:2759: result: yes
configure:2839: checking for i686-pc-linux-gnu-readelf
configure:2869: result: no
configure:2879: checking for readelf
configure:2895: found /usr/bin/readelf
configure:2906: result: readelf
configure:3042: checking for C++ compiler version
configure:3051: x86_64-pc-linux-gnu-g++ -m32 --version >&5
x86_64-pc-linux-gnu-g++ (Gentoo 6.4.0-r1 p1.3) 6.4.0
Copyright (C) 2017 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:3062: $? = 0
configure:3051: x86_64-pc-linux-gnu-g++ -m32 -v >&5
Using built-in specs.
COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/6.4.0/x86_64-pc-linux-gnu-g++
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/6.4.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-6.4.0-r1/work/gcc-6.4.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/6.4.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.4.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.4.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.4.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/6.4.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 6.4.0-r1 p1.3' --disable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libmpx --enable-vtable-verify --enable-libvtv --enable-lto --without-isl --enable-libsanitizer --enable-default-pie --enable-default-ssp
Thread model: posix
gcc version 6.4.0 (Gentoo 6.4.0-r1 p1.3)
configure:3062: $? = 0
configure:3051: x86_64-pc-linux-gnu-g++ -m32 -V >&5
x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-V'
x86_64-pc-linux-gnu-g++: fatal error: no input files
compilation terminated.
configure:3062: $? = 1
configure:3051: x86_64-pc-linux-gnu-g++ -m32 -qversion >&5
x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
x86_64-pc-linux-gnu-g++: fatal error: no input files
compilation terminated.
configure:3062: $? = 1
configure:3066: checking whether we are using the GNU C++ compiler
configure:3085: x86_64-pc-linux-gnu-g++ -m32 -c -march=core2 -pipe -O2 -fno-strict-aliasing conftest.cpp >&5
cc1plus: warning: /usr/local/include: not a directory
configure:3085: $? = 0
configure:3094: result: yes
configure:3103: checking whether x86_64-pc-linux-gnu-g++ -m32 accepts -g
configure:3123: x86_64-pc-linux-gnu-g++ -m32 -c -g conftest.cpp >&5
cc1plus: warning: /usr/local/include: not a directory
configure:3123: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Library"
| #define PACKAGE_TARNAME "glibc"
| #define PACKAGE_VERSION "(see version.h)"
| #define PACKAGE_STRING "GNU C Library (see version.h)"
| #define PACKAGE_BUGREPORT "http://sourceware.org/bugzilla/"
| #define PACKAGE_URL "http://www.gnu.org/software/glibc/"
| #define PKGVERSION "(Gentoo 2.26-r7 p7) "
| #define REPORT_BUGS_TO ""
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3138: x86_64-pc-linux-gnu-g++ -m32 -c conftest.cpp >&5
cc1plus: warning: /usr/local/include: not a directory
configure:3138: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Library"
| #define PACKAGE_TARNAME "glibc"
| #define PACKAGE_VERSION "(see version.h)"
| #define PACKAGE_STRING "GNU C Library (see version.h)"
| #define PACKAGE_BUGREPORT "http://sourceware.org/bugzilla/"
| #define PACKAGE_URL "http://www.gnu.org/software/glibc/"
| #define PKGVERSION "(Gentoo 2.26-r7 p7) "
| #define REPORT_BUGS_TO ""
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3154: x86_64-pc-linux-gnu-g++ -m32 -c -g conftest.cpp >&5
cc1plus: warning: /usr/local/include: not a directory
configure:3154: $? = 0
configure:3164: result: yes
configure:3189: checking whether x86_64-pc-linux-gnu-g++ -m32 can link programs
configure:3212: x86_64-pc-linux-gnu-g++ -m32 -o conftest -march=core2 -pipe -O2 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed conftest.cpp >&5
cc1plus: warning: /usr/local/include: not a directory
configure:3212: $? = 0
configure:3235: x86_64-pc-linux-gnu-g++ -m32 -o conftest -march=core2 -pipe -O2 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -static conftest.cpp >&5
cc1plus: warning: /usr/local/include: not a directory
configure:3235: $? = 0
configure:3250: result: yes
configure:3813: checking for sysdeps preconfigure fragments
configure:3820: result:
configure:3891: running configure fragment for add-on libidn
configure:3986: checking for -fstack-protector
configure:3992: x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed -march=core2 -pipe -O2 -fno-strict-aliasing -Werror -fstack-protector -xc /dev/null -S -o /dev/null
cc1: error: /usr/local/include: not a directory [-Werror]
cc1: all warnings being treated as errors
configure:3995: $? = 1
configure:4003: result: no
configure:4006: checking for -fstack-protector-strong
configure:4012: x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed -march=core2 -pipe -O2 -fno-strict-aliasing -Werror -fstack-protector-strong -xc /dev/null -S -o /dev/null
cc1: error: /usr/local/include: not a directory [-Werror]
cc1: all warnings being treated as errors
configure:4015: $? = 1
configure:4023: result: no
configure:4026: checking for -fstack-protector-all
configure:4032: x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed -march=core2 -pipe -O2 -fno-strict-aliasing -Werror -fstack-protector-all -xc /dev/null -S -o /dev/null
cc1: error: /usr/local/include: not a directory [-Werror]
cc1: all warnings being treated as errors
configure:4035: $? = 1
configure:4043: result: no
configure:4086: checking for assembler and linker STT_GNU_IFUNC support
cc1: warning: /usr/local/include: not a directory
Relocation section '.rel.dyn' at offset 0x134 contains 1 entries:
Offset Info Type Sym.Value Sym. Name
00002000 0000002a R_386_IRELATIVE
configure:4117: result: yes
configure:4121: checking for gcc attribute ifunc support
cc1: warning: /usr/local/include: not a directory
configure:4147: result: yes
configure:4172: checking sysdep dirs
configure:4392: result: sysdeps/generic
configure:4469: checking for a BSD-compatible install
configure:4537: result: /usr/lib/portage/python3.5/ebuild-helpers/xattr/install -c
configure:4552: checking whether ln -s works
configure:4556: result: yes
configure:4580: checking whether /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/as is GNU as
configure:4594: result: yes
configure:4599: checking whether /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/ld is GNU ld
configure:4613: result: yes
configure:4623: checking for /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/as
configure:4650: result: /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/as
configure:4665: checking version of /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/as
configure:4675: result: 2.29.1, ok
configure:4753: checking for /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/ld
configure:4780: result: /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/ld
configure:4795: checking version of /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/ld
configure:4805: result: 2.29.1, ok
configure:4820: checking for gnumake
configure:4850: result: no
configure:4820: checking for gmake
configure:4836: found /usr/bin/gmake
configure:4847: result: gmake
configure:4862: checking version of gmake
configure:4872: result: 4.2.1, ok
configure:4884: checking for gnumsgfmt
configure:4914: result: no
configure:4884: checking for gmsgfmt
configure:4900: found /usr/bin/gmsgfmt
configure:4911: result: gmsgfmt
configure:4926: checking version of gmsgfmt
configure:4936: result: 0.19.8.1, ok
configure:4947: checking for makeinfo
configure:4974: result: /dev/null
configure:4989: checking version of /dev/null
configure:4999: result: v. ?.??, bad
configure:5010: checking for sed
configure:5026: found /bin/sed
configure:5037: result: sed
configure:5052: checking version of sed
configure:5062: result: 4.2.2, ok
configure:5073: checking for gawk
configure:5089: found /usr/bin/gawk
configure:5100: result: gawk
configure:5115: checking version of gawk
configure:5125: result: 4.1.4, ok
configure:5133: checking if x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed is sufficient to build libc
configure:5153: x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed -c -march=core2 -pipe -O2 -fno-strict-aliasing conftest.c >&5
cc1: warning: /usr/local/include: not a directory
configure:5153: $? = 0
configure:5160: result: yes
configure:5169: checking for i686-pc-linux-gnu-nm
configure:5199: result: no
configure:5209: checking for nm
configure:5225: found /usr/bin/nm
configure:5236: result: nm
configure:5334: checking for python3
configure:5350: found /usr/bin/python3
configure:5361: result: python3
configure:5392: WARNING:
*** These auxiliary programs are missing or incompatible versions: makeinfo
*** some features or tests will be disabled.
*** Check the INSTALL file for required versions.
configure:5443: checking LD_LIBRARY_PATH variable
configure:5453: result: ok
configure:5464: checking for bash
configure:5482: found /bin/bash
configure:5495: result: /bin/bash
configure:5506: checking for perl
configure:5524: found /usr/bin/perl
configure:5537: result: /usr/bin/perl
configure:5551: checking for install-info
configure:5570: found /usr/bin/install-info
configure:5583: result: /usr/bin/install-info
configure:5595: checking for bison
configure:5611: found /usr/bin/bison
configure:5622: result: bison
configure:5637: checking version of bison
configure:5647: result: 3.0.4, ok
configure:5655: checking for .set assembler directive
cc1: warning: /usr/local/include: not a directory
configure:5681: result: yes
configure:5688: checking linker support for protected data symbol
configure:5698: x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed -nostdlib -nostartfiles -fno-stack-protector -fPIC -shared conftest.c -o conftest.so
cc1: warning: /usr/local/include: not a directory
configure:5701: $? = 0
configure:5708: x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed -nostdlib -nostartfiles -fno-stack-protector conftest.c -o conftest conftest.so
cc1: warning: /usr/local/include: not a directory
/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/ld: warning: cannot find entry symbol _start; defaulting to 00000000000001f4
configure:5711: $? = 0
configure:5719: result: yes
configure:5723: checking for broken __attribute__((alias()))
configure:5738: x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed -Werror -S conftest.c -o conftest.s 1>&5
cc1: error: /usr/local/include: not a directory [-Werror]
cc1: all warnings being treated as errors
configure:5741: $? = 1
configure:5751: result: yes
configure:5754: error: working alias attribute support required
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value='x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed'
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-march=core2 -pipe -O2 -fno-strict-aliasing'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-march=core2 -pipe -O2 -fno-strict-aliasing'
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value='x86_64-pc-linux-gnu-g++ -m32'
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed'
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=i686-pc-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=i686-pc-linux-gnu
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=i686-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_BASH_SHELL=/bin/bash
ac_cv_path_INSTALL_INFO=/usr/bin/install-info
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_install='/usr/lib/portage/python3.5/ebuild-helpers/xattr/install -c'
ac_cv_prog_AS=/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/as
ac_cv_prog_AWK=gawk
ac_cv_prog_BISON=bison
ac_cv_prog_CC='x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed'
ac_cv_prog_LD=/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/ld
ac_cv_prog_MAKE=gmake
ac_cv_prog_MAKEINFO=/dev/null
ac_cv_prog_MSGFMT=gmsgfmt
ac_cv_prog_PYTHON_PROG=python3
ac_cv_prog_SED=sed
ac_cv_prog_ac_ct_NM=nm
ac_cv_prog_ac_ct_READELF=readelf
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
libc_cv_asm_set_directive=yes
libc_cv_broken_alias_attribute=yes
libc_cv_compiler_ok=yes
libc_cv_cxx_link_ok=yes
libc_cv_gcc_indirect_function=yes
libc_cv_hashstyle=no
libc_cv_ld_gnu_indirect_function=yes
libc_cv_nss_crypt=no
libc_cv_prog_as_gnu=yes
libc_cv_prog_ld_gnu=yes
libc_cv_protected_data=yes
libc_cv_rootsbindir=/sbin
libc_cv_slibdir=/lib32
libc_cv_ssp=no
libc_cv_ssp_all=no
libc_cv_ssp_strong=no
libc_cv_static_nss_crypt=no
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/ar'
AS='/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/as'
ASFLAGS_config=''
AUTOCONF='no'
AWK='gawk'
BASH_SHELL='/bin/bash'
BISON='bison'
BUILD_CC=''
CC='x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed'
CFLAGS='-march=core2 -pipe -O2 -fno-strict-aliasing'
CPP='x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed -E'
CPPFLAGS=''
CPPUNDEFS=''
CXX='x86_64-pc-linux-gnu-g++ -m32'
CXXFLAGS='-march=core2 -pipe -O2 -fno-strict-aliasing'
CXX_BITS_STD_ABS_H=''
CXX_CMATH_HEADER='/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6/cmath'
CXX_CSTDLIB_HEADER='/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6/cstdlib'
CXX_SYSINCLUDES=' -isystem /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6 -isystem /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6/x86_64-pc-linux-gnu/32 -isystem /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6/backward'
DEFINES=''
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_INFO='/usr/bin/install-info'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LD='/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/ld'
LDFLAGS='-Wl,-O1 -Wl,--as-needed'
LIBGD=''
LIBOBJS=''
LIBS=''
LN_S='ln -s'
LTLIBOBJS=''
MAKE='gmake'
MAKEINFO=':'
MSGFMT='gmsgfmt'
NM='nm'
OBJCOPY='/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/objcopy'
OBJDUMP='/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/objdump'
OBJEXT='o'
PACKAGE_BUGREPORT='http://sourceware.org/bugzilla/'
PACKAGE_NAME='GNU C Library'
PACKAGE_STRING='GNU C Library (see version.h)'
PACKAGE_TARNAME='glibc'
PACKAGE_URL='http://www.gnu.org/software/glibc/'
PACKAGE_VERSION='(see version.h)'
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
PKGVERSION='(Gentoo 2.26-r7 p7) '
PKGVERSION_TEXI='(Gentoo 2.26-r7 p7) '
PYTHON='python3 -B'
PYTHON_PROG='python3'
READELF='readelf'
RELEASE=''
REPORT_BUGS_TEXI='@uref{https://bugs.gentoo.org/}'
REPORT_BUGS_TO=''
SED='sed'
SHELL='/bin/sh'
SYSINCLUDES='-nostdinc -isystem /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include -isystem /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include-fixed -isystem /usr/include'
VERSION=''
ac_ct_CC=''
ac_ct_CXX=''
add_on_subdirs=' libidn'
add_ons='libidn'
all_warnings=''
base_machine='i386'
bindir='${exec_prefix}/bin'
bindnow='yes'
build='i686-pc-linux-gnu'
build_alias='i686-pc-linux-gnu'
build_cpu='i686'
build_nscd='default'
build_obsolete_nsl='no'
build_os='linux-gnu'
build_pt_chown='no'
build_vendor='pc'
cross_compiling='no'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
enable_lock_elision='no'
enable_timezone_tools='no'
enable_werror='no'
exec_prefix='NONE'
experimental_malloc='yes'
fno_unit_at_a_time=''
force_install='yes'
hardcoded_path_in_tests='no'
have_libaudit=''
have_libcap=''
have_selinux=''
have_tunables='yes'
host='i686-pc-linux-gnu'
host_alias='i686-pc-linux-gnu'
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='$(prefix)/share/info'
ldd_rewrite_script=''
libc_cv_cc_loop_to_function=''
libc_cv_cc_nofma=''
libc_cv_cc_submachine=''
libc_cv_cc_with_libunwind=''
libc_cv_complocaledir=''
libc_cv_cxx_thread_local=''
libc_cv_fpie=''
libc_cv_gcc_unwind_find_fde=''
libc_cv_has_glob_dat=''
libc_cv_hashstyle='no'
libc_cv_localstatedir=''
libc_cv_mtls_dialect_gnu2=''
libc_cv_nss_crypt='no'
libc_cv_output_format=''
libc_cv_pic_default=''
libc_cv_pie_default=''
libc_cv_protected_data='yes'
libc_cv_rootsbindir='/sbin'
libc_cv_rtlddir=''
libc_cv_slibdir='/lib32'
libc_cv_ssp='no'
libc_cv_static_nss_crypt='no'
libc_cv_sysconfdir=''
libc_cv_z_combreloc=''
libc_cv_z_execstack=''
libc_extra_cflags=''
libc_extra_cppflags=''
libdir='$(prefix)/lib32'
libexecdir='$(libdir)/misc/glibc'
link_obsolete_rpc='no'
localedir='${datarootdir}/locale'
localstatedir='/var'
mach_interface_list=''
mandir='$(prefix)/share/man'
multi_arch='default'
no_stack_protector=''
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
profile='no'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
shared='yes'
sharedstatedir='${prefix}/com'
stack_protector='-fno-stack-protector'
static=''
static_nss='no'
subdirs=' '
submachine=''
sysconfdir='/etc'
sysdeps_add_ons=''
sysheaders='/usr/include'
sysnames=' sysdeps/unix/sysv/linux/i386/i686 sysdeps/i386/i686/nptl sysdeps/unix/sysv/linux/i386 sysdeps/unix/sysv/linux/x86 sysdeps/x86/nptl sysdeps/i386/nptl sysdeps/unix/sysv/linux sysdeps/nptl sysdeps/pthread sysdeps/gnu sysdeps/unix/inet sysdeps/unix/sysv sysdeps/unix/i386 sysdeps/unix sysdeps/posix sysdeps/i386/i686/fpu/multiarch sysdeps/i386/i686/fpu sysdeps/i386/i686/multiarch sysdeps/i386/i686 sysdeps/i386/fpu sysdeps/x86/fpu sysdeps/i386 sysdeps/x86 sysdeps/wordsize-32 sysdeps/ieee754/float128 sysdeps/ieee754/ldbl-96 sysdeps/ieee754/dbl-64 sysdeps/ieee754/flt-32 sysdeps/ieee754 sysdeps/generic'
target_alias=''
use_default_link='default'
use_ldconfig=''
use_nscd='no'
with_fp='yes'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "GNU C Library"
#define PACKAGE_TARNAME "glibc"
#define PACKAGE_VERSION "(see version.h)"
#define PACKAGE_STRING "GNU C Library (see version.h)"
#define PACKAGE_BUGREPORT "http://sourceware.org/bugzilla/"
#define PACKAGE_URL "http://www.gnu.org/software/glibc/"
#define PKGVERSION "(Gentoo 2.26-r7 p7) "
#define REPORT_BUGS_TO ""
#define ENABLE_STACKGUARD_RANDOMIZE 1
#define BIND_NOW 1
#define HAVE_TUNABLES 1
#define HAVE_LIBIDN 1
#define STACK_PROTECTOR_LEVEL 0
#define USE_MULTIARCH 1
#define HAVE_ASM_SET_DIRECTIVE 1
configure: exit 1