Build of libfplll with clang_glibc toolchain

The build took 00h 02m 02s and was SUCCESSFUL.

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

SLOCLanguage
5,870 cpp
4,196 sh
2,560 makefile
46 perl
46 ansic
33 python
12,751 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

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...

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: libfplll 20160331-1 (Thu Apr 13 17:42:35 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) qd-2.3.17-2
#
# Total Installed Size: 0.72 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 qd...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# 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 build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking how to print strings... printf
# 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 for a sed that does not truncate output... /usr/bin/sed
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for sysroot... no
# checking for a working dd... /usr/bin/dd
# checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking how to run the C preprocessor... clang -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 for dlfcn.h... yes
# 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... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/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 whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking dependency style of clang++... gcc3
# checking how to run the C++ preprocessor... clang++ -E
# checking for ld used by clang++... /usr/bin/ld -m elf_x86_64
# checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the clang++ linker (/usr/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... yes
# checking if clang++ supports -c -o file.o... yes
# checking if clang++ supports -c -o file.o... (cached) yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... (cached) GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# 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 __gmpz_init in -lgmp... yes
# checking for __gmp_get_memory_functions in -lgmp... yes
# checking for mpfr_add in -lmpfr... yes
# checking for mpfr_fms in -lmpfr... yes
# checking qd/dd_real.h usability... yes
# checking qd/dd_real.h presence... yes
# checking for qd/dd_real.h... yes
# checking for ANSI C header files... (cached) yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking cstdio usability... yes
# checking cstdio presence... yes
# checking for cstdio... yes
# checking iostream usability... yes
# checking iostream presence... yes
# checking for iostream... yes
# checking string usability... yes
# checking string presence... yes
# checking for string... yes
# checking limits usability... yes
# checking limits presence... yes
# checking for limits... yes
# checking vector usability... yes
# checking vector presence... yes
# checking for vector... yes
# checking for stdbool.h that conforms to C99... yes
# checking for _Bool... no
# checking for an ANSI C-conforming const... yes
# checking for inline... inline
# checking for size_t... yes
# checking for working volatile... yes
# checking for working strtod... yes
# checking for floor... yes
# checking for pow... yes
# checking for rint... yes
# checking for sqrt... yes
# checking for strtol... 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 tests/Makefile
# config.status: creating fplll.pc
# config.status: creating config.h
# config.status: creating src/fplll_config.h
# config.status: src/fplll_config.h is unchanged
# config.status: executing depfiles commands
# config.status: executing libtool commands
# make all-recursive
# make[1]: Entering directory '/tmp/libfplll/src/libfplll-20160331'
# Making all in src
# make[2]: Entering directory '/tmp/libfplll/src/libfplll-20160331/src'
# make all-am
# make[3]: Entering directory '/tmp/libfplll/src/libfplll-20160331/src'
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -MT fplll.lo -MD -MP -MF .deps/fplll.Tpo -c -o fplll.lo fplll.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -MT fplll.lo -MD -MP -MF .deps/fplll.Tpo -c fplll.cpp -fPIC -DPIC -o .libs/fplll.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -MT fplll.lo -MD -MP -MF .deps/fplll.Tpo -c fplll.cpp -o fplll.o >/dev/null 2>&1
# mv -f .deps/fplll.Tpo .deps/fplll.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -MT util.lo -MD -MP -MF .deps/util.Tpo -c -o util.lo util.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.cpp -fPIC -DPIC -o .libs/util.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.cpp -o util.o >/dev/null 2>&1
# mv -f .deps/util.Tpo .deps/util.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -MT topenum.lo -MD -MP -MF .deps/topenum.Tpo -c -o topenum.lo topenum.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -MT topenum.lo -MD -MP -MF .deps/topenum.Tpo -c topenum.cpp -fPIC -DPIC -o .libs/topenum.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -MT topenum.lo -MD -MP -MF .deps/topenum.Tpo -c topenum.cpp -o topenum.o >/dev/null 2>&1
# mv -f .deps/topenum.Tpo .deps/topenum.Plo
# /bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -MT evaluator.lo -MD -MP -MF .deps/evaluator.Tpo -c -o evaluator.lo evaluator.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -MT evaluator.lo -MD -MP -MF .deps/evaluator.Tpo -c evaluator.cpp -fPIC -DPIC -o .libs/evaluator.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -MT evaluator.lo -MD -MP -MF .deps/evaluator.Tpo -c evaluator.cpp -o evaluator.o >/dev/null 2>&1
# mv -f .deps/evaluator.Tpo .deps/evaluator.Plo
# /bin/sh ../libtool --tag=CXX --mode=link clang++ -O2 -Wall -no-undefined -version-info 1:0:1 -lqd -o libfplll.la -rpath /usr/lib fplll.lo util.lo topenum.lo evaluator.lo -lgmp -lmpfr -lmpfr -lmpfr -lgmp -lgmp
# libtool: link: clang++ -fPIC -DPIC -shared -nostdlib /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o .libs/fplll.o .libs/util.o .libs/topenum.o .libs/evaluator.o -lqd -lmpfr -lgmp -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o -O2 -Wl,-soname -Wl,libfplll.so.0 -o .libs/libfplll.so.0.1.0
# libtool: link: (cd ".libs" && rm -f "libfplll.so.0" && ln -s "libfplll.so.0.1.0" "libfplll.so.0")
# libtool: link: (cd ".libs" && rm -f "libfplll.so" && ln -s "libfplll.so.0.1.0" "libfplll.so")
# libtool: link: ar cru .libs/libfplll.a fplll.o util.o topenum.o evaluator.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libfplll.a
# libtool: link: ( cd ".libs" && rm -f "libfplll.la" && ln -s "../libfplll.la" "libfplll.la" )
# clang++ -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cpp
# mv -f .deps/main.Tpo .deps/main.Po
# /bin/sh ../libtool --tag=CXX --mode=link clang++ -O2 -Wall -lqd -o fplll main.o libfplll.la -lmpfr -lmpfr -lgmp -lgmp
# libtool: link: clang++ -O2 -Wall -o .libs/fplll main.o -lqd ./.libs/libfplll.so -lmpfr -lgmp
# clang++ -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -MT latticegen.o -MD -MP -MF .deps/latticegen.Tpo -c -o latticegen.o latticegen.cpp
# mv -f .deps/latticegen.Tpo .deps/latticegen.Po
# /bin/sh ../libtool --tag=CXX --mode=link clang++ -O2 -Wall -lqd -o latticegen latticegen.o libfplll.la -lmpfr -lmpfr -lgmp -lgmp
# libtool: link: clang++ -O2 -Wall -o .libs/latticegen latticegen.o -lqd ./.libs/libfplll.so -lmpfr -lgmp
# make[3]: Leaving directory '/tmp/libfplll/src/libfplll-20160331/src'
# make[2]: Leaving directory '/tmp/libfplll/src/libfplll-20160331/src'
# Making all in tests
# make[2]: Entering directory '/tmp/libfplll/src/libfplll-20160331/tests'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/libfplll/src/libfplll-20160331/tests'
# make[2]: Entering directory '/tmp/libfplll/src/libfplll-20160331'
# make[2]: Leaving directory '/tmp/libfplll/src/libfplll-20160331'
# make[1]: Leaving directory '/tmp/libfplll/src/libfplll-20160331'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in src
# make[1]: Entering directory '/tmp/libfplll/src/libfplll-20160331/src'
# make[2]: Entering directory '/tmp/libfplll/src/libfplll-20160331/src'
# /usr/bin/mkdir -p '/tmp/libfplll/pkg/libfplll/usr/lib'
# /bin/sh ../libtool --mode=install /usr/bin/install -c libfplll.la '/tmp/libfplll/pkg/libfplll/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libfplll.so.0.1.0 /tmp/libfplll/pkg/libfplll/usr/lib/libfplll.so.0.1.0
# libtool: install: (cd /tmp/libfplll/pkg/libfplll/usr/lib && { ln -s -f libfplll.so.0.1.0 libfplll.so.0 || { rm -f libfplll.so.0 && ln -s libfplll.so.0.1.0 libfplll.so.0; }; })
# libtool: install: (cd /tmp/libfplll/pkg/libfplll/usr/lib && { ln -s -f libfplll.so.0.1.0 libfplll.so || { rm -f libfplll.so && ln -s libfplll.so.0.1.0 libfplll.so; }; })
# libtool: install: /usr/bin/install -c .libs/libfplll.lai /tmp/libfplll/pkg/libfplll/usr/lib/libfplll.la
# libtool: install: /usr/bin/install -c .libs/libfplll.a /tmp/libfplll/pkg/libfplll/usr/lib/libfplll.a
# libtool: install: chmod 644 /tmp/libfplll/pkg/libfplll/usr/lib/libfplll.a
# libtool: install: ranlib /tmp/libfplll/pkg/libfplll/usr/lib/libfplll.a
# libtool: warning: remember to run 'libtool --finish /usr/lib'
# /usr/bin/mkdir -p '/tmp/libfplll/pkg/libfplll/usr/bin'
# /bin/sh ../libtool --mode=install /usr/bin/install -c fplll latticegen '/tmp/libfplll/pkg/libfplll/usr/bin'
# libtool: warning: 'libfplll.la' has not been installed in '/usr/lib'
# libtool: install: /usr/bin/install -c .libs/fplll /tmp/libfplll/pkg/libfplll/usr/bin/fplll
# libtool: warning: 'libfplll.la' has not been installed in '/usr/lib'
# libtool: install: /usr/bin/install -c .libs/latticegen /tmp/libfplll/pkg/libfplll/usr/bin/latticegen
# /usr/bin/mkdir -p '/tmp/libfplll/pkg/libfplll/usr/include/fplll'
# /usr/bin/install -c -m 644 defs.h dpe.h fplll.h matrix.h matrix.cpp nr_FP_dd.inl nr_FP_d.inl nr_FP_dpe.inl nr_FP.inl nr_FP_ld.inl nr_FP_misc.inl nr_FP_mpfr.inl nr_FP_qd.inl nr.h nr_rand.inl nr_Z_d.inl nr_Z.inl nr_Z_l.inl nr_Z_misc.inl nr_Z_mpz.inl numvect.h util.h svpcvp.h fplllv31.h bkz.h lll.h gso.h evaluator.h fplll_config.h wrapper.h enumerate.h '/tmp/libfplll/pkg/libfplll/usr/include/fplll'
# make install-data-hook
# make[3]: Entering directory '/tmp/libfplll/src/libfplll-20160331/src'
# echo "#include " > "./fplll.h.root"
# echo "using namespace fplll;" >> "./fplll.h.root"
# /usr/bin/install -c -m 644 "./fplll.h.root" "/tmp/libfplll/pkg/libfplll/usr/include/fplll.h"
# rm -f "./fplll.h.root"
# make[3]: Leaving directory '/tmp/libfplll/src/libfplll-20160331/src'
# make[2]: Leaving directory '/tmp/libfplll/src/libfplll-20160331/src'
# make[1]: Leaving directory '/tmp/libfplll/src/libfplll-20160331/src'
# Making install in tests
# make[1]: Entering directory '/tmp/libfplll/src/libfplll-20160331/tests'
# make[2]: Entering directory '/tmp/libfplll/src/libfplll-20160331/tests'
# 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/libfplll/src/libfplll-20160331/tests'
# make[1]: Leaving directory '/tmp/libfplll/src/libfplll-20160331/tests'
# make[1]: Entering directory '/tmp/libfplll/src/libfplll-20160331'
# make[2]: Entering directory '/tmp/libfplll/src/libfplll-20160331'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/libfplll/pkg/libfplll/usr/lib/pkgconfig'
# /usr/bin/install -c -m 644 fplll.pc '/tmp/libfplll/pkg/libfplll/usr/lib/pkgconfig'
# make[2]: Leaving directory '/tmp/libfplll/src/libfplll-20160331'
# make[1]: Leaving directory '/tmp/libfplll/src/libfplll-20160331'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libfplll"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: libfplll 20160331-1 (Thu Apr 13 17:43:44 UTC 2017)

CMD: pacman --query --file libfplll-20160331-1-x86_64.pkg.tar.xz
# libfplll 20160331-1

Creating hybrid package for 'libfplll'

Trying to find vanilla package 'libfplll'...

CMD: pacman --query --file /mirror/libfplll-20160331-1.pkg.tar.xz
# libfplll 20160331-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/lib/libfplll.so.0
# /usr/lib/libfplll.so
# /usr/lib/libfplll.so.0.1.0
# /usr/lib/pkgconfig/fplll.pc
# /usr/include/fplll.h
# /usr/include/fplll/defs.h
# /usr/include/fplll/dpe.h
# /usr/include/fplll/fplll.h
# /usr/include/fplll/matrix.h
# /usr/include/fplll/matrix.cpp
# /usr/include/fplll/nr_FP_dd.inl
# /usr/include/fplll/nr_FP_d.inl
# /usr/include/fplll/nr_FP_dpe.inl
# /usr/include/fplll/nr_FP.inl
# /usr/include/fplll/nr_FP_ld.inl
# /usr/include/fplll/nr_FP_misc.inl
# /usr/include/fplll/nr_FP_mpfr.inl
# /usr/include/fplll/nr_FP_qd.inl
# /usr/include/fplll/nr.h
# /usr/include/fplll/nr_rand.inl
# /usr/include/fplll/nr_Z_d.inl
# /usr/include/fplll/nr_Z.inl
# /usr/include/fplll/nr_Z_l.inl
# /usr/include/fplll/nr_Z_misc.inl
# /usr/include/fplll/nr_Z_mpz.inl
# /usr/include/fplll/numvect.h
# /usr/include/fplll/util.h
# /usr/include/fplll/svpcvp.h
# /usr/include/fplll/fplllv31.h
# /usr/include/fplll/bkz.h
# /usr/include/fplll/lll.h
# /usr/include/fplll/gso.h
# /usr/include/fplll/evaluator.h
# /usr/include/fplll/fplll_config.h
# /usr/include/fplll/wrapper.h
# /usr/include/fplll/enumerate.h
# /usr/bin/fplll
# /usr/bin/latticegen
# /sysroot/usr/lib/libfplll.so.0.1.0
# /sysroot/usr/lib/libfplll.so.0
# /sysroot/usr/lib/libfplll.so
# /sysroot/usr/lib/libfplll.la
# /sysroot/usr/lib/libfplll.a
# /sysroot/usr/lib/pkgconfig/fplll.pc
# /sysroot/usr/include/fplll.h
# /sysroot/usr/include/fplll/defs.h
# /sysroot/usr/include/fplll/dpe.h
# /sysroot/usr/include/fplll/fplll.h
# /sysroot/usr/include/fplll/matrix.h
# /sysroot/usr/include/fplll/matrix.cpp
# /sysroot/usr/include/fplll/nr_FP_dd.inl
# /sysroot/usr/include/fplll/nr_FP_d.inl
# /sysroot/usr/include/fplll/nr_FP_dpe.inl
# /sysroot/usr/include/fplll/nr_FP.inl
# /sysroot/usr/include/fplll/nr_FP_ld.inl
# /sysroot/usr/include/fplll/nr_FP_misc.inl
# /sysroot/usr/include/fplll/nr_FP_mpfr.inl
# /sysroot/usr/include/fplll/nr_FP_qd.inl
# /sysroot/usr/include/fplll/nr.h
# /sysroot/usr/include/fplll/nr_rand.inl
# /sysroot/usr/include/fplll/nr_Z_d.inl
# /sysroot/usr/include/fplll/nr_Z.inl
# /sysroot/usr/include/fplll/nr_Z_l.inl
# /sysroot/usr/include/fplll/nr_Z_misc.inl
# /sysroot/usr/include/fplll/nr_Z_mpz.inl
# /sysroot/usr/include/fplll/numvect.h
# /sysroot/usr/include/fplll/util.h
# /sysroot/usr/include/fplll/svpcvp.h
# /sysroot/usr/include/fplll/fplllv31.h
# /sysroot/usr/include/fplll/bkz.h
# /sysroot/usr/include/fplll/lll.h
# /sysroot/usr/include/fplll/gso.h
# /sysroot/usr/include/fplll/evaluator.h
# /sysroot/usr/include/fplll/fplll_config.h
# /sysroot/usr/include/fplll/wrapper.h
# /sysroot/usr/include/fplll/enumerate.h

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libfplll.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libfplll.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/libfplll/src/libfplll-20160331/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 libfplll configure 4.0.5, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 593ce92ce23d
# 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:2570: checking for a BSD-compatible install
# configure:2638: result: /usr/bin/install -c
# configure:2649: checking whether build environment is sane
# configure:2704: result: yes
# configure:2763: checking for x86_64-unknown-linux-strip
# configure:2793: result: no
# configure:2803: checking for strip
# configure:2819: found /usr/bin/strip
# configure:2830: result: strip
# configure:2855: checking for a thread-safe mkdir -p
# configure:2894: result: /usr/bin/mkdir -p
# configure:2901: checking for gawk
# configure:2917: found /usr/bin/gawk
# configure:2928: result: gawk
# configure:2939: checking whether make sets $(MAKE)
# configure:2961: result: yes
# configure:2990: checking whether make supports nested variables
# configure:3007: result: yes
# configure:3172: checking build system type
# configure:3186: result: x86_64-unknown-linux-gnu
# configure:3206: checking host system type
# configure:3219: result: x86_64-unknown-linux-gnu
# configure:3260: checking how to print strings
# configure:3287: result: printf
# configure:3320: checking for style of include used by make
# configure:3348: result: GNU
# configure:3379: checking for x86_64-unknown-linux-gcc
# configure:3406: result: clang
# configure:3675: checking for C compiler version
# configure:3684: 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:3695: $? = 0
# configure:3684: 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:3695: $? = 0
# configure:3684: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3695: $? = 1
# configure:3684: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3695: $? = 1
# configure:3715: checking whether the C compiler works
# configure:3737: clang -O2 -Wall conftest.c >&5
# configure:3741: $? = 0
# configure:3789: result: yes
# configure:3792: checking for C compiler default output file name
# configure:3794: result: a.out
# configure:3800: checking for suffix of executables
# configure:3807: clang -o conftest -O2 -Wall conftest.c >&5
# configure:3811: $? = 0
# configure:3833: result:
# configure:3855: checking whether we are cross compiling
# configure:3863: clang -o conftest -O2 -Wall conftest.c >&5
# configure:3867: $? = 0
# configure:3874: ./conftest
# configure:3878: $? = 0
# configure:3893: result: no
# configure:3898: checking for suffix of object files
# configure:3920: clang -c -O2 -Wall conftest.c >&5
# configure:3924: $? = 0
# configure:3945: result: o
# configure:3949: checking whether we are using the GNU C compiler
# configure:3968: clang -c -O2 -Wall conftest.c >&5
# configure:3968: $? = 0
# configure:3977: result: yes
# configure:3986: checking whether clang accepts -g
# configure:4006: clang -c -g conftest.c >&5
# configure:4006: $? = 0
# configure:4047: result: yes
# configure:4064: checking for clang option to accept ISO C89
# configure:4127: clang -c -O2 -Wall conftest.c >&5
# configure:4127: $? = 0
# configure:4140: result: none needed
# configure:4165: checking whether clang understands -c and -o together
# configure:4187: clang -c conftest.c -o conftest2.o
# configure:4190: $? = 0
# configure:4187: clang -c conftest.c -o conftest2.o
# configure:4190: $? = 0
# configure:4202: result: yes
# configure:4221: checking dependency style of clang
# configure:4332: result: gcc3
# configure:4347: checking for a sed that does not truncate output
# configure:4411: result: /usr/bin/sed
# configure:4429: checking for grep that handles long lines and -e
# configure:4487: result: /usr/bin/grep
# configure:4492: checking for egrep
# configure:4554: result: /usr/bin/grep -E
# configure:4559: checking for fgrep
# configure:4621: result: /usr/bin/grep -F
# configure:4656: checking for ld used by clang
# configure:4723: result: /usr/bin/ld
# configure:4730: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4745: result: yes
# configure:4757: checking for BSD- or MS-compatible name lister (nm)
# configure:4811: result: /usr/bin/nm -B
# configure:4941: checking the name lister (/usr/bin/nm -B) interface
# configure:4948: clang -c -O2 -Wall conftest.c >&5
# configure:4951: /usr/bin/nm -B "conftest.o"
# configure:4954: output
# 0000000000000000 B some_variable
# configure:4961: result: BSD nm
# configure:4964: checking whether ln -s works
# configure:4968: result: yes
# configure:4976: checking the maximum length of command line arguments
# configure:5107: result: 1572864
# configure:5155: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5195: result: func_convert_file_noop
# configure:5202: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5222: result: func_convert_file_noop
# configure:5229: checking for /usr/bin/ld option to reload object files
# configure:5236: result: -r
# configure:5270: checking for x86_64-unknown-linux-objdump
# configure:5300: result: no
# configure:5310: checking for objdump
# configure:5326: found /usr/bin/objdump
# configure:5337: result: objdump
# configure:5369: checking how to recognize dependent libraries
# configure:5569: result: pass_all
# configure:5614: checking for x86_64-unknown-linux-dlltool
# configure:5644: result: no
# configure:5654: checking for dlltool
# configure:5684: result: no
# configure:5714: checking how to associate runtime and link libraries
# configure:5741: result: printf %s\n
# configure:5758: checking for x86_64-unknown-linux-ar
# configure:5788: result: no
# configure:5802: checking for ar
# configure:5818: found /usr/bin/ar
# configure:5829: result: ar
# configure:5866: checking for archiver @FILE support
# configure:5883: clang -c -O2 -Wall conftest.c >&5
# configure:5883: $? = 0
# configure:5886: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:5889: $? = 0
# configure:5894: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:5897: $? = 1
# configure:5909: result: @
# configure:5927: checking for x86_64-unknown-linux-strip
# configure:5954: result: strip
# configure:6026: checking for x86_64-unknown-linux-ranlib
# configure:6056: result: no
# configure:6066: checking for ranlib
# configure:6082: found /usr/bin/ranlib
# configure:6093: result: ranlib
# configure:6195: checking command to parse /usr/bin/nm -B output from clang object
# configure:6348: clang -c -O2 -Wall conftest.c >&5
# configure:6351: $? = 0
# configure:6355: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:6358: $? = 0
# configure:6424: clang -o conftest -O2 -Wall conftest.c conftstm.o >&5
# configure:6427: $? = 0
# configure:6465: result: ok
# configure:6512: checking for sysroot
# configure:6542: result: no
# configure:6549: checking for a working dd
# configure:6587: result: /usr/bin/dd
# configure:6591: checking how to truncate binary pipes
# configure:6606: result: /usr/bin/dd bs=4096 count=1
# configure:6742: clang -c -O2 -Wall conftest.c >&5
# configure:6745: $? = 0
# configure:6895: checking for x86_64-unknown-linux-mt
# configure:6925: result: no
# configure:6935: checking for mt
# configure:6965: result: no
# configure:6985: checking if : is a manifest tool
# configure:6991: : '-?'
# configure:6999: result: no
# configure:7676: checking how to run the C preprocessor
# configure:7707: clang -E conftest.c
# configure:7707: $? = 0
# configure:7721: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7721: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libfplll"
# | #define PACKAGE_TARNAME "libfplll"
# | #define PACKAGE_VERSION "4.0.5"
# | #define PACKAGE_STRING "libfplll 4.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libfplll"
# | #define VERSION "4.0.5"
# | /* end confdefs.h. */
# | #include
# configure:7746: result: clang -E
# configure:7766: clang -E conftest.c
# configure:7766: $? = 0
# configure:7780: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7780: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libfplll"
# | #define PACKAGE_TARNAME "libfplll"
# | #define PACKAGE_VERSION "4.0.5"
# | #define PACKAGE_STRING "libfplll 4.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libfplll"
# | #define VERSION "4.0.5"
# | /* end confdefs.h. */
# | #include
# configure:7809: checking for ANSI C header files
# configure:7829: clang -c -O2 -Wall conftest.c >&5
# configure:7829: $? = 0
# configure:7902: clang -o conftest -O2 -Wall conftest.c >&5
# configure:7902: $? = 0
# configure:7902: ./conftest
# configure:7902: $? = 0
# configure:7913: result: yes
# configure:7926: checking for sys/types.h
# configure:7926: clang -c -O2 -Wall conftest.c >&5
# configure:7926: $? = 0
# configure:7926: result: yes
# configure:7926: checking for sys/stat.h
# configure:7926: clang -c -O2 -Wall conftest.c >&5
# configure:7926: $? = 0
# configure:7926: result: yes
# configure:7926: checking for stdlib.h
# configure:7926: clang -c -O2 -Wall conftest.c >&5
# configure:7926: $? = 0
# configure:7926: result: yes
# configure:7926: checking for string.h
# configure:7926: clang -c -O2 -Wall conftest.c >&5
# configure:7926: $? = 0
# configure:7926: result: yes
# configure:7926: checking for memory.h
# configure:7926: clang -c -O2 -Wall conftest.c >&5
# configure:7926: $? = 0
# configure:7926: result: yes
# configure:7926: checking for strings.h
# configure:7926: clang -c -O2 -Wall conftest.c >&5
# configure:7926: $? = 0
# configure:7926: result: yes
# configure:7926: checking for inttypes.h
# configure:7926: clang -c -O2 -Wall conftest.c >&5
# configure:7926: $? = 0
# configure:7926: result: yes
# configure:7926: checking for stdint.h
# configure:7926: clang -c -O2 -Wall conftest.c >&5
# configure:7926: $? = 0
# configure:7926: result: yes
# configure:7926: checking for unistd.h
# configure:7926: clang -c -O2 -Wall conftest.c >&5
# configure:7926: $? = 0
# configure:7926: result: yes
# configure:7940: checking for dlfcn.h
# configure:7940: clang -c -O2 -Wall conftest.c >&5
# configure:7940: $? = 0
# configure:7940: result: yes
# configure:8196: checking for objdir
# configure:8211: result: .libs
# configure:8475: checking if clang supports -fno-rtti -fno-exceptions
# configure:8493: clang -c -O2 -Wall -fno-rtti -fno-exceptions conftest.c >&5
# configure:8497: $? = 0
# configure:8510: result: yes
# configure:8868: checking for clang option to produce PIC
# configure:8875: result: -fPIC -DPIC
# configure:8883: checking if clang PIC flag -fPIC -DPIC works
# configure:8901: clang -c -O2 -Wall -fPIC -DPIC -DPIC conftest.c >&5
# configure:8905: $? = 0
# configure:8918: result: yes
# configure:8947: checking if clang static flag -static works
# configure:8975: result: yes
# configure:8990: checking if clang supports -c -o file.o
# configure:9011: clang -c -O2 -Wall -o out/conftest2.o conftest.c >&5
# configure:9015: $? = 0
# configure:9037: result: yes
# configure:9045: checking if clang supports -c -o file.o
# configure:9092: result: yes
# configure:9125: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:10388: result: yes
# configure:10425: checking whether -lc should be explicitly linked in
# configure:10433: clang -c -O2 -Wall conftest.c >&5
# configure:10436: $? = 0
# configure:10451: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:10454: $? = 0
# configure:10468: result: no
# configure:10628: checking dynamic linker characteristics
# configure:11209: clang -o conftest -O2 -Wall -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11209: $? = 0
# configure:11458: result: GNU/Linux ld.so
# configure:11580: checking how to hardcode library paths into programs
# configure:11605: result: immediate
# configure:12153: checking whether stripping libraries is possible
# configure:12158: result: yes
# configure:12193: checking if libtool supports shared libraries
# configure:12195: result: yes
# configure:12198: checking whether to build shared libraries
# configure:12223: result: yes
# configure:12226: checking whether to build static libraries
# configure:12230: result: yes
# configure:12389: checking for C++ compiler version
# configure:12398: 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:12409: $? = 0
# configure:12398: 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:12409: $? = 0
# configure:12398: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:12409: $? = 1
# configure:12398: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:12409: $? = 1
# configure:12413: checking whether we are using the GNU C++ compiler
# configure:12432: clang++ -c -O2 -Wall conftest.cpp >&5
# configure:12432: $? = 0
# configure:12441: result: yes
# configure:12450: checking whether clang++ accepts -g
# configure:12470: clang++ -c -g conftest.cpp >&5
# configure:12470: $? = 0
# configure:12511: result: yes
# configure:12536: checking dependency style of clang++
# configure:12647: result: gcc3
# configure:12680: checking how to run the C++ preprocessor
# configure:12707: clang++ -E conftest.cpp
# configure:12707: $? = 0
# configure:12721: clang++ -E conftest.cpp
# conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:12721: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libfplll"
# | #define PACKAGE_TARNAME "libfplll"
# | #define PACKAGE_VERSION "4.0.5"
# | #define PACKAGE_STRING "libfplll 4.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libfplll"
# | #define VERSION "4.0.5"
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:12746: result: clang++ -E
# configure:12766: clang++ -E conftest.cpp
# configure:12766: $? = 0
# configure:12780: clang++ -E conftest.cpp
# conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:12780: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libfplll"
# | #define PACKAGE_TARNAME "libfplll"
# | #define PACKAGE_VERSION "4.0.5"
# | #define PACKAGE_STRING "libfplll 4.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libfplll"
# | #define VERSION "4.0.5"
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:12942: checking for ld used by clang++
# configure:13009: result: /usr/bin/ld -m elf_x86_64
# configure:13016: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:13031: result: yes
# configure:13086: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:14159: result: yes
# configure:14195: clang++ -c -O2 -Wall conftest.cpp >&5
# configure:14198: $? = 0
# configure:14679: checking for clang++ option to produce PIC
# configure:14686: result: -fPIC -DPIC
# configure:14694: checking if clang++ PIC flag -fPIC -DPIC works
# configure:14712: clang++ -c -O2 -Wall -fPIC -DPIC -DPIC conftest.cpp >&5
# configure:14716: $? = 0
# configure:14729: result: yes
# configure:14752: checking if clang++ static flag -static works
# configure:14780: result: yes
# configure:14792: checking if clang++ supports -c -o file.o
# configure:14813: clang++ -c -O2 -Wall -o out/conftest2.o conftest.cpp >&5
# configure:14817: $? = 0
# configure:14839: result: yes
# configure:14844: checking if clang++ supports -c -o file.o
# configure:14891: result: yes
# configure:14921: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:14964: result: yes
# configure:15105: checking dynamic linker characteristics
# configure:15862: result: GNU/Linux ld.so
# configure:15927: checking how to hardcode library paths into programs
# configure:15952: result: immediate
# configure:16000: checking for x86_64-unknown-linux-gcc
# configure:16027: result: clang
# configure:16296: checking for C compiler version
# configure:16305: 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:16316: $? = 0
# configure:16305: 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:16316: $? = 0
# configure:16305: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:16316: $? = 1
# configure:16305: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:16316: $? = 1
# configure:16320: checking whether we are using the GNU C compiler
# configure:16348: result: yes
# configure:16357: checking whether clang accepts -g
# configure:16418: result: yes
# configure:16435: checking for clang option to accept ISO C89
# configure:16511: result: none needed
# configure:16536: checking whether clang understands -c and -o together
# configure:16573: result: yes
# configure:16592: checking dependency style of clang
# configure:16703: result: gcc3
# configure:16718: checking whether make sets $(MAKE)
# configure:16740: result: yes
# configure:16762: checking for __gmpz_init in -lgmp
# configure:16787: clang++ -o conftest -O2 -Wall conftest.cpp -lgmp >&5
# configure:16787: $? = 0
# configure:16796: result: yes
# configure:16810: checking for __gmp_get_memory_functions in -lgmp
# configure:16835: clang++ -o conftest -O2 -Wall conftest.cpp -lgmp -lgmp >&5
# configure:16835: $? = 0
# configure:16844: result: yes
# configure:16869: checking for mpfr_add in -lmpfr
# configure:16894: clang++ -o conftest -O2 -Wall conftest.cpp -lmpfr -lgmp -lgmp >&5
# configure:16894: $? = 0
# configure:16903: result: yes
# configure:16917: checking for mpfr_fms in -lmpfr
# configure:16942: clang++ -o conftest -O2 -Wall conftest.cpp -lmpfr -lmpfr -lgmp -lgmp >&5
# configure:16942: $? = 0
# configure:16951: result: yes
# configure:16977: checking qd/dd_real.h usability
# configure:16977: clang++ -c -O2 -Wall conftest.cpp >&5
# configure:16977: $? = 0
# configure:16977: result: yes
# configure:16977: checking qd/dd_real.h presence
# configure:16977: clang++ -E conftest.cpp
# configure:16977: $? = 0
# configure:16977: result: yes
# configure:16977: checking for qd/dd_real.h
# configure:16977: result: yes
# configure:16994: checking for ANSI C header files
# configure:17098: result: yes
# configure:17109: checking limits.h usability
# configure:17109: clang++ -c -O2 -Wall conftest.cpp >&5
# configure:17109: $? = 0
# configure:17109: result: yes
# configure:17109: checking limits.h presence
# configure:17109: clang++ -E conftest.cpp
# configure:17109: $? = 0
# configure:17109: result: yes
# configure:17109: checking for limits.h
# configure:17109: result: yes
# configure:17109: checking cstdio usability
# configure:17109: clang++ -c -O2 -Wall conftest.cpp >&5
# configure:17109: $? = 0
# configure:17109: result: yes
# configure:17109: checking cstdio presence
# configure:17109: clang++ -E conftest.cpp
# configure:17109: $? = 0
# configure:17109: result: yes
# configure:17109: checking for cstdio
# configure:17109: result: yes
# configure:17109: checking iostream usability
# configure:17109: clang++ -c -O2 -Wall conftest.cpp >&5
# configure:17109: $? = 0
# configure:17109: result: yes
# configure:17109: checking iostream presence
# configure:17109: clang++ -E conftest.cpp
# configure:17109: $? = 0
# configure:17109: result: yes
# configure:17109: checking for iostream
# configure:17109: result: yes
# configure:17109: checking string usability
# configure:17109: clang++ -c -O2 -Wall conftest.cpp >&5
# configure:17109: $? = 0
# configure:17109: result: yes
# configure:17109: checking string presence
# configure:17109: clang++ -E conftest.cpp
# configure:17109: $? = 0
# configure:17109: result: yes
# configure:17109: checking for string
# configure:17109: result: yes
# configure:17109: checking limits usability
# configure:17109: clang++ -c -O2 -Wall conftest.cpp >&5
# configure:17109: $? = 0
# configure:17109: result: yes
# configure:17109: checking limits presence
# configure:17109: clang++ -E conftest.cpp
# configure:17109: $? = 0
# configure:17109: result: yes
# configure:17109: checking for limits
# configure:17109: result: yes
# configure:17109: checking vector usability
# configure:17109: clang++ -c -O2 -Wall conftest.cpp >&5
# configure:17109: $? = 0
# configure:17109: result: yes
# configure:17109: checking vector presence
# configure:17109: clang++ -E conftest.cpp
# configure:17109: $? = 0
# configure:17109: result: yes
# configure:17109: checking for vector
# configure:17109: result: yes
# configure:17121: checking for stdbool.h that conforms to C99
# configure:17188: clang++ -c -O2 -Wall conftest.cpp >&5
# conftest.cpp:84:24: warning: address of 's' will always evaluate to 'true' [-Wpointer-bool-conversion]
# bool e = &s;
# ~ ^
# conftest.cpp:88:23: warning: address of array 'a' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.cpp:88:28: warning: address of array 'b' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.cpp:88:33: warning: address of array 'c' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.cpp:88:38: warning: address of array 'd' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.cpp:88:48: warning: address of array 'f' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.cpp:88:53: warning: address of array 'g' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.cpp:88:58: warning: address of array 'h' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.cpp:88:63: warning: address of array 'i' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.cpp:89:30: warning: address of array 'n' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# conftest.cpp:89:35: warning: address of array 'o' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# conftest.cpp:89:40: warning: address of array 'p' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# 12 warnings generated.
# configure:17188: $? = 0
# configure:17195: result: yes
# configure:17197: checking for _Bool
# configure:17197: clang++ -c -O2 -Wall conftest.cpp >&5
# conftest.cpp:71:13: error: use of undeclared identifier '_Bool'
# if (sizeof (_Bool))
# ^
# 1 error generated.
# configure:17197: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libfplll"
# | #define PACKAGE_TARNAME "libfplll"
# | #define PACKAGE_VERSION "4.0.5"
# | #define PACKAGE_STRING "libfplll 4.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libfplll"
# | #define VERSION "4.0.5"
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBGMP 1
# | #define HAVE_LIBGMP 1
# | #define HAVE_LIBMPFR 1
# | #define HAVE_LIBMPFR 1
# | #define FPLLL_WITH_QD 1
# | #define STDC_HEADERS 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_CSTDIO 1
# | #define HAVE_IOSTREAM 1
# | #define HAVE_STRING 1
# | #define HAVE_LIMITS 1
# | #define HAVE_VECTOR 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 (_Bool))
# | return 0;
# | ;
# | return 0;
# | }
# configure:17197: result: no
# configure:17214: checking for an ANSI C-conforming const
# configure:17280: clang++ -c -O2 -Wall conftest.cpp >&5
# configure:17280: $? = 0
# configure:17287: result: yes
# configure:17295: checking for inline
# configure:17311: clang++ -c -O2 -Wall conftest.cpp >&5
# configure:17311: $? = 0
# configure:17319: result: inline
# configure:17337: checking for size_t
# configure:17337: clang++ -c -O2 -Wall conftest.cpp >&5
# configure:17337: $? = 0
# configure:17337: clang++ -c -O2 -Wall conftest.cpp >&5
# conftest.cpp:72:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:17337: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libfplll"
# | #define PACKAGE_TARNAME "libfplll"
# | #define PACKAGE_VERSION "4.0.5"
# | #define PACKAGE_STRING "libfplll 4.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libfplll"
# | #define VERSION "4.0.5"
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_LIBGMP 1
# | #define HAVE_LIBGMP 1
# | #define HAVE_LIBMPFR 1
# | #define HAVE_LIBMPFR 1
# | #define FPLLL_WITH_QD 1
# | #define STDC_HEADERS 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_CSTDIO 1
# | #define HAVE_IOSTREAM 1
# | #define HAVE_STRING 1
# | #define HAVE_LIMITS 1
# | #define HAVE_VECTOR 1
# | #define HAVE_STDBOOL_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:17337: result: yes
# configure:17348: checking for working volatile
# configure:17367: clang++ -c -O2 -Wall conftest.cpp >&5
# conftest.cpp:43:9: warning: variable 'x' is uninitialized when used here [-Wuninitialized]
# return !x && !y;
# ^
# conftest.cpp:41:15: note: initialize the variable 'x' to silence this warning
# volatile int x;
# ^
# = 0
# 1 warning generated.
# configure:17367: $? = 0
# configure:17374: result: yes
# configure:17384: checking for working strtod
# configure:17425: clang++ -o conftest -O2 -Wall -lqd conftest.cpp -lmpfr -lmpfr -lgmp -lgmp >&5
# conftest.cpp:78:20: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# char *string = " +69";
# ^
# conftest.cpp:89:20: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
# char *string = "NaN";
# ^
# 2 warnings generated.
# configure:17425: $? = 0
# configure:17425: ./conftest
# configure:17425: $? = 0
# configure:17435: result: yes
# configure:17500: checking for floor
# configure:17500: clang++ -o conftest -O2 -Wall -lqd conftest.cpp -lmpfr -lmpfr -lgmp -lgmp >&5
# configure:17500: $? = 0
# configure:17500: result: yes
# configure:17500: checking for pow
# configure:17500: clang++ -o conftest -O2 -Wall -lqd conftest.cpp -lmpfr -lmpfr -lgmp -lgmp >&5
# configure:17500: $? = 0
# configure:17500: result: yes
# configure:17500: checking for rint
# configure:17500: clang++ -o conftest -O2 -Wall -lqd conftest.cpp -lmpfr -lmpfr -lgmp -lgmp >&5
# configure:17500: $? = 0
# configure:17500: result: yes
# configure:17500: checking for sqrt
# configure:17500: clang++ -o conftest -O2 -Wall -lqd conftest.cpp -lmpfr -lmpfr -lgmp -lgmp >&5
# configure:17500: $? = 0
# configure:17500: result: yes
# configure:17500: checking for strtol
# configure:17500: clang++ -o conftest -O2 -Wall -lqd conftest.cpp -lmpfr -lmpfr -lgmp -lgmp >&5
# configure:17500: $? = 0
# configure:17500: result: yes
# configure:17623: checking that generated files are newer than configure
# configure:17629: result: done
# configure:17660: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libfplll config.status 4.0.5, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 593ce92ce23d
#
# config.status:1170: creating Makefile
# config.status:1170: creating src/Makefile
# config.status:1170: creating tests/Makefile
# config.status:1170: creating fplll.pc
# config.status:1170: creating config.h
# config.status:1170: creating src/fplll_config.h
# config.status:1351: src/fplll_config.h is unchanged
# config.status:1399: executing depfiles commands
# config.status:1399: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# ac_cv_c_volatile=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_LT_SYS_LIBRARY_PATH_set=
# ac_cv_env_LT_SYS_LIBRARY_PATH_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_floor=yes
# ac_cv_func_pow=yes
# ac_cv_func_rint=yes
# ac_cv_func_sqrt=yes
# ac_cv_func_strtod=yes
# ac_cv_func_strtol=yes
# ac_cv_header_cstdio=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_iostream=yes
# ac_cv_header_limits=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_qd_dd_real_h=yes
# ac_cv_header_stdbool_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string=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_header_vector=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_gmp___gmp_get_memory_functions=yes
# ac_cv_lib_gmp___gmpz_init=yes
# ac_cv_lib_mpfr_mpfr_add=yes
# ac_cv_lib_mpfr_mpfr_fms=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_lt_DD=/usr/bin/dd
# 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_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_make_make_set=yes
# ac_cv_type__Bool=no
# ac_cv_type_size_t=yes
# 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
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# 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=/usr/bin/ld
# lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
# 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=yes
# lt_cv_prog_compiler_static_works_CXX=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_global_symbol_to_import=
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
# lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/libfplll/src/libfplll-20160331/missing aclocal-1.15'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/libfplll/src/libfplll-20160331/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/libfplll/src/libfplll-20160331/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/libfplll/src/libfplll-20160331/missing automake-1.15'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS='-O2 -Wall'
# CPP='clang -E'
# CPPFLAGS=''
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS='-O2 -Wall'
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=' -lqd'
# LIBOBJS=''
# LIBS='-lmpfr -lmpfr -lgmp -lgmp '
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# LT_SYS_LIBRARY_PATH=''
# MAKEINFO='${SHELL} /tmp/libfplll/src/libfplll-20160331/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='libfplll'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='libfplll'
# PACKAGE_STRING='libfplll 4.0.5'
# PACKAGE_TARNAME='libfplll'
# PACKAGE_URL=''
# PACKAGE_VERSION='4.0.5'
# PATH_SEPARATOR=':'
# POW_LIB=''
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='4.0.5'
# ac_ct_AR='ar'
# 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__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} 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_TARNAME}'
# 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/libfplll/src/libfplll-20160331/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}'
# runstatedir='${localstatedir}/run'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "libfplll"
# #define PACKAGE_TARNAME "libfplll"
# #define PACKAGE_VERSION "4.0.5"
# #define PACKAGE_STRING "libfplll 4.0.5"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "libfplll"
# #define VERSION "4.0.5"
# #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_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define HAVE_LIBGMP 1
# #define HAVE_LIBGMP 1
# #define HAVE_LIBMPFR 1
# #define HAVE_LIBMPFR 1
# #define FPLLL_WITH_QD 1
# #define STDC_HEADERS 1
# #define HAVE_LIMITS_H 1
# #define HAVE_CSTDIO 1
# #define HAVE_IOSTREAM 1
# #define HAVE_STRING 1
# #define HAVE_LIMITS 1
# #define HAVE_VECTOR 1
# #define HAVE_STDBOOL_H 1
# #define HAVE_FLOOR 1
# #define HAVE_POW 1
# #define HAVE_RINT 1
# #define HAVE_SQRT 1
# #define HAVE_STRTOL 1
#
# configure: exit 0