* Package: dev-lang/nacl-toolchain-newlib-0_p10915 * Repository: gentoo * Maintainer: chromium@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux multilib userland_GNU * FEATURES: preserve-libs sandbox >>> Unpacking source... >>> Unpacking binutils-2.20.1.tar.bz2 to /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work >>> Unpacking newlib-1.20.0.tar.gz to /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work >>> Unpacking gcc-4.4.3.tar.bz2 to /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work >>> Unpacking nacltoolchain-buildscripts-r10915.tar.gz to /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work >>> Unpacking naclbinutils-2.20.1-r10915.patch.bz2 to /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work >>> Unpacking naclnewlib-1.20.0-r10915.patch.bz2 to /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work >>> Unpacking naclgcc-4.4.3-r10915.patch.bz2 to /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work >>> Source unpacked in /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work >>> Preparing source in /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work ... * Applying various patches (bugfixes/updates) ... * naclbinutils-2.20.1-r10915.patch ... [ ok ] * naclgcc-4.4.3-r10915.patch ... [ ok ] * naclnewlib-1.20.0-r10915.patch ... [ ok ] * Done with patching * Applying gcc-parallel-build-r0.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work ... make -j5 PREFIX=/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work/nacl-toolchain-newlib CANNED_REVISION=yes build-with-newlib make -f Makefile sdkdirs make[1]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work' echo "Creating the SDK tree at /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work/nacl-toolchain-newlib" Creating the SDK tree at /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work/nacl-toolchain-newlib # Create installation directory for 64-bit libraries # See http://code.google.com/p/nativeclient/issues/detail?id=1975 install -m 755 -d "/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work/nacl-toolchain-newlib/x86_64-nacl/lib" # Create alias for libgcc_s.so # TODO: fix MULTILIB_OSDIRNAMES in gcc/config/i386/t-nacl64 # and get rid of this! ln -sfn lib /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work/nacl-toolchain-newlib/x86_64-nacl/lib64 # Create installation directory for 32-bit libraries install -m 755 -d "/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work/nacl-toolchain-newlib/x86_64-nacl/lib32" # Create alias for newlib # Newlib uses "gcc -print-multi-lib" to determine multilib subdirectory # names and installs under refix accordingly. This seems confusing, # as "-print-multi-lib" uses MULTILIB_DIRNAMES, which is for libgcc, # while for newlib it looks better to use MULTILIB_OSDIRNAMES, which is # for system libraries. In our case these are "/lib" and "/lib/32" vs. # "/lib" and "/lib32" respectively. As a result, 32-bit newlib is # installed under "/lib/32" but searched under "/lib32". # We fix this by making "/lib/32" an alias for "/lib32". # TODO: sounds odd - probably my understanding is wrong? # Go ask someone smart... ln -sfn ../lib32 /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work/nacl-toolchain-newlib/x86_64-nacl/lib/32 make[1]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work' cp -f SRC/gcc/COPYING* /var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work/nacl-toolchain-newlib make -f Makefile BUILD/stamp-x86_64-nacl-binutils make[1]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work' mkdir BUILD rm -rf BUILD/build-binutils-x86_64-nacl mkdir BUILD/build-binutils-x86_64-nacl # We'd like to build binutils with -Werror, but there are a # number of warnings in the Mac version of GCC that prevent # us from building with -Werror today. cd BUILD/build-binutils-x86_64-nacl && \ CC="gcc" \ CFLAGS="-O2 -g" \ LDFLAGS="-s" \ ../../SRC/binutils/configure \ --prefix=/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work/nacl-toolchain-newlib \ --target=x86_64-nacl \ --with-sysroot=/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work/nacl-toolchain-newlib/x86_64-nacl \ --disable-werror --enable-deterministic-archives --without-zlib checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-pc-nacl checking for a BSD-compatible install... /usr/bin/install -c checking whether ln works... yes checking whether ln -s works... yes checking for a sed that does not truncate output... /bin/sed checking for gawk... gawk checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for gnatbind... no checking for gnatmake... no checking whether compiler driver understands Ada... no checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2 checking for version 0.10 of PPL... no checking for correct version of CLooG... no checking for bison... bison -y checking for bison... bison checking for gm4... no checking for gnum4... no checking for m4... m4 checking for flex... flex checking for flex... flex checking for makeinfo... makeinfo checking for expect... no checking for runtest... no checking for ar... ar checking for as... as checking for dlltool... no checking for ld... (cached) /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../x86_64-pc-linux-gnu/bin/ld checking for lipo... no checking for nm... nm checking for ranlib... ranlib checking for strip... strip checking for windres... no checking for windmc... no checking for objcopy... objcopy checking for objdump... objdump checking for x86_64-nacl-cc... no checking for x86_64-nacl-gcc... no checking for x86_64-nacl-c++... no checking for x86_64-nacl-g++... no checking for x86_64-nacl-cxx... no checking for x86_64-nacl-gxx... no checking for x86_64-nacl-gcc... no checking for x86_64-nacl-gcj... no checking for x86_64-nacl-gfortran... no checking for x86_64-nacl-ar... no checking for x86_64-nacl-as... no checking for x86_64-nacl-dlltool... no checking for x86_64-nacl-ld... no checking for x86_64-nacl-lipo... no checking for x86_64-nacl-nm... no checking for x86_64-nacl-objdump... no checking for x86_64-nacl-ranlib... no checking for x86_64-nacl-strip... no checking for x86_64-nacl-windres... no checking for x86_64-nacl-windmc... no checking where to find the target ar... just compiled checking where to find the target as... just compiled checking where to find the target cc... pre-installed checking where to find the target c++... pre-installed checking where to find the target c++ for libstdc++... pre-installed checking where to find the target dlltool... just compiled checking where to find the target gcc... pre-installed checking where to find the target gcj... pre-installed checking where to find the target gfortran... pre-installed checking where to find the target ld... just compiled checking where to find the target lipo... pre-installed checking where to find the target nm... just compiled checking where to find the target objdump... just compiled checking where to find the target ranlib... just compiled checking where to find the target strip... just compiled checking where to find the target windres... just compiled checking where to find the target windmc... just compiled checking whether to enable maintainer-specific portions of Makefiles... no checking whether -fkeep-inline-functions is supported... yes configure: creating ./config.status config.status: creating Makefile make -C BUILD/build-binutils-x86_64-nacl all make[2]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work/BUILD/build-binutils-x86_64-nacl' make[3]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work/BUILD/build-binutils-x86_64-nacl' make[3]: Nothing to be done for `all-target'. mkdir -p -- ./libiberty mkdir -p -- ./intl mkdir -p -- ./etc Configuring in ./intl Configuring in ./libiberty Configuring in ./etc configure: creating cache ./config.cache configure: creating cache ./config.cache configure: creating cache ./config.cache checking whether make sets $(MAKE)... checking for a BSD-compatible install... /usr/bin/install -c checking whether to enable maintainer-specific portions of Makefiles... no checking for makeinfo... makeinfo --split-size=5000000 yes checking for a BSD-compatible install... /usr/bin/install -c checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/gmsgfmt checking for xgettext... /usr/bin/xgettext configure: updating cache ./config.cache checking for msgmerge... configure: creating ./config.status /usr/bin/msgmerge checking for x86_64-unknown-linux-gnu-gcc... gcc checking for C compiler default output file name... config.status: creating Makefile a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... make[4]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work/BUILD/build-binutils-x86_64-nacl/etc' for f in standards.info configure.info; do \ if test -f ../../../SRC/binutils/etc/`echo $f | sed -e 's/.info$/.texi/'`; then \ if make "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000" $f; then \ true; \ else \ exit 1; \ fi; \ fi; \ done o checking whether we are using the GNU C compiler... make[5]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work/BUILD/build-binutils-x86_64-nacl/etc' make[5]: `../../../SRC/binutils/etc/standards.info' is up to date. make[5]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work/BUILD/build-binutils-x86_64-nacl/etc' make[5]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work/BUILD/build-binutils-x86_64-nacl/etc' make[5]: `../../../SRC/binutils/etc/configure.info' is up to date. make[5]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work/BUILD/build-binutils-x86_64-nacl/etc' make[4]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work/BUILD/build-binutils-x86_64-nacl/etc' yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... checking for perl... perl checking build system type... x86_64-unknown-linux-gnu checking host system type... none needed x86_64-unknown-linux-gnu checking for x86_64-unknown-linux-gnu-ar... ar checking for x86_64-unknown-linux-gnu-ranlib... ranlib checking for x86_64-unknown-linux-gnu-gcc... gcc checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for x86_64-unknown-linux-gnu-ranlib... ranlib checking for library containing strerror... checking for C compiler default output file name... none required checking how to run the C preprocessor... gcc -E a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... yes checking for an ANSI C-conforming const... none needed checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... yes checking for inline... no checking how to run the C preprocessor... inline checking for sys/types.h... gcc -E yes checking whether gcc supports -W... checking for sys/stat.h... yes checking whether gcc supports -Wall... yes checking for stdlib.h... yes checking whether gcc supports -Wwrite-strings... yes checking whether gcc supports -Wc++-compat... yes checking for string.h... yes checking whether gcc supports -Wstrict-prototypes... yes yes checking whether gcc supports -pedantic ... checking for memory.h... yes checking whether gcc and cc understand -c and -o together... yes checking for strings.h... yes checking for inttypes.h... yes checking for an ANSI C-conforming const... yes yes checking for inline... checking for stdint.h... inline 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 unistd.h... yes checking for off_t... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes yes checking for size_t... 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 yes checking for working alloca.h... checking whether byte ordering is bigendian... yes checking for alloca... yes checking for stdlib.h... (cached) yes no checking for a BSD-compatible install... /usr/bin/install -c checking for unistd.h... (cached) yes checking for sys/file.h... checking for getpagesize... yes checking for sys/param.h... yes checking for limits.h... yes checking for working mmap... yes checking for stdlib.h... (cached) yes checking for malloc.h... yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for strings.h... (cached) yes checking for sys/time.h... yes checking for time.h... yes checking for sys/resource.h... yes checking whether we are using the GNU C Library 2.1 or newer... yes yes checking whether integer division by zero raises SIGFPE... checking for sys/stat.h... (cached) yes checking for sys/mman.h... yes checking for fcntl.h... yes checking for alloca.h... yes yes checking for inttypes.h... checking for sys/pstat.h... no checking for sys/sysmp.h... yes checking for stdint.h... no checking for sys/sysinfo.h... yes checking for machine/hal_sysinfo.h... yes checking for unsigned long long... no checking for sys/table.h... no checking for sys/sysctl.h... yes yes checking for inttypes.h... checking for sys/systemcfg.h... no checking for stdint.h... (cached) yes checking for stdio_ext.h... yes checking whether the inttypes.h PRIxNN macros are broken... yes checking for sys/wait.h that is POSIX.1 compatible... no checking for ld used by GCC... /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../x86_64-pc-linux-gnu/bin/ld checking if the linker (/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes checking for shared library run path origin... yes checking whether time.h and sys/time.h may both be included... done checking argz.h usability... yes checking whether errno must be declared... no checking size of int... yes checking argz.h presence... yes checking for argz.h... yes checking limits.h usability... 4 checking for intptr_t... yes checking limits.h presence... yes checking for limits.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking nl_types.h usability... yes checking for uintptr_t... yes checking nl_types.h presence... yes checking for nl_types.h... yes checking malloc.h usability... yes checking for a 64-bit type... yes checking malloc.h presence... yes checking for malloc.h... yes checking stddef.h usability... uint64_t checking for pid_t... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking sys/param.h usability... yes checking for library containing strerror... yes checking sys/param.h presence... none required yes checking for sys/param.h... yes checking for asprintf... checking for feof_unlocked... yes yes checking for atexit... checking for fgets_unlocked... yes yes checking for basename... checking for getc_unlocked... yes yes checking for bcmp... checking for getcwd... yes yes checking for getegid... checking for bcopy... yes checking for geteuid... yes checking for bsearch... yes checking for getgid... yes checking for bzero... yes checking for getuid... yes checking for calloc... yes checking for mempcpy... yes checking for clock... yes checking for munmap... yes checking for ffs... yes checking for putenv... yes checking for getcwd... yes checking for setenv... yes checking for getpagesize... yes checking for setlocale... yes checking for gettimeofday... yes checking for stpcpy... yes checking for index... yes checking for strcasecmp... yes checking for insque... yes checking for strdup... yes checking for memchr... yes checking for strtoul... yes checking for memcmp... yes checking for tsearch... yes checking for memcpy... yes checking for __argz_count... yes checking for memmem... yes checking for __argz_stringify... yes checking for memmove... yes checking for __argz_next... yes checking for mempcpy... yes checking for __fsetlocking... yes checking for memset... yes checking for iconv... yes checking for mkstemps... yes checking for iconv declaration... yes install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for putenv... checking for nl_langinfo and CODESET... yes yes checking for LC_MESSAGES... checking for random... yes checking for bison... bison checking version of bison... yes 2.7, ok checking whether NLS is requested... yes checking whether included gettext is requested... no checking for GNU gettext in libc... checking for rename... yes yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for rindex... checking for aclocal... aclocal checking for autoconf... autoconf checking for autoheader... autoheader configure: updating cache ./config.cache configure: creating ./config.status yes checking for setenv... yes checking for snprintf... config.status: creating Makefile config.status: creating config.intl config.status: creating config.h yes checking for sigsetmask... config.status: executing default-1 commands yes checking for stpcpy... mkdir -p -- ./binutils mkdir -p -- ./gas mkdir -p -- ./gprof Configuring in ./gas Configuring in ./binutils Configuring in ./gprof make[4]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work/BUILD/build-binutils-x86_64-nacl/intl' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work/BUILD/build-binutils-x86_64-nacl/intl' mkdir -p -- ./ld Configuring in ./ld yes checking for stpncpy... yes checking for strcasecmp... configure: creating cache ./config.cache configure: creating cache ./config.cache configure: creating cache ./config.cache yes checking build system type... checking build system type... checking for strchr... x86_64-unknown-linux-gnu checking host system type... checking build system type... configure: creating cache ./config.cache x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking build system type... checking target system type... x86_64-pc-nacl checking for x86_64-unknown-linux-gnu-gcc... gcc x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-pc-nacl checking for x86_64-unknown-linux-gnu-gcc... gcc yes checking for strdup... x86_64-unknown-linux-gnu checking target system type... x86_64-pc-nacl checking for x86_64-unknown-linux-gnu-gcc... gcc checking for C compiler default output file name... x86_64-pc-nacl checking for x86_64-unknown-linux-gnu-gcc... gcc checking for C compiler default output file name... checking for C compiler default output file name... yes checking for C compiler default output file name... checking for strncasecmp... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... a.out checking whether the C compiler works... yes a.out checking whether the C compiler works... checking whether we are cross compiling... no checking for suffix of executables... yes checking whether we are cross compiling... no checking for suffix of executables... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... yes checking for suffix of object files... checking for strndup... checking for suffix of object files... o checking whether we are using the GNU C compiler... checking for suffix of object files... o checking whether we are using the GNU C compiler... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking whether gcc accepts -g... o checking whether we are using the GNU C compiler... yes yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... checking for strrchr... yes checking for gcc option to accept ISO C89... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... yes checking for gcc option to accept ISO C89... yes none needed checking for library containing strerror... checking for strstr... none needed checking for library containing strerror... none needed checking for library containing strerror... none needed checking for library containing strerror... none required yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... checking for strtod... none required none required checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... none required checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for strtol... yes checking for strtoul... yes checking for strverscmp... yes checking for tmpnam... yes checking for vasprintf... yes checking for vfprintf... yes checking for vprintf... yes checking for vsnprintf... yes checking for vsprintf... yes checking for waitpid... yes checking whether alloca needs Cray hooks... no checking stack direction for C alloca... -1 checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for _doprnt... no checking for sys_errlist... yes checking for sys_nerr... yes checking for sys_siglist... yes checking for external symbol _system_configuration... no checking for getrusage... yes checking for on_exit... yes checking for psignal... yes checking for strerror... yes checking for strsignal... yes checking for sysconf... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes yes checking for style of include used by make... yes GNU checking for times... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... checking dependency style of gcc... yes checking for a thread-safe mkdir -p... checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... yes checking for style of include used by make... GNU checking for style of include used by make... GNU checking dependency style of gcc... checking dependency style of gcc... GNU checking dependency style of gcc... yes checking for sbrk... gcc3 checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc gcc3 checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc gcc3 checking whether to enable maintainer-specific portions of Makefiles... no Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc gcc3 checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc yes checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking how to run the C preprocessor... checking for gettimeofday... (cached) yes checking for realpath... checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... checking whether we are using the GNU C compiler... checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking whether gcc accepts -g... (cached) (cached) yes checking for gcc option to accept ISO C89... yes checking for gcc option to accept ISO C89... (cached) (cached) none needed none needed checking how to run the C preprocessor... checking how to run the C preprocessor... (cached) none needed checking how to run the C preprocessor... gcc -E gcc -E gcc -E 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 canonicalize_file_name... checking for grep that handles long lines and -e... checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... checking for grep that handles long lines and -e... /bin/grep -E checking for ANSI C header files... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for pstat_getstatic... no checking for pstat_getdynamic... yes checking for sys/types.h... yes yes checking for sys/types.h... checking for sys/types.h... yes checking for sys/types.h... no yes yes checking for sysmp... checking for sys/stat.h... checking for sys/stat.h... yes yes checking for sys/stat.h... checking for sys/stat.h... yes yes checking for stdlib.h... checking for stdlib.h... yes no checking for getsysinfo... yes checking for stdlib.h... checking for stdlib.h... yes yes checking for string.h... checking for string.h... yes checking for string.h... no checking for table... yes checking for string.h... yes yes checking for memory.h... checking for memory.h... yes checking for memory.h... no yes checking for sysctl... checking for memory.h... yes checking for strings.h... yes yes checking for strings.h... yes checking for strings.h... yes checking for wait3... checking for strings.h... yes yes checking for inttypes.h... yes checking for inttypes.h... checking for inttypes.h... yes yes checking for wait4... checking for inttypes.h... yes checking for stdint.h... yes yes checking for stdint.h... checking for stdint.h... yes yes checking for stdint.h... checking for __fsetlocking... yes yes checking for unistd.h... yes checking for unistd.h... yes yes checking for unistd.h... checking for unistd.h... checking whether basename is declared... yes checking minix/config.h usability... yes checking minix/config.h usability... yes yes checking minix/config.h usability... checking minix/config.h usability... no checking whether ffs is declared... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... no checking minix/config.h presence... no checking minix/config.h presence... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether asprintf is declared... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no no checking for a sed that does not truncate output... checking whether vasprintf is declared... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by gcc... no checking for a sed that does not truncate output... /bin/sed checking for fgrep... no no /bin/grep -F checking for ld used by gcc... checking for a sed that does not truncate output... checking for a sed that does not truncate output... /bin/sed /bin/sed checking for fgrep... /bin/grep -F checking for ld used by gcc... checking for fgrep... /bin/grep -F checking for ld used by gcc... no checking whether snprintf is declared... /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../x86_64-pc-linux-gnu/bin/ld checking if the linker (/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../x86_64-pc-linux-gnu/bin/ld checking if the linker (/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../x86_64-pc-linux-gnu/bin/ld checking if the linker (/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../x86_64-pc-linux-gnu/bin/ld) is GNU ld... /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../x86_64-pc-linux-gnu/bin/ld checking if the linker (/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... yes checking whether vsnprintf is declared... 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 BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... checking for /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../x86_64-pc-linux-gnu/bin/ld option to reload object files... -r checking for x86_64-unknown-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all BSD nm 1572864 checking for x86_64-unknown-linux-gnu-ar... ar checking for x86_64-unknown-linux-gnu-strip... no checking for strip... strip checking for x86_64-unknown-linux-gnu-ranlib... ranlib checking command to parse nm output from gcc object... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... checking whether ln -s works... yes checking the maximum length of command line arguments... checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... 1572864 checking whether the shell understands some XSI constructs... yes 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking whether the shell understands "+="... yes yes checking for /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../x86_64-pc-linux-gnu/bin/ld option to reload object files... -r checking for x86_64-unknown-linux-gnu-objdump... objdump checking for /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../x86_64-pc-linux-gnu/bin/ld option to reload object files... checking for /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../x86_64-pc-linux-gnu/bin/ld option to reload object files... -r checking for x86_64-unknown-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-unknown-linux-gnu-ar... ar checking how to recognize dependent libraries... checking for x86_64-unknown-linux-gnu-strip... no pass_all checking for strip... checking for x86_64-unknown-linux-gnu-ar... -r ar strip checking for x86_64-unknown-linux-gnu-objdump... checking for x86_64-unknown-linux-gnu-ranlib... objdump ranlib checking for x86_64-unknown-linux-gnu-strip... checking how to recognize dependent libraries... no checking command to parse nm output from gcc object... checking for strip... strip pass_all checking for x86_64-unknown-linux-gnu-ranlib... ranlib checking for x86_64-unknown-linux-gnu-ar... ar checking command to parse nm output from gcc object... checking for x86_64-unknown-linux-gnu-strip... no checking for strip... strip checking for x86_64-unknown-linux-gnu-ranlib... ranlib checking command to parse nm output from gcc object... yes checking whether calloc is declared... yes checking whether getenv is declared... ok ok ok checking for dlfcn.h... ok yes checking for dlfcn.h... checking whether getopt is declared... checking for dlfcn.h... checking for dlfcn.h... yes checking for objdir... .libs yes checking for objdir... yes yes checking for objdir... yes .libs checking whether malloc is declared... checking for objdir... .libs .libs yes checking whether realloc is declared... checking if gcc supports -fno-rtti -fno-exceptions... checking if gcc supports -fno-rtti -fno-exceptions... checking if gcc supports -fno-rtti -fno-exceptions... checking if gcc supports -fno-rtti -fno-exceptions... yes checking whether sbrk is declared... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc static flag -static works... yes checking whether strverscmp is declared... yes checking if gcc static flag -static works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... no checking whether canonicalize_file_name must be declared... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... checking for stdlib.h... (cached) yes yes checking whether -lc should be explicitly linked in... checking for unistd.h... (cached) yes yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... checking for getpagesize... (cached) yes yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... checking for working mmap... yes checking whether -lc should be explicitly linked in... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... no checking dynamic linker characteristics... no checking dynamic linker characteristics... no checking dynamic linker characteristics... yes checking for working strncmp... 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... yes 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... yes Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes checking for bison... bison -y checking for flex... flex Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes checking whether byte ordering is bigendian... GNU/Linux ld.so checking how to hardcode library paths into programs... checking lex output file root... lex.yy checking lex library... 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... yes GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... checking whether NLS is requested... yes checking for catalogs to be installed... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for setmode... yes configure: updating cache ./config.cache configure: creating ./config.status no checking whether NLS is requested... yes checking for catalogs to be installed... no checking for bison... bison -y checking for flex... flex checking lex output file root... lex.yy checking lex library... checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/gmsgfmt checking for xgettext... /usr/bin/xgettext config.status: creating Makefile checking for msgmerge... /usr/bin/msgmerge config.status: creating testsuite/Makefile checking for bison... bison -y checking for flex... flex checking lex output file root... lex.yy checking lex library... config.status: creating config.h config.status: executing default commands de de checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/gmsgfmt checking for xgettext... /usr/bin/xgettext mkdir -p -- ./bfd checking for msgmerge... Configuring in ./bfd /usr/bin/msgmerge checking whether to enable maintainer-specific portions of Makefiles... no checking sys/gmon_out.h usability... yes checking sys/gmon_out.h presence... yes checking for sys/gmon_out.h... yes checking for a known getopt prototype in unistd.h... yes checking for library containing fabs... -lfl checking whether yytext is a pointer... configure: creating cache ./config.cache checking build system type... -lm Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes x86_64-unknown-linux-gnu checking host system type... configure: updating cache ./config.cache configure: creating ./config.status x86_64-unknown-linux-gnu checking target system type... x86_64-pc-nacl checking for x86_64-unknown-linux-gnu-gcc... gcc checking for C compiler default output file name... -lfl checking whether yytext is a pointer... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... -lfl checking whether yytext is a pointer... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes yes checking for gcc option to accept ISO C89... checking whether NLS is requested... yes checking for catalogs to be installed... none needed checking for library containing strerror... none required checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether NLS is requested... yes checking for catalogs to be installed... checking whether NLS is requested... yes checking for msgfmt... yes checking whether to enable maintainer-specific portions of Makefiles... no checking how to compare bootstrapped objects... /usr/bin/msgfmt cmp --ignore-initial=16 $$f1 $$f2 checking for gmsgfmt... /usr/bin/gmsgfmt checking for xgettext... /usr/bin/xgettext checking for string.h... (cached) yes checking for msgmerge... checking for strings.h... (cached) yes /usr/bin/msgmerge checking for stdlib.h... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... no checking for string.h... (cached) checking for unistd.h... (cached) yes yes checking for stdlib.h... (cached) yes checking whether NLS is requested... yes checking for msgfmt... checking elf-hints.h usability... checking for memory.h... (cached) yes /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/gmsgfmt checking for xgettext... /usr/bin/xgettext checking for strings.h... (cached) yes checking for msgmerge... /usr/bin/msgmerge checking for unistd.h... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... no checking stdarg.h usability... checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib no checking elf-hints.h presence... checking for string.h... (cached) yes no checking for elf-hints.h... no checking for strings.h... checking limits.h usability... (cached) yes checking for stdlib.h... (cached) yes yes checking stdarg.h presence... checking for unistd.h... (cached) yes yes checking for stdarg.h... yes checking fcntl.h usability... checking varargs.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking sys/param.h usability... yes checking fcntl.h presence... no checking varargs.h presence... yes checking for fcntl.h... yes checking sys/file.h usability... no checking for varargs.h... no checking errno.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for glob... yes checking sys/file.h presence... yes checking errno.h presence... yes checking for sys/file.h... yes yes checking for errno.h... yes checking limits.h usability... yes checking for sys/types.h... (cached) yes checking for mkstemp... config.status: creating Makefile checking limits.h usability... config.status: creating po/Makefile.in yes checking limits.h presence... yes checking for limits.h... yes yes config.status: creating gconfig.h yes checking limits.h presence... checking for realpath... checking sys/param.h usability... config.status: executing depfiles commands yes checking for limits.h... yes checking time.h usability... yes yes checking sys/param.h presence... checking for sbrk... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for sys/param.h... yes checking for sys/wait.h that is POSIX.1 compatible... yes yes checking time.h presence... checking for style of include used by make... GNU yes yes checking for time.h... yes config.status: executing libtool commands checking dependency style of gcc... checking for waitpid... yes checking for working alloca.h... checking for sys/stat.h... (cached) yes checking whether compiling a cross-assembler... yes checking for working alloca.h... config.status: executing default-1 commands yes checking for alloca... config.status: creating po/POTFILES yes yes checking for alloca... config.status: creating po/Makefile gcc3 checking for x86_64-unknown-linux-gnu-ar... ar checking for dirent.h that defines DIR... checking for x86_64-unknown-linux-gnu-ranlib... ranlib checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc yes checking for sbrk... yes yes checking for inline... checking for library containing opendir... checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking how to run the C preprocessor... inline checking for unlink... yes none required checking for a known getopt prototype in unistd.h... make[4]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work/BUILD/build-binutils-x86_64-nacl/libiberty' if [ x"" != x ] && [ ! -d pic ]; then \ mkdir pic; \ else true; fi checking for utimes... touch stamp-picdir if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/safe-ctype.c -o pic/safe-ctype.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/safe-ctype.c -o safe-ctype.o gcc -E yes checking whether strstr is declared... yes if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/sort.c -o pic/sort.o; \ else true; fi checking for sbrk... gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/sort.c -o sort.o checking for grep that handles long lines and -e... yes /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... checking for setmode... yes checking whether free is declared... yes checking for working assert macro... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/spaces.c -o pic/spaces.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/spaces.c -o spaces.o no yes checking whether sbrk is declared... yes checking whether declaration is required for errno... checking for getc_unlocked... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/splay-tree.c -o pic/splay-tree.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/splay-tree.c -o splay-tree.o yes no checking for a known getopt prototype in unistd.h... yes checking whether getenv is declared... yes checking for sys/types.h... checking for strcoll... yes checking whether declaration is required for environ... yes yes checking whether environ is declared... checking for sys/stat.h... yes checking for mkstemp... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/strerror.c -o pic/strerror.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/strerror.c -o strerror.o yes yes checking for stdlib.h... no checking whether declaration is required for ffs... checking whether ANSI C string concatenation works... yes checking for mkdtemp... yes yes if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/strsignal.c -o pic/strsignal.o; \ else true; fi checking for string.h... gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/strsignal.c -o strsignal.o no checking whether declaration is required for free... yes checking for fopen64... yes checking for memory.h... configure: updating cache ./config.cache configure: creating ./config.status if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ else true; fi no checking whether declaration is required for malloc... gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o yes checking for stat64... yes checking for strings.h... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/xatexit.c -o pic/xatexit.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/xatexit.c -o xatexit.o yes checking for library containing frexp... no checking whether declaration is required for sbrk... yes if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/xexit.c -o pic/xexit.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/xexit.c -o xexit.o checking for inttypes.h... none required checking for time_t in time.h... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/xmalloc.c -o pic/xmalloc.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/xmalloc.c -o xmalloc.o no checking whether declaration is required for strstr... yes checking for time_t in sys/types.h... yes checking for stdint.h... yes checking for a known getopt prototype in unistd.h... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/xmemdup.c -o pic/xmemdup.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/xmemdup.c -o xmemdup.o yes checking for utime.h... no checking whether vsnprintf is declared... yes checking for unistd.h... yes checking whether fprintf is declared... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/xstrdup.c -o pic/xstrdup.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/xstrdup.c -o xstrdup.o yes checking for struct tm.tm_gmtoff in time.h... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/xstrerror.c -o pic/xstrerror.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/xstrerror.c -o xstrerror.o yes yes checking whether stpcpy is declared... checking minix/config.h usability... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/xstrndup.c -o pic/xstrndup.o; \ else true; fi yes checking for struct stat.st_mtim.tv_sec in sys/stat.h... gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/xstrndup.c -o xstrndup.o no checking minix/config.h presence... yes yes checking for struct stat.st_mtim.tv_nsec in sys/stat.h... checking whether strstr is declared... no echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes make[5]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work/BUILD/build-binutils-x86_64-nacl/libiberty/testsuite' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work/BUILD/build-binutils-x86_64-nacl/libiberty/testsuite' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/regex.c -o pic/regex.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/regex.c -o regex.o yes checking whether sbrk is declared... yes checking for a sed that does not truncate output... /bin/sed configure: updating cache ./config.cache configure: creating ./config.status checking for fgrep... /bin/grep -F checking for ld used by gcc... In file included from ../../../SRC/binutils/libiberty/regex.c:638:0: ../../../SRC/binutils/libiberty/regex.c: In function ‘byte_re_match_2_internal’: ../../../SRC/binutils/libiberty/regex.c:7143:27: warning: variable ‘sdummy’ set but not used [-Wunused-but-set-variable] ../../../SRC/binutils/libiberty/regex.c:7142:22: warning: variable ‘pdummy’ set but not used [-Wunused-but-set-variable] yes checking whether getenv is declared... /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../x86_64-pc-linux-gnu/bin/ld checking if the linker (/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... yes checking whether environ is declared... 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 for /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../x86_64-pc-linux-gnu/bin/ld option to reload object files... -r checking for x86_64-unknown-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-unknown-linux-gnu-ar... (cached) ar checking for x86_64-unknown-linux-gnu-strip... no checking for strip... strip checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib checking command to parse nm output from gcc object... yes checking whether getc_unlocked is declared... yes checking whether snprintf is declared... ok checking for dlfcn.h... yes checking whether vsnprintf is declared... yes checking for objdir... .libs yes checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking for ld used by GCC... checking if gcc supports -fno-rtti -fno-exceptions... config.status: creating Makefile no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../x86_64-pc-linux-gnu/bin/ld -m elf_x86_64 checking if the linker (/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes checking for shared library run path origin... config.status: creating po/Makefile.in yes checking if gcc static flag -static works... done config.status: creating config.h checking for iconv... config.status: executing depfiles commands yes checking if gcc supports -c -o file.o... yes checking for iconv declaration... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); yes checking dynamic linker characteristics... configure: updating cache ./config.cache configure: creating ./config.status GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... config.status: creating .gdbinit config.status: creating Makefile no checking for dlopen in -ldl... config.status: creating doc/Makefile config.status: creating po/Makefile.in yes checking whether a program can dlopen itself... config.status: creating config.h config.status: executing depfiles commands yes checking whether a statically linked program can dlopen itself... no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes checking whether to enable maintainer-specific portions of Makefiles... no checking whether to install libbfd... no checking whether NLS is requested... yes checking for catalogs to be installed... checking whether NLS is requested... yes config.status: executing libtool commands checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/gmsgfmt checking for xgettext... /usr/bin/xgettext config.status: executing libtool commands config.status: executing default-1 commands checking for msgmerge... /usr/bin/msgmerge config.status: creating po/POTFILES checking size of long long... config.status: creating po/Makefile config.status: executing default commands config.status: executing default-1 commands config.status: creating po/POTFILES config.status: creating po/Makefile mkdir -p -- ./opcodes Configuring in ./opcodes 8 checking size of void *... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/cplus-dem.c -o pic/cplus-dem.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/cplus-dem.c -o cplus-dem.o config.status: creating Makefile config.status: creating doc/Makefile 8 checking size of long... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/cp-demangle.c -o pic/cp-demangle.o; \ else true; fi config.status: creating po/Makefile.in gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/cp-demangle.c -o cp-demangle.o config.status: creating config.h config.status: executing depfiles commands 8 checking alloca.h usability... yes checking alloca.h presence... yes checking for alloca.h... yes configure: creating cache ./config.cache checking stddef.h usability... checking build system type... x86_64-unknown-linux-gnu checking host system type... yes checking stddef.h presence... x86_64-unknown-linux-gnu checking target system type... yes checking for stddef.h... yes checking for string.h... (cached) yes x86_64-pc-nacl checking for x86_64-unknown-linux-gnu-gcc... gcc checking for strings.h... (cached) yes checking for stdlib.h... (cached) yes checking time.h usability... config.status: executing libtool commands checking for C compiler default output file name... config.status: executing default-1 commands yes checking time.h presence... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... config.status: creating po/POTFILES yes checking for time.h... yes config.status: creating po/Makefile checking for unistd.h... (cached) yes checking fcntl.h usability... checking for suffix of object files... o checking whether we are using the GNU C compiler... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/md5.c -o pic/md5.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/md5.c -o md5.o yes checking fcntl.h presence... yes checking whether gcc accepts -g... yes checking for fcntl.h... yes ../../../SRC/binutils/libiberty/md5.c: In function ‘md5_finish_ctx’: ../../../SRC/binutils/libiberty/md5.c:113:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ../../../SRC/binutils/libiberty/md5.c:114:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] checking sys/file.h usability... yes checking for gcc option to accept ISO C89... none needed checking for library containing strerror... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/time.h usability... none required if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/sha1.c -o pic/sha1.o; \ else true; fi checking for a BSD-compatible install... /usr/bin/install -c gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/sha1.c -o sha1.o checking whether build environment is sane... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for sys/stat.h... (cached) yes looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes checking for uintptr_t... yes checking for int_least32_t... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/alloca.c -o pic/alloca.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/alloca.c -o alloca.o yes checking for int_fast32_t... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/argv.c -o pic/argv.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/choose-temp.c -o pic/choose-temp.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/argv.c -o argv.o gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/choose-temp.c -o choose-temp.o yes checking for uint64_t... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/concat.c -o pic/concat.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/concat.c -o concat.o yes checking what to include in bfd_stdint.h... stdint.h (already complete) checking whether time.h and sys/time.h may both be included... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/cp-demint.c -o pic/cp-demint.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/cp-demint.c -o cp-demint.o yes if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/crc32.c -o pic/crc32.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/crc32.c -o crc32.o checking for dirent.h that defines DIR... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/dyn-string.c -o pic/dyn-string.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/dyn-string.c -o dyn-string.o yes if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/fdmatch.c -o pic/fdmatch.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/fdmatch.c -o fdmatch.o checking for library containing opendir... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/fibheap.c -o pic/fibheap.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/fibheap.c -o fibheap.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/filename_cmp.c -o pic/filename_cmp.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/filename_cmp.c -o filename_cmp.o none required checking whether string.h and strings.h may both be included... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/floatformat.c -o pic/floatformat.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/floatformat.c -o floatformat.o yes yes if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/fnmatch.c -o pic/fnmatch.o; \ else true; fi checking for fcntl... checking for style of include used by make... gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/fnmatch.c -o fnmatch.o GNU checking dependency style of gcc... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/fopen_unlocked.c -o fopen_unlocked.o yes checking for getpagesize... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/getopt.c -o pic/getopt.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/getopt.c -o getopt.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/getopt1.c -o pic/getopt1.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/getopt1.c -o getopt1.o gcc3 checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/getpwd.c -o pic/getpwd.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/getpwd.c -o getpwd.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/getruntime.c -o pic/getruntime.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/getruntime.c -o getruntime.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/hashtab.c -o pic/hashtab.o; \ else true; fi checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... yes gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/hashtab.c -o hashtab.o (cached) none needed checking how to run the C preprocessor... checking for setitimer... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/hex.c -o pic/hex.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/lbasename.c -o pic/lbasename.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/hex.c -o hex.o gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/lbasename.c -o lbasename.o gcc -E if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/lrealpath.c -o pic/lrealpath.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/lrealpath.c -o lrealpath.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ else true; fi yes checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/make-relative-prefix.c -o make-relative-prefix.o checking for sysconf... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/make-temp-file.c -o pic/make-temp-file.o; \ else true; fi yes gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/make-temp-file.c -o make-temp-file.o checking for fdopen... yes if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/objalloc.c -o pic/objalloc.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/obstack.c -o pic/obstack.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/objalloc.c -o objalloc.o gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/obstack.c -o obstack.o checking for getuid... yes checking for sys/types.h... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/partition.c -o pic/partition.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/partition.c -o partition.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/pexecute.c -o pic/pexecute.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/pexecute.c -o pexecute.o yes yes if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/physmem.c -o pic/physmem.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/physmem.c -o physmem.o checking for sys/stat.h... checking for getgid... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/pex-common.c -o pic/pex-common.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/pex-common.c -o pex-common.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/pex-one.c -o pic/pex-one.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/pex-one.c -o pex-one.o yes yes if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/pex-unix.c -o pic/pex-unix.o; \ else true; fi checking for stdlib.h... gcc -c -DHAVE_CONFIG_H -O2 -g -I. -I../../../SRC/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../SRC/binutils/libiberty/pex-unix.c -o pex-unix.o checking for fileno... yes ../../../SRC/binutils/libiberty/pex-unix.c: In function ‘pex_child_error’: ../../../SRC/binutils/libiberty/pex-unix.c:372:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] ../../../SRC/binutils/libiberty/pex-unix.c:373:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] ../../../SRC/binutils/libiberty/pex-unix.c:374:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] ../../../SRC/binutils/libiberty/pex-unix.c:375:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] ../../../SRC/binutils/libiberty/pex-unix.c:376:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] ../../../SRC/binutils/libiberty/pex-unix.c:377:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] ../../../SRC/binutils/libiberty/pex-unix.c:378:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] ../../../SRC/binutils/libiberty/pex-unix.c:379:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] checking for string.h... yes checking for strtoull... yes checking for memory.h... yes checking whether basename is declared... rm -f ./libiberty.a pic/./libiberty.a ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ranlib ./libiberty.a yes if [ x"" != x ]; then \ cd pic; \ ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ; \ ranlib ./libiberty.a; \ cd ..; \ else true; fi yes checking whether ftello is declared... checking for strings.h... make[4]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work/BUILD/build-binutils-x86_64-nacl/libiberty' yes yes checking whether ftello64 is declared... checking for inttypes.h... yes yes checking for stdint.h... checking whether fseeko is declared... yes yes checking whether fseeko64 is declared... checking for unistd.h... yes checking whether ffs is declared... yes checking minix/config.h usability... yes checking whether free is declared... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether getenv is declared... yes checking for x86_64-unknown-linux-gnu-ar... ar checking for x86_64-unknown-linux-gnu-ranlib... ranlib checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by gcc... yes checking whether malloc is declared... /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../x86_64-pc-linux-gnu/bin/ld checking if the linker (/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) 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 yes checking whether realloc is declared... checking for /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../x86_64-pc-linux-gnu/bin/ld option to reload object files... -r checking for x86_64-unknown-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-unknown-linux-gnu-ar... (cached) ar checking for x86_64-unknown-linux-gnu-strip... no checking for strip... strip checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib checking command to parse nm output from gcc object... yes checking whether stpcpy is declared... yes ok checking whether strstr is declared... checking for dlfcn.h... yes checking whether snprintf is declared... yes checking for objdir... .libs yes checking whether vsnprintf is declared... yes checking linker --as-needed support... yes checking for cos in -lm... checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes yes checking if gcc static flag -static works... checking for gcc version with buggy 64-bit support... no checking for ftello... yes checking if gcc supports -c -o file.o... yes checking for ftello64... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... yes checking for fseeko... yes checking for fseeko64... 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... no checking whether to build static libraries... yes Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes checking whether to enable maintainer-specific portions of Makefiles... no checking whether to install libbfd... no checking whether NLS is requested... yes checking for catalogs to be installed... yes checking for fopen64... yes checking size of off_t... 8 checking file_ptr type... BFD_HOST_64_BIT checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... de de checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/gmsgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for stdlib.h... (cached) yes yes checking limits.h usability... checking for madvise... yes yes checking limits.h presence... checking for mprotect... yes checking for limits.h... yes checking whether basename is declared... yes yes checking whether stpcpy is declared... configure: updating cache ./config.cache configure: creating ./config.status yes checking linker --as-needed support... yes checking for cos in -lm... yes configure: updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating bfd-in3.h config.status: creating Makefile config.status: creating po/Makefile.in config.status: creating po/Makefile.in config.status: creating config.h config.status: executing depfiles commands config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default-1 commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing libtool commands config.status: executing default-1 commands config.status: executing bfd_stdint.h commands config.status: executing default commands make[4]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work/BUILD/build-binutils-x86_64-nacl/bfd' creating bfdver.h rm -f elf32-target.h sed -e s/NN/32/g < ../../../SRC/binutils/bfd/elfxx-target.h > elf32-target.new rm -f elf64-target.h mv -f elf32-target.new elf32-target.h sed -e s/NN/64/g < ../../../SRC/binutils/bfd/elfxx-target.h > elf64-target.new rm -f targmatch.h mv -f elf64-target.new elf64-target.h sed -f ../../../SRC/binutils/bfd/targmatch.sed < ../../../SRC/binutils/bfd/config.bfd > targmatch.new Making info in doc make[5]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work/BUILD/build-binutils-x86_64-nacl/bfd/doc' make chew make[6]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work/BUILD/build-binutils-x86_64-nacl/bfd/doc' make chew make chew gcc -o chew.$$ -O2 -g -s \ -I.. -I../../../../SRC/binutils/bfd/doc/.. -I../../../../SRC/binutils/bfd/doc/../../include -I../../../../SRC/binutils/bfd/doc/../../intl -I../../intl ../../../../SRC/binutils/bfd/doc/chew.c; \ /bin/sh ../../../../SRC/binutils/bfd/doc/../../move-if-change chew.$$ chew make[6]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work/BUILD/build-binutils-x86_64-nacl/bfd/doc' gcc -o chew.$$ -O2 -g -s \ -I.. -I../../../../SRC/binutils/bfd/doc/.. -I../../../../SRC/binutils/bfd/doc/../../include -I../../../../SRC/binutils/bfd/doc/../../intl -I../../intl ../../../../SRC/binutils/bfd/doc/chew.c; \ /bin/sh ../../../../SRC/binutils/bfd/doc/../../move-if-change chew.$$ chew make[6]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work/BUILD/build-binutils-x86_64-nacl/bfd/doc' gcc -o chew.$$ -O2 -g -s \ -I.. -I../../../../SRC/binutils/bfd/doc/.. -I../../../../SRC/binutils/bfd/doc/../../include -I../../../../SRC/binutils/bfd/doc/../../intl -I../../intl ../../../../SRC/binutils/bfd/doc/chew.c; \ /bin/sh ../../../../SRC/binutils/bfd/doc/../../move-if-change chew.$$ chew mv -f targmatch.new targmatch.h ../../../../SRC/binutils/bfd/doc/chew.c: In function ‘print_stack_level’:../../../../SRC/binutils/bfd/doc/chew.c: In function ‘print_stack_level’: ../../../../SRC/binutils/bfd/doc/chew.c:479:3: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat] ../../../../SRC/binutils/bfd/doc/chew.c:479:3: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat] ../../../../SRC/binutils/bfd/doc/chew.c:480:3: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat] ../../../../SRC/binutils/bfd/doc/chew.c:480:3: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat] ../../../../SRC/binutils/bfd/doc/chew.c: In function ‘main’: ../../../../SRC/binutils/bfd/doc/chew.c: In function ‘main’:../../../../SRC/binutils/bfd/doc/chew.c:1567:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat] ../../../../SRC/binutils/bfd/doc/chew.c:1567:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat] ../../../../SRC/binutils/bfd/doc/chew.c: In function ‘print_stack_level’: ../../../../SRC/binutils/bfd/doc/chew.c:479:3: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat] ../../../../SRC/binutils/bfd/doc/chew.c:480:3: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat] ../../../../SRC/binutils/bfd/doc/chew.c: In function ‘main’: ../../../../SRC/binutils/bfd/doc/chew.c:1567:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat] make[6]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work/BUILD/build-binutils-x86_64-nacl/bfd/doc' ./chew -f ../../../../SRC/binutils/bfd/doc/doc.str <../../../../SRC/binutils/bfd/doc/../targets.c >targets.tmp make[6]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work/BUILD/build-binutils-x86_64-nacl/bfd/doc' ./chew -f ../../../../SRC/binutils/bfd/doc/doc.str <../../../../SRC/binutils/bfd/doc/../elf.c >elf.tmp /bin/sh ../../../../SRC/binutils/bfd/doc/../../move-if-change targets.tmp targets.texi make[6]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work/BUILD/build-binutils-x86_64-nacl/bfd/doc' ./chew -f ../../../../SRC/binutils/bfd/doc/doc.str <../../../../SRC/binutils/bfd/doc/../opncls.c >opncls.tmp /bin/sh ../../../../SRC/binutils/bfd/doc/../../move-if-change elf.tmp elf.texi /bin/sh ../../../../SRC/binutils/bfd/doc/../../move-if-change opncls.tmp opncls.texi restore=: && backupdir=".am$$" && \ rm -rf $backupdir && mkdir $backupdir && \ if (makeinfo --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1; then \ for f in bfd.info bfd.info-[0-9] bfd.info-[0-9][0-9] bfd.i[0-9] bfd.i[0-9][0-9]; do \ if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ done; \ else :; fi && \ if makeinfo --split-size=5000000 --split-size=5000000 -I ../../../../SRC/binutils/bfd/doc \ -o bfd.info `test -f 'bfd.texinfo' || echo '../../../../SRC/binutils/bfd/doc/'`bfd.texinfo; \ then \ rc=0; \ else \ rc=$?; \ $restore $backupdir/* `echo "./bfd.info" | sed 's|[^/]*$||'`; \ fi; \ rm -rf $backupdir; exit $rc ../../../../SRC/binutils/bfd/doc/bfd.texinfo:326: unknown command `colophon' ../../../../SRC/binutils/bfd/doc/bfd.texinfo:337: unknown command `cygnus' make[5]: *** [bfd.info] Error 1 make[5]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work/BUILD/build-binutils-x86_64-nacl/bfd/doc' Making info in po make[5]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work/BUILD/build-binutils-x86_64-nacl/bfd/po' ( if test 'x../../../../SRC/binutils/bfd/po' != 'x.'; then \ posrcprefix='../../../../SRC/binutils/bfd/'; \ else \ posrcprefix="../"; \ fi; \ rm -f SRC-POTFILES-t SRC-POTFILES \ && (sed -e '/^#/d' \ -e '/^[ ]*$/d' \ -e "s@.*@ $posrcprefix& \\\\@" < ../../../../SRC/binutils/bfd/po/SRC-POTFILES.in \ | sed -e '$s/\\$//') > SRC-POTFILES-t \ && chmod a-w SRC-POTFILES-t \ && mv SRC-POTFILES-t SRC-POTFILES ) ( rm -f BLD-POTFILES-t BLD-POTFILES \ && (sed -e '/^#/d' \ -e '/^[ ]*$/d' \ -e "s@.*@ ../& \\\\@" < ../../../../SRC/binutils/bfd/po/BLD-POTFILES.in \ | sed -e '$s/\\$//') > BLD-POTFILES-t \ && chmod a-w BLD-POTFILES-t \ && mv BLD-POTFILES-t BLD-POTFILES ) cd .. \ && CONFIG_FILES=po/Makefile.in:po/Make-in \ CONFIG_HEADERS= /bin/sh ./config.status config.status: creating po/Makefile.in config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default-1 commands config.status: executing bfd_stdint.h commands config.status: executing default commands make[5]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work/BUILD/build-binutils-x86_64-nacl/bfd/po' make[5]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work/BUILD/build-binutils-x86_64-nacl/bfd/po' make[5]: Nothing to be done for `info'. make[5]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work/BUILD/build-binutils-x86_64-nacl/bfd/po' make[5]: Entering directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work/BUILD/build-binutils-x86_64-nacl/bfd' make[5]: Nothing to be done for `info-am'. make[5]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work/BUILD/build-binutils-x86_64-nacl/bfd' make[4]: *** [info-recursive] Error 1 make[4]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work/BUILD/build-binutils-x86_64-nacl/bfd' make[3]: *** [all-bfd] Error 2 make[3]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work/BUILD/build-binutils-x86_64-nacl' make[2]: *** [all] Error 2 make[2]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work/BUILD/build-binutils-x86_64-nacl' make[1]: *** [BUILD/stamp-x86_64-nacl-binutils] Error 2 make[1]: Leaving directory `/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work' make: *** [build-with-newlib] Error 2 * ERROR: dev-lang/nacl-toolchain-newlib-0_p10915 failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=dev-lang/nacl-toolchain-newlib-0_p10915'`, * the complete build log and the output of `emerge -pqv '=dev-lang/nacl-toolchain-newlib-0_p10915'`. * The complete build log is located at '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/temp/environment'. * Working directory: '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work' * S: '/var/tmp/portage/dev-lang/nacl-toolchain-newlib-0_p10915/work'