The build took 00h 00m 52s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
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.
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:
Copied permanent toolchain into container-local sysroot
/toolchain_root/sysroot --> /sysroot/sysroot
/toolchain_root/lib --> /sysroot/lib
/toolchain_root/sbin --> /sysroot/sbin
/toolchain_root/lib64 --> /sysroot/lib64
/toolchain_root/etc --> /sysroot/etc
/toolchain_root/share --> /sysroot/share
/toolchain_root/bin --> /sysroot/bin
/toolchain_root/var --> /sysroot/var
/toolchain_root/usr --> /sysroot/usr
/toolchain_root/glibc-build --> /sysroot/glibc-build
/toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
/toolchain_root/include --> /sysroot/include
/toolchain_root/libexec --> /sysroot/libexec
CMD: sudo -u tuscan PATH=/usr/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 (Thu Apr 13 16:59:30 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... 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 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
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... 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 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... 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 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
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
make[1]: Leaving directory '/tmp/gperf/src/gperf-3.0.4/src'
cd tests; make all
make[1]: Entering directory '/tmp/gperf/src/gperf-3.0.4/tests'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/tmp/gperf/src/gperf-3.0.4/tests'
cd doc; make all
make[1]: Entering directory '/tmp/gperf/src/gperf-3.0.4/doc'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/tmp/gperf/src/gperf-3.0.4/doc'
==> Entering fakeroot environment...
==> Starting package()...
cd lib; make install
make[1]: Entering directory '/tmp/gperf/src/gperf-3.0.4/lib'
make[1]: Nothing to be done for 'install'.
make[1]: Leaving directory '/tmp/gperf/src/gperf-3.0.4/lib'
cd src; make install
make[1]: Entering directory '/tmp/gperf/src/gperf-3.0.4/src'
/bin/sh ./../mkinstalldirs /tmp/gperf/pkg/gperf/usr/bin
mkdir /tmp/gperf/pkg/gperf/usr
mkdir /tmp/gperf/pkg/gperf/usr/bin
/usr/bin/install -c gperf /tmp/gperf/pkg/gperf/usr/bin/gperf
make[1]: Leaving directory '/tmp/gperf/src/gperf-3.0.4/src'
cd tests; make install
make[1]: Entering directory '/tmp/gperf/src/gperf-3.0.4/tests'
make[1]: Nothing to be done for 'install'.
make[1]: Leaving directory '/tmp/gperf/src/gperf-3.0.4/tests'
cd doc; make install
make[1]: Entering directory '/tmp/gperf/src/gperf-3.0.4/doc'
/bin/sh ./../mkinstalldirs /tmp/gperf/pkg/gperf/usr/share/info
mkdir /tmp/gperf/pkg/gperf/usr/share
mkdir /tmp/gperf/pkg/gperf/usr/share/info
/usr/bin/install -c -m 644 ./gperf.info /tmp/gperf/pkg/gperf/usr/share/info/gperf.info
/bin/sh ./../mkinstalldirs /tmp/gperf/pkg/gperf/usr/share/man/man1
mkdir /tmp/gperf/pkg/gperf/usr/share/man
mkdir /tmp/gperf/pkg/gperf/usr/share/man/man1
/usr/bin/install -c -m 644 ./gperf.1 /tmp/gperf/pkg/gperf/usr/share/man/man1/gperf.1
/bin/sh ./../mkinstalldirs /tmp/gperf/pkg/gperf/usr/share/gperf/doc/
mkdir /tmp/gperf/pkg/gperf/usr/share/gperf
mkdir /tmp/gperf/pkg/gperf/usr/share/gperf/doc
/usr/bin/install -c -m 644 ./gperf.html /tmp/gperf/pkg/gperf/usr/share/gperf/doc//gperf.html
make[1]: Leaving directory '/tmp/gperf/src/gperf-3.0.4/doc'
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "gperf"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: gperf 3.0.4-7 (Thu Apr 13 16:59:36 UTC 2017)
CMD: pacman --query --file gperf-3.0.4-7-x86_64.pkg.tar.xz
Creating hybrid package for 'gperf'
Trying to find vanilla package 'gperf'...
CMD: pacman --query --file /mirror/gperf-3.0.4-7.pkg.tar.xz
Package file has the following structure:
Generating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr .MTREE | xz -c -z
CMD: bsdtar -tqf gperf.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/gperf.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/gperf.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/gperf.pkg.tar.xz'
-> Computing checksums...
-> Creating 'desc' db entry...
-> Creating 'files' db entry...
==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'
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 = c0032cc35a65
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: /usr/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 c0032cc35a65
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 = c0032cc35a65
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: /usr/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 c0032cc35a65
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 = c0032cc35a65
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: /usr/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.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
configure:2000: $? = 0
configure:2007: clang -v >&5
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Selected GCC installation: /usr/bin/../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
configure:2141: $? = 0
configure:2158: result: yes
configure:2165: checking whether we are cross compiling
configure:2167: result: no
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.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
configure:2952: $? = 0
configure:2959: clang++ -v >&5
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Selected GCC installation: /usr/bin/../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 c0032cc35a65
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 = c0032cc35a65
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: /usr/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.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
configure:2005: $? = 0
configure:2012: clang -v >&5
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Selected GCC installation: /usr/bin/../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
configure:2146: $? = 0
configure:2163: result: yes
configure:2170: checking whether we are cross compiling
configure:2172: result: no
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.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
configure:2957: $? = 0
configure:2964: clang++ -v >&5
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Selected GCC installation: /usr/bin/../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 c0032cc35a65
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 = c0032cc35a65
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: /usr/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.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
configure:2003: $? = 0
configure:2010: clang -v >&5
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Selected GCC installation: /usr/bin/../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
configure:2144: $? = 0
configure:2161: result: yes
configure:2168: checking whether we are cross compiling
configure:2170: result: no
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.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
configure:2955: $? = 0
configure:2962: clang++ -v >&5
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Selected GCC installation: /usr/bin/../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 /usr/bin/ranlib
configure:3489: result: ranlib
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 c0032cc35a65
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