Build of gperf with musl toolchain

The build took 00h 00m 53s and was NOT successful.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
6,432 exp
5,633 cpp
2,117 perl
889 ansic
517 makefile
71 sh
15,659 total

The process tree of the build process is here.

List of Errors

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

There were existing files in /sysroot, using those
# /sysroot/lib
# /sysroot/share
# /sysroot/bin
# /sysroot/include
# /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: gperf 3.0.4-7 (Wed Apr 5 00:43:46 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking whether make sets $(MAKE)... yes
# configure: creating ./config.status
# config.status: creating Makefile
# === configuring in lib (/tmp/gperf/src/gperf-3.0.4/lib)
# configure: running /bin/sh ./configure '--prefix=/usr' '--host=x86_64-unknown-linux' '--docdir=/usr/share/gperf/doc/' 'host_alias=x86_64-unknown-linux' --cache-file=/dev/null --srcdir=.
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-gcc... clang
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... yes
# checking for suffix of executables...
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking how to run the C preprocessor... clang -E
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking how to run the C++ preprocessor... clang++ -E
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# configure: WARNING: In the future, Autoconf will not detect cross-tools
# whose name does not start with the host triplet. If you think this
# configuration is useful to you, please write to autoconf@gnu.org.
# checking for a BSD compatible install... /usr/bin/install -c
# configure: creating ./config.status
# config.status: creating Makefile
# === configuring in src (/tmp/gperf/src/gperf-3.0.4/src)
# configure: running /bin/sh ./configure '--prefix=/usr' '--host=x86_64-unknown-linux' '--docdir=/usr/share/gperf/doc/' 'host_alias=x86_64-unknown-linux' --cache-file=/dev/null --srcdir=.
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-gcc... clang
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... yes
# checking for suffix of executables...
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking how to run the C preprocessor... clang -E
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking how to run the C++ preprocessor... clang++ -E
# checking for a BSD compatible install... /usr/bin/install -c
# checking for stack-allocated variable-size arrays... yes
# checking for rand in -lm... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating config.h
# === configuring in tests (/tmp/gperf/src/gperf-3.0.4/tests)
# configure: running /bin/sh ./configure '--prefix=/usr' '--host=x86_64-unknown-linux' '--docdir=/usr/share/gperf/doc/' 'host_alias=x86_64-unknown-linux' --cache-file=/dev/null --srcdir=.
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-gcc... clang
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... yes
# checking for suffix of executables...
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking how to run the C preprocessor... clang -E
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking how to run the C++ preprocessor... clang++ -E
# configure: creating ./config.status
# config.status: creating Makefile
# === configuring in doc (/tmp/gperf/src/gperf-3.0.4/doc)
# configure: running /bin/sh ./configure '--prefix=/usr' '--host=x86_64-unknown-linux' '--docdir=/usr/share/gperf/doc/' 'host_alias=x86_64-unknown-linux' --cache-file=/dev/null --srcdir=.
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking whether make sets $(MAKE)... yes
# checking for a BSD compatible install... /usr/bin/install -c
# configure: creating ./config.status
# config.status: creating Makefile
# cd lib; make all
# make[1]: Entering directory '/tmp/gperf/src/gperf-3.0.4/lib'
# clang -I. -c ./getopt.c
# ./getopt.c:567:30: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' [-Wimplicit-function-declaration]
# if (optind != argc && !strcmp (argv[optind], "--"))
# ^
# ./getopt.c:567:30: note: include the header or explicitly provide a declaration for 'strcmp'
# ./getopt.c:646:21: warning: implicitly declaring library function 'strlen' with type 'unsigned long (const char *)' [-Wimplicit-function-declaration]
# == (unsigned int) strlen (p->name))
# ^
# ./getopt.c:646:21: note: include the header or explicitly provide a declaration for 'strlen'
# ./getopt.c:694:6: warning: add explicit braces to avoid dangling else [-Wdangling-else]
# else
# ^
# 3 warnings generated.
# clang -I. -c ./getopt1.c
# clang++ -I. -c ./getline.cc
# clang++ -I. -c ./hash.cc
# rm -f libgp.a
# ar rc libgp.a getopt.o getopt1.o getline.o hash.o
# ranlib libgp.a
# make[1]: Leaving directory '/tmp/gperf/src/gperf-3.0.4/lib'
# cd src; make all
# make[1]: Entering directory '/tmp/gperf/src/gperf-3.0.4/src'
# clang++ -I. -I./../lib -c ./version.cc
# clang++ -I. -I./../lib -c ./positions.cc
# clang++ -I. -I./../lib -c ./options.cc
# ./options.cc:282:27: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (*arg >= 'A' && *arg <= 'Z' || *arg >= 'a' && *arg <= 'z')
# ~~~~~~~~~~~~^~~~~~~~~~~~~~ ~~
# ./options.cc:282:27: note: place parentheses around the '&&' expression to silence this warning
# if (*arg >= 'A' && *arg <= 'Z' || *arg >= 'a' && *arg <= 'z')
# ^
# ( )
# ./options.cc:282:57: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (*arg >= 'A' && *arg <= 'Z' || *arg >= 'a' && *arg <= 'z')
# ~~ ~~~~~~~~~~~~^~~~~~~~~~~~~~
# ./options.cc:282:57: note: place parentheses around the '&&' expression to silence this warning
# if (*arg >= 'A' && *arg <= 'Z' || *arg >= 'a' && *arg <= 'z')
# ^
# ( )
# ./options.cc:294:34: warning: '&&' within '||' [-Wlogical-op-parentheses]
# while (*arg >= 'A' && *arg <= 'Z' || *arg >= 'a' && *arg <= 'z' || *arg == '-');
# ~~~~~~~~~~~~^~~~~~~~~~~~~~ ~~
# ./options.cc:294:34: note: place parentheses around the '&&' expression to silence this warning
# while (*arg >= 'A' && *arg <= 'Z' || *arg >= 'a' && *arg <= 'z' || *arg == '-');
# ^
# ( )
# ./options.cc:294:64: warning: '&&' within '||' [-Wlogical-op-parentheses]
# while (*arg >= 'A' && *arg <= 'Z' || *arg >= 'a' && *arg <= 'z' || *arg == '-');
# ~~ ~~~~~~~~~~~~^~~~~~~~~~~~~~
# ./options.cc:294:64: note: place parentheses around the '&&' expression to silence this warning
# while (*arg >= 'A' && *arg <= 'Z' || *arg >= 'a' && *arg <= 'z' || *arg == '-');
# ^
# ( )
# 4 warnings generated.
# clang++ -I. -I./../lib -c ./keyword.cc
# clang++ -I. -I./../lib -c ./keyword-list.cc
# clang++ -I. -I./../lib -c ./input.cc
# clang++ -I. -I./../lib -c ./bool-array.cc
# clang++ -I. -I./../lib -c ./hash-table.cc
# clang++ -I. -I./../lib -c ./search.cc
# ./search.cc:163:5: warning: add explicit braces to avoid dangling else [-Wdangling-else]
# for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
# ^
# ./search.cc:37:22: note: expanded from macro 'for'
# #define for if (0) ; else for
# ^
# ./search.cc:418:15: warning: add explicit braces to avoid dangling else [-Wdangling-else]
# for (int i3 = imax; i3 >= 0; i3--)
# ^
# ./search.cc:37:22: note: expanded from macro 'for'
# #define for if (0) ; else for
# ^
# ./search.cc:416:11: warning: add explicit braces to avoid dangling else [-Wdangling-else]
# for (int i2 = imax; i2 >= -1; i2--)
# ^
# ./search.cc:37:22: note: expanded from macro 'for'
# #define for if (0) ; else for
# ^
# ./search.cc:1639:5: warning: add explicit braces to avoid dangling else [-Wdangling-else]
# for (unsigned int c = 0; c < _alpha_size; c++)
# ^
# ./search.cc:37:22: note: expanded from macro 'for'
# #define for if (0) ; else for
# ^
# 4 warnings generated.
# clang++ -I. -I./../lib -c ./output.cc
# ./output.cc:1303:22: warning: format specifies type 'int' but the argument has type 'long' [-Wformat]
# dup_ptr - duplicates,
# ^~~~~~~~~~~~~~~~~~~~
# 1 warning generated.
# clang++ -I. -I./../lib -c ./main.cc
# clang++ -o gperf version.o positions.o options.o keyword.o keyword-list.o input.o bool-array.o hash-table.o search.o output.o main.o ../lib/libgp.a -lm
# options.o:./options.cc:function __cxx_global_var_init: error: undefined reference to '__dso_handle'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# make[1]: *** [Makefile:74: gperf] Error 1
# make[1]: Leaving directory '/tmp/gperf/src/gperf-3.0.4/src'
# make: *** [Makefile:34: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/gperf/src/gperf-3.0.4/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by configure, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --docdir=/usr/share/gperf/doc/
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 039083caed26
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /sysroot/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1609: checking whether make sets $(MAKE)
# configure:1630: result: yes
# configure:1797: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 039083caed26
#
# config.status:566: creating Makefile
# configure:2728: === configuring in lib (/tmp/gperf/src/gperf-3.0.4/lib)
# configure:2831: running /bin/sh ./configure '--prefix=/usr' '--host=x86_64-unknown-linux' '--docdir=/usr/share/gperf/doc/' 'host_alias=x86_64-unknown-linux' --cache-file=/dev/null --srcdir=.
# configure:2728: === configuring in src (/tmp/gperf/src/gperf-3.0.4/src)
# configure:2831: running /bin/sh ./configure '--prefix=/usr' '--host=x86_64-unknown-linux' '--docdir=/usr/share/gperf/doc/' 'host_alias=x86_64-unknown-linux' --cache-file=/dev/null --srcdir=.
# configure:2728: === configuring in tests (/tmp/gperf/src/gperf-3.0.4/tests)
# configure:2831: running /bin/sh ./configure '--prefix=/usr' '--host=x86_64-unknown-linux' '--docdir=/usr/share/gperf/doc/' 'host_alias=x86_64-unknown-linux' --cache-file=/dev/null --srcdir=.
# configure:2728: === configuring in doc (/tmp/gperf/src/gperf-3.0.4/doc)
# configure:2831: running /bin/sh ./configure '--prefix=/usr' '--host=x86_64-unknown-linux' '--docdir=/usr/share/gperf/doc/' 'host_alias=x86_64-unknown-linux' --cache-file=/dev/null --srcdir=.
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_prog_make_make_set=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\"'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# LIBOBJS=''
# LIBS=''
# LTLIBOBJS=''
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# SET_MAKE=''
# SHELL='/bin/sh'
# bindir='${exec_prefix}/bin'
# build_alias=''
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='/usr/share/gperf/doc/'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host_alias='x86_64-unknown-linux'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# subdirs=' lib src tests doc'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define PACKAGE_NAME ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PACKAGE_STRING ""
# #define PACKAGE_BUGREPORT ""
#
# configure: exit 0

CMD: config logfiles '/tmp/gperf/src/gperf-3.0.4/doc/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by configure, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# $ ./configure --prefix=/usr --host=x86_64-unknown-linux --docdir=/usr/share/gperf/doc/ host_alias=x86_64-unknown-linux --cache-file=/dev/null --srcdir=.
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 039083caed26
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /sysroot/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1614: checking whether make sets $(MAKE)
# configure:1635: result: yes
# configure:1654: checking for a BSD compatible install
# configure:1696: result: /usr/bin/install -c
# configure:1840: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 039083caed26
#
# config.status:569: creating Makefile
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_prog_make_make_set=yes
# cl_cv_path_install='/usr/bin/install -c'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\"'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# INSTALL='/usr/bin/install -c'
# INSTALL_DATA='$(INSTALL) -m 644'
# INSTALL_PROGRAM='$(INSTALL)'
# LIBOBJS=''
# LIBS=''
# LTLIBOBJS=''
# PACKAGE='gperf'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# SET_MAKE=''
# SHELL='/bin/sh'
# bindir='${exec_prefix}/bin'
# build_alias=''
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='/usr/share/gperf/doc/'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host_alias='x86_64-unknown-linux'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define PACKAGE_NAME ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PACKAGE_STRING ""
# #define PACKAGE_BUGREPORT ""
#
# configure: exit 0

CMD: config logfiles '/tmp/gperf/src/gperf-3.0.4/tests/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by configure, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# $ ./configure --prefix=/usr --host=x86_64-unknown-linux --docdir=/usr/share/gperf/doc/ host_alias=x86_64-unknown-linux --cache-file=/dev/null --srcdir=.
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 039083caed26
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /sysroot/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1647: checking whether make sets $(MAKE)
# configure:1668: result: yes
# configure:1685: checking for x86_64-unknown-linux-gcc
# configure:1712: result: clang
# configure:1990: checking for C compiler version
# configure:1997: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:2000: $? = 0
# configure:2007: clang -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:2010: $? = 0
# configure:2017: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2020: $? = 1
# configure:2043: checking for C compiler default output file name
# configure:2070: clang conftest.c >&5
# configure:2073: $? = 0
# configure:2111: result: a.out
# configure:2128: checking whether the C compiler works
# configure:2138: ./a.out
# ./a.out: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
# configure:2141: $? = 127
# configure:2158: result: yes
# configure:2165: checking whether we are cross compiling
# configure:2167: result: yes
# configure:2170: checking for suffix of executables
# configure:2177: clang -o conftest conftest.c >&5
# configure:2180: $? = 0
# configure:2204: result:
# configure:2210: checking for suffix of object files
# configure:2236: clang -c conftest.c >&5
# configure:2239: $? = 0
# configure:2262: result: o
# configure:2266: checking whether we are using the GNU C compiler
# configure:2295: clang -c conftest.c >&5
# configure:2301: $? = 0
# configure:2318: result: yes
# configure:2323: checking whether clang accepts -g
# configure:2353: clang -c -g conftest.c >&5
# configure:2359: $? = 0
# configure:2458: result: yes
# configure:2475: checking for clang option to accept ISO C89
# configure:2549: clang -c conftest.c >&5
# configure:2555: $? = 0
# configure:2578: result: none needed
# configure:2601: checking how to run the C preprocessor
# configure:2641: clang -E conftest.c
# configure:2647: $? = 0
# configure:2678: clang -E conftest.c
# conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:2684: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | /* end confdefs.h. */
# | #include
# configure:2717: result: clang -E
# configure:2746: clang -E conftest.c
# configure:2752: $? = 0
# configure:2783: clang -E conftest.c
# conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:2789: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | /* end confdefs.h. */
# | #include
# configure:2942: checking for C++ compiler version
# configure:2949: clang++ --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:2952: $? = 0
# configure:2959: clang++ -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:2962: $? = 0
# configure:2969: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2972: $? = 1
# configure:2975: checking whether we are using the GNU C++ compiler
# configure:3004: clang++ -c conftest.cpp >&5
# configure:3010: $? = 0
# configure:3027: result: yes
# configure:3032: checking whether clang++ accepts -g
# configure:3062: clang++ -c -g conftest.cpp >&5
# configure:3068: $? = 0
# configure:3167: result: yes
# configure:3195: checking how to run the C++ preprocessor
# configure:3231: clang++ -E conftest.cpp
# configure:3237: $? = 0
# configure:3268: clang++ -E conftest.cpp
# conftest.cpp:8:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3274: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | /* end confdefs.h. */
# | #include
# configure:3307: result: clang++ -E
# configure:3336: clang++ -E conftest.cpp
# configure:3342: $? = 0
# configure:3373: clang++ -E conftest.cpp
# conftest.cpp:8:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3379: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | /* end confdefs.h. */
# | #include
# configure:3554: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 039083caed26
#
# config.status:578: creating Makefile
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_objext=o
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_CXXCPP='clang++ -E'
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_make_make_set=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# CC='clang'
# CFLAGS=''
# CHECK_LANG_SYNTAX='check-lang-syntax'
# CPP='clang -E'
# CPPFLAGS=''
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXFLAGS=''
# DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\"'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EXEEXT=''
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LTLIBOBJS=''
# OBJEXT='o'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# SET_MAKE=''
# SHELL='/bin/sh'
# ac_ct_CC=''
# ac_ct_CXX=''
# bindir='${exec_prefix}/bin'
# build_alias=''
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='/usr/share/gperf/doc/'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host_alias='x86_64-unknown-linux'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define PACKAGE_NAME ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PACKAGE_STRING ""
# #define PACKAGE_BUGREPORT ""
#
# configure: exit 0

CMD: config logfiles '/tmp/gperf/src/gperf-3.0.4/src/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by configure, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# $ ./configure --prefix=/usr --host=x86_64-unknown-linux --docdir=/usr/share/gperf/doc/ host_alias=x86_64-unknown-linux --cache-file=/dev/null --srcdir=.
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 039083caed26
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /sysroot/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1652: checking whether make sets $(MAKE)
# configure:1673: result: yes
# configure:1690: checking for x86_64-unknown-linux-gcc
# configure:1717: result: clang
# configure:1995: checking for C compiler version
# configure:2002: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:2005: $? = 0
# configure:2012: clang -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:2015: $? = 0
# configure:2022: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2025: $? = 1
# configure:2048: checking for C compiler default output file name
# configure:2075: clang conftest.c >&5
# configure:2078: $? = 0
# configure:2116: result: a.out
# configure:2133: checking whether the C compiler works
# configure:2143: ./a.out
# ./a.out: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
# configure:2146: $? = 127
# configure:2163: result: yes
# configure:2170: checking whether we are cross compiling
# configure:2172: result: yes
# configure:2175: checking for suffix of executables
# configure:2182: clang -o conftest conftest.c >&5
# configure:2185: $? = 0
# configure:2209: result:
# configure:2215: checking for suffix of object files
# configure:2241: clang -c conftest.c >&5
# configure:2244: $? = 0
# configure:2267: result: o
# configure:2271: checking whether we are using the GNU C compiler
# configure:2300: clang -c conftest.c >&5
# configure:2306: $? = 0
# configure:2323: result: yes
# configure:2328: checking whether clang accepts -g
# configure:2358: clang -c -g conftest.c >&5
# configure:2364: $? = 0
# configure:2463: result: yes
# configure:2480: checking for clang option to accept ISO C89
# configure:2554: clang -c conftest.c >&5
# configure:2560: $? = 0
# configure:2583: result: none needed
# configure:2606: checking how to run the C preprocessor
# configure:2646: clang -E conftest.c
# configure:2652: $? = 0
# configure:2683: clang -E conftest.c
# conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:2689: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | /* end confdefs.h. */
# | #include
# configure:2722: result: clang -E
# configure:2751: clang -E conftest.c
# configure:2757: $? = 0
# configure:2788: clang -E conftest.c
# conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:2794: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | /* end confdefs.h. */
# | #include
# configure:2947: checking for C++ compiler version
# configure:2954: clang++ --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:2957: $? = 0
# configure:2964: clang++ -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:2967: $? = 0
# configure:2974: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2977: $? = 1
# configure:2980: checking whether we are using the GNU C++ compiler
# configure:3009: clang++ -c conftest.cpp >&5
# configure:3015: $? = 0
# configure:3032: result: yes
# configure:3037: checking whether clang++ accepts -g
# configure:3067: clang++ -c -g conftest.cpp >&5
# configure:3073: $? = 0
# configure:3172: result: yes
# configure:3200: checking how to run the C++ preprocessor
# configure:3236: clang++ -E conftest.cpp
# configure:3242: $? = 0
# configure:3273: clang++ -E conftest.cpp
# conftest.cpp:8:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3279: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | /* end confdefs.h. */
# | #include
# configure:3312: result: clang++ -E
# configure:3341: clang++ -E conftest.cpp
# configure:3347: $? = 0
# configure:3378: clang++ -E conftest.cpp
# conftest.cpp:8:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3384: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | /* end confdefs.h. */
# | #include
# configure:3431: checking for a BSD compatible install
# configure:3473: result: /usr/bin/install -c
# configure:3485: checking for stack-allocated variable-size arrays
# configure:3520: clang++ -c conftest.cpp >&5
# conftest.cpp:8:42: warning: control reaches end of non-void function [-Wreturn-type]
# int func (int n) { int dynamic_array[n]; }
# ^
# 1 warning generated.
# configure:3526: $? = 0
# configure:3549: result: yes
# configure:3559: checking for rand in -lm
# configure:3594: clang -o conftest conftest.c -lm >&5
# configure:3600: $? = 0
# configure:3618: result: yes
# configure:3729: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 039083caed26
#
# config.status:598: creating Makefile
# config.status:598: creating config.h
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_lib_m_rand=yes
# ac_cv_objext=o
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_CXXCPP='clang++ -E'
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_make_make_set=yes
# cl_cv_path_install='/usr/bin/install -c'
# gp_cv_cxx_dynamic_array=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# CC='clang'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXFLAGS=''
# DEFS='-DHAVE_CONFIG_H'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EXEEXT=''
# GPERF_LIBM='-lm'
# INSTALL='/usr/bin/install -c'
# INSTALL_DATA='$(INSTALL) -m 644'
# INSTALL_PROGRAM='$(INSTALL)'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LTLIBOBJS=''
# OBJEXT='o'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# SET_MAKE=''
# SHELL='/bin/sh'
# ac_ct_CC=''
# ac_ct_CXX=''
# bindir='${exec_prefix}/bin'
# build_alias=''
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='/usr/share/gperf/doc/'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host_alias='x86_64-unknown-linux'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define PACKAGE_NAME ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PACKAGE_STRING ""
# #define PACKAGE_BUGREPORT ""
# #define HAVE_DYNAMIC_ARRAY 1
#
# configure: exit 0

CMD: config logfiles '/tmp/gperf/src/gperf-3.0.4/lib/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by configure, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# $ ./configure --prefix=/usr --host=x86_64-unknown-linux --docdir=/usr/share/gperf/doc/ host_alias=x86_64-unknown-linux --cache-file=/dev/null --srcdir=.
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 039083caed26
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /sysroot/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1650: checking whether make sets $(MAKE)
# configure:1671: result: yes
# configure:1688: checking for x86_64-unknown-linux-gcc
# configure:1715: result: clang
# configure:1993: checking for C compiler version
# configure:2000: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:2003: $? = 0
# configure:2010: clang -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:2013: $? = 0
# configure:2020: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2023: $? = 1
# configure:2046: checking for C compiler default output file name
# configure:2073: clang conftest.c >&5
# configure:2076: $? = 0
# configure:2114: result: a.out
# configure:2131: checking whether the C compiler works
# configure:2141: ./a.out
# ./a.out: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
# configure:2144: $? = 127
# configure:2161: result: yes
# configure:2168: checking whether we are cross compiling
# configure:2170: result: yes
# configure:2173: checking for suffix of executables
# configure:2180: clang -o conftest conftest.c >&5
# configure:2183: $? = 0
# configure:2207: result:
# configure:2213: checking for suffix of object files
# configure:2239: clang -c conftest.c >&5
# configure:2242: $? = 0
# configure:2265: result: o
# configure:2269: checking whether we are using the GNU C compiler
# configure:2298: clang -c conftest.c >&5
# configure:2304: $? = 0
# configure:2321: result: yes
# configure:2326: checking whether clang accepts -g
# configure:2356: clang -c -g conftest.c >&5
# configure:2362: $? = 0
# configure:2461: result: yes
# configure:2478: checking for clang option to accept ISO C89
# configure:2552: clang -c conftest.c >&5
# configure:2558: $? = 0
# configure:2581: result: none needed
# configure:2604: checking how to run the C preprocessor
# configure:2644: clang -E conftest.c
# configure:2650: $? = 0
# configure:2681: clang -E conftest.c
# conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:2687: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | /* end confdefs.h. */
# | #include
# configure:2720: result: clang -E
# configure:2749: clang -E conftest.c
# configure:2755: $? = 0
# configure:2786: clang -E conftest.c
# conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:2792: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | /* end confdefs.h. */
# | #include
# configure:2945: checking for C++ compiler version
# configure:2952: clang++ --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:2955: $? = 0
# configure:2962: clang++ -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:2965: $? = 0
# configure:2972: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2975: $? = 1
# configure:2978: checking whether we are using the GNU C++ compiler
# configure:3007: clang++ -c conftest.cpp >&5
# configure:3013: $? = 0
# configure:3030: result: yes
# configure:3035: checking whether clang++ accepts -g
# configure:3065: clang++ -c -g conftest.cpp >&5
# configure:3071: $? = 0
# configure:3170: result: yes
# configure:3198: checking how to run the C++ preprocessor
# configure:3234: clang++ -E conftest.cpp
# configure:3240: $? = 0
# configure:3271: clang++ -E conftest.cpp
# conftest.cpp:8:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3277: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | /* end confdefs.h. */
# | #include
# configure:3310: result: clang++ -E
# configure:3339: clang++ -E conftest.cpp
# configure:3345: $? = 0
# configure:3376: clang++ -E conftest.cpp
# conftest.cpp:8:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3382: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | /* end confdefs.h. */
# | #include
# configure:3422: checking for x86_64-unknown-linux-ranlib
# configure:3452: result: no
# configure:3462: checking for ranlib
# configure:3478: found /sysroot/bin/ranlib
# configure:3489: result: ranlib
# configure:3503: WARNING: In the future, Autoconf will not detect cross-tools
# whose name does not start with the host triplet. If you think this
# configuration is useful to you, please write to autoconf@gnu.org.
# configure:3525: checking for a BSD compatible install
# configure:3567: result: /usr/bin/install -c
# configure:3711: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 039083caed26
#
# config.status:581: creating Makefile
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_objext=o
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_CXXCPP='clang++ -E'
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_make_make_set=yes
# cl_cv_path_install='/usr/bin/install -c'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# CC='clang'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXFLAGS=''
# DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\"'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EXEEXT=''
# INSTALL='/usr/bin/install -c'
# INSTALL_DATA='$(INSTALL) -m 644'
# INSTALL_PROGRAM='$(INSTALL)'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LTLIBOBJS=''
# OBJEXT='o'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SET_MAKE=''
# SHELL='/bin/sh'
# ac_ct_CC=''
# ac_ct_CXX=''
# bindir='${exec_prefix}/bin'
# build_alias=''
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='/usr/share/gperf/doc/'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host_alias='x86_64-unknown-linux'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define PACKAGE_NAME ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PACKAGE_STRING ""
# #define PACKAGE_BUGREPORT ""
#
# configure: exit 0