Build of zinnia with musl toolchain

The build took 00h 01m 32s and was SUCCESSFUL.

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

SLOCLanguage
13,231 cpp
9,667 sh
833 makefile
223 perl
198 python
83 ansic
47 ruby
24,282 total

The process tree of the build process is here.

Log

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

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

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

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

CMD: sudo -u tuscan PATH=/sysroot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: zinnia 0.06-4 (Wed Apr 5 00:19:09 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 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/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# 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... yes
# 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 for style of include used by make... GNU
# checking dependency style of clang... none
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking dependency style of clang++... none
# checking how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking whether clang needs -traditional... no
# checking whether make sets $(MAKE)... (cached) yes
# checking for library containing strerror... none required
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for a sed that does not truncate output... /usr/sbin/sed
# checking for fgrep... /usr/sbin/grep -F
# checking for ld used by clang... /sysroot/bin/ld
# checking if the linker (/sysroot/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /sysroot/bin/nm -B
# checking the name lister (/sysroot/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking for /sysroot/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# configure: WARNING: using cross tools not prefixed with host triplet
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /sysroot/bin/nm -B output from clang object... ok
# checking for ANSI C header files... no
# 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 for dlfcn.h... yes
# checking whether we are using the GNU C++ compiler... (cached) yes
# checking whether clang++ accepts -g... (cached) yes
# checking dependency style of clang++... (cached) none
# checking how to run the C++ preprocessor... clang++ -E
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... no
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking for ld used by clang++... /sysroot/bin/ld -m elf_x86_64
# checking if the linker (/sysroot/bin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking for clang++ option to produce PIC... -fPIC -DPIC
# checking if clang++ PIC flag -fPIC -DPIC works... yes
# checking if clang++ static flag -static works... no
# checking if clang++ supports -c -o file.o... yes
# checking if clang++ supports -c -o file.o... (cached) yes
# checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether byte ordering is bigendian... no
# checking for ANSI C header files... (cached) no
# checking for string.h... (cached) yes
# checking for stdlib.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking for sys/stat.h... (cached) yes
# checking sys/mman.h usability... yes
# checking sys/mman.h presence... yes
# checking for sys/mman.h... yes
# checking sys/times.h usability... yes
# checking sys/times.h presence... yes
# checking for sys/times.h... yes
# checking ctype.h usability... yes
# checking ctype.h presence... yes
# checking for ctype.h... yes
# checking for sys/types.h... (cached) yes
# checking math.h usability... yes
# checking math.h presence... yes
# checking for math.h... yes
# checking for size_t... yes
# checking for pow in -lm... yes
# checking for exp in -lm... yes
# checking for log in -lm... yes
# checking for main in -lstdc++... yes
# checking for stdlib.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking for sys/param.h... yes
# checking for getpagesize... yes
# checking for working mmap... no
# checking whether make is GNU Make... yes
# configure: pkgconfig directory is ${libdir}/pkgconfig
#
# checking if clang++ supports stl (required)... yes
# checking if clang++ supports stl (required)... yes
# checking if clang++ supports stl (required)... yes
# checking if clang++ supports stl (required)... yes
# checking if clang++ supports stl (required)... yes
# checking if clang++ supports stl (required)... yes
# checking if clang++ supports stl (required)... yes
# checking if clang++ supports stl (required)... yes
# checking if clang++ supports template (required)... yes
# checking if clang++ supports const_cast<> (required)... yes
# checking if clang++ supports static_cast<> (required)... yes
# checking if clang++ supports dynamic_cast<> (required)... yes
# checking if clang++ supports exception handler (required)... yes
# checking if clang++ supports namespaces (required) ... yes
# checking if clang++ environment provides all required features... yes
# checking for x86 SSE instructions... configure: creating ./config.status
# config.status: creating zinnia.pc
# config.status: creating Makefile
# config.status: creating Makefile.msvc
# config.status: creating swig/version.h
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# make all-am
# make[1]: Entering directory '/tmp/zinnia/src/zinnia-0.06'
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -O3 -Wall -c -o param.lo param.cpp
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -O3 -Wall -c -o recognizer.lo recognizer.cpp
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -O3 -Wall -c -o svm.lo svm.cpp
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -O3 -Wall -c -o sexp.lo sexp.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -O3 -Wall -c param.cpp -fPIC -DPIC -o .libs/param.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -O3 -Wall -c svm.cpp -fPIC -DPIC -o .libs/svm.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -O3 -Wall -c recognizer.cpp -fPIC -DPIC -o .libs/recognizer.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -O3 -Wall -c sexp.cpp -fPIC -DPIC -o .libs/sexp.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -O3 -Wall -c sexp.cpp -o sexp.o >/dev/null 2>&1
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -O3 -Wall -c svm.cpp -o svm.o >/dev/null 2>&1
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -O3 -Wall -c recognizer.cpp -o recognizer.o >/dev/null 2>&1
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -O3 -Wall -c param.cpp -o param.o >/dev/null 2>&1
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -O3 -Wall -c -o feature.lo feature.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -O3 -Wall -c feature.cpp -fPIC -DPIC -o .libs/feature.o
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -O3 -Wall -c -o libzinnia.lo libzinnia.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -O3 -Wall -c libzinnia.cpp -fPIC -DPIC -o .libs/libzinnia.o
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -O3 -Wall -c -o character.lo character.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -O3 -Wall -c character.cpp -fPIC -DPIC -o .libs/character.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -O3 -Wall -c feature.cpp -o feature.o >/dev/null 2>&1
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -O3 -Wall -c -o trainer.lo trainer.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -O3 -Wall -c trainer.cpp -fPIC -DPIC -o .libs/trainer.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -O3 -Wall -c libzinnia.cpp -o libzinnia.o >/dev/null 2>&1
# clang++ -DHAVE_CONFIG_H -I. -O3 -Wall -c -o zinnia.o zinnia.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -O3 -Wall -c character.cpp -o character.o >/dev/null 2>&1
# clang++ -DHAVE_CONFIG_H -I. -O3 -Wall -c -o zinnia_learn.o zinnia_learn.cpp
# clang++ -DHAVE_CONFIG_H -I. -O3 -Wall -c -o zinnia_convert.o zinnia_convert.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -O3 -Wall -c trainer.cpp -o trainer.o >/dev/null 2>&1
# /bin/sh ./libtool --tag=CXX --mode=link clang++ -O3 -Wall -o libzinnia.la -rpath /usr/lib param.lo recognizer.lo svm.lo sexp.lo feature.lo libzinnia.lo character.lo trainer.lo -lm -lm -lm
# libtool: link: clang++ -shared -nostdlib /sysroot/bin/../lib/crti.o /sysroot/bin/../lib/clang/3.8.1/crtbeginS.o .libs/param.o .libs/recognizer.o .libs/svm.o .libs/sexp.o .libs/feature.o .libs/libzinnia.o .libs/character.o .libs/trainer.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/sysroot/bin/../lib -L/sysroot/lib -lc++ -lc++abi -lunwind -lm -lc /sysroot/bin/../lib/clang/3.8.1/crtendS.o /sysroot/bin/../lib/crtn.o -Wl,-soname -Wl,libzinnia.so.0 -o .libs/libzinnia.so.0.0.0
# libtool: link: (cd ".libs" && rm -f "libzinnia.so.0" && ln -s "libzinnia.so.0.0.0" "libzinnia.so.0")
# libtool: link: (cd ".libs" && rm -f "libzinnia.so" && ln -s "libzinnia.so.0.0.0" "libzinnia.so")
# libtool: link: ar cru .libs/libzinnia.a param.o recognizer.o svm.o sexp.o feature.o libzinnia.o character.o trainer.o
# /r: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libzinnia.a
# libtool: link: ( cd ".libs" && rm -f "libzinnia.la" && ln -s "../libzinnia.la" "libzinnia.la" )
# /bin/sh ./libtool --tag=CXX --mode=link clang++ -O3 -Wall -o zinnia zinnia.o libzinnia.la -lm -lm -lm
# /bin/sh ./libtool --tag=CXX --mode=link clang++ -O3 -Wall -o zinnia_learn zinnia_learn.o libzinnia.la -lm -lm -lm
# /bin/sh ./libtool --tag=CXX --mode=link clang++ -O3 -Wall -o zinnia_convert zinnia_convert.o libzinnia.la -lm -lm -lm
# libtool: link: clang++ -O3 -Wall -o .libs/zinnia zinnia.o ./.libs/libzinnia.so -lm
# libtool: link: clang++ -O3 -Wall -o .libs/zinnia_convert zinnia_convert.o ./.libs/libzinnia.so -lm
# libtool: link: clang++ -O3 -Wall -o .libs/zinnia_learn zinnia_learn.o ./.libs/libzinnia.so -lm
# make[1]: Leaving directory '/tmp/zinnia/src/zinnia-0.06'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# make[1]: Entering directory '/tmp/zinnia/src/zinnia-0.06'
# test -z "/usr/lib" || /usr/sbin/mkdir -p "/tmp/zinnia/pkg/zinnia/usr/lib"
# test -z "/usr/include" || /usr/sbin/mkdir -p "/tmp/zinnia/pkg/zinnia/usr/include"
# test -z "/usr/lib/pkgconfig" || /usr/sbin/mkdir -p "/tmp/zinnia/pkg/zinnia/usr/lib/pkgconfig"
# test -z "/usr/include/zinnia" || /usr/sbin/mkdir -p "/tmp/zinnia/pkg/zinnia/usr/include/zinnia"
# /bin/sh ./libtool --mode=install /usr/bin/install -c libzinnia.la '/tmp/zinnia/pkg/zinnia/usr/lib'
# /usr/bin/install -c -m 644 zinnia.h '/tmp/zinnia/pkg/zinnia/usr/include'
# /usr/bin/install -c -m 644 zinnia.pc '/tmp/zinnia/pkg/zinnia/usr/lib/pkgconfig'
# /usr/bin/install -c -m 644 zinnia.h '/tmp/zinnia/pkg/zinnia/usr/include/zinnia'
# libtool: install: /usr/bin/install -c .libs/libzinnia.so.0.0.0 /tmp/zinnia/pkg/zinnia/usr/lib/libzinnia.so.0.0.0
# libtool: install: (cd /tmp/zinnia/pkg/zinnia/usr/lib && { ln -s -f libzinnia.so.0.0.0 libzinnia.so.0 || { rm -f libzinnia.so.0 && ln -s libzinnia.so.0.0.0 libzinnia.so.0; }; })
# libtool: install: (cd /tmp/zinnia/pkg/zinnia/usr/lib && { ln -s -f libzinnia.so.0.0.0 libzinnia.so || { rm -f libzinnia.so && ln -s libzinnia.so.0.0.0 libzinnia.so; }; })
# libtool: install: /usr/bin/install -c .libs/libzinnia.lai /tmp/zinnia/pkg/zinnia/usr/lib/libzinnia.la
# libtool: install: /usr/bin/install -c .libs/libzinnia.a /tmp/zinnia/pkg/zinnia/usr/lib/libzinnia.a
# libtool: install: chmod 644 /tmp/zinnia/pkg/zinnia/usr/lib/libzinnia.a
# libtool: install: ranlib /tmp/zinnia/pkg/zinnia/usr/lib/libzinnia.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# test -z "/usr/bin" || /usr/sbin/mkdir -p "/tmp/zinnia/pkg/zinnia/usr/bin"
# /bin/sh ./libtool --mode=install /usr/bin/install -c zinnia zinnia_learn zinnia_convert '/tmp/zinnia/pkg/zinnia/usr/bin'
# libtool: install: warning: `libzinnia.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/zinnia /tmp/zinnia/pkg/zinnia/usr/bin/zinnia
# libtool: install: warning: `libzinnia.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/zinnia_learn /tmp/zinnia/pkg/zinnia/usr/bin/zinnia_learn
# libtool: install: warning: `libzinnia.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/zinnia_convert /tmp/zinnia/pkg/zinnia/usr/bin/zinnia_convert
# make[1]: Leaving directory '/tmp/zinnia/src/zinnia-0.06'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "zinnia"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: zinnia 0.06-4 (Wed Apr 5 00:19:38 UTC 2017)

CMD: pacman --query --file zinnia-0.06-4-x86_64.pkg.tar.xz
# zinnia 0.06-4

Creating hybrid package for 'zinnia'

Trying to find vanilla package 'zinnia'...

CMD: pacman --query --file /mirror/zinnia-0.06-4.pkg.tar.xz
# zinnia 0.06-4

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/lib/libzinnia.so.0
# /usr/lib/libzinnia.so
# /usr/lib/libzinnia.so.0.0.0
# /usr/lib/pkgconfig/zinnia.pc
# /usr/include/zinnia.h
# /usr/include/zinnia/zinnia.h
# /usr/bin/zinnia
# /usr/bin/zinnia_learn
# /usr/bin/zinnia_convert
# /usr/share/licenses/zinnia/LICENSE
# /sysroot/usr/lib/libzinnia.so.0.0.0
# /sysroot/usr/lib/libzinnia.so.0
# /sysroot/usr/lib/libzinnia.so
# /sysroot/usr/lib/libzinnia.la
# /sysroot/usr/lib/libzinnia.a
# /sysroot/usr/lib/pkgconfig/zinnia.pc
# /sysroot/usr/include/zinnia.h
# /sysroot/usr/include/zinnia/zinnia.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf zinnia.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/zinnia.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/zinnia.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/zinnia.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/zinnia/src/zinnia-0.06/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.65. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 8030af00ef92
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /sysroot/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2668: checking for a BSD-compatible install
# configure:2736: result: /usr/bin/install -c
# configure:2747: checking whether build environment is sane
# configure:2797: result: yes
# configure:2846: checking for x86_64-unknown-linux-strip
# configure:2876: result: no
# configure:2886: checking for strip
# configure:2902: found /sysroot/bin/strip
# configure:2913: result: strip
# configure:2938: checking for a thread-safe mkdir -p
# configure:2977: result: /usr/sbin/mkdir -p
# configure:2990: checking for gawk
# configure:3006: found /usr/sbin/gawk
# configure:3017: result: gawk
# configure:3028: checking whether make sets $(MAKE)
# configure:3050: result: yes
# configure:3139: checking for x86_64-unknown-linux-gcc
# configure:3166: result: clang
# configure:3435: checking for C compiler version
# configure:3444: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:3455: $? = 0
# configure:3444: clang -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:3455: $? = 0
# configure:3444: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3455: $? = 1
# configure:3444: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3455: $? = 1
# configure:3475: checking whether the C compiler works
# configure:3497: clang conftest.c >&5
# configure:3501: $? = 0
# configure:3550: result: yes
# configure:3553: checking for C compiler default output file name
# configure:3555: result: a.out
# configure:3561: checking for suffix of executables
# configure:3568: clang -o conftest conftest.c >&5
# configure:3572: $? = 0
# configure:3594: result:
# configure:3616: checking whether we are cross compiling
# configure:3624: clang -o conftest conftest.c >&5
# configure:3628: $? = 0
# configure:3635: ./conftest
# ./conftest: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
# configure:3639: $? = 127
# configure:3654: result: yes
# configure:3659: checking for suffix of object files
# configure:3681: clang -c conftest.c >&5
# configure:3685: $? = 0
# configure:3706: result: o
# configure:3710: checking whether we are using the GNU C compiler
# configure:3729: clang -c conftest.c >&5
# configure:3729: $? = 0
# configure:3738: result: yes
# configure:3747: checking whether clang accepts -g
# configure:3767: clang -c -g conftest.c >&5
# configure:3767: $? = 0
# configure:3808: result: yes
# configure:3825: checking for clang option to accept ISO C89
# configure:3889: clang -c conftest.c >&5
# configure:3889: $? = 0
# configure:3902: result: none needed
# configure:3933: checking for style of include used by make
# configure:3961: result: GNU
# configure:3986: checking dependency style of clang
# configure:4096: result: none
# configure:4223: checking for C++ compiler version
# configure:4232: clang++ --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:4243: $? = 0
# configure:4232: clang++ -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:4243: $? = 0
# configure:4232: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:4243: $? = 1
# configure:4232: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:4243: $? = 1
# configure:4247: checking whether we are using the GNU C++ compiler
# configure:4266: clang++ -c conftest.cpp >&5
# configure:4266: $? = 0
# configure:4275: result: yes
# configure:4284: checking whether clang++ accepts -g
# configure:4304: clang++ -c -g conftest.cpp >&5
# configure:4304: $? = 0
# configure:4345: result: yes
# configure:4370: checking dependency style of clang++
# configure:4480: result: none
# configure:4501: checking how to run the C preprocessor
# configure:4532: clang -E conftest.c
# configure:4532: $? = 0
# configure:4546: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4546: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "zinnia"
# | #define VERSION "0.06"
# | /* end confdefs.h. */
# | #include
# configure:4571: result: clang -E
# configure:4591: clang -E conftest.c
# configure:4591: $? = 0
# configure:4605: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4605: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "zinnia"
# | #define VERSION "0.06"
# | /* end confdefs.h. */
# | #include
# configure:4634: checking for grep that handles long lines and -e
# configure:4692: result: /usr/sbin/grep
# configure:4697: checking for egrep
# configure:4759: result: /usr/sbin/grep -E
# configure:4765: checking whether clang needs -traditional
# conftest.c:11:10: fatal error: 'sgtty.h' file not found
# #include
# ^
# 1 error generated.
# conftest.c:11:10: fatal error: 'termio.h' file not found
# #include
# ^
# 1 error generated.
# configure:4799: result: no
# configure:4806: checking whether make sets $(MAKE)
# configure:4828: result: yes
# configure:4837: checking for library containing strerror
# configure:4868: clang -o conftest conftest.c >&5
# conftest.c:18:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:18:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:4868: $? = 0
# configure:4885: result: none required
# configure:4897: checking build system type
# configure:4911: result: x86_64-unknown-linux-gnu
# configure:4931: checking host system type
# configure:4944: result: x86_64-unknown-linux-gnu
# configure:5001: checking for a sed that does not truncate output
# configure:5065: result: /usr/sbin/sed
# configure:5083: checking for fgrep
# configure:5145: result: /usr/sbin/grep -F
# configure:5180: checking for ld used by clang
# configure:5247: result: /sysroot/bin/ld
# configure:5254: checking if the linker (/sysroot/bin/ld) is GNU ld
# configure:5269: result: yes
# configure:5281: checking for BSD- or MS-compatible name lister (nm)
# configure:5330: result: /sysroot/bin/nm -B
# configure:5448: checking the name lister (/sysroot/bin/nm -B) interface
# configure:5455: clang++ -c conftest.cpp >&5
# configure:5458: /sysroot/bin/nm -B "conftest.o"
# configure:5461: output
# 0000000000000000 B some_variable
# configure:5468: result: BSD nm
# configure:5471: checking whether ln -s works
# configure:5475: result: yes
# configure:5483: checking the maximum length of command line arguments
# configure:5603: result: 1572864
# configure:5620: checking whether the shell understands some XSI constructs
# configure:5630: result: yes
# configure:5634: checking whether the shell understands "+="
# configure:5640: result: yes
# configure:5675: checking for /sysroot/bin/ld option to reload object files
# configure:5682: result: -r
# configure:5711: checking for x86_64-unknown-linux-objdump
# configure:5741: result: no
# configure:5751: checking for objdump
# configure:5767: found /sysroot/bin/objdump
# configure:5778: result: objdump
# configure:5790: WARNING: using cross tools not prefixed with host triplet
# configure:5810: checking how to recognize dependent libraries
# configure:6006: result: pass_all
# configure:6026: checking for x86_64-unknown-linux-ar
# configure:6056: result: no
# configure:6066: checking for ar
# configure:6082: found /sysroot/bin/ar
# configure:6093: result: ar
# configure:6131: checking for x86_64-unknown-linux-strip
# configure:6158: result: strip
# configure:6230: checking for x86_64-unknown-linux-ranlib
# configure:6260: result: no
# configure:6270: checking for ranlib
# configure:6286: found /sysroot/bin/ranlib
# configure:6297: result: ranlib
# configure:6387: checking command to parse /sysroot/bin/nm -B output from clang object
# configure:6505: clang++ -c conftest.cpp >&5
# configure:6508: $? = 0
# configure:6512: /sysroot/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
# configure:6515: $? = 0
# configure:6569: clang++ -o conftest conftest.cpp conftstm.o >&5
# configure:6572: $? = 0
# configure:6610: result: ok
# configure:6705: clang++ -c conftest.cpp >&5
# configure:6708: $? = 0
# configure:7413: checking for ANSI C header files
# configure:7433: clang++ -c conftest.cpp >&5
# configure:7433: $? = 0
# ./configure: line 7447: conftest.cpp: command not found
# configure:7517: result: no
# configure:7530: checking for sys/types.h
# configure:7530: clang++ -c conftest.cpp >&5
# configure:7530: $? = 0
# configure:7530: result: yes
# configure:7530: checking for sys/stat.h
# configure:7530: clang++ -c conftest.cpp >&5
# configure:7530: $? = 0
# configure:7530: result: yes
# configure:7530: checking for stdlib.h
# configure:7530: clang++ -c conftest.cpp >&5
# configure:7530: $? = 0
# configure:7530: result: yes
# configure:7530: checking for string.h
# configure:7530: clang++ -c conftest.cpp >&5
# configure:7530: $? = 0
# configure:7530: result: yes
# configure:7530: checking for memory.h
# configure:7530: clang++ -c conftest.cpp >&5
# configure:7530: $? = 0
# configure:7530: result: yes
# configure:7530: checking for strings.h
# configure:7530: clang++ -c conftest.cpp >&5
# configure:7530: $? = 0
# configure:7530: result: yes
# configure:7530: checking for inttypes.h
# configure:7530: clang++ -c conftest.cpp >&5
# configure:7530: $? = 0
# configure:7530: result: yes
# configure:7530: checking for stdint.h
# configure:7530: clang++ -c conftest.cpp >&5
# configure:7530: $? = 0
# configure:7530: result: yes
# configure:7530: checking for unistd.h
# configure:7530: clang++ -c conftest.cpp >&5
# configure:7530: $? = 0
# configure:7530: result: yes
# configure:7545: checking for dlfcn.h
# configure:7545: clang++ -c conftest.cpp >&5
# configure:7545: $? = 0
# configure:7545: result: yes
# configure:7670: checking for C++ compiler version
# configure:7679: clang++ --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:7690: $? = 0
# configure:7679: clang++ -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:7690: $? = 0
# configure:7679: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:7690: $? = 1
# configure:7679: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:7690: $? = 1
# configure:7694: checking whether we are using the GNU C++ compiler
# configure:7722: result: yes
# configure:7731: checking whether clang++ accepts -g
# configure:7792: result: yes
# configure:7817: checking dependency style of clang++
# configure:7927: result: none
# configure:7950: checking how to run the C++ preprocessor
# configure:7977: clang++ -E conftest.cpp
# configure:7977: $? = 0
# configure:7991: clang++ -E conftest.cpp
# conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7991: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "zinnia"
# | #define VERSION "0.06"
# | #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_DLFCN_H 1
# | /* end confdefs.h. */
# | #include
# configure:8016: result: clang++ -E
# configure:8036: clang++ -E conftest.cpp
# configure:8036: $? = 0
# configure:8050: clang++ -E conftest.cpp
# conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:8050: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "zinnia"
# | #define VERSION "0.06"
# | #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_DLFCN_H 1
# | /* end confdefs.h. */
# | #include
# configure:8256: checking for objdir
# configure:8271: result: .libs
# configure:8563: checking if clang supports -fno-rtti -fno-exceptions
# configure:8581: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8585: $? = 0
# configure:8598: result: yes
# configure:8618: checking for clang option to produce PIC
# configure:8890: result: -fPIC -DPIC
# configure:8902: checking if clang PIC flag -fPIC -DPIC works
# configure:8920: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8924: $? = 0
# configure:8937: result: yes
# configure:8961: checking if clang static flag -static works
# configure:8989: result: no
# configure:9004: checking if clang supports -c -o file.o
# configure:9025: clang -c -o out/conftest2.o conftest.c >&5
# configure:9029: $? = 0
# configure:9051: result: yes
# configure:9059: checking if clang supports -c -o file.o
# configure:9106: result: yes
# configure:9139: checking whether the clang linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
# configure:10130: result: yes
# configure:10167: checking whether -lc should be explicitly linked in
# configure:10172: clang -c conftest.c >&5
# configure:10175: $? = 0
# configure:10190: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
# configure:10193: $? = 0
# configure:10205: result: no
# configure:10369: checking dynamic linker characteristics
# configure:10802: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:10802: $? = 0
# configure:11032: result: GNU/Linux ld.so
# configure:11134: checking how to hardcode library paths into programs
# configure:11159: result: immediate
# configure:11679: checking whether stripping libraries is possible
# configure:11684: result: yes
# configure:11719: checking if libtool supports shared libraries
# configure:11721: result: yes
# configure:11724: checking whether to build shared libraries
# configure:11745: result: yes
# configure:11748: checking whether to build static libraries
# configure:11752: result: yes
# configure:11902: checking for ld used by clang++
# configure:11969: result: /sysroot/bin/ld -m elf_x86_64
# configure:11976: checking if the linker (/sysroot/bin/ld -m elf_x86_64) is GNU ld
# configure:11991: result: yes
# configure:12046: checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
# configure:12959: result: yes
# configure:12987: clang++ -c conftest.cpp >&5
# configure:12990: $? = 0
# configure:13172: checking for clang++ option to produce PIC
# configure:13489: result: -fPIC -DPIC
# configure:13498: checking if clang++ PIC flag -fPIC -DPIC works
# configure:13516: clang++ -c -fPIC -DPIC -DPIC conftest.cpp >&5
# configure:13520: $? = 0
# configure:13533: result: yes
# configure:13554: checking if clang++ static flag -static works
# configure:13582: result: no
# configure:13594: checking if clang++ supports -c -o file.o
# configure:13615: clang++ -c -o out/conftest2.o conftest.cpp >&5
# configure:13619: $? = 0
# configure:13641: result: yes
# configure:13646: checking if clang++ supports -c -o file.o
# configure:13693: result: yes
# configure:13723: checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
# configure:13752: result: yes
# configure:13889: checking dynamic linker characteristics
# configure:14270: clang++ -o conftest -Wl,-rpath -Wl,/foo conftest.cpp >&5
# configure:14270: $? = 0
# configure:14500: result: GNU/Linux ld.so
# configure:14551: checking how to hardcode library paths into programs
# configure:14576: result: immediate
# configure:14636: checking whether byte ordering is bigendian
# configure:14651: clang++ -c conftest.cpp >&5
# conftest.cpp:23:9: error: expected unqualified-id
# not a universal capable compiler
# ^
# 1 error generated.
# configure:14651: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "zinnia"
# | #define VERSION "0.06"
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:14696: clang++ -c conftest.cpp >&5
# configure:14696: $? = 0
# configure:14714: clang++ -c conftest.cpp >&5
# conftest.cpp:29:11: error: expected ';' after expression
# not big endian
# ^
# ;
# conftest.cpp:29:8: error: use of undeclared identifier 'big'
# not big endian
# ^
# conftest.cpp:29:12: error: use of undeclared identifier 'endian'
# not big endian
# ^
# 3 errors generated.
# configure:14714: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "zinnia"
# | #define VERSION "0.06"
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:14842: result: no
# configure:14866: checking for ANSI C header files
# configure:14970: result: no
# configure:14983: checking for string.h
# configure:14983: result: yes
# configure:14983: checking for stdlib.h
# configure:14983: result: yes
# configure:14983: checking for unistd.h
# configure:14983: result: yes
# configure:14983: checking fcntl.h usability
# configure:14983: clang++ -c conftest.cpp >&5
# configure:14983: $? = 0
# configure:14983: result: yes
# configure:14983: checking fcntl.h presence
# configure:14983: clang++ -E conftest.cpp
# configure:14983: $? = 0
# configure:14983: result: yes
# configure:14983: checking for fcntl.h
# configure:14983: result: yes
# configure:14983: checking for sys/stat.h
# configure:14983: result: yes
# configure:14983: checking sys/mman.h usability
# configure:14983: clang++ -c conftest.cpp >&5
# configure:14983: $? = 0
# configure:14983: result: yes
# configure:14983: checking sys/mman.h presence
# configure:14983: clang++ -E conftest.cpp
# configure:14983: $? = 0
# configure:14983: result: yes
# configure:14983: checking for sys/mman.h
# configure:14983: result: yes
# configure:14983: checking sys/times.h usability
# configure:14983: clang++ -c conftest.cpp >&5
# configure:14983: $? = 0
# configure:14983: result: yes
# configure:14983: checking sys/times.h presence
# configure:14983: clang++ -E conftest.cpp
# configure:14983: $? = 0
# configure:14983: result: yes
# configure:14983: checking for sys/times.h
# configure:14983: result: yes
# configure:14983: checking ctype.h usability
# configure:14983: clang++ -c conftest.cpp >&5
# configure:14983: $? = 0
# configure:14983: result: yes
# configure:14983: checking ctype.h presence
# configure:14983: clang++ -E conftest.cpp
# configure:14983: $? = 0
# configure:14983: result: yes
# configure:14983: checking for ctype.h
# configure:14983: result: yes
# configure:14983: checking for sys/types.h
# configure:14983: result: yes
# configure:14983: checking math.h usability
# configure:14983: clang++ -c conftest.cpp >&5
# configure:14983: $? = 0
# configure:14983: result: yes
# configure:14983: checking math.h presence
# configure:14983: clang++ -E conftest.cpp
# configure:14983: $? = 0
# configure:14983: result: yes
# configure:14983: checking for math.h
# configure:14983: result: yes
# configure:14995: checking for size_t
# configure:14995: clang++ -c conftest.cpp >&5
# configure:14995: $? = 0
# configure:14995: clang++ -c conftest.cpp >&5
# conftest.cpp:69:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:14995: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "zinnia"
# | #define VERSION "0.06"
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define WORDS_LITENDIAN 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_MATH_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:14995: result: yes
# configure:15007: checking for pow in -lm
# configure:15032: clang++ -o conftest conftest.cpp -lm >&5
# configure:15032: $? = 0
# configure:15041: result: yes
# configure:15052: checking for exp in -lm
# configure:15077: clang++ -o conftest conftest.cpp -lm -lm >&5
# configure:15077: $? = 0
# configure:15086: result: yes
# configure:15097: checking for log in -lm
# configure:15122: clang++ -o conftest conftest.cpp -lm -lm -lm >&5
# configure:15122: $? = 0
# configure:15131: result: yes
# configure:15142: checking for main in -lstdc++
# configure:15161: clang++ -o conftest conftest.cpp -lstdc++ -lm -lm -lm >&5
# configure:15161: $? = 0
# configure:15170: result: yes
# configure:15185: checking for stdlib.h
# configure:15185: result: yes
# configure:15185: checking for unistd.h
# configure:15185: result: yes
# configure:15185: checking for sys/param.h
# configure:15185: clang++ -c conftest.cpp >&5
# configure:15185: $? = 0
# configure:15185: result: yes
# configure:15206: checking for getpagesize
# configure:15206: clang++ -o conftest conftest.cpp -lm -lm -lm >&5
# configure:15206: $? = 0
# configure:15206: result: yes
# configure:15215: checking for working mmap
# configure:15372: result: no
# configure:15382: checking whether make is GNU Make
# configure:15385: result: yes
# configure:15404: pkgconfig directory is ${libdir}/pkgconfig
# configure:15410: result:
# configure:15665: checking if clang++ supports stl (required)
# configure:15682: clang++ -c -O3 -Wall conftest.cpp >&5
# configure:15682: $? = 0
# configure:15694: result: yes
# configure:15698: checking if clang++ supports stl (required)
# configure:15715: clang++ -c -O3 -Wall conftest.cpp >&5
# configure:15715: $? = 0
# configure:15727: result: yes
# configure:15731: checking if clang++ supports stl (required)
# configure:15748: clang++ -c -O3 -Wall conftest.cpp >&5
# configure:15748: $? = 0
# configure:15760: result: yes
# configure:15764: checking if clang++ supports stl (required)
# configure:15781: clang++ -c -O3 -Wall conftest.cpp >&5
# configure:15781: $? = 0
# configure:15793: result: yes
# configure:15797: checking if clang++ supports stl (required)
# configure:15814: clang++ -c -O3 -Wall conftest.cpp >&5
# configure:15814: $? = 0
# configure:15826: result: yes
# configure:15830: checking if clang++ supports stl (required)
# configure:15847: clang++ -c -O3 -Wall conftest.cpp >&5
# configure:15847: $? = 0
# configure:15859: result: yes
# configure:15863: checking if clang++ supports stl (required)
# configure:15880: clang++ -c -O3 -Wall conftest.cpp >&5
# configure:15880: $? = 0
# configure:15892: result: yes
# configure:15896: checking if clang++ supports stl (required)
# configure:15913: clang++ -c -O3 -Wall conftest.cpp >&5
# configure:15913: $? = 0
# configure:15925: result: yes
# configure:15930: checking if clang++ supports template (required)
# configure:15949: clang++ -c -O3 -Wall conftest.cpp >&5
# configure:15949: $? = 0
# configure:15961: result: yes
# configure:15965: checking if clang++ supports const_cast<> (required)
# configure:15983: clang++ -c -O3 -Wall conftest.cpp >&5
# conftest.cpp:48:9: warning: unused variable 'c1' [-Wunused-variable]
# foo *c1=const_cast(c);
# ^
# 1 warning generated.
# configure:15983: $? = 0
# configure:15995: result: yes
# configure:15999: checking if clang++ supports static_cast<> (required)
# configure:16017: clang++ -c -O3 -Wall conftest.cpp >&5
# conftest.cpp:48:10: warning: unused variable 'c1' [-Wunused-variable]
# void *c1 = static_cast(c);
# ^
# 1 warning generated.
# configure:16017: $? = 0
# configure:16029: result: yes
# configure:16033: checking if clang++ supports dynamic_cast<> (required)
# configure:16052: clang++ -c -O3 -Wall conftest.cpp >&5
# conftest.cpp:49:9: warning: unused variable 'c1' [-Wunused-variable]
# foo *c1 = dynamic_cast(c);
# ^
# 1 warning generated.
# configure:16052: $? = 0
# configure:16064: result: yes
# configure:16068: checking if clang++ supports exception handler (required)
# configure:16092: clang++ -c -O3 -Wall conftest.cpp >&5
# conftest.cpp:48:11: warning: unused variable 'i' [-Wunused-variable]
# int i = 0;
# ^
# 1 warning generated.
# configure:16092: $? = 0
# configure:16104: result: yes
# configure:16108: checking if clang++ supports namespaces (required)
# configure:16126: clang++ -c -O3 -Wall conftest.cpp >&5
# conftest.cpp:48:3: warning: unused variable 'a' [-Wunused-variable]
# A a;
# ^
# 1 warning generated.
# configure:16126: $? = 0
# configure:16137: result: yes
# configure:16140: checking if clang++ environment provides all required features
# configure:16148: result: yes
# configure:16154: checking for x86 SSE instructions
# configure:16177: clang++ -c -O3 -Wall conftest.cpp >&5
# conftest.cpp:48:1: error: unknown type name 'error'
# error Not gcc on x86
# ^
# conftest.cpp:48:10: error: expected ';' at end of declaration
# error Not gcc on x86
# ^
# ;
# 2 errors generated.
# configure:16177: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "zinnia"
# | #define VERSION "0.06"
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define WORDS_LITENDIAN 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_MATH_H 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBM 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETPAGESIZE 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# |
# | #if defined(__GNUC__) && defined(__i386__)
# | __asm__("movups %xmm0, (%esp)");
# | #else
# | error Not gcc on x86
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:16553: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.65. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 8030af00ef92
#
# config.status:1146: creating zinnia.pc
# config.status:1146: creating Makefile
# config.status:1146: creating Makefile.msvc
# config.status:1146: creating swig/version.h
# config.status:1146: creating config.h
# config.status:1366: executing depfiles commands
# config.status:1366: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# 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_func_getpagesize=yes
# ac_cv_func_mmap_fixed_mapped=no
# ac_cv_header_ctype_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_math_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=no
# 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_mman_h=yes
# ac_cv_header_sys_param_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_times_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_m_exp=yes
# ac_cv_lib_m_log=yes
# ac_cv_lib_m_pow=yes
# ac_cv_lib_stdcpp_main=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_FGREP='/usr/sbin/grep -F'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_SED=/usr/sbin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_CXXCPP='clang++ -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# 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_cxx_g=yes
# ac_cv_prog_gcc_traditional=no
# ac_cv_prog_make_make_set=yes
# ac_cv_search_strerror='none required'
# ac_cv_type_size_t=yes
# ac_cv_x86_sse=no
# am_cv_CC_dependencies_compiler_type=none
# am_cv_CXX_dependencies_compiler_type=none
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/sysroot/bin/ld
# lt_cv_path_LDCXX='/sysroot/bin/ld -m elf_x86_64'
# lt_cv_path_NM='/sysroot/bin/nm -B'
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_pic_works_CXX=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=no
# lt_cv_prog_compiler_static_works_CXX=no
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/zinnia/src/zinnia-0.06/missing --run aclocal-1.11'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/zinnia/src/zinnia-0.06/missing --run tar'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/zinnia/src/zinnia-0.06/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/zinnia/src/zinnia-0.06/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/zinnia/src/zinnia-0.06/missing --run automake-1.11'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=none'
# CFLAGS='-O3 -Wall'
# CPP='clang -E'
# CPPFLAGS=''
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXDEPMODE='depmode=none'
# CXXFLAGS='-O3 -Wall'
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# FGREP='/usr/sbin/grep -F'
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/sysroot/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBOBJS=''
# LIBS='-lm -lm -lm '
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/zinnia/src/zinnia-0.06/missing --run makeinfo'
# MKDIR_P='/usr/sbin/mkdir -p'
# NM='/sysroot/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='zinnia'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_URL=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SED='/usr/sbin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='0.06'
# ZINNIA_PRIVATE_LIBS='-lstdc++'
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_ct_DUMPBIN=''
# 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__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/zinnia/src/zinnia-0.06/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# lt_ECHO='echo'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/sbin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# pkgconfigdir='${libdir}/pkgconfig'
# 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 ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PACKAGE_STRING ""
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "zinnia"
# #define VERSION "0.06"
# #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_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define WORDS_LITENDIAN 1
# #define HAVE_STRING_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_SYS_MMAN_H 1
# #define HAVE_SYS_TIMES_H 1
# #define HAVE_CTYPE_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_MATH_H 1
# #define HAVE_LIBM 1
# #define HAVE_LIBM 1
# #define HAVE_LIBM 1
# #define HAVE_STDLIB_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_GETPAGESIZE 1
#
# configure: exit 0