The build took 00h 02m 02s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
6,792 |
ansic |
3,528 |
makefile |
1,470 |
sh |
1,234 |
lisp |
13,024 |
total |
The process tree of the build process is here.
Several sub-process invocations were improper; see the process tree for details. Summary:
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: freetalk 4.1-2 (Thu Apr 13 21:03:22 UTC 2017)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (2) jansson-2.7-1 loudmouth-1.5.3-1
Total Installed Size: 0.56 MiB
:: Proceed with installation? [Y/n]
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing loudmouth...
installing jansson...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
/tmp/freetalk/PKGBUILD: line 18: [: configure: binary operator expected
... Freetalk autogen ...
Running aclocal...
Running autoheader...
Running autoconf...
Running automake...
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake line 3936.
configure.ac:41: installing './compile'
configure.ac:7: installing './install-sh'
configure.ac:7: installing './missing'
doc/Makefile.am:3: installing 'doc/mdate-sh'
doc/Makefile.am:3: installing 'doc/texinfo.tex'
src/Makefile.am: installing './depcomp'
Running autogen.sh in argp-standalone ...
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake line 3936.
configure.ac:19: installing './compile'
configure.ac:10: installing './install-sh'
configure.ac:10: installing './missing'
Makefile.am: installing './depcomp'
Please proceed with configuring, compiling, and installing.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-unknown-linux-strip... no
checking for strip... strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether make sets $(MAKE)... (cached) yes
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of clang++... gcc3
checking for x86_64-unknown-linux-gcc... clang
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 whether clang understands -c and -o together... yes
checking dependency style of clang... gcc3
checking how to run the C preprocessor... clang -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking argp.h usability... yes
checking argp.h presence... yes
checking for argp.h... yes
checking for readline in -lreadline -lcurses... yes
checking for readline in -lreadline -ltermcap... no
checking for readline in -lreadline -lncurses... yes
checking for library containing tgetent... -lncurses
checking for readline in -lreadline... yes
checking for pkg-config... yes
checking for x86_64-unknown-linux-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GUILE... yes
checking for GLIB... yes
checking for LOUDMOUTH... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating extensions/Makefile
config.status: creating extensions/init.scm
config.status: creating extensions/first-time-run.sh
config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating config.h
config.status: executing depfiles commands
=== configuring in contrib/argp-standalone (/tmp/freetalk/src/freetalk-4.1/contrib/argp-standalone)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-unknown-linux' '--disable-rpath' 'host_alias=x86_64-unknown-linux' 'CXX=clang++' 'CXXFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CC=clang' 'CFLAGS=' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-unknown-linux-strip... no
checking for strip... strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... GNU
checking for x86_64-unknown-linux-gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether clang understands -c and -o together... yes
checking dependency style of clang... gcc3
checking how to run the C preprocessor... clang -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for x86_64-unknown-linux-gcc... (cached) clang
checking whether we are using the GNU C compiler... (cached) yes
checking whether clang accepts -g... (cached) yes
checking for clang option to accept ISO C89... (cached) none needed
checking whether clang understands -c and -o together... (cached) yes
checking dependency style of clang... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for x86_64-unknown-linux-ranlib... no
checking for ranlib... ranlib
checking for x86_64-unknown-linux-gcc... (cached) clang
checking whether we are using the GNU C compiler... (cached) yes
checking whether clang accepts -g... (cached) yes
checking for clang option to accept ISO C89... (cached) none needed
checking whether clang understands -c and -o together... (cached) yes
checking dependency style of clang... (cached) gcc3
checking for ANSI C header files... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for unistd.h... (cached) yes
checking sysexits.h usability... yes
checking sysexits.h presence... yes
checking for sysexits.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking for __attribute__... no
checking for working alloca.h... yes
checking for alloca... yes
checking for vprintf... yes
checking for _doprnt... no
checking for strerror... yes
checking for sleep... yes
checking for getpid... yes
checking for snprintf... yes
checking for mempcpy... yes
checking for strndup... yes
checking for strchrnul... yes
checking for strcasecmp... yes
checking for vsnprintf... yes
checking for putc_unlocked('x', stdout)... yes
checking for flockfile... yes
checking for fputs_unlocked... yes
checking for fwrite_unlocked... yes
checking for strdup... yes
checking for asprintf... yes
checking whether program_invocation_name is declared... yes
checking whether program_invocation_short_name is declared... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
make all-recursive
make[1]: Entering directory '/tmp/freetalk/src/freetalk-4.1'
Making all in src
make[2]: Entering directory '/tmp/freetalk/src/freetalk-4.1/src'
CC freetalk.o
CC util.o
CC commands.o
CC callbacks.o
CC roster.o
CC interpreter.o
CC extensions.o
CC primitives.o
CC presence.o
CC more.o
CCLD freetalk
make[2]: Leaving directory '/tmp/freetalk/src/freetalk-4.1/src'
Making all in extensions
make[2]: Entering directory '/tmp/freetalk/src/freetalk-4.1/extensions'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/freetalk/src/freetalk-4.1/extensions'
Making all in doc
make[2]: Entering directory '/tmp/freetalk/src/freetalk-4.1/doc'
Updating ./version.texi
MAKEINFO freetalk.info
make[2]: Leaving directory '/tmp/freetalk/src/freetalk-4.1/doc'
Making all in examples
make[2]: Entering directory '/tmp/freetalk/src/freetalk-4.1/examples'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/freetalk/src/freetalk-4.1/examples'
make[2]: Entering directory '/tmp/freetalk/src/freetalk-4.1'
make[2]: Leaving directory '/tmp/freetalk/src/freetalk-4.1'
make[1]: Leaving directory '/tmp/freetalk/src/freetalk-4.1'
==> Entering fakeroot environment...
==> Starting package()...
Making install in src
make[1]: Entering directory '/tmp/freetalk/src/freetalk-4.1/src'
make[2]: Entering directory '/tmp/freetalk/src/freetalk-4.1/src'
/usr/bin/mkdir -p '/tmp/freetalk/pkg/freetalk/usr/bin'
/usr/bin/install -c freetalk '/tmp/freetalk/pkg/freetalk/usr/bin'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/tmp/freetalk/src/freetalk-4.1/src'
make[1]: Leaving directory '/tmp/freetalk/src/freetalk-4.1/src'
Making install in extensions
make[1]: Entering directory '/tmp/freetalk/src/freetalk-4.1/extensions'
make[2]: Entering directory '/tmp/freetalk/src/freetalk-4.1/extensions'
make[2]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/tmp/freetalk/pkg/freetalk/usr/share/freetalk/extensions'
/usr/bin/install -c -m 644 init.scm loudscream.scm login.scm dyn-commands.scm beep.scm color.scm dict-buddy.scm shell.scm pipe.scm state.scm connection.scm roster.scm mr-oxford.scm utils.scm history.scm url.scm proud-of-freetalk.scm broadcast.scm hacker-romance.scm smart-prompt.scm first-time-run.sh '/tmp/freetalk/pkg/freetalk/usr/share/freetalk/extensions'
make[2]: Leaving directory '/tmp/freetalk/src/freetalk-4.1/extensions'
make[1]: Leaving directory '/tmp/freetalk/src/freetalk-4.1/extensions'
Making install in doc
make[1]: Entering directory '/tmp/freetalk/src/freetalk-4.1/doc'
make[2]: Entering directory '/tmp/freetalk/src/freetalk-4.1/doc'
make[2]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/tmp/freetalk/pkg/freetalk/usr/share/info'
/usr/bin/install -c -m 644 ./freetalk.info '/tmp/freetalk/pkg/freetalk/usr/share/info'
install-info --info-dir='/tmp/freetalk/pkg/freetalk/usr/share/info' '/tmp/freetalk/pkg/freetalk/usr/share/info/freetalk.info'
/usr/bin/mkdir -p '/tmp/freetalk/pkg/freetalk/usr/share/man/man1'
/usr/bin/install -c -m 644 freetalk.1 '/tmp/freetalk/pkg/freetalk/usr/share/man/man1'
make[2]: Leaving directory '/tmp/freetalk/src/freetalk-4.1/doc'
make[1]: Leaving directory '/tmp/freetalk/src/freetalk-4.1/doc'
Making install in examples
make[1]: Entering directory '/tmp/freetalk/src/freetalk-4.1/examples'
make[2]: Entering directory '/tmp/freetalk/src/freetalk-4.1/examples'
make[2]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/tmp/freetalk/pkg/freetalk/usr/share/doc/freetalk/examples'
/usr/bin/install -c -m 644 freetalk.scm daemon.ft hello-world.ft mimic.ft '/tmp/freetalk/pkg/freetalk/usr/share/doc/freetalk/examples'
make[2]: Leaving directory '/tmp/freetalk/src/freetalk-4.1/examples'
make[1]: Leaving directory '/tmp/freetalk/src/freetalk-4.1/examples'
make[1]: Entering directory '/tmp/freetalk/src/freetalk-4.1'
make[2]: Entering directory '/tmp/freetalk/src/freetalk-4.1'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/tmp/freetalk/src/freetalk-4.1'
make[1]: Leaving directory '/tmp/freetalk/src/freetalk-4.1'
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "freetalk"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: freetalk 4.1-2 (Thu Apr 13 21:04:16 UTC 2017)
CMD: pacman --query --file freetalk-4.1-2-x86_64.pkg.tar.xz
Creating hybrid package for 'freetalk'
Trying to find vanilla package 'freetalk'...
CMD: pacman --query --file /mirror/freetalk-4.1-2.pkg.tar.xz
Package file has the following structure:
/.PKGINFO
/.BUILDINFO
/.MTREE
/usr/bin/freetalk
/usr/share/man/man1/freetalk.1.gz
/usr/share/freetalk/extensions/login.scm
/usr/share/freetalk/extensions/state.scm
/usr/share/freetalk/extensions/broadcast.scm
/usr/share/freetalk/extensions/color.scm
/usr/share/freetalk/extensions/smart-prompt.scm
/usr/share/freetalk/extensions/init.scm
/usr/share/freetalk/extensions/url.scm
/usr/share/freetalk/extensions/shell.scm
/usr/share/freetalk/extensions/mr-oxford.scm
/usr/share/freetalk/extensions/dict-buddy.scm
/usr/share/freetalk/extensions/history.scm
/usr/share/freetalk/extensions/utils.scm
/usr/share/freetalk/extensions/pipe.scm
/usr/share/freetalk/extensions/first-time-run.sh
/usr/share/freetalk/extensions/loudscream.scm
/usr/share/freetalk/extensions/beep.scm
/usr/share/freetalk/extensions/dyn-commands.scm
/usr/share/freetalk/extensions/roster.scm
/usr/share/freetalk/extensions/proud-of-freetalk.scm
/usr/share/freetalk/extensions/hacker-romance.scm
/usr/share/freetalk/extensions/connection.scm
/usr/share/doc/freetalk/examples/hello-world.ft
/usr/share/doc/freetalk/examples/mimic.ft
/usr/share/doc/freetalk/examples/freetalk.scm
/usr/share/doc/freetalk/examples/daemon.ft
/usr/share/info/freetalk.info.gz
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 freetalk.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/freetalk.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/freetalk.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/freetalk.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/freetalk/src/freetalk-4.1/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 freetalk configure 4.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --host=x86_64-unknown-linux --prefix=/usr --disable-rpath
## --------- ##
## Platform. ##
## --------- ##
hostname = b94010e76400
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/bin
PATH: /usr/lib/jvm/default/bin
PATH: /usr/bin/site_perl
PATH: /usr/bin/vendor_perl
PATH: /usr/bin/core_perl
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2209: checking for a BSD-compatible install
configure:2277: result: /usr/bin/install -c
configure:2288: checking whether build environment is sane
configure:2343: result: yes
configure:2402: checking for x86_64-unknown-linux-strip
configure:2432: result: no
configure:2442: checking for strip
configure:2458: found /usr/bin/strip
configure:2469: result: strip
configure:2494: checking for a thread-safe mkdir -p
configure:2533: result: /usr/bin/mkdir -p
configure:2540: checking for gawk
configure:2556: found /usr/bin/gawk
configure:2567: result: gawk
configure:2578: checking whether make sets $(MAKE)
configure:2600: result: yes
configure:2629: checking whether make supports nested variables
configure:2646: result: yes
configure:2786: checking whether make supports nested variables
configure:2803: result: yes
configure:2833: checking whether make sets $(MAKE)
configure:2855: result: yes
configure:2976: checking for C++ compiler version
configure:2985: 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:2996: $? = 0
configure:2985: 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
... rest of stderr output deleted ...
configure:2996: $? = 0
configure:2985: clang++ -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:2996: $? = 1
configure:2985: clang++ -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:2996: $? = 1
configure:3016: checking whether the C++ compiler works
configure:3038: clang++ conftest.cpp >&5
configure:3042: $? = 0
configure:3090: result: yes
configure:3093: checking for C++ compiler default output file name
configure:3095: result: a.out
configure:3101: checking for suffix of executables
configure:3108: clang++ -o conftest conftest.cpp >&5
configure:3112: $? = 0
configure:3134: result:
configure:3156: checking whether we are cross compiling
configure:3164: clang++ -o conftest conftest.cpp >&5
configure:3168: $? = 0
configure:3175: ./conftest
configure:3179: $? = 0
configure:3194: result: no
configure:3199: checking for suffix of object files
configure:3221: clang++ -c conftest.cpp >&5
configure:3225: $? = 0
configure:3246: result: o
configure:3250: checking whether we are using the GNU C++ compiler
configure:3269: clang++ -c conftest.cpp >&5
configure:3269: $? = 0
configure:3278: result: yes
configure:3287: checking whether clang++ accepts -g
configure:3307: clang++ -c -g conftest.cpp >&5
configure:3307: $? = 0
configure:3348: result: yes
configure:3382: checking for style of include used by make
configure:3410: result: GNU
configure:3436: checking dependency style of clang++
configure:3547: result: gcc3
configure:3573: checking for x86_64-unknown-linux-gcc
configure:3600: result: clang
configure:3869: checking for C compiler version
configure:3878: 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:3889: $? = 0
configure:3878: 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
... rest of stderr output deleted ...
configure:3889: $? = 0
configure:3878: clang -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:3889: $? = 1
configure:3878: clang -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:3889: $? = 1
configure:3893: checking whether we are using the GNU C compiler
configure:3912: clang -c conftest.c >&5
configure:3912: $? = 0
configure:3921: result: yes
configure:3930: checking whether clang accepts -g
configure:3950: clang -c -g conftest.c >&5
configure:3950: $? = 0
configure:3991: result: yes
configure:4008: checking for clang option to accept ISO C89
configure:4071: clang -c conftest.c >&5
configure:4071: $? = 0
configure:4084: result: none needed
configure:4109: checking whether clang understands -c and -o together
configure:4131: clang -c conftest.c -o conftest2.o
configure:4134: $? = 0
configure:4131: clang -c conftest.c -o conftest2.o
configure:4134: $? = 0
configure:4146: result: yes
configure:4165: checking dependency style of clang
configure:4276: result: gcc3
configure:4297: checking how to run the C preprocessor
configure:4328: clang -E conftest.c
configure:4328: $? = 0
configure:4342: clang -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:4342: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "freetalk"
| #define PACKAGE_TARNAME "freetalk"
| #define PACKAGE_VERSION "4.1"
| #define PACKAGE_STRING "freetalk 4.1"
| #define PACKAGE_BUGREPORT "https://github.com/GNUFreetalk/freetalk/issues"
| #define PACKAGE_URL ""
| #define PACKAGE "freetalk"
| #define VERSION "4.1"
| /* end confdefs.h. */
| #include
configure:4367: result: clang -E
configure:4387: clang -E conftest.c
configure:4387: $? = 0
configure:4401: clang -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:4401: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "freetalk"
| #define PACKAGE_TARNAME "freetalk"
| #define PACKAGE_VERSION "4.1"
| #define PACKAGE_STRING "freetalk 4.1"
| #define PACKAGE_BUGREPORT "https://github.com/GNUFreetalk/freetalk/issues"
| #define PACKAGE_URL ""
| #define PACKAGE "freetalk"
| #define VERSION "4.1"
| /* end confdefs.h. */
| #include
configure:4430: checking for grep that handles long lines and -e
configure:4488: result: /usr/bin/grep
configure:4493: checking for egrep
configure:4555: result: /usr/bin/grep -E
configure:4560: checking for ANSI C header files
configure:4580: clang -c conftest.c >&5
configure:4580: $? = 0
configure:4653: clang -o conftest conftest.c >&5
configure:4653: $? = 0
configure:4653: ./conftest
configure:4653: $? = 0
configure:4664: result: yes
configure:4677: checking for sys/types.h
configure:4677: clang -c conftest.c >&5
configure:4677: $? = 0
configure:4677: result: yes
configure:4677: checking for sys/stat.h
configure:4677: clang -c conftest.c >&5
configure:4677: $? = 0
configure:4677: result: yes
configure:4677: checking for stdlib.h
configure:4677: clang -c conftest.c >&5
configure:4677: $? = 0
configure:4677: result: yes
configure:4677: checking for string.h
configure:4677: clang -c conftest.c >&5
configure:4677: $? = 0
configure:4677: result: yes
configure:4677: checking for memory.h
configure:4677: clang -c conftest.c >&5
configure:4677: $? = 0
configure:4677: result: yes
configure:4677: checking for strings.h
configure:4677: clang -c conftest.c >&5
configure:4677: $? = 0
configure:4677: result: yes
configure:4677: checking for inttypes.h
configure:4677: clang -c conftest.c >&5
configure:4677: $? = 0
configure:4677: result: yes
configure:4677: checking for stdint.h
configure:4677: clang -c conftest.c >&5
configure:4677: $? = 0
configure:4677: result: yes
configure:4677: checking for unistd.h
configure:4677: clang -c conftest.c >&5
configure:4677: $? = 0
configure:4677: result: yes
configure:4689: checking argp.h usability
configure:4689: clang -c conftest.c >&5
configure:4689: $? = 0
configure:4689: result: yes
configure:4689: checking argp.h presence
configure:4689: clang -E conftest.c
configure:4689: $? = 0
configure:4689: result: yes
configure:4689: checking for argp.h
configure:4689: result: yes
configure:4717: checking for readline in -lreadline -lcurses
configure:4742: clang -o conftest conftest.c -lreadline -lcurses >&5
configure:4742: $? = 0
configure:4752: result: yes
configure:4759: checking for readline in -lreadline -ltermcap
configure:4784: clang -o conftest conftest.c -lreadline -ltermcap >&5
/usr/bin/ld: cannot find -ltermcap
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:4784: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "freetalk"
| #define PACKAGE_TARNAME "freetalk"
| #define PACKAGE_VERSION "4.1"
| #define PACKAGE_STRING "freetalk 4.1"
| #define PACKAGE_BUGREPORT "https://github.com/GNUFreetalk/freetalk/issues"
| #define PACKAGE_URL ""
| #define PACKAGE "freetalk"
| #define VERSION "4.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARGP 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char readline ();
| int
| main ()
| {
| return readline ();
| ;
| return 0;
| }
configure:4794: result: no
configure:4801: checking for readline in -lreadline -lncurses
configure:4826: clang -o conftest conftest.c -lreadline -lncurses >&5
configure:4826: $? = 0
configure:4836: result: yes
configure:4848: checking for library containing tgetent
configure:4879: clang -o conftest conftest.c >&5
/tmp/conftest-379016.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `tgetent'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:4879: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "freetalk"
| #define PACKAGE_TARNAME "freetalk"
| #define PACKAGE_VERSION "4.1"
| #define PACKAGE_STRING "freetalk 4.1"
| #define PACKAGE_BUGREPORT "https://github.com/GNUFreetalk/freetalk/issues"
| #define PACKAGE_URL ""
| #define PACKAGE "freetalk"
| #define VERSION "4.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARGP 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char tgetent ();
| int
| main ()
| {
| return tgetent ();
| ;
| return 0;
| }
configure:4879: clang -o conftest conftest.c -lncurses >&5
configure:4879: $? = 0
configure:4896: result: -lncurses
configure:4904: checking for readline in -lreadline
configure:4929: clang -o conftest conftest.c -lreadline -lncurses >&5
configure:4929: $? = 0
configure:4938: result: yes
configure:4953: checking for pkg-config
configure:4969: found /usr/bin/pkg-config
configure:4981: result: yes
configure:5004: checking for x86_64-unknown-linux-pkg-config
configure:5037: result: no
configure:5047: checking for pkg-config
configure:5065: found /usr/bin/pkg-config
configure:5077: result: /usr/bin/pkg-config
configure:5102: checking pkg-config is at least version 0.9.0
configure:5105: result: yes
configure:5115: checking for GUILE
configure:5122: $PKG_CONFIG --exists --print-errors "guile-2.0"
configure:5125: $? = 0
configure:5139: $PKG_CONFIG --exists --print-errors "guile-2.0"
configure:5142: $? = 0
configure:5180: result: yes
configure:5189: checking for GLIB
configure:5196: $PKG_CONFIG --exists --print-errors "glib-2.0"
configure:5199: $? = 0
configure:5213: $PKG_CONFIG --exists --print-errors "glib-2.0"
configure:5216: $? = 0
configure:5254: result: yes
configure:5263: checking for LOUDMOUTH
configure:5270: $PKG_CONFIG --exists --print-errors "loudmouth-1.0"
configure:5273: $? = 0
configure:5287: $PKG_CONFIG --exists --print-errors "loudmouth-1.0"
configure:5290: $? = 0
configure:5328: result: yes
configure:5338: checking libintl.h usability
configure:5338: clang -c conftest.c >&5
configure:5338: $? = 0
configure:5338: result: yes
configure:5338: checking libintl.h presence
configure:5338: clang -E conftest.c
configure:5338: $? = 0
configure:5338: result: yes
configure:5338: checking for libintl.h
configure:5338: result: yes
configure:5458: checking that generated files are newer than configure
configure:5464: result: done
configure:5491: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by freetalk config.status 4.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on b94010e76400
config.status:883: creating Makefile
config.status:883: creating src/Makefile
config.status:883: creating extensions/Makefile
config.status:883: creating extensions/init.scm
config.status:883: creating extensions/first-time-run.sh
config.status:883: creating doc/Makefile
config.status:883: creating examples/Makefile
config.status:883: creating config.h
config.status:1112: executing depfiles commands
configure:6879: === configuring in contrib/argp-standalone (/tmp/freetalk/src/freetalk-4.1/contrib/argp-standalone)
configure:6942: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-unknown-linux' '--disable-rpath' 'host_alias=x86_64-unknown-linux' 'CXX=clang++' 'CXXFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CC=clang' 'CFLAGS=' --cache-file=/dev/null --srcdir=.
## ---------------- ##
## 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_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=clang++
ac_cv_env_GLIB_CFLAGS_set=
ac_cv_env_GLIB_CFLAGS_value=
ac_cv_env_GLIB_LIBS_set=
ac_cv_env_GLIB_LIBS_value=
ac_cv_env_GUILE_CFLAGS_set=
ac_cv_env_GUILE_CFLAGS_value=
ac_cv_env_GUILE_LIBS_set=
ac_cv_env_GUILE_LIBS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LOUDMOUTH_CFLAGS_set=
ac_cv_env_LOUDMOUTH_CFLAGS_value=
ac_cv_env_LOUDMOUTH_LIBS_set=
ac_cv_env_LOUDMOUTH_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_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_header_argp_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_lib_readline__lcurses___readline=yes
ac_cv_lib_readline__lncurses___readline=yes
ac_cv_lib_readline__ltermcap___readline=no
ac_cv_lib_readline_readline=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=clang
ac_cv_prog_CPP='clang -E'
ac_cv_prog_PKGCONFIG=yes
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_tgetent=-lncurses
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
pkg_cv_GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
pkg_cv_GLIB_LIBS=-lglib-2.0
pkg_cv_GUILE_CFLAGS='-pthread -I/usr/include/guile/2.0'
pkg_cv_GUILE_LIBS='-lguile-2.0 -lgc'
pkg_cv_LOUDMOUTH_CFLAGS='-I/usr/include/loudmouth-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
pkg_cv_LOUDMOUTH_LIBS='-lloudmouth-1 -lglib-2.0'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /tmp/freetalk/src/freetalk-4.1/missing aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
ARGP_STANDALONE_CFLAGS=''
ARGP_STANDALONE_DIR=''
ARGP_STANDALONE_LDADD=''
AUTOCONF='${SHELL} /tmp/freetalk/src/freetalk-4.1/missing autoconf'
AUTOHEADER='${SHELL} /tmp/freetalk/src/freetalk-4.1/missing autoheader'
AUTOMAKE='${SHELL} /tmp/freetalk/src/freetalk-4.1/missing automake-1.15'
AWK='gawk'
CC='clang'
CCDEPMODE='depmode=gcc3'
CFLAGS=''
CONTRIBDIR='$(top_srcdir)/contrib'
CPP='clang -E'
CPPFLAGS=''
CXX='clang++'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
GLIB_LIBS='-lglib-2.0'
GREP='/usr/bin/grep'
GUILE_CFLAGS='-pthread -I/usr/include/guile/2.0'
GUILE_LIBS='-lguile-2.0 -lgc'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS='-lreadline -lncurses '
LOUDMOUTH_CFLAGS='-I/usr/include/loudmouth-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
LOUDMOUTH_LIBS='-lloudmouth-1 -lglib-2.0'
LTLIBOBJS=''
MAKEINFO='${SHELL} /tmp/freetalk/src/freetalk-4.1/missing makeinfo'
MKDIR_P='/usr/bin/mkdir -p'
OBJEXT='o'
PACKAGE='freetalk'
PACKAGE_BUGREPORT='https://github.com/GNUFreetalk/freetalk/issues'
PACKAGE_NAME='freetalk'
PACKAGE_STRING='freetalk 4.1'
PACKAGE_TARNAME='freetalk'
PACKAGE_URL=''
PACKAGE_VERSION='4.1'
PATH_SEPARATOR=':'
PKGCONFIG='yes'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
RLLIBS='-lreadline -lncurses'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='4.1'
ac_ct_CC=''
ac_ct_CXX=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host_alias='x86_64-unknown-linux'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /tmp/freetalk/src/freetalk-4.1/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' contrib/argp-standalone'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "freetalk"
#define PACKAGE_TARNAME "freetalk"
#define PACKAGE_VERSION "4.1"
#define PACKAGE_STRING "freetalk 4.1"
#define PACKAGE_BUGREPORT "https://github.com/GNUFreetalk/freetalk/issues"
#define PACKAGE_URL ""
#define PACKAGE "freetalk"
#define VERSION "4.1"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_ARGP 1
#define HAVE_LIBREADLINE 1
#define HAVE_LIBINTL_H 1
configure: exit 0
CMD: config logfiles '/tmp/freetalk/src/freetalk-4.1/contrib/argp-standalone/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 argp configure standalone-1.3, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --disable-option-checking --prefix=/usr --host=x86_64-unknown-linux --disable-rpath host_alias=x86_64-unknown-linux CXX=clang++ CXXFLAGS= LDFLAGS= CPPFLAGS= CC=clang CFLAGS= --cache-file=/dev/null --srcdir=.
## --------- ##
## Platform. ##
## --------- ##
hostname = b94010e76400
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/bin
PATH: /usr/lib/jvm/default/bin
PATH: /usr/bin/site_perl
PATH: /usr/bin/vendor_perl
PATH: /usr/bin/core_perl
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2287: checking for a BSD-compatible install
configure:2355: result: /usr/bin/install -c
configure:2366: checking whether build environment is sane
configure:2421: result: yes
configure:2480: checking for x86_64-unknown-linux-strip
configure:2510: result: no
configure:2520: checking for strip
configure:2536: found /usr/bin/strip
configure:2547: result: strip
configure:2572: checking for a thread-safe mkdir -p
configure:2611: result: /usr/bin/mkdir -p
configure:2618: checking for gawk
configure:2634: found /usr/bin/gawk
configure:2645: result: gawk
configure:2656: checking whether make sets $(MAKE)
configure:2678: result: yes
configure:2707: checking whether make supports nested variables
configure:2724: result: yes
configure:2864: checking whether make supports nested variables
configure:2881: result: yes
configure:2909: checking for style of include used by make
configure:2937: result: GNU
configure:2968: checking for x86_64-unknown-linux-gcc
configure:2995: result: clang
configure:3264: checking for C compiler version
configure:3273: 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:3284: $? = 0
configure:3273: 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
... rest of stderr output deleted ...
configure:3284: $? = 0
configure:3273: clang -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:3284: $? = 1
configure:3273: clang -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:3284: $? = 1
configure:3304: checking whether the C compiler works
configure:3326: clang conftest.c >&5
configure:3330: $? = 0
configure:3378: result: yes
configure:3381: checking for C compiler default output file name
configure:3383: result: a.out
configure:3389: checking for suffix of executables
configure:3396: clang -o conftest conftest.c >&5
configure:3400: $? = 0
configure:3422: result:
configure:3444: checking whether we are cross compiling
configure:3452: clang -o conftest conftest.c >&5
configure:3456: $? = 0
configure:3463: ./conftest
configure:3467: $? = 0
configure:3482: result: no
configure:3487: checking for suffix of object files
configure:3509: clang -c conftest.c >&5
configure:3513: $? = 0
configure:3534: result: o
configure:3538: checking whether we are using the GNU C compiler
configure:3557: clang -c conftest.c >&5
configure:3557: $? = 0
configure:3566: result: yes
configure:3575: checking whether clang accepts -g
configure:3595: clang -c -g conftest.c >&5
configure:3595: $? = 0
configure:3636: result: yes
configure:3653: checking for clang option to accept ISO C89
configure:3716: clang -c conftest.c >&5
configure:3716: $? = 0
configure:3729: result: none needed
configure:3754: checking whether clang understands -c and -o together
configure:3776: clang -c conftest.c -o conftest2.o
configure:3779: $? = 0
configure:3776: clang -c conftest.c -o conftest2.o
configure:3779: $? = 0
configure:3791: result: yes
configure:3810: checking dependency style of clang
configure:3921: result: gcc3
configure:3942: checking how to run the C preprocessor
configure:3973: clang -E conftest.c
configure:3973: $? = 0
configure:3987: clang -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:3987: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "argp"
| #define PACKAGE_TARNAME "argp"
| #define PACKAGE_VERSION "standalone-1.3"
| #define PACKAGE_STRING "argp standalone-1.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "argp"
| #define VERSION "standalone-1.3"
| /* end confdefs.h. */
| #include
configure:4012: result: clang -E
configure:4032: clang -E conftest.c
configure:4032: $? = 0
configure:4046: clang -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:4046: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "argp"
| #define PACKAGE_TARNAME "argp"
| #define PACKAGE_VERSION "standalone-1.3"
| #define PACKAGE_STRING "argp standalone-1.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "argp"
| #define VERSION "standalone-1.3"
| /* end confdefs.h. */
| #include
configure:4075: checking for grep that handles long lines and -e
configure:4133: result: /usr/bin/grep
configure:4138: checking for egrep
configure:4200: result: /usr/bin/grep -E
configure:4205: checking for ANSI C header files
configure:4225: clang -c conftest.c >&5
configure:4225: $? = 0
configure:4298: clang -o conftest conftest.c >&5
configure:4298: $? = 0
configure:4298: ./conftest
configure:4298: $? = 0
configure:4309: result: yes
configure:4322: checking for sys/types.h
configure:4322: clang -c conftest.c >&5
configure:4322: $? = 0
configure:4322: result: yes
configure:4322: checking for sys/stat.h
configure:4322: clang -c conftest.c >&5
configure:4322: $? = 0
configure:4322: result: yes
configure:4322: checking for stdlib.h
configure:4322: clang -c conftest.c >&5
configure:4322: $? = 0
configure:4322: result: yes
configure:4322: checking for string.h
configure:4322: clang -c conftest.c >&5
configure:4322: $? = 0
configure:4322: result: yes
configure:4322: checking for memory.h
configure:4322: clang -c conftest.c >&5
configure:4322: $? = 0
configure:4322: result: yes
configure:4322: checking for strings.h
configure:4322: clang -c conftest.c >&5
configure:4322: $? = 0
configure:4322: result: yes
configure:4322: checking for inttypes.h
configure:4322: clang -c conftest.c >&5
configure:4322: $? = 0
configure:4322: result: yes
configure:4322: checking for stdint.h
configure:4322: clang -c conftest.c >&5
configure:4322: $? = 0
configure:4322: result: yes
configure:4322: checking for unistd.h
configure:4322: clang -c conftest.c >&5
configure:4322: $? = 0
configure:4322: result: yes
configure:4335: checking minix/config.h usability
configure:4335: clang -c conftest.c >&5
conftest.c:54:10: fatal error: 'minix/config.h' file not found
#include
^
1 error generated.
configure:4335: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "argp"
| #define PACKAGE_TARNAME "argp"
| #define PACKAGE_VERSION "standalone-1.3"
| #define PACKAGE_STRING "argp standalone-1.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "argp"
| #define VERSION "standalone-1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| #include
configure:4335: result: no
configure:4335: checking minix/config.h presence
configure:4335: clang -E conftest.c
conftest.c:21:10: fatal error: 'minix/config.h' file not found
#include
^
1 error generated.
configure:4335: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "argp"
| #define PACKAGE_TARNAME "argp"
| #define PACKAGE_VERSION "standalone-1.3"
| #define PACKAGE_STRING "argp standalone-1.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "argp"
| #define VERSION "standalone-1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include
configure:4335: result: no
configure:4335: checking for minix/config.h
configure:4335: result: no
configure:4356: checking whether it is safe to define __EXTENSIONS__
configure:4374: clang -c conftest.c >&5
configure:4374: $? = 0
configure:4381: result: yes
configure:4406: checking for x86_64-unknown-linux-gcc
configure:4433: result: clang
configure:4702: checking for C compiler version
configure:4711: 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:4722: $? = 0
configure:4711: 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
... rest of stderr output deleted ...
configure:4722: $? = 0
configure:4711: clang -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:4722: $? = 1
configure:4711: clang -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:4722: $? = 1
configure:4726: checking whether we are using the GNU C compiler
configure:4754: result: yes
configure:4763: checking whether clang accepts -g
configure:4824: result: yes
configure:4841: checking for clang option to accept ISO C89
configure:4917: result: none needed
configure:4942: checking whether clang understands -c and -o together
configure:4979: result: yes
configure:4998: checking dependency style of clang
configure:5109: result: gcc3
configure:5124: checking whether make sets $(MAKE)
configure:5146: result: yes
configure:5158: checking for x86_64-unknown-linux-ranlib
configure:5188: result: no
configure:5198: checking for ranlib
configure:5214: found /usr/bin/ranlib
configure:5225: result: ranlib
configure:5255: checking for x86_64-unknown-linux-gcc
configure:5282: result: clang
configure:5551: checking for C compiler version
configure:5560: 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:5571: $? = 0
configure:5560: 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
... rest of stderr output deleted ...
configure:5571: $? = 0
configure:5560: clang -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:5571: $? = 1
configure:5560: clang -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:5571: $? = 1
configure:5575: checking whether we are using the GNU C compiler
configure:5603: result: yes
configure:5612: checking whether clang accepts -g
configure:5673: result: yes
configure:5690: checking for clang option to accept ISO C89
configure:5766: result: none needed
configure:5791: checking whether clang understands -c and -o together
configure:5828: result: yes
configure:5847: checking dependency style of clang
configure:5958: result: gcc3
configure:5981: checking for ANSI C header files
configure:6085: result: yes
configure:6096: checking limits.h usability
configure:6096: clang -c conftest.c >&5
configure:6096: $? = 0
configure:6096: result: yes
configure:6096: checking limits.h presence
configure:6096: clang -E conftest.c
configure:6096: $? = 0
configure:6096: result: yes
configure:6096: checking for limits.h
configure:6096: result: yes
configure:6096: checking malloc.h usability
configure:6096: clang -c conftest.c >&5
configure:6096: $? = 0
configure:6096: result: yes
configure:6096: checking malloc.h presence
configure:6096: clang -E conftest.c
configure:6096: $? = 0
configure:6096: result: yes
configure:6096: checking for malloc.h
configure:6096: result: yes
configure:6096: checking for unistd.h
configure:6096: result: yes
configure:6096: checking sysexits.h usability
configure:6096: clang -c conftest.c >&5
configure:6096: $? = 0
configure:6096: result: yes
configure:6096: checking sysexits.h presence
configure:6096: clang -E conftest.c
configure:6096: $? = 0
configure:6096: result: yes
configure:6096: checking for sysexits.h
configure:6096: result: yes
configure:6096: checking stdarg.h usability
configure:6096: clang -c conftest.c >&5
configure:6096: $? = 0
configure:6096: result: yes
configure:6096: checking stdarg.h presence
configure:6096: clang -E conftest.c
configure:6096: $? = 0
configure:6096: result: yes
configure:6096: checking for stdarg.h
configure:6096: result: yes
configure:6108: checking for an ANSI C-conforming const
configure:6174: clang -c conftest.c >&5
configure:6174: $? = 0
configure:6181: result: yes
configure:6189: checking for inline
configure:6205: clang -c conftest.c >&5
configure:6205: $? = 0
configure:6213: result: inline
configure:6231: checking for size_t
configure:6231: clang -c conftest.c >&5
configure:6231: $? = 0
configure:6231: clang -c conftest.c >&5
conftest.c:68:21: error: expected expression
if (sizeof ((size_t)))
^
1 error generated.
configure:6231: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "argp"
| #define PACKAGE_TARNAME "argp"
| #define PACKAGE_VERSION "standalone-1.3"
| #define PACKAGE_STRING "argp standalone-1.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "argp"
| #define VERSION "standalone-1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_STDARG_H 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:6231: result: yes
configure:6243: checking for __attribute__
configure:6269: clang -c conftest.c >&5
conftest.c:39:1: error: function declared in block scope cannot have 'static' storage class
static void foo(void) __attribute__ ((noreturn));
^
conftest.c:43:1: error: function definition is not allowed here
{
^
2 errors generated.
configure:6269: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "argp"
| #define PACKAGE_TARNAME "argp"
| #define PACKAGE_VERSION "standalone-1.3"
| #define PACKAGE_STRING "argp standalone-1.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "argp"
| #define VERSION "standalone-1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_STDARG_H 1
| /* end confdefs.h. */
|
| #include
|
| int
| main ()
| {
|
| static void foo(void) __attribute__ ((noreturn));
|
| static void __attribute__ ((noreturn))
| foo(void)
| {
| exit(1);
| }
|
| ;
| return 0;
| }
configure:6276: result: no
configure:6290: checking for working alloca.h
configure:6307: clang -o conftest conftest.c >&5
configure:6307: $? = 0
configure:6315: result: yes
configure:6323: checking for alloca
configure:6360: clang -o conftest conftest.c >&5
configure:6360: $? = 0
configure:6368: result: yes
configure:6476: checking for vprintf
configure:6476: clang -o conftest conftest.c >&5
conftest.c:57:6: warning: incompatible redeclaration of library function 'vprintf' [-Wincompatible-library-redeclaration]
char vprintf ();
^
conftest.c:57:6: note: 'vprintf' is a builtin with type 'int (const char *, struct __va_list_tag *)'
1 warning generated.
configure:6476: $? = 0
configure:6476: result: yes
configure:6482: checking for _doprnt
configure:6482: clang -o conftest conftest.c >&5
/tmp/conftest-0922d4.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `_doprnt'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:6482: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "argp"
| #define PACKAGE_TARNAME "argp"
| #define PACKAGE_VERSION "standalone-1.3"
| #define PACKAGE_STRING "argp standalone-1.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "argp"
| #define VERSION "standalone-1.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h. */
| /* Define _doprnt to an innocuous variant, in case declares _doprnt.
| For example, HP-UX 11i declares gettimeofday. */
| #define _doprnt innocuous__doprnt
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _doprnt (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef _doprnt
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _doprnt ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub__doprnt || defined __stub____doprnt
| choke me
| #endif
|
| int
| main ()
| {
| return _doprnt ();
| ;
| return 0;
| }
configure:6482: result: no
configure:6496: checking for strerror
configure:6496: clang -o conftest conftest.c >&5
conftest.c:58:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
char strerror ();
^
conftest.c:58:6: note: 'strerror' is a builtin with type 'char *(int)'
1 warning generated.
configure:6496: $? = 0
configure:6496: result: yes
configure:6496: checking for sleep
configure:6496: clang -o conftest conftest.c >&5
configure:6496: $? = 0
configure:6496: result: yes
configure:6496: checking for getpid
configure:6496: clang -o conftest conftest.c >&5
configure:6496: $? = 0
configure:6496: result: yes
configure:6496: checking for snprintf
configure:6496: clang -o conftest conftest.c >&5
conftest.c:61:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
char snprintf ();
^
conftest.c:61:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
1 warning generated.
configure:6496: $? = 0
configure:6496: result: yes
configure:6506: checking for mempcpy
configure:6506: clang -o conftest conftest.c >&5
configure:6506: $? = 0
configure:6506: result: yes
configure:6519: checking for strndup
configure:6519: clang -o conftest conftest.c >&5
conftest.c:63:6: warning: incompatible redeclaration of library function 'strndup' [-Wincompatible-library-redeclaration]
char strndup ();
^
conftest.c:63:6: note: 'strndup' is a builtin with type 'char *(const char *, unsigned long)'
1 warning generated.
configure:6519: $? = 0
configure:6519: result: yes
configure:6532: checking for strchrnul
configure:6532: clang -o conftest conftest.c >&5
configure:6532: $? = 0
configure:6532: result: yes
configure:6545: checking for strcasecmp
configure:6545: clang -o conftest conftest.c >&5
conftest.c:65:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
char strcasecmp ();
^
conftest.c:65:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
1 warning generated.
configure:6545: $? = 0
configure:6545: result: yes
configure:6558: checking for vsnprintf
configure:6558: clang -o conftest conftest.c >&5
conftest.c:66:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
char vsnprintf ();
^
conftest.c:66:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, struct __va_list_tag *)'
1 warning generated.
configure:6558: $? = 0
configure:6558: result: yes
configure:6580: checking for putc_unlocked('x', stdout)
configure:6596: clang -o conftest conftest.c >&5
configure:6596: $? = 0
configure:6604: result: yes
configure:6620: checking for flockfile
configure:6620: clang -o conftest conftest.c >&5
configure:6620: $? = 0
configure:6620: result: yes
configure:6632: checking for fputs_unlocked
configure:6632: clang -o conftest conftest.c >&5
configure:6632: $? = 0
configure:6632: result: yes
configure:6632: checking for fwrite_unlocked
configure:6632: clang -o conftest conftest.c >&5
configure:6632: $? = 0
configure:6632: result: yes
configure:6646: checking for strdup
configure:6646: clang -o conftest conftest.c >&5
conftest.c:71:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
char strdup ();
^
conftest.c:71:6: note: 'strdup' is a builtin with type 'char *(const char *)'
1 warning generated.
configure:6646: $? = 0
configure:6646: result: yes
configure:6646: checking for asprintf
configure:6646: clang -o conftest conftest.c >&5
conftest.c:83:18: warning: format string missing [-Wformat]
return asprintf ();
~~~~~~~~ ^
1 warning generated.
configure:6646: $? = 0
configure:6646: result: yes
configure:6656: checking whether program_invocation_name is declared
configure:6656: clang -c conftest.c >&5
configure:6656: $? = 0
configure:6656: result: yes
configure:6667: checking whether program_invocation_short_name is declared
configure:6667: clang -c conftest.c >&5
configure:6667: $? = 0
configure:6667: result: yes
configure:6809: checking that generated files are newer than configure
configure:6815: result: done
configure:6846: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by argp config.status standalone-1.3, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on b94010e76400
config.status:886: creating Makefile
config.status:886: creating config.h
config.status:1115: executing depfiles commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
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_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_func__doprnt=no
ac_cv_func_alloca_works=yes
ac_cv_func_asprintf=yes
ac_cv_func_call_putc_unlocked=yes
ac_cv_func_flockfile=yes
ac_cv_func_fputs_unlocked=yes
ac_cv_func_fwrite_unlocked=yes
ac_cv_func_getpid=yes
ac_cv_func_mempcpy=yes
ac_cv_func_sleep=yes
ac_cv_func_snprintf=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strchrnul=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strndup=yes
ac_cv_func_vprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_have_decl_program_invocation_name=yes
ac_cv_have_decl_program_invocation_short_name=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_stdarg_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sysexits_h=yes
ac_cv_header_unistd_h=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=clang
ac_cv_prog_CPP='clang -E'
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_type_size_t=yes
ac_cv_working_alloca_h=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
lsh_cv_c_attribute=no
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /tmp/freetalk/src/freetalk-4.1/contrib/argp-standalone/missing aclocal-1.15'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AUTOCONF='${SHELL} /tmp/freetalk/src/freetalk-4.1/contrib/argp-standalone/missing autoconf'
AUTOHEADER='${SHELL} /tmp/freetalk/src/freetalk-4.1/contrib/argp-standalone/missing autoheader'
AUTOMAKE='${SHELL} /tmp/freetalk/src/freetalk-4.1/contrib/argp-standalone/missing automake-1.15'
AWK='gawk'
CC='clang'
CCDEPMODE='depmode=gcc3'
CFLAGS=' -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Waggregate-return -Wpointer-arith -Wbad-function-cast -Wnested-externs -std=gnu89'
CPP='clang -E'
CPPFLAGS=' -I.'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /tmp/freetalk/src/freetalk-4.1/contrib/argp-standalone/missing makeinfo'
MKDIR_P='/usr/bin/mkdir -p'
OBJEXT='o'
PACKAGE='argp'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='argp'
PACKAGE_STRING='argp standalone-1.3'
PACKAGE_TARNAME='argp'
PACKAGE_URL=''
PACKAGE_VERSION='standalone-1.3'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='standalone-1.3'
ac_ct_CC=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host_alias='x86_64-unknown-linux'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /tmp/freetalk/src/freetalk-4.1/contrib/argp-standalone/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
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. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "argp"
#define PACKAGE_TARNAME "argp"
#define PACKAGE_VERSION "standalone-1.3"
#define PACKAGE_STRING "argp standalone-1.3"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "argp"
#define VERSION "standalone-1.3"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define STDC_HEADERS 1
#define HAVE_LIMITS_H 1
#define HAVE_MALLOC_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYSEXITS_H 1
#define HAVE_STDARG_H 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_VPRINTF 1
#define HAVE_STRERROR 1
#define HAVE_SLEEP 1
#define HAVE_GETPID 1
#define HAVE_SNPRINTF 1
#define HAVE_MEMPCPY 1
#define HAVE_STRNDUP 1
#define HAVE_STRCHRNUL 1
#define HAVE_STRCASECMP 1
#define HAVE_VSNPRINTF 1
#define HAVE_PUTC_UNLOCKED 1
#define HAVE_FLOCKFILE 1
#define HAVE_FPUTS_UNLOCKED 1
#define HAVE_FWRITE_UNLOCKED 1
#define HAVE_STRDUP 1
#define HAVE_ASPRINTF 1
#define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
#define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
configure: exit 0