Build of ktoblzcheck with vanilla toolchain

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

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

SLOCLanguage
11,535 sh
5,643 makefile
3,523 cpp
286 perl
145 python
51 ansic
21,183 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...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: ktoblzcheck 1.48-3 (Wed Aug 24 12:05:18 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking target system type... x86_64-unknown-linux-gnu
# 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 whether make supports nested variables... yes
# checking for style of include used by make... GNU
# checking for x86_64-unknown-linux-gcc... no
# checking for gcc... gcc
# 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 gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking whether gcc understands -c and -o together... yes
# checking dependency style of gcc... gcc3
# checking for library containing strerror... none required
# checking for x86_64-unknown-linux-gcc... gcc
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether gcc accepts -g... (cached) yes
# checking for gcc option to accept ISO C89... (cached) none needed
# checking whether gcc understands -c and -o together... (cached) yes
# checking dependency style of gcc... (cached) gcc3
# checking for x86_64-unknown-linux-gcc... (cached) gcc
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether gcc accepts -g... (cached) yes
# checking for gcc option to accept ISO C89... (cached) none needed
# checking whether gcc understands -c and -o together... (cached) yes
# checking dependency style of gcc... (cached) gcc3
# checking how to run the C preprocessor... gcc -E
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for ANSI C header files... yes
# checking how to run the C preprocessor... gcc -E
# checking for x86_64-unknown-linux-g++... no
# checking for x86_64-unknown-linux-c++... no
# checking for x86_64-unknown-linux-gpp... no
# checking for x86_64-unknown-linux-aCC... no
# checking for x86_64-unknown-linux-CC... no
# checking for x86_64-unknown-linux-cxx... no
# checking for x86_64-unknown-linux-cc++... no
# checking for x86_64-unknown-linux-cl.exe... no
# checking for x86_64-unknown-linux-FCC... no
# checking for x86_64-unknown-linux-KCC... no
# checking for x86_64-unknown-linux-RCC... no
# checking for x86_64-unknown-linux-xlC_r... no
# checking for x86_64-unknown-linux-xlC... no
# checking for g++... g++
# checking whether we are using the GNU C++ compiler... yes
# checking whether g++ accepts -g... yes
# checking dependency style of g++... gcc3
# checking how to run the C++ preprocessor... g++ -E
# checking for sed... /usr/sbin/sed
# checking for lynx... NO
# checking for grep... (cached) /usr/sbin/grep
# checking for perl... /usr/sbin/perl
# checking for recode... NO
# checking for wget... /usr/sbin/wget
# checking for long long int... 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 dirent.h usability... yes
# checking dirent.h presence... yes
# checking for dirent.h... yes
# checking windows.h usability... no
# checking windows.h presence... no
# checking for windows.h... no
# checking how to print strings... printf
# checking for a sed that does not truncate output... (cached) /usr/sbin/sed
# checking for fgrep... /usr/sbin/grep -F
# checking for ld used by gcc... /usr/sbin/ld
# checking if the linker (/usr/sbin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/sbin/nm -B
# checking the name lister (/usr/sbin/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 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/sbin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... dlltool
# 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/sbin/nm -B output from gcc object... ok
# checking for sysroot... no
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if gcc supports -fno-rtti -fno-exceptions... no
# checking for gcc option to produce PIC... -fPIC -DPIC
# checking if gcc PIC flag -fPIC -DPIC works... yes
# checking if gcc static flag -static works... yes
# checking if gcc supports -c -o file.o... yes
# checking if gcc supports -c -o file.o... (cached) yes
# checking whether the gcc linker (/usr/sbin/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... no
# checking how to run the C++ preprocessor... g++ -E
# checking for ld used by g++... /usr/sbin/ld -m elf_x86_64
# checking if the linker (/usr/sbin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the g++ linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries... yes
# checking for g++ option to produce PIC... -fPIC -DPIC
# checking if g++ PIC flag -fPIC -DPIC works... yes
# checking if g++ static flag -static works... yes
# checking if g++ supports -c -o file.o... yes
# checking if g++ supports -c -o file.o... (cached) yes
# checking whether the g++ linker (/usr/sbin/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 /proc/self/maps... yes
# checking whether everything is installed to the same prefix... yes
# checking whether binary relocation support should be enabled... yes
# checking for pthread_getspecific in -lpthread... yes
# checking whether binary relocation should use threads... yes
# checking bankdata path... ${pkgdatadir}
# checking for a Python interpreter with version >= 2.3... python
# checking for python... /usr/sbin/python
# checking for python version... 3.5
# checking for python platform... linux
# checking for python script directory... ${prefix}/lib/python3.5/site-packages
# checking for python extension module directory... ${exec_prefix}/lib/python3.5/site-packages
# checking whether to install python-bindings... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating Doxyfile
# config.status: creating ktoblzcheck.spec
# config.status: creating ktoblzcheck.iss
# config.status: creating ktoblzcheck.pc
# config.status: WARNING: 'ktoblzcheck.pc.in' seems to ignore the --datarootdir setting
# config.status: creating macros/Makefile
# config.status: creating src/Makefile
# config.status: creating src/bankdata/Makefile
# config.status: creating src/bankdata/online_update.pl
# config.status: WARNING: 'src/bankdata/online_update.pl.in' seems to ignore the --datarootdir setting
# config.status: creating src/bankdata/bundesbank.pl
# config.status: creating src/bin/Makefile
# config.status: creating src/include/Makefile
# config.status: creating src/include/ktoblzcheck.h
# config.status: creating src/lib/Makefile
# config.status: creating src/python/Makefile
# config.status: creating doc/Makefile
# config.status: creating doc/mainpage.doxygen
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# patching file src/python/ktoblzcheck.py
# make all-recursive
# make[1]: Entering directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48'
# Making all in src
# make[2]: Entering directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/src'
# Making all in bankdata
# make[3]: Entering directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/src/bankdata'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/src/bankdata'
# Making all in include
# make[3]: Entering directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/src/include'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/src/include'
# Making all in lib
# make[3]: Entering directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/src/lib'
# /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DBANKDATA_PATH=\"/usr/share/ktoblzcheck\" -I. -I../.. -I./../include -I../include -Wall -MT ktoblzcheck.lo -MD -MP -MF .deps/ktoblzcheck.Tpo -c -o ktoblzcheck.lo ktoblzcheck.cc
# /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DBANKDATA_PATH=\"/usr/share/ktoblzcheck\" -I. -I../.. -I./../include -I../include -Wall -MT methods.lo -MD -MP -MF .deps/methods.Tpo -c -o methods.lo methods.cc
# libtool: compile: g++ -DHAVE_CONFIG_H -DBANKDATA_PATH=\"/usr/share/ktoblzcheck\" -I. -I../.. -I./../include -I../include -Wall -MT ktoblzcheck.lo -MD -MP -MF .deps/ktoblzcheck.Tpo -c ktoblzcheck.cc -fPIC -DPIC -o .libs/ktoblzcheck.o
# libtool: compile: g++ -DHAVE_CONFIG_H -DBANKDATA_PATH=\"/usr/share/ktoblzcheck\" -I. -I../.. -I./../include -I../include -Wall -MT methods.lo -MD -MP -MF .deps/methods.Tpo -c methods.cc -fPIC -DPIC -o .libs/methods.o
# mv -f .deps/methods.Tpo .deps/methods.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DBANKDATA_PATH=\"/usr/share/ktoblzcheck\" -I. -I../.. -I./../include -I../include -Wall -MT algorithms.lo -MD -MP -MF .deps/algorithms.Tpo -c -o algorithms.lo algorithms.cc
# libtool: compile: g++ -DHAVE_CONFIG_H -DBANKDATA_PATH=\"/usr/share/ktoblzcheck\" -I. -I../.. -I./../include -I../include -Wall -MT algorithms.lo -MD -MP -MF .deps/algorithms.Tpo -c algorithms.cc -fPIC -DPIC -o .libs/algorithms.o
# mv -f .deps/ktoblzcheck.Tpo .deps/ktoblzcheck.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DBANKDATA_PATH=\"/usr/share/ktoblzcheck\" -I. -I../.. -I./../include -I../include -Wall -MT accnum.lo -MD -MP -MF .deps/accnum.Tpo -c -o accnum.lo accnum.cc
# libtool: compile: g++ -DHAVE_CONFIG_H -DBANKDATA_PATH=\"/usr/share/ktoblzcheck\" -I. -I../.. -I./../include -I../include -Wall -MT accnum.lo -MD -MP -MF .deps/accnum.Tpo -c accnum.cc -fPIC -DPIC -o .libs/accnum.o
# mv -f .deps/accnum.Tpo .deps/accnum.Plo
# /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DBANKDATA_PATH=\"/usr/share/ktoblzcheck\" -I. -I../.. -I./../include -I../include -Wall -MT iban.lo -MD -MP -MF .deps/iban.Tpo -c -o iban.lo iban.cc
# libtool: compile: g++ -DHAVE_CONFIG_H -DBANKDATA_PATH=\"/usr/share/ktoblzcheck\" -I. -I../.. -I./../include -I../include -Wall -MT iban.lo -MD -MP -MF .deps/iban.Tpo -c iban.cc -fPIC -DPIC -o .libs/iban.o
# mv -f .deps/algorithms.Tpo .deps/algorithms.Plo
# mv -f .deps/iban.Tpo .deps/iban.Plo
# /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wall -no-undefined -version-info 6:25:5 -o libktoblzcheck.la -rpath /usr/lib ktoblzcheck.lo methods.lo algorithms.lo accnum.lo iban.lo -lstdc++ -lpthread
# libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o .libs/ktoblzcheck.o .libs/methods.o .libs/algorithms.o .libs/accnum.o .libs/iban.o -lpthread -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o -Wl,-soname -Wl,libktoblzcheck.so.1 -o .libs/libktoblzcheck.so.1.5.25
# libtool: link: (cd ".libs" && rm -f "libktoblzcheck.so.1" && ln -s "libktoblzcheck.so.1.5.25" "libktoblzcheck.so.1")
# libtool: link: (cd ".libs" && rm -f "libktoblzcheck.so" && ln -s "libktoblzcheck.so.1.5.25" "libktoblzcheck.so")
# libtool: link: ( cd ".libs" && rm -f "libktoblzcheck.la" && ln -s "../libktoblzcheck.la" "libktoblzcheck.la" )
# make[3]: Leaving directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/src/lib'
# Making all in bin
# make[3]: Entering directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/src/bin'
# g++ -DHAVE_CONFIG_H -I. -I../.. -I./../include -I../include -Wall -MT ktoblzcheck.o -MD -MP -MF .deps/ktoblzcheck.Tpo -c -o ktoblzcheck.o ktoblzcheck.cc
# gcc -DHAVE_CONFIG_H -I. -I../.. -I./../include -I../include -Wall -MT ctest.o -MD -MP -MF .deps/ctest.Tpo -c -o ctest.o ctest.c
# mv -f .deps/ctest.Tpo .deps/ctest.Po
# g++ -DHAVE_CONFIG_H -I. -I../.. -I./../include -I../include -Wall -MT benchmark.o -MD -MP -MF .deps/benchmark.Tpo -c -o benchmark.o benchmark.cc
# mv -f .deps/benchmark.Tpo .deps/benchmark.Po
# g++ -DHAVE_CONFIG_H -I. -I../.. -I./../include -I../include -Wall -MT ibanchk.o -MD -MP -MF .deps/ibanchk.Tpo -c -o ibanchk.o ibanchk.cc
# mv -f .deps/ktoblzcheck.Tpo .deps/ktoblzcheck.Po
# /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wall -o ktoblzcheck ktoblzcheck.o ../../src/lib/libktoblzcheck.la
# libtool: link: g++ -Wall -o .libs/ktoblzcheck ktoblzcheck.o ../../src/lib/.libs/libktoblzcheck.so
# mv -f .deps/ibanchk.Tpo .deps/ibanchk.Po
# /bin/sh ../../libtool --tag=CC --mode=link gcc -Wall -o ctest ctest.o ../../src/lib/libktoblzcheck.la
# libtool: link: gcc -Wall -o .libs/ctest ctest.o ../../src/lib/.libs/libktoblzcheck.so
# /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wall -o benchmark benchmark.o ../../src/lib/libktoblzcheck.la
# /bin/sh ../../libtool --tag=CXX --mode=link g++ -Wall -o ibanchk ibanchk.o ../../src/lib/libktoblzcheck.la
# libtool: link: g++ -Wall -o .libs/benchmark benchmark.o ../../src/lib/.libs/libktoblzcheck.so
# libtool: link: g++ -Wall -o .libs/ibanchk ibanchk.o ../../src/lib/.libs/libktoblzcheck.so
# make[3]: Leaving directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/src/bin'
# Making all in python
# make[3]: Entering directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/src/python'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/src/python'
# make[3]: Entering directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/src'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/src'
# make[2]: Leaving directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/src'
# Making all in doc
# make[2]: Entering directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/doc'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/doc'
# Making all in macros
# make[2]: Entering directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/macros'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/macros'
# make[2]: Entering directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48'
# make[2]: Leaving directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48'
# make[1]: Leaving directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in src
# make[1]: Entering directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/src'
# Making install in bankdata
# make[2]: Entering directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/src/bankdata'
# make[3]: Entering directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/src/bankdata'
# make[3]: Nothing to be done for 'install-exec-am'.
# /usr/sbin/mkdir -p '/tmp/ktoblzcheck/pkg/ktoblzcheck/usr/share/ktoblzcheck'
# /usr/sbin/mkdir -p '/tmp/ktoblzcheck/pkg/ktoblzcheck/usr/share/ktoblzcheck'
# /usr/bin/install -c -m 644 bankdata_20140908.txt bankdata_20141208.txt ibandata.txt '/tmp/ktoblzcheck/pkg/ktoblzcheck/usr/share/ktoblzcheck'
# /usr/bin/install -c bundesbank.pl online_update.pl '/tmp/ktoblzcheck/pkg/ktoblzcheck/usr/share/ktoblzcheck'
# make[3]: Leaving directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/src/bankdata'
# make[2]: Leaving directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/src/bankdata'
# Making install in include
# make[2]: Entering directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/src/include'
# make[3]: Entering directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/src/include'
# make[3]: Nothing to be done for 'install-exec-am'.
# /usr/sbin/mkdir -p '/tmp/ktoblzcheck/pkg/ktoblzcheck/usr/include'
# /usr/bin/install -c -m 644 ktoblzcheck.h iban.h '/tmp/ktoblzcheck/pkg/ktoblzcheck/usr/include'
# make[3]: Leaving directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/src/include'
# make[2]: Leaving directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/src/include'
# Making install in lib
# make[2]: Entering directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/src/lib'
# make[3]: Entering directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/src/lib'
# make[3]: Nothing to be done for 'install-data-am'.
# /usr/sbin/mkdir -p '/tmp/ktoblzcheck/pkg/ktoblzcheck/usr/lib'
# /bin/sh ../../libtool --mode=install /usr/bin/install -c libktoblzcheck.la '/tmp/ktoblzcheck/pkg/ktoblzcheck/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libktoblzcheck.so.1.5.25 /tmp/ktoblzcheck/pkg/ktoblzcheck/usr/lib/libktoblzcheck.so.1.5.25
# libtool: install: (cd /tmp/ktoblzcheck/pkg/ktoblzcheck/usr/lib && { ln -s -f libktoblzcheck.so.1.5.25 libktoblzcheck.so.1 || { rm -f libktoblzcheck.so.1 && ln -s libktoblzcheck.so.1.5.25 libktoblzcheck.so.1; }; })
# libtool: install: (cd /tmp/ktoblzcheck/pkg/ktoblzcheck/usr/lib && { ln -s -f libktoblzcheck.so.1.5.25 libktoblzcheck.so || { rm -f libktoblzcheck.so && ln -s libktoblzcheck.so.1.5.25 libktoblzcheck.so; }; })
# libtool: install: /usr/bin/install -c .libs/libktoblzcheck.lai /tmp/ktoblzcheck/pkg/ktoblzcheck/usr/lib/libktoblzcheck.la
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# make[3]: Leaving directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/src/lib'
# make[2]: Leaving directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/src/lib'
# Making install in bin
# make[2]: Entering directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/src/bin'
# make[3]: Entering directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/src/bin'
# make[3]: Nothing to be done for 'install-data-am'.
# /usr/sbin/mkdir -p '/tmp/ktoblzcheck/pkg/ktoblzcheck/usr/bin'
# /bin/sh ../../libtool --mode=install /usr/bin/install -c ktoblzcheck '/tmp/ktoblzcheck/pkg/ktoblzcheck/usr/bin'
# libtool: install: warning: `../../src/lib/libktoblzcheck.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/ktoblzcheck /tmp/ktoblzcheck/pkg/ktoblzcheck/usr/bin/ktoblzcheck
# make[3]: Leaving directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/src/bin'
# make[2]: Leaving directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/src/bin'
# Making install in python
# make[2]: Entering directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/src/python'
# make[3]: Entering directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/src/python'
# make[3]: Nothing to be done for 'install-exec-am'.
# /usr/sbin/mkdir -p '/tmp/ktoblzcheck/pkg/ktoblzcheck/usr/lib/python3.5/site-packages'
# /usr/bin/install -c -m 644 ktoblzcheck.py '/tmp/ktoblzcheck/pkg/ktoblzcheck/usr/lib/python3.5/site-packages'
# Byte-compiling python modules...
# ktoblzcheck.py
# Sorry: TabError: inconsistent use of tabs and spaces in indentation (ktoblzcheck.py, line 103)
# Byte-compiling python modules (optimized versions) ...
# ktoblzcheck.py
# make[3]: Leaving directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/src/python'
# make[2]: Leaving directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/src/python'
# make[2]: Entering directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/src'
# make[3]: Entering directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/src'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/src'
# make[2]: Leaving directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/src'
# make[1]: Leaving directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/src'
# Making install in doc
# make[1]: Entering directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/doc'
# make[2]: Entering directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/doc'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/sbin/mkdir -p '/tmp/ktoblzcheck/pkg/ktoblzcheck/usr/share/man/man1'
# /usr/bin/install -c -m 644 ktoblzcheck.1 '/tmp/ktoblzcheck/pkg/ktoblzcheck/usr/share/man/man1'
# make[2]: Leaving directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/doc'
# make[1]: Leaving directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/doc'
# Making install in macros
# make[1]: Entering directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/macros'
# make[2]: Entering directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/macros'
# 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/ktoblzcheck/src/ktoblzcheck-1.48/macros'
# make[1]: Leaving directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48/macros'
# make[1]: Entering directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48'
# make[2]: Entering directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/sbin/mkdir -p '/tmp/ktoblzcheck/pkg/ktoblzcheck/usr/lib/pkgconfig'
# /usr/bin/install -c -m 644 ktoblzcheck.pc '/tmp/ktoblzcheck/pkg/ktoblzcheck/usr/lib/pkgconfig'
# make[2]: Leaving directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48'
# make[1]: Leaving directory '/tmp/ktoblzcheck/src/ktoblzcheck-1.48'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "ktoblzcheck"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: ktoblzcheck 1.48-3 (Wed Aug 24 12:05:42 UTC 2016)

CMD: pacman --query --file ktoblzcheck-1.48-3-x86_64.pkg.tar.xz
# ktoblzcheck 1.48-3

Creating hybrid package for 'ktoblzcheck'

Trying to find vanilla package 'ktoblzcheck'...

CMD: pacman --query --file /mirror/ktoblzcheck-1.48-3.pkg.tar.xz
# ktoblzcheck 1.48-3

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/share/ktoblzcheck/bankdata_20140908.txt
# /usr/share/ktoblzcheck/bankdata_20141208.txt
# /usr/share/ktoblzcheck/ibandata.txt
# /usr/share/ktoblzcheck/bundesbank.pl
# /usr/share/ktoblzcheck/online_update.pl
# /usr/share/man/man1/ktoblzcheck.1.gz
# /usr/include/ktoblzcheck.h
# /usr/include/iban.h
# /usr/lib/libktoblzcheck.so.1
# /usr/lib/libktoblzcheck.so
# /usr/lib/libktoblzcheck.so.1.5.25
# /usr/lib/python3.5/site-packages/ktoblzcheck.py
# /usr/lib/pkgconfig/ktoblzcheck.pc
# /usr/bin/ktoblzcheck
# /sysroot/usr/lib/libktoblzcheck.so.1.5.25
# /sysroot/usr/lib/libktoblzcheck.so.1
# /sysroot/usr/lib/libktoblzcheck.so
# /sysroot/usr/lib/libktoblzcheck.la
# /sysroot/usr/lib/python3.5/site-packages/ktoblzcheck.py
# /sysroot/usr/lib/pkgconfig/ktoblzcheck.pc
# /sysroot/usr/include/ktoblzcheck.h
# /sysroot/usr/include/iban.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 ktoblzcheck.pkg.tar.xz .PKGINFO
# .PKGINFO

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/ktoblzcheck.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/ktoblzcheck.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/ktoblzcheck/src/ktoblzcheck-1.48/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.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = ca619bd40aed
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /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/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2416: checking build system type
# configure:2430: result: x86_64-unknown-linux-gnu
# configure:2450: checking host system type
# configure:2463: result: x86_64-unknown-linux-gnu
# configure:2483: checking target system type
# configure:2496: result: x86_64-unknown-linux-gnu
# configure:2549: checking for a BSD-compatible install
# configure:2617: result: /usr/bin/install -c
# configure:2628: checking whether build environment is sane
# configure:2683: result: yes
# configure:2742: checking for x86_64-unknown-linux-strip
# configure:2772: result: no
# configure:2782: checking for strip
# configure:2798: found /usr/sbin/strip
# configure:2809: result: strip
# configure:2834: checking for a thread-safe mkdir -p
# configure:2873: result: /usr/sbin/mkdir -p
# configure:2880: checking for gawk
# configure:2896: found /usr/sbin/gawk
# configure:2907: result: gawk
# configure:2918: checking whether make sets $(MAKE)
# configure:2940: result: yes
# configure:2969: checking whether make supports nested variables
# configure:2986: result: yes
# configure:3148: checking for style of include used by make
# configure:3176: result: GNU
# configure:3207: checking for x86_64-unknown-linux-gcc
# configure:3237: result: no
# configure:3247: checking for gcc
# configure:3263: found /usr/sbin/gcc
# configure:3274: result: gcc
# configure:3503: checking for C compiler version
# configure:3512: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:3523: $? = 0
# configure:3512: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:3523: $? = 0
# configure:3512: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:3523: $? = 1
# configure:3512: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:3523: $? = 1
# configure:3543: checking whether the C compiler works
# configure:3565: gcc conftest.c >&5
# configure:3569: $? = 0
# configure:3617: result: yes
# configure:3620: checking for C compiler default output file name
# configure:3622: result: a.out
# configure:3628: checking for suffix of executables
# configure:3635: gcc -o conftest conftest.c >&5
# configure:3639: $? = 0
# configure:3661: result:
# configure:3683: checking whether we are cross compiling
# configure:3691: gcc -o conftest conftest.c >&5
# configure:3695: $? = 0
# configure:3702: ./conftest
# configure:3706: $? = 0
# configure:3721: result: no
# configure:3726: checking for suffix of object files
# configure:3748: gcc -c conftest.c >&5
# configure:3752: $? = 0
# configure:3773: result: o
# configure:3777: checking whether we are using the GNU C compiler
# configure:3796: gcc -c conftest.c >&5
# configure:3796: $? = 0
# configure:3805: result: yes
# configure:3814: checking whether gcc accepts -g
# configure:3834: gcc -c -g conftest.c >&5
# configure:3834: $? = 0
# configure:3875: result: yes
# configure:3892: checking for gcc option to accept ISO C89
# configure:3955: gcc -c conftest.c >&5
# configure:3955: $? = 0
# configure:3968: result: none needed
# configure:3993: checking whether gcc understands -c and -o together
# configure:4015: gcc -c conftest.c -o conftest2.o
# configure:4018: $? = 0
# configure:4015: gcc -c conftest.c -o conftest2.o
# configure:4018: $? = 0
# configure:4030: result: yes
# configure:4049: checking dependency style of gcc
# configure:4160: result: gcc3
# configure:4176: checking for library containing strerror
# configure:4207: gcc -o conftest conftest.c >&5
# configure:4207: $? = 0
# configure:4224: result: none required
# configure:4240: checking for x86_64-unknown-linux-gcc
# configure:4267: result: gcc
# configure:4536: checking for C compiler version
# configure:4545: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:4556: $? = 0
# configure:4545: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:4556: $? = 0
# configure:4545: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:4556: $? = 1
# configure:4545: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:4556: $? = 1
# configure:4560: checking whether we are using the GNU C compiler
# configure:4588: result: yes
# configure:4597: checking whether gcc accepts -g
# configure:4658: result: yes
# configure:4675: checking for gcc option to accept ISO C89
# configure:4751: result: none needed
# configure:4776: checking whether gcc understands -c and -o together
# configure:4813: result: yes
# configure:4832: checking dependency style of gcc
# configure:4943: result: gcc3
# configure:4966: checking for x86_64-unknown-linux-gcc
# configure:4993: result: gcc
# configure:5262: checking for C compiler version
# configure:5271: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:5282: $? = 0
# configure:5271: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:5282: $? = 0
# configure:5271: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:5282: $? = 1
# configure:5271: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:5282: $? = 1
# configure:5286: checking whether we are using the GNU C compiler
# configure:5314: result: yes
# configure:5323: checking whether gcc accepts -g
# configure:5384: result: yes
# configure:5401: checking for gcc option to accept ISO C89
# configure:5477: result: none needed
# configure:5502: checking whether gcc understands -c and -o together
# configure:5539: result: yes
# configure:5558: checking dependency style of gcc
# configure:5669: result: gcc3
# configure:5691: checking how to run the C preprocessor
# configure:5722: gcc -E conftest.c
# configure:5722: $? = 0
# configure:5736: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5736: $? = 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 "ktoblzcheck"
# | #define VERSION "1.48"
# | /* end confdefs.h. */
# | #include
# configure:5761: result: gcc -E
# configure:5781: gcc -E conftest.c
# configure:5781: $? = 0
# configure:5795: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5795: $? = 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 "ktoblzcheck"
# | #define VERSION "1.48"
# | /* end confdefs.h. */
# | #include
# configure:5824: checking for grep that handles long lines and -e
# configure:5882: result: /usr/sbin/grep
# configure:5887: checking for egrep
# configure:5949: result: /usr/sbin/grep -E
# configure:5954: checking for ANSI C header files
# configure:5974: gcc -c conftest.c >&5
# configure:5974: $? = 0
# configure:6047: gcc -o conftest conftest.c >&5
# configure:6047: $? = 0
# configure:6047: ./conftest
# configure:6047: $? = 0
# configure:6058: result: yes
# configure:6071: checking how to run the C preprocessor
# configure:6141: result: gcc -E
# configure:6161: gcc -E conftest.c
# configure:6161: $? = 0
# configure:6175: gcc -E conftest.c
# conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:6175: $? = 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 "ktoblzcheck"
# | #define VERSION "1.48"
# | #define STDC_HEADERS 1
# | /* end confdefs.h. */
# | #include
# configure:6217: checking for x86_64-unknown-linux-g++
# configure:6247: result: no
# configure:6217: checking for x86_64-unknown-linux-c++
# configure:6247: result: no
# configure:6217: checking for x86_64-unknown-linux-gpp
# configure:6247: result: no
# configure:6217: checking for x86_64-unknown-linux-aCC
# configure:6247: result: no
# configure:6217: checking for x86_64-unknown-linux-CC
# configure:6247: result: no
# configure:6217: checking for x86_64-unknown-linux-cxx
# configure:6247: result: no
# configure:6217: checking for x86_64-unknown-linux-cc++
# configure:6247: result: no
# configure:6217: checking for x86_64-unknown-linux-cl.exe
# configure:6247: result: no
# configure:6217: checking for x86_64-unknown-linux-FCC
# configure:6247: result: no
# configure:6217: checking for x86_64-unknown-linux-KCC
# configure:6247: result: no
# configure:6217: checking for x86_64-unknown-linux-RCC
# configure:6247: result: no
# configure:6217: checking for x86_64-unknown-linux-xlC_r
# configure:6247: result: no
# configure:6217: checking for x86_64-unknown-linux-xlC
# configure:6247: result: no
# configure:6261: checking for g++
# configure:6277: found /usr/sbin/g++
# configure:6288: result: g++
# configure:6315: checking for C++ compiler version
# configure:6324: g++ --version >&5
# g++ (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:6335: $? = 0
# configure:6324: g++ -v >&5
# Using built-in specs.
# COLLECT_GCC=g++
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:6335: $? = 0
# configure:6324: g++ -V >&5
# g++: error: unrecognized command line option '-V'
# g++: fatal error: no input files
# compilation terminated.
# configure:6335: $? = 1
# configure:6324: g++ -qversion >&5
# g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
# g++: fatal error: no input files
# compilation terminated.
# configure:6335: $? = 1
# configure:6339: checking whether we are using the GNU C++ compiler
# configure:6358: g++ -c conftest.cpp >&5
# configure:6358: $? = 0
# configure:6367: result: yes
# configure:6376: checking whether g++ accepts -g
# configure:6396: g++ -c -g conftest.cpp >&5
# configure:6396: $? = 0
# configure:6437: result: yes
# configure:6462: checking dependency style of g++
# configure:6573: result: gcc3
# configure:6593: checking how to run the C++ preprocessor
# configure:6620: g++ -E conftest.cpp
# configure:6620: $? = 0
# configure:6634: g++ -E conftest.cpp
# conftest.cpp:12:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:6634: $? = 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 "ktoblzcheck"
# | #define VERSION "1.48"
# | #define STDC_HEADERS 1
# | /* end confdefs.h. */
# | #include
# configure:6659: result: g++ -E
# configure:6679: g++ -E conftest.cpp
# configure:6679: $? = 0
# configure:6693: g++ -E conftest.cpp
# conftest.cpp:12:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:6693: $? = 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 "ktoblzcheck"
# | #define VERSION "1.48"
# | #define STDC_HEADERS 1
# | /* end confdefs.h. */
# | #include
# configure:6724: checking for sed
# configure:6742: found /usr/sbin/sed
# configure:6755: result: /usr/sbin/sed
# configure:6765: checking for lynx
# configure:6796: result: NO
# configure:6806: checking for grep
# configure:6837: result: /usr/sbin/grep
# configure:6847: checking for perl
# configure:6865: found /usr/sbin/perl
# configure:6878: result: /usr/sbin/perl
# configure:6888: checking for recode
# configure:6919: result: NO
# configure:6939: checking for wget
# configure:6957: found /usr/sbin/wget
# configure:6970: result: /usr/sbin/wget
# configure:6982: checking for long long int
# configure:7009: result: yes
# configure:7024: checking for sys/types.h
# configure:7024: gcc -c conftest.c >&5
# configure:7024: $? = 0
# configure:7024: result: yes
# configure:7024: checking for sys/stat.h
# configure:7024: gcc -c conftest.c >&5
# configure:7024: $? = 0
# configure:7024: result: yes
# configure:7024: checking for stdlib.h
# configure:7024: gcc -c conftest.c >&5
# configure:7024: $? = 0
# configure:7024: result: yes
# configure:7024: checking for string.h
# configure:7024: gcc -c conftest.c >&5
# configure:7024: $? = 0
# configure:7024: result: yes
# configure:7024: checking for memory.h
# configure:7024: gcc -c conftest.c >&5
# configure:7024: $? = 0
# configure:7024: result: yes
# configure:7024: checking for strings.h
# configure:7024: gcc -c conftest.c >&5
# configure:7024: $? = 0
# configure:7024: result: yes
# configure:7024: checking for inttypes.h
# configure:7024: gcc -c conftest.c >&5
# configure:7024: $? = 0
# configure:7024: result: yes
# configure:7024: checking for stdint.h
# configure:7024: gcc -c conftest.c >&5
# configure:7024: $? = 0
# configure:7024: result: yes
# configure:7024: checking for unistd.h
# configure:7024: gcc -c conftest.c >&5
# configure:7024: $? = 0
# configure:7024: result: yes
# configure:7039: checking dirent.h usability
# configure:7039: gcc -c conftest.c >&5
# configure:7039: $? = 0
# configure:7039: result: yes
# configure:7039: checking dirent.h presence
# configure:7039: gcc -E conftest.c
# configure:7039: $? = 0
# configure:7039: result: yes
# configure:7039: checking for dirent.h
# configure:7039: result: yes
# configure:7039: checking windows.h usability
# configure:7039: gcc -c conftest.c >&5
# conftest.c:56:21: fatal error: windows.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:7039: $? = 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 "ktoblzcheck"
# | #define VERSION "1.48"
# | #define STDC_HEADERS 1
# | #define HAVE_LONG_LONG 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_DIRENT_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:7039: result: no
# configure:7039: checking windows.h presence
# configure:7039: gcc -E conftest.c
# conftest.c:23:21: fatal error: windows.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:7039: $? = 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 "ktoblzcheck"
# | #define VERSION "1.48"
# | #define STDC_HEADERS 1
# | #define HAVE_LONG_LONG 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_DIRENT_H 1
# | /* end confdefs.h. */
# | #include
# configure:7039: result: no
# configure:7039: checking for windows.h
# configure:7039: result: no
# configure:7433: checking how to print strings
# configure:7460: result: printf
# configure:7481: checking for a sed that does not truncate output
# configure:7545: result: /usr/sbin/sed
# configure:7563: checking for fgrep
# configure:7625: result: /usr/sbin/grep -F
# configure:7660: checking for ld used by gcc
# configure:7727: result: /usr/sbin/ld
# configure:7734: checking if the linker (/usr/sbin/ld) is GNU ld
# configure:7749: result: yes
# configure:7761: checking for BSD- or MS-compatible name lister (nm)
# configure:7810: result: /usr/sbin/nm -B
# configure:7940: checking the name lister (/usr/sbin/nm -B) interface
# configure:7947: gcc -c conftest.c >&5
# configure:7950: /usr/sbin/nm -B "conftest.o"
# configure:7953: output
# 0000000000000000 B some_variable
# configure:7960: result: BSD nm
# configure:7963: checking whether ln -s works
# configure:7967: result: yes
# configure:7975: checking the maximum length of command line arguments
# configure:8106: result: 1572864
# configure:8123: checking whether the shell understands some XSI constructs
# configure:8133: result: yes
# configure:8137: checking whether the shell understands "+="
# configure:8143: result: yes
# configure:8178: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:8218: result: func_convert_file_noop
# configure:8225: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:8245: result: func_convert_file_noop
# configure:8252: checking for /usr/sbin/ld option to reload object files
# configure:8259: result: -r
# configure:8293: checking for x86_64-unknown-linux-objdump
# configure:8320: result: objdump
# configure:8389: checking how to recognize dependent libraries
# configure:8587: result: pass_all
# configure:8632: checking for x86_64-unknown-linux-dlltool
# configure:8659: result: dlltool
# configure:8729: checking how to associate runtime and link libraries
# configure:8756: result: printf %s\n
# configure:8772: checking for x86_64-unknown-linux-ar
# configure:8802: result: no
# configure:8816: checking for ar
# configure:8832: found /usr/sbin/ar
# configure:8843: result: ar
# configure:8880: checking for archiver @FILE support
# configure:8897: gcc -c conftest.c >&5
# configure:8897: $? = 0
# configure:8900: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:8903: $? = 0
# configure:8908: 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:8911: $? = 1
# configure:8923: result: @
# configure:8941: checking for x86_64-unknown-linux-strip
# configure:8968: result: strip
# configure:9040: checking for x86_64-unknown-linux-ranlib
# configure:9070: result: no
# configure:9080: checking for ranlib
# configure:9096: found /usr/sbin/ranlib
# configure:9107: result: ranlib
# configure:9209: checking command to parse /usr/sbin/nm -B output from gcc object
# configure:9329: gcc -c conftest.c >&5
# configure:9332: $? = 0
# configure:9336: /usr/sbin/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:9339: $? = 0
# configure:9405: gcc -o conftest conftest.c conftstm.o >&5
# configure:9408: $? = 0
# configure:9446: result: ok
# configure:9483: checking for sysroot
# configure:9513: result: no
# configure:9590: gcc -c conftest.c >&5
# configure:9593: $? = 0
# configure:9742: checking for x86_64-unknown-linux-mt
# configure:9772: result: no
# configure:9782: checking for mt
# configure:9812: result: no
# configure:9832: checking if : is a manifest tool
# configure:9838: : '-?'
# configure:9846: result: no
# configure:10485: checking for dlfcn.h
# configure:10485: gcc -c conftest.c >&5
# configure:10485: $? = 0
# configure:10485: result: yes
# configure:10670: checking for objdir
# configure:10685: result: .libs
# configure:10956: checking if gcc supports -fno-rtti -fno-exceptions
# configure:10974: gcc -c -fno-rtti -fno-exceptions conftest.c >&5
# cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
# configure:10978: $? = 0
# configure:10991: result: no
# configure:11318: checking for gcc option to produce PIC
# configure:11325: result: -fPIC -DPIC
# configure:11333: checking if gcc PIC flag -fPIC -DPIC works
# configure:11351: gcc -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:11355: $? = 0
# configure:11368: result: yes
# configure:11397: checking if gcc static flag -static works
# configure:11425: result: yes
# configure:11440: checking if gcc supports -c -o file.o
# configure:11461: gcc -c -o out/conftest2.o conftest.c >&5
# configure:11465: $? = 0
# configure:11487: result: yes
# configure:11495: checking if gcc supports -c -o file.o
# configure:11542: result: yes
# configure:11575: checking whether the gcc linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries
# configure:12732: result: yes
# configure:12769: checking whether -lc should be explicitly linked in
# configure:12777: gcc -c conftest.c >&5
# configure:12780: $? = 0
# configure:12795: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
# configure:12798: $? = 0
# configure:12812: result: no
# configure:12972: checking dynamic linker characteristics
# configure:13472: gcc -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:13472: $? = 0
# configure:13706: result: GNU/Linux ld.so
# configure:13813: checking how to hardcode library paths into programs
# configure:13838: result: immediate
# configure:14378: checking whether stripping libraries is possible
# configure:14383: result: yes
# configure:14418: checking if libtool supports shared libraries
# configure:14420: result: yes
# configure:14423: checking whether to build shared libraries
# configure:14444: result: yes
# configure:14447: checking whether to build static libraries
# configure:14451: result: no
# configure:14474: checking how to run the C++ preprocessor
# configure:14540: result: g++ -E
# configure:14560: g++ -E conftest.cpp
# configure:14560: $? = 0
# configure:14574: g++ -E conftest.cpp
# conftest.cpp:25:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:14574: $? = 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 "ktoblzcheck"
# | #define VERSION "1.48"
# | #define STDC_HEADERS 1
# | #define HAVE_LONG_LONG 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_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:14743: checking for ld used by g++
# configure:14810: result: /usr/sbin/ld -m elf_x86_64
# configure:14817: checking if the linker (/usr/sbin/ld -m elf_x86_64) is GNU ld
# configure:14832: result: yes
# configure:14887: checking whether the g++ linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries
# configure:15889: result: yes
# configure:15925: g++ -c conftest.cpp >&5
# configure:15928: $? = 0
# configure:16448: checking for g++ option to produce PIC
# configure:16455: result: -fPIC -DPIC
# configure:16463: checking if g++ PIC flag -fPIC -DPIC works
# configure:16481: g++ -c -fPIC -DPIC -DPIC conftest.cpp >&5
# configure:16485: $? = 0
# configure:16498: result: yes
# configure:16521: checking if g++ static flag -static works
# configure:16549: result: yes
# configure:16561: checking if g++ supports -c -o file.o
# configure:16582: g++ -c -o out/conftest2.o conftest.cpp >&5
# configure:16586: $? = 0
# configure:16608: result: yes
# configure:16613: checking if g++ supports -c -o file.o
# configure:16660: result: yes
# configure:16690: checking whether the g++ linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries
# configure:16729: result: yes
# configure:16870: checking dynamic linker characteristics
# configure:17538: result: GNU/Linux ld.so
# configure:17591: checking how to hardcode library paths into programs
# configure:17616: result: immediate
# configure:17699: checking for /proc/self/maps
# configure:17712: result: yes
# configure:17718: checking whether everything is installed to the same prefix
# configure:17736: result: yes
# configure:17739: checking whether binary relocation support should be enabled
# configure:17757: result: yes
# configure:17766: checking for pthread_getspecific in -lpthread
# configure:17791: gcc -o conftest conftest.c -lpthread >&5
# configure:17791: $? = 0
# configure:17800: result: yes
# configure:17813: checking whether binary relocation should use threads
# configure:17828: result: yes
# configure:17871: checking bankdata path
# configure:17883: result: ${pkgdatadir}
# configure:17947: checking for a Python interpreter with version >= 2.3
# configure:17964: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.3'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
# configure:17967: $? = 0
# configure:17973: result: python
# configure:17981: checking for python
# configure:17999: found /usr/sbin/python
# configure:18011: result: /usr/sbin/python
# configure:18029: checking for python version
# configure:18036: result: 3.5
# configure:18048: checking for python platform
# configure:18055: result: linux
# configure:18081: checking for python script directory
# configure:18116: result: ${prefix}/lib/python3.5/site-packages
# configure:18125: checking for python extension module directory
# configure:18160: result: ${exec_prefix}/lib/python3.5/site-packages
# configure:18175: checking whether to install python-bindings
# configure:18178: result: yes
# configure:18381: checking that generated files are newer than configure
# configure:18387: result: done
# configure:18426: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on ca619bd40aed
#
# config.status:1195: creating Makefile
# config.status:1195: creating Doxyfile
# config.status:1195: creating ktoblzcheck.spec
# config.status:1195: creating ktoblzcheck.iss
# config.status:1195: creating ktoblzcheck.pc
# config.status:1303: WARNING: 'ktoblzcheck.pc.in' seems to ignore the --datarootdir setting
# config.status:1195: creating macros/Makefile
# config.status:1195: creating src/Makefile
# config.status:1195: creating src/bankdata/Makefile
# config.status:1195: creating src/bankdata/online_update.pl
# config.status:1303: WARNING: 'src/bankdata/online_update.pl.in' seems to ignore the --datarootdir setting
# config.status:1195: creating src/bankdata/bundesbank.pl
# config.status:1195: creating src/bin/Makefile
# config.status:1195: creating src/include/Makefile
# config.status:1195: creating src/include/ktoblzcheck.h
# config.status:1195: creating src/lib/Makefile
# config.status:1195: creating src/python/Makefile
# config.status:1195: creating doc/Makefile
# config.status:1195: creating doc/mainpage.doxygen
# config.status:1195: creating config.h
# config.status:1424: executing depfiles commands
# config.status:1424: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_long_long=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=
# ac_cv_env_CC_value=
# 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=
# ac_cv_env_CXX_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_PYTHON_set=
# ac_cv_env_PYTHON_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_file__proc_self_maps=yes
# ac_cv_header_dirent_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_windows_h=no
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_pthread_pthread_getspecific=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_LYNX=NO
# ac_cv_path_PERL=/usr/sbin/perl
# ac_cv_path_PYTHON=/usr/sbin/python
# ac_cv_path_RECODE=NO
# ac_cv_path_SED=/usr/sbin/sed
# ac_cv_path_WGET=/usr/sbin/wget
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=gcc
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_CXXCPP='g++ -E'
# ac_cv_prog_DLLTOOL=dlltool
# ac_cv_prog_OBJDUMP=objdump
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_CXX=g++
# 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_search_strerror='none required'
# ac_cv_target=x86_64-unknown-linux-gnu
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_pathless_PYTHON=python
# am_cv_prog_cc_c_o=yes
# am_cv_prog_cc_stdc=
# am_cv_python_platform=linux
# am_cv_python_pyexecdir='${exec_prefix}/lib/python3.5/site-packages'
# am_cv_python_pythondir='${prefix}/lib/python3.5/site-packages'
# am_cv_python_version=3.5
# br_cv_binreloc=yes
# br_cv_binreloc_threads=yes
# br_cv_valid_prefixes=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/sbin/ld
# lt_cv_path_LDCXX='/usr/sbin/ld -m elf_x86_64'
# lt_cv_path_NM='/usr/sbin/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=no
# 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]* \([^ ]*\) \([^ ]*\)$/ {"\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
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/ktoblzcheck/src/ktoblzcheck-1.48/missing aclocal-1.14'
# 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'
# AS='as'
# AUTOCONF='${SHELL} /tmp/ktoblzcheck/src/ktoblzcheck-1.48/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/ktoblzcheck/src/ktoblzcheck-1.48/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/ktoblzcheck/src/ktoblzcheck-1.48/missing automake-1.14'
# AWK='gawk'
# BANKDATA_PATH='${pkgdatadir}'
# BINRELOC_CFLAGS='-DENABLE_BINRELOC'
# BINRELOC_LIBS='-lpthread'
# CC='gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -Wall'
# CPP='gcc -E'
# CPPFLAGS=''
# CXX='g++'
# CXXCPP='g++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=' -Wall'
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='dlltool'
# 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='/usr/sbin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBKTOBLZCHECK_AGE='5'
# LIBKTOBLZCHECK_CURRENT='6'
# LIBKTOBLZCHECK_EFFECTIVE='1'
# LIBKTOBLZCHECK_REVISION='25'
# LIBOBJS=''
# LIBS='-lpthread '
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# LYNX='NO'
# MAKEINFO='${SHELL} /tmp/ktoblzcheck/src/ktoblzcheck-1.48/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/sbin/mkdir -p'
# NM='/usr/sbin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='ktoblzcheck'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_URL=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# PERL='/usr/sbin/perl'
# PYTHON='/usr/sbin/python'
# PYTHON_EXEC_PREFIX='${exec_prefix}'
# PYTHON_PLATFORM='linux'
# PYTHON_PREFIX='${prefix}'
# PYTHON_USE_FALSE='#'
# PYTHON_USE_TRUE=''
# PYTHON_VERSION='3.5'
# RANLIB='ranlib'
# RECODE='NO'
# SED='/usr/sbin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='1.48'
# VERSION_MAJOR='1'
# VERSION_MINOR='48'
# WGET='/usr/sbin/wget'
# ac_ct_AR='ar'
# ac_ct_CC='gcc'
# ac_ct_CXX='g++'
# 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}'
# 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/ktoblzcheck/src/ktoblzcheck-1.48/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}'
# pkgpyexecdir='${pyexecdir}/ktoblzcheck'
# pkgpythondir='${pythondir}/ktoblzcheck'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# pyexecdir='${exec_prefix}/lib/python3.5/site-packages'
# pythondir='${prefix}/lib/python3.5/site-packages'
# rpm_release='1'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PACKAGE_STRING ""
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "ktoblzcheck"
# #define VERSION "1.48"
# #define STDC_HEADERS 1
# #define HAVE_LONG_LONG 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_DIRENT_H 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define ENABLE_BINRELOC /**/
# #define HAVE_LIBPTHREAD 1
# #define BR_PTHREAD 1
#
# configure: exit 0