Build of libksba with clang_glibc toolchain

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

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

SLOCLanguage
23,855 ansic
12,293 sh
3,961 makefile
842 yacc
32 awk
40,983 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...

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: libksba 1.3.4-1 (Thu Apr 13 15:53:48 UTC 2017)
# ==> Checking runtime dependencies...
# ==> 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-pc-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# configure: autobuild project... libksba
# configure: autobuild revision... 1.3.4
# configure: autobuild hostname... 4cadba1bb441
# configure: autobuild timestamp... 20170413-155353
# checking for style of include used by make... GNU
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking whether clang understands -c and -o together... yes
# checking dependency style of clang... gcc3
# checking how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking minix/config.h usability... no
# checking minix/config.h presence... no
# checking for minix/config.h... no
# checking whether it is safe to define __EXTENSIONS__... yes
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/bin/sed
# 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)... no
# checking for x86_64-unknown-linux-dumpbin... no
# checking for x86_64-unknown-linux-link... no
# checking for dumpbin... no
# checking for link... link -dump
# checking the name lister (nm) 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-pc-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-pc-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 nm output from clang 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 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... no
# checking for x86_64-unknown-linux-windres... no
# checking for windres... no
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking whether make supports nested variables... (cached) yes
# checking for gawk... (cached) gawk
# 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 how to run the C preprocessor... clang -E
# checking whether ln -s works... yes
# checking whether make sets $(MAKE)... (cached) yes
# checking for bison... bison -y
# checking for inline... inline
# checking for cc for build... clang
# checking if gcc supports -Wpointer-arith... yes
# checking if gcc supports -Wno-pointer-sign... yes
# checking whether the visibility attribute is supported... yes
# checking for broken visibility attribute... no
# checking for broken alias attribute... no
# checking if gcc supports -fvisibility=hidden... yes
# checking for gpg-error-config... /usr/bin/gpg-error-config
# checking for GPG Error - version >= 1.8... yes (1.23)
# configure: WARNING:
# ***
# *** The config script /usr/bin/gpg-error-config was
# *** built for x86_64-pc-linux-gnu and thus may not match the
# *** used host x86_64-unknown-linux-gnu.
# *** You may want to use the configure option --with-gpg-error-prefix
# *** to specify a matching config script or use $SYSROOT.
# ***
# checking for ANSI C header files... (cached) yes
# checking for string.h... (cached) yes
# checking for an ANSI C-conforming const... yes
# checking whether byte ordering is bigendian... no
# checking size of unsigned int... 4
# checking size of unsigned long... 8
# checking for u32 typedef... no
# checking for memmove... yes
# checking for strchr... yes
# checking for strtol... yes
# checking for strtoul... yes
# checking for stpcpy... yes
# checking for gmtime_r... yes
# checking for getenv... yes
# checking for size_t... yes
# checking for working alloca.h... yes
# checking for alloca... yes
# checking for valgrind... no
# checking whether self tests are run under valgrind... no
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating m4/Makefile
# config.status: creating gl/Makefile
# config.status: creating src/Makefile
# config.status: creating src/ksba-config
# config.status: creating src/versioninfo.rc
# config.status: creating tests/Makefile
# config.status: creating doc/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
#
# Libksba v1.3.4 has been configured as follows:
#
# Revision: 3a92e8c (14994)
# Platform: x86_64-unknown-linux-gnu
#
#
# make all-recursive
# make[1]: Entering directory '/tmp/libksba/src/libksba-1.3.4'
# Making all in m4
# make[2]: Entering directory '/tmp/libksba/src/libksba-1.3.4/m4'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/libksba/src/libksba-1.3.4/m4'
# Making all in gl
# make[2]: Entering directory '/tmp/libksba/src/libksba-1.3.4/gl'
# cp ./alloca_.h alloca.h-t
# mv alloca.h-t alloca.h
# make all-am
# make[3]: Entering directory '/tmp/libksba/src/libksba-1.3.4/gl'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -c -o dummyobj.lo dummyobj.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -c dummyobj.c -fPIC -DPIC -o .libs/dummyobj.o
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -o libgnu.la dummyobj.lo
# libtool: link: ar cru .libs/libgnu.a .libs/dummyobj.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libgnu.a
# libtool: link: ( cd ".libs" && rm -f "libgnu.la" && ln -s "../libgnu.la" "libgnu.la" )
# make[3]: Leaving directory '/tmp/libksba/src/libksba-1.3.4/gl'
# make[2]: Leaving directory '/tmp/libksba/src/libksba-1.3.4/gl'
# Making all in src
# make[2]: Entering directory '/tmp/libksba/src/libksba-1.3.4/src'
# clang -I. -DBUILD_GENTOOLS -o asn1-gentables \
# ./asn1-gentables.c \
# `test -f 'asn1-parse.c' || echo './'`asn1-parse.c \
# ./asn1-func.c \
# ./gen-help.c
# ./asn1-gentables.c:283:8: warning: implicit declaration of function 'ksba_asn_parse_file' is invalid in C99 [-Wimplicit-function-declaration]
# rc = ksba_asn_parse_file (fname, &tree, check_only);
# ^
# ./asn1-gentables.c:289:9: warning: implicit declaration of function 'ksba_asn_tree_dump' is invalid in C99 [-Wimplicit-function-declaration]
# ksba_asn_tree_dump (tree, dump_only==2? "<":NULL, fp);
# ^
# 2 warnings generated.
# make all-am
# make[3]: Entering directory '/tmp/libksba/src/libksba-1.3.4/src'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT visibility.lo -MD -MP -MF .deps/visibility.Tpo -c -o visibility.lo visibility.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT visibility.lo -MD -MP -MF .deps/visibility.Tpo -c visibility.c -fPIC -DPIC -o .libs/visibility.o
# mv -f .deps/visibility.Tpo .deps/visibility.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT reader.lo -MD -MP -MF .deps/reader.Tpo -c -o reader.lo reader.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT reader.lo -MD -MP -MF .deps/reader.Tpo -c reader.c -fPIC -DPIC -o .libs/reader.o
# mv -f .deps/reader.Tpo .deps/reader.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT writer.lo -MD -MP -MF .deps/writer.Tpo -c -o writer.lo writer.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT writer.lo -MD -MP -MF .deps/writer.Tpo -c writer.c -fPIC -DPIC -o .libs/writer.o
# mv -f .deps/writer.Tpo .deps/writer.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT asn1-parse.lo -MD -MP -MF .deps/asn1-parse.Tpo -c -o asn1-parse.lo asn1-parse.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT asn1-parse.lo -MD -MP -MF .deps/asn1-parse.Tpo -c asn1-parse.c -fPIC -DPIC -o .libs/asn1-parse.o
# mv -f .deps/asn1-parse.Tpo .deps/asn1-parse.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT asn1-func.lo -MD -MP -MF .deps/asn1-func.Tpo -c -o asn1-func.lo asn1-func.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT asn1-func.lo -MD -MP -MF .deps/asn1-func.Tpo -c asn1-func.c -fPIC -DPIC -o .libs/asn1-func.o
# mv -f .deps/asn1-func.Tpo .deps/asn1-func.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT asn1-func2.lo -MD -MP -MF .deps/asn1-func2.Tpo -c -o asn1-func2.lo asn1-func2.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT asn1-func2.lo -MD -MP -MF .deps/asn1-func2.Tpo -c asn1-func2.c -fPIC -DPIC -o .libs/asn1-func2.o
# mv -f .deps/asn1-func2.Tpo .deps/asn1-func2.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT ber-help.lo -MD -MP -MF .deps/ber-help.Tpo -c -o ber-help.lo ber-help.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT ber-help.lo -MD -MP -MF .deps/ber-help.Tpo -c ber-help.c -fPIC -DPIC -o .libs/ber-help.o
# mv -f .deps/ber-help.Tpo .deps/ber-help.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT ber-decoder.lo -MD -MP -MF .deps/ber-decoder.Tpo -c -o ber-decoder.lo ber-decoder.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT ber-decoder.lo -MD -MP -MF .deps/ber-decoder.Tpo -c ber-decoder.c -fPIC -DPIC -o .libs/ber-decoder.o
# mv -f .deps/ber-decoder.Tpo .deps/ber-decoder.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT der-encoder.lo -MD -MP -MF .deps/der-encoder.Tpo -c -o der-encoder.lo der-encoder.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT der-encoder.lo -MD -MP -MF .deps/der-encoder.Tpo -c der-encoder.c -fPIC -DPIC -o .libs/der-encoder.o
# mv -f .deps/der-encoder.Tpo .deps/der-encoder.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT cert.lo -MD -MP -MF .deps/cert.Tpo -c -o cert.lo cert.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT cert.lo -MD -MP -MF .deps/cert.Tpo -c cert.c -fPIC -DPIC -o .libs/cert.o
# mv -f .deps/cert.Tpo .deps/cert.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT cms.lo -MD -MP -MF .deps/cms.Tpo -c -o cms.lo cms.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT cms.lo -MD -MP -MF .deps/cms.Tpo -c cms.c -fPIC -DPIC -o .libs/cms.o
# cms.c:2512:21: warning: address of array 'certlist->signing_time' will always evaluate to 'true' [-Wpointer-bool-conversion]
# if (certlist->signing_time)
# ~~ ~~~~~~~~~~^~~~~~~~~~~~
# 1 warning generated.
# mv -f .deps/cms.Tpo .deps/cms.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT cms-parser.lo -MD -MP -MF .deps/cms-parser.Tpo -c -o cms-parser.lo cms-parser.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT cms-parser.lo -MD -MP -MF .deps/cms-parser.Tpo -c cms-parser.c -fPIC -DPIC -o .libs/cms-parser.o
# mv -f .deps/cms-parser.Tpo .deps/cms-parser.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT crl.lo -MD -MP -MF .deps/crl.Tpo -c -o crl.lo crl.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT crl.lo -MD -MP -MF .deps/crl.Tpo -c crl.c -fPIC -DPIC -o .libs/crl.o
# crl.c:50:19: warning: unused variable 'oidstr_issuingDistributionPoint' [-Wunused-const-variable]
# static const char oidstr_issuingDistributionPoint[] = "2.5.29.28";
# ^
# 1 warning generated.
# mv -f .deps/crl.Tpo .deps/crl.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT certreq.lo -MD -MP -MF .deps/certreq.Tpo -c -o certreq.lo certreq.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT certreq.lo -MD -MP -MF .deps/certreq.Tpo -c certreq.c -fPIC -DPIC -o .libs/certreq.o
# mv -f .deps/certreq.Tpo .deps/certreq.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT ocsp.lo -MD -MP -MF .deps/ocsp.Tpo -c -o ocsp.lo ocsp.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT ocsp.lo -MD -MP -MF .deps/ocsp.Tpo -c ocsp.c -fPIC -DPIC -o .libs/ocsp.o
# mv -f .deps/ocsp.Tpo .deps/ocsp.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT keyinfo.lo -MD -MP -MF .deps/keyinfo.Tpo -c -o keyinfo.lo keyinfo.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT keyinfo.lo -MD -MP -MF .deps/keyinfo.Tpo -c keyinfo.c -fPIC -DPIC -o .libs/keyinfo.o
# mv -f .deps/keyinfo.Tpo .deps/keyinfo.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT oid.lo -MD -MP -MF .deps/oid.Tpo -c -o oid.lo oid.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT oid.lo -MD -MP -MF .deps/oid.Tpo -c oid.c -fPIC -DPIC -o .libs/oid.o
# mv -f .deps/oid.Tpo .deps/oid.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT name.lo -MD -MP -MF .deps/name.Tpo -c -o name.lo name.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT name.lo -MD -MP -MF .deps/name.Tpo -c name.c -fPIC -DPIC -o .libs/name.o
# mv -f .deps/name.Tpo .deps/name.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT dn.lo -MD -MP -MF .deps/dn.Tpo -c -o dn.lo dn.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT dn.lo -MD -MP -MF .deps/dn.Tpo -c dn.c -fPIC -DPIC -o .libs/dn.o
# mv -f .deps/dn.Tpo .deps/dn.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT time.lo -MD -MP -MF .deps/time.Tpo -c -o time.lo time.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT time.lo -MD -MP -MF .deps/time.Tpo -c time.c -fPIC -DPIC -o .libs/time.o
# mv -f .deps/time.Tpo .deps/time.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT version.lo -MD -MP -MF .deps/version.Tpo -c -o version.lo version.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.c -fPIC -DPIC -o .libs/version.o
# mv -f .deps/version.Tpo .deps/version.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT util.lo -MD -MP -MF .deps/util.Tpo -c -o util.lo util.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.c -fPIC -DPIC -o .libs/util.o
# mv -f .deps/util.Tpo .deps/util.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT asn1-tables.lo -MD -MP -MF .deps/asn1-tables.Tpo -c -o asn1-tables.lo asn1-tables.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT asn1-tables.lo -MD -MP -MF .deps/asn1-tables.Tpo -c asn1-tables.c -fPIC -DPIC -o .libs/asn1-tables.o
# mv -f .deps/asn1-tables.Tpo .deps/asn1-tables.Plo
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -Wl,--version-script=./libksba.vers -version-info 19:5:11 -o libksba.la -rpath /usr/lib visibility.lo reader.lo writer.lo asn1-parse.lo asn1-func.lo asn1-func2.lo ber-help.lo ber-decoder.lo der-encoder.lo cert.lo cms.lo cms-parser.lo crl.lo certreq.lo ocsp.lo keyinfo.lo oid.lo name.lo dn.lo time.lo version.lo util.lo asn1-tables.lo -lgpg-error
# libtool: link: clang -shared -fPIC -DPIC .libs/visibility.o .libs/reader.o .libs/writer.o .libs/asn1-parse.o .libs/asn1-func.o .libs/asn1-func2.o .libs/ber-help.o .libs/ber-decoder.o .libs/der-encoder.o .libs/cert.o .libs/cms.o .libs/cms-parser.o .libs/crl.o .libs/certreq.o .libs/ocsp.o .libs/keyinfo.o .libs/oid.o .libs/name.o .libs/dn.o .libs/time.o .libs/version.o .libs/util.o .libs/asn1-tables.o -lgpg-error -Wl,--version-script=./libksba.vers -Wl,-soname -Wl,libksba.so.8 -o .libs/libksba.so.8.11.5
# libtool: link: (cd ".libs" && rm -f "libksba.so.8" && ln -s "libksba.so.8.11.5" "libksba.so.8")
# libtool: link: (cd ".libs" && rm -f "libksba.so" && ln -s "libksba.so.8.11.5" "libksba.so")
# libtool: link: ( cd ".libs" && rm -f "libksba.la" && ln -s "../libksba.la" "libksba.la" )
# clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT ber_dump-ber-dump.o -MD -MP -MF .deps/ber_dump-ber-dump.Tpo -c -o ber_dump-ber-dump.o `test -f 'ber-dump.c' || echo './'`ber-dump.c
# mv -f .deps/ber_dump-ber-dump.Tpo .deps/ber_dump-ber-dump.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT ber_dump-ber-decoder.o -MD -MP -MF .deps/ber_dump-ber-decoder.Tpo -c -o ber_dump-ber-decoder.o `test -f 'ber-decoder.c' || echo './'`ber-decoder.c
# mv -f .deps/ber_dump-ber-decoder.Tpo .deps/ber_dump-ber-decoder.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT ber_dump-ber-help.o -MD -MP -MF .deps/ber_dump-ber-help.Tpo -c -o ber_dump-ber-help.o `test -f 'ber-help.c' || echo './'`ber-help.c
# mv -f .deps/ber_dump-ber-help.Tpo .deps/ber_dump-ber-help.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT ber_dump-reader.o -MD -MP -MF .deps/ber_dump-reader.Tpo -c -o ber_dump-reader.o `test -f 'reader.c' || echo './'`reader.c
# mv -f .deps/ber_dump-reader.Tpo .deps/ber_dump-reader.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT ber_dump-writer.o -MD -MP -MF .deps/ber_dump-writer.Tpo -c -o ber_dump-writer.o `test -f 'writer.c' || echo './'`writer.c
# mv -f .deps/ber_dump-writer.Tpo .deps/ber_dump-writer.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT ber_dump-asn1-parse.o -MD -MP -MF .deps/ber_dump-asn1-parse.Tpo -c -o ber_dump-asn1-parse.o `test -f 'asn1-parse.c' || echo './'`asn1-parse.c
# mv -f .deps/ber_dump-asn1-parse.Tpo .deps/ber_dump-asn1-parse.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT ber_dump-asn1-func.o -MD -MP -MF .deps/ber_dump-asn1-func.Tpo -c -o ber_dump-asn1-func.o `test -f 'asn1-func.c' || echo './'`asn1-func.c
# mv -f .deps/ber_dump-asn1-func.Tpo .deps/ber_dump-asn1-func.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT ber_dump-oid.o -MD -MP -MF .deps/ber_dump-oid.Tpo -c -o ber_dump-oid.o `test -f 'oid.c' || echo './'`oid.c
# mv -f .deps/ber_dump-oid.Tpo .deps/ber_dump-oid.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT ber_dump-util.o -MD -MP -MF .deps/ber_dump-util.Tpo -c -o ber_dump-util.o `test -f 'util.c' || echo './'`util.c
# mv -f .deps/ber_dump-util.Tpo .deps/ber_dump-util.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -o ber-dump ber_dump-ber-dump.o ber_dump-ber-decoder.o ber_dump-ber-help.o ber_dump-reader.o ber_dump-writer.o ber_dump-asn1-parse.o ber_dump-asn1-func.o ber_dump-oid.o ber_dump-util.o -lgpg-error ../gl/libgnu.la
# libtool: link: clang -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -o ber-dump ber_dump-ber-dump.o ber_dump-ber-decoder.o ber_dump-ber-help.o ber_dump-reader.o ber_dump-writer.o ber_dump-asn1-parse.o ber_dump-asn1-func.o ber_dump-oid.o ber_dump-util.o -lgpg-error ../gl/.libs/libgnu.a
# make[3]: Leaving directory '/tmp/libksba/src/libksba-1.3.4/src'
# make[2]: Leaving directory '/tmp/libksba/src/libksba-1.3.4/src'
# Making all in tests
# make[2]: Entering directory '/tmp/libksba/src/libksba-1.3.4/tests'
# set -e; f="/dev/null"; \
# for i in /etc/dumpasn1 /usr/local/bin /usr/local/share /usr/bin \
# /usr/share ; do \
# if test -f $i/dumpasn1.cfg; then f=$i/dumpasn1.cfg; break; fi; \
# done; tr -d '\r' <$f | gawk -f ./mkoidtbl.awk >oidtranstbl.h
# make all-am
# make[3]: Entering directory '/tmp/libksba/src/libksba-1.3.4/tests'
# clang -DHAVE_CONFIG_H -I. -I.. -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT cert-basic.o -MD -MP -MF .deps/cert-basic.Tpo -c -o cert-basic.o cert-basic.c
# mv -f .deps/cert-basic.Tpo .deps/cert-basic.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -no-install -o cert-basic cert-basic.o ../src/libksba.la -lgpg-error
# libtool: link: clang -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -o cert-basic cert-basic.o ../src/.libs/libksba.so -lgpg-error -Wl,-rpath -Wl,/tmp/libksba/src/libksba-1.3.4/src/.libs
# clang -DHAVE_CONFIG_H -I. -I.. -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT t-crl-parser.o -MD -MP -MF .deps/t-crl-parser.Tpo -c -o t-crl-parser.o t-crl-parser.c
# mv -f .deps/t-crl-parser.Tpo .deps/t-crl-parser.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -no-install -o t-crl-parser t-crl-parser.o ../src/libksba.la -lgpg-error
# libtool: link: clang -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -o t-crl-parser t-crl-parser.o ../src/.libs/libksba.so -lgpg-error -Wl,-rpath -Wl,/tmp/libksba/src/libksba-1.3.4/src/.libs
# clang -DHAVE_CONFIG_H -I. -I.. -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT t-dnparser.o -MD -MP -MF .deps/t-dnparser.Tpo -c -o t-dnparser.o t-dnparser.c
# mv -f .deps/t-dnparser.Tpo .deps/t-dnparser.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -no-install -o t-dnparser t-dnparser.o ../src/libksba.la -lgpg-error
# libtool: link: clang -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -o t-dnparser t-dnparser.o ../src/.libs/libksba.so -lgpg-error -Wl,-rpath -Wl,/tmp/libksba/src/libksba-1.3.4/src/.libs
# clang -DHAVE_CONFIG_H -I. -I.. -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT t-oid.o -MD -MP -MF .deps/t-oid.Tpo -c -o t-oid.o t-oid.c
# mv -f .deps/t-oid.Tpo .deps/t-oid.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -no-install -o t-oid t-oid.o ../src/libksba.la -lgpg-error
# libtool: link: clang -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -o t-oid t-oid.o ../src/.libs/libksba.so -lgpg-error -Wl,-rpath -Wl,/tmp/libksba/src/libksba-1.3.4/src/.libs
# clang -DHAVE_CONFIG_H -I. -I.. -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT t-cms-parser.o -MD -MP -MF .deps/t-cms-parser.Tpo -c -o t-cms-parser.o t-cms-parser.c
# mv -f .deps/t-cms-parser.Tpo .deps/t-cms-parser.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -no-install -o t-cms-parser t-cms-parser.o ../src/libksba.la -lgpg-error
# libtool: link: clang -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -o t-cms-parser t-cms-parser.o ../src/.libs/libksba.so -lgpg-error -Wl,-rpath -Wl,/tmp/libksba/src/libksba-1.3.4/src/.libs
# clang -DHAVE_CONFIG_H -I. -I.. -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT t-ocsp.o -MD -MP -MF .deps/t-ocsp.Tpo -c -o t-ocsp.o t-ocsp.c
# mv -f .deps/t-ocsp.Tpo .deps/t-ocsp.Po
# clang -DHAVE_CONFIG_H -I. -I.. -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -MT sha1.o -MD -MP -MF .deps/sha1.Tpo -c -o sha1.o sha1.c
# mv -f .deps/sha1.Tpo .deps/sha1.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -no-install -o t-ocsp t-ocsp.o sha1.o ../src/libksba.la -lgpg-error
# libtool: link: clang -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden -o t-ocsp t-ocsp.o sha1.o ../src/.libs/libksba.so -lgpg-error -Wl,-rpath -Wl,/tmp/libksba/src/libksba-1.3.4/src/.libs
# make[3]: Leaving directory '/tmp/libksba/src/libksba-1.3.4/tests'
# make[2]: Leaving directory '/tmp/libksba/src/libksba-1.3.4/tests'
# Making all in doc
# make[2]: Entering directory '/tmp/libksba/src/libksba-1.3.4/doc'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/libksba/src/libksba-1.3.4/doc'
# make[2]: Entering directory '/tmp/libksba/src/libksba-1.3.4'
# make[2]: Leaving directory '/tmp/libksba/src/libksba-1.3.4'
# make[1]: Leaving directory '/tmp/libksba/src/libksba-1.3.4'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in m4
# make[1]: Entering directory '/tmp/libksba/src/libksba-1.3.4/m4'
# make[2]: Entering directory '/tmp/libksba/src/libksba-1.3.4/m4'
# 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/libksba/src/libksba-1.3.4/m4'
# make[1]: Leaving directory '/tmp/libksba/src/libksba-1.3.4/m4'
# Making install in gl
# make[1]: Entering directory '/tmp/libksba/src/libksba-1.3.4/gl'
# make install-am
# make[2]: Entering directory '/tmp/libksba/src/libksba-1.3.4/gl'
# make[3]: Entering directory '/tmp/libksba/src/libksba-1.3.4/gl'
# 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/libksba/src/libksba-1.3.4/gl'
# make[2]: Leaving directory '/tmp/libksba/src/libksba-1.3.4/gl'
# make[1]: Leaving directory '/tmp/libksba/src/libksba-1.3.4/gl'
# Making install in src
# make[1]: Entering directory '/tmp/libksba/src/libksba-1.3.4/src'
# make install-am
# make[2]: Entering directory '/tmp/libksba/src/libksba-1.3.4/src'
# make[3]: Entering directory '/tmp/libksba/src/libksba-1.3.4/src'
# /usr/bin/mkdir -p '/tmp/libksba/pkg/libksba/usr/bin'
# /usr/bin/install -c ksba-config '/tmp/libksba/pkg/libksba/usr/bin'
# /usr/bin/mkdir -p '/tmp/libksba/pkg/libksba/usr/lib'
# /bin/sh ../libtool --mode=install /usr/bin/install -c libksba.la '/tmp/libksba/pkg/libksba/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libksba.so.8.11.5 /tmp/libksba/pkg/libksba/usr/lib/libksba.so.8.11.5
# libtool: install: (cd /tmp/libksba/pkg/libksba/usr/lib && { ln -s -f libksba.so.8.11.5 libksba.so.8 || { rm -f libksba.so.8 && ln -s libksba.so.8.11.5 libksba.so.8; }; })
# libtool: install: (cd /tmp/libksba/pkg/libksba/usr/lib && { ln -s -f libksba.so.8.11.5 libksba.so || { rm -f libksba.so && ln -s libksba.so.8.11.5 libksba.so; }; })
# libtool: install: /usr/bin/install -c .libs/libksba.lai /tmp/libksba/pkg/libksba/usr/lib/libksba.la
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# /usr/bin/mkdir -p '/tmp/libksba/pkg/libksba/usr/include'
# /usr/bin/install -c -m 644 ksba.h '/tmp/libksba/pkg/libksba/usr/include'
# /usr/bin/mkdir -p '/tmp/libksba/pkg/libksba/usr/share/aclocal'
# /usr/bin/install -c -m 644 ksba.m4 '/tmp/libksba/pkg/libksba/usr/share/aclocal'
# make[3]: Leaving directory '/tmp/libksba/src/libksba-1.3.4/src'
# make[2]: Leaving directory '/tmp/libksba/src/libksba-1.3.4/src'
# make[1]: Leaving directory '/tmp/libksba/src/libksba-1.3.4/src'
# Making install in tests
# make[1]: Entering directory '/tmp/libksba/src/libksba-1.3.4/tests'
# make install-am
# make[2]: Entering directory '/tmp/libksba/src/libksba-1.3.4/tests'
# make[3]: Entering directory '/tmp/libksba/src/libksba-1.3.4/tests'
# 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/libksba/src/libksba-1.3.4/tests'
# make[2]: Leaving directory '/tmp/libksba/src/libksba-1.3.4/tests'
# make[1]: Leaving directory '/tmp/libksba/src/libksba-1.3.4/tests'
# Making install in doc
# make[1]: Entering directory '/tmp/libksba/src/libksba-1.3.4/doc'
# make[2]: Entering directory '/tmp/libksba/src/libksba-1.3.4/doc'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/libksba/pkg/libksba/usr/share/info'
# /usr/bin/install -c -m 644 ./ksba.info '/tmp/libksba/pkg/libksba/usr/share/info'
# install-info --info-dir='/tmp/libksba/pkg/libksba/usr/share/info' '/tmp/libksba/pkg/libksba/usr/share/info/ksba.info'
# make[2]: Leaving directory '/tmp/libksba/src/libksba-1.3.4/doc'
# make[1]: Leaving directory '/tmp/libksba/src/libksba-1.3.4/doc'
# make[1]: Entering directory '/tmp/libksba/src/libksba-1.3.4'
# make[2]: Entering directory '/tmp/libksba/src/libksba-1.3.4'
# 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/libksba/src/libksba-1.3.4'
# make[1]: Leaving directory '/tmp/libksba/src/libksba-1.3.4'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libksba"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Adding install file...
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: libksba 1.3.4-1 (Thu Apr 13 15:54:05 UTC 2017)

CMD: pacman --query --file libksba-1.3.4-1-x86_64.pkg.tar.xz
# libksba 1.3.4-1

Creating hybrid package for 'libksba'

Trying to find vanilla package 'libksba'...

CMD: pacman --query --file /mirror/libksba-1.3.4-1.pkg.tar.xz
# libksba 1.3.4-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.INSTALL
# /.MTREE
# /usr/share/info/ksba.info.gz
# /usr/share/aclocal/ksba.m4
# /usr/include/ksba.h
# /usr/lib/libksba.so.8.11.5
# /usr/lib/libksba.so
# /usr/lib/libksba.so.8
# /usr/bin/ksba-config
# /sysroot/usr/lib/libksba.so.8.11.5
# /sysroot/usr/lib/libksba.so.8
# /sysroot/usr/lib/libksba.so
# /sysroot/usr/lib/libksba.la
# /sysroot/usr/include/ksba.h

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libksba.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 879

Attempting to access local repository, attempt 2

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libksba.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libksba.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/libksba/src/libksba-1.3.4/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by libksba configure 1.3.4, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 4cadba1bb441
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2575: checking for a BSD-compatible install
# configure:2643: result: /usr/bin/install -c
# configure:2654: checking whether build environment is sane
# configure:2709: result: yes
# configure:2768: checking for x86_64-unknown-linux-strip
# configure:2798: result: no
# configure:2808: checking for strip
# configure:2824: found /usr/bin/strip
# configure:2835: result: strip
# configure:2860: checking for a thread-safe mkdir -p
# configure:2899: result: /usr/bin/mkdir -p
# configure:2906: checking for gawk
# configure:2922: found /usr/bin/gawk
# configure:2933: result: gawk
# configure:2944: checking whether make sets $(MAKE)
# configure:2966: result: yes
# configure:2995: checking whether make supports nested variables
# configure:3012: result: yes
# configure:3145: checking build system type
# configure:3159: result: x86_64-pc-linux-gnu
# configure:3179: checking host system type
# configure:3192: result: x86_64-unknown-linux-gnu
# configure:3216: autobuild project... libksba
# configure:3218: autobuild revision... 1.3.4
# configure:3222: autobuild hostname... 4cadba1bb441
# configure:3231: autobuild timestamp... 20170413-155353
# configure:3248: checking for style of include used by make
# configure:3276: result: GNU
# configure:3307: checking for x86_64-unknown-linux-gcc
# configure:3334: result: clang
# configure:3603: checking for C compiler version
# configure:3612: 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:3623: $? = 0
# configure:3612: 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:3623: $? = 0
# configure:3612: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3623: $? = 1
# configure:3612: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3623: $? = 1
# configure:3643: checking whether the C compiler works
# configure:3665: clang conftest.c >&5
# configure:3669: $? = 0
# configure:3717: result: yes
# configure:3720: checking for C compiler default output file name
# configure:3722: result: a.out
# configure:3728: checking for suffix of executables
# configure:3735: clang -o conftest conftest.c >&5
# configure:3739: $? = 0
# configure:3761: result:
# configure:3783: checking whether we are cross compiling
# configure:3791: clang -o conftest conftest.c >&5
# configure:3795: $? = 0
# configure:3802: ./conftest
# configure:3806: $? = 0
# configure:3821: result: no
# configure:3826: checking for suffix of object files
# configure:3848: clang -c conftest.c >&5
# configure:3852: $? = 0
# configure:3873: result: o
# configure:3877: checking whether we are using the GNU C compiler
# configure:3896: clang -c conftest.c >&5
# configure:3896: $? = 0
# configure:3905: result: yes
# configure:3914: checking whether clang accepts -g
# configure:3934: clang -c -g conftest.c >&5
# configure:3934: $? = 0
# configure:3975: result: yes
# configure:3992: checking for clang option to accept ISO C89
# configure:4055: clang -c conftest.c >&5
# configure:4055: $? = 0
# configure:4068: result: none needed
# configure:4093: checking whether clang understands -c and -o together
# configure:4115: clang -c conftest.c -o conftest2.o
# configure:4118: $? = 0
# configure:4115: clang -c conftest.c -o conftest2.o
# configure:4118: $? = 0
# configure:4130: result: yes
# configure:4149: checking dependency style of clang
# configure:4260: result: gcc3
# configure:4281: checking how to run the C preprocessor
# configure:4312: clang -E conftest.c
# configure:4312: $? = 0
# configure:4326: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4326: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libksba"
# | #define PACKAGE_TARNAME "libksba"
# | #define PACKAGE_VERSION "1.3.4"
# | #define PACKAGE_STRING "libksba 1.3.4"
# | #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libksba"
# | #define VERSION "1.3.4"
# | /* end confdefs.h. */
# | #include
# configure:4351: result: clang -E
# configure:4371: clang -E conftest.c
# configure:4371: $? = 0
# configure:4385: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4385: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libksba"
# | #define PACKAGE_TARNAME "libksba"
# | #define PACKAGE_VERSION "1.3.4"
# | #define PACKAGE_STRING "libksba 1.3.4"
# | #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libksba"
# | #define VERSION "1.3.4"
# | /* end confdefs.h. */
# | #include
# configure:4414: checking for grep that handles long lines and -e
# configure:4472: result: /usr/bin/grep
# configure:4477: checking for egrep
# configure:4539: result: /usr/bin/grep -E
# configure:4544: checking for ANSI C header files
# configure:4564: clang -c conftest.c >&5
# configure:4564: $? = 0
# configure:4637: clang -o conftest conftest.c >&5
# configure:4637: $? = 0
# configure:4637: ./conftest
# configure:4637: $? = 0
# configure:4648: result: yes
# configure:4661: checking for sys/types.h
# configure:4661: clang -c conftest.c >&5
# configure:4661: $? = 0
# configure:4661: result: yes
# configure:4661: checking for sys/stat.h
# configure:4661: clang -c conftest.c >&5
# configure:4661: $? = 0
# configure:4661: result: yes
# configure:4661: checking for stdlib.h
# configure:4661: clang -c conftest.c >&5
# configure:4661: $? = 0
# configure:4661: result: yes
# configure:4661: checking for string.h
# configure:4661: clang -c conftest.c >&5
# configure:4661: $? = 0
# configure:4661: result: yes
# configure:4661: checking for memory.h
# configure:4661: clang -c conftest.c >&5
# configure:4661: $? = 0
# configure:4661: result: yes
# configure:4661: checking for strings.h
# configure:4661: clang -c conftest.c >&5
# configure:4661: $? = 0
# configure:4661: result: yes
# configure:4661: checking for inttypes.h
# configure:4661: clang -c conftest.c >&5
# configure:4661: $? = 0
# configure:4661: result: yes
# configure:4661: checking for stdint.h
# configure:4661: clang -c conftest.c >&5
# configure:4661: $? = 0
# configure:4661: result: yes
# configure:4661: checking for unistd.h
# configure:4661: clang -c conftest.c >&5
# configure:4661: $? = 0
# configure:4661: result: yes
# configure:4674: checking minix/config.h usability
# configure:4674: clang -c conftest.c >&5
# conftest.c:54:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:4674: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libksba"
# | #define PACKAGE_TARNAME "libksba"
# | #define PACKAGE_VERSION "1.3.4"
# | #define PACKAGE_STRING "libksba 1.3.4"
# | #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libksba"
# | #define VERSION "1.3.4"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:4674: result: no
# configure:4674: checking minix/config.h presence
# configure:4674: clang -E conftest.c
# conftest.c:21:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:4674: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libksba"
# | #define PACKAGE_TARNAME "libksba"
# | #define PACKAGE_VERSION "1.3.4"
# | #define PACKAGE_STRING "libksba 1.3.4"
# | #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libksba"
# | #define VERSION "1.3.4"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:4674: result: no
# configure:4674: checking for minix/config.h
# configure:4674: result: no
# configure:4695: checking whether it is safe to define __EXTENSIONS__
# configure:4713: clang -c conftest.c >&5
# configure:4713: $? = 0
# configure:4720: result: yes
# configure:4783: checking how to print strings
# configure:4810: result: printf
# configure:4831: checking for a sed that does not truncate output
# configure:4895: result: /usr/bin/sed
# configure:4913: checking for fgrep
# configure:4975: result: /usr/bin/grep -F
# configure:5010: checking for ld used by clang
# configure:5077: result: /usr/bin/ld
# configure:5084: checking if the linker (/usr/bin/ld) is GNU ld
# configure:5099: result: yes
# configure:5111: checking for BSD- or MS-compatible name lister (nm)
# configure:5160: result: no
# configure:5174: checking for x86_64-unknown-linux-dumpbin
# configure:5204: result: no
# configure:5174: checking for x86_64-unknown-linux-link
# configure:5204: result: no
# configure:5218: checking for dumpbin
# configure:5248: result: no
# configure:5218: checking for link
# configure:5234: found /usr/bin/link
# configure:5245: result: link -dump
# configure:5290: checking the name lister (nm) interface
# configure:5297: clang -c conftest.c >&5
# configure:5300: nm "conftest.o"
# configure:5303: output
# 0000000000000000 B some_variable
# configure:5310: result: BSD nm
# configure:5313: checking whether ln -s works
# configure:5317: result: yes
# configure:5325: checking the maximum length of command line arguments
# configure:5455: result: 1572864
# configure:5472: checking whether the shell understands some XSI constructs
# configure:5482: result: yes
# configure:5486: checking whether the shell understands "+="
# configure:5492: result: yes
# configure:5527: checking how to convert x86_64-pc-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5567: result: func_convert_file_noop
# configure:5574: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
# configure:5594: result: func_convert_file_noop
# configure:5601: checking for /usr/bin/ld option to reload object files
# configure:5608: result: -r
# configure:5642: checking for x86_64-unknown-linux-objdump
# configure:5672: result: no
# configure:5682: checking for objdump
# configure:5698: found /usr/bin/objdump
# configure:5709: result: objdump
# configure:5738: checking how to recognize dependent libraries
# configure:5940: result: pass_all
# configure:5985: checking for x86_64-unknown-linux-dlltool
# configure:6015: result: no
# configure:6025: checking for dlltool
# configure:6055: result: no
# configure:6082: checking how to associate runtime and link libraries
# configure:6109: result: printf %s\n
# configure:6125: checking for x86_64-unknown-linux-ar
# configure:6155: result: no
# configure:6169: checking for ar
# configure:6185: found /usr/bin/ar
# configure:6196: result: ar
# configure:6233: checking for archiver @FILE support
# configure:6250: clang -c conftest.c >&5
# configure:6250: $? = 0
# configure:6253: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:6256: $? = 0
# configure:6261: 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:6264: $? = 1
# configure:6276: result: @
# configure:6294: checking for x86_64-unknown-linux-strip
# configure:6321: result: strip
# configure:6393: checking for x86_64-unknown-linux-ranlib
# configure:6423: result: no
# configure:6433: checking for ranlib
# configure:6449: found /usr/bin/ranlib
# configure:6460: result: ranlib
# configure:6562: checking command to parse nm output from clang object
# configure:6682: clang -c conftest.c >&5
# configure:6685: $? = 0
# configure:6689: nm 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:6692: $? = 0
# configure:6758: clang -o conftest conftest.c conftstm.o >&5
# configure:6761: $? = 0
# configure:6799: result: ok
# configure:6836: checking for sysroot
# configure:6866: result: no
# configure:6943: clang -c conftest.c >&5
# configure:6946: $? = 0
# configure:7088: checking for x86_64-unknown-linux-mt
# configure:7118: result: no
# configure:7128: checking for mt
# configure:7158: result: no
# configure:7178: checking if : is a manifest tool
# configure:7184: : '-?'
# configure:7192: result: no
# configure:7831: checking for dlfcn.h
# configure:7831: clang -c conftest.c >&5
# configure:7831: $? = 0
# configure:7831: result: yes
# configure:8334: checking for objdir
# configure:8349: result: .libs
# configure:8620: checking if clang supports -fno-rtti -fno-exceptions
# configure:8638: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8642: $? = 0
# configure:8655: result: yes
# configure:8982: checking for clang option to produce PIC
# configure:8989: result: -fPIC -DPIC
# configure:8997: checking if clang PIC flag -fPIC -DPIC works
# configure:9015: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:9019: $? = 0
# configure:9032: result: yes
# configure:9061: checking if clang static flag -static works
# configure:9089: result: yes
# configure:9104: checking if clang supports -c -o file.o
# configure:9125: clang -c -o out/conftest2.o conftest.c >&5
# configure:9129: $? = 0
# configure:9151: result: yes
# configure:9159: checking if clang supports -c -o file.o
# configure:9206: result: yes
# configure:9239: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:10396: result: yes
# configure:10433: checking whether -lc should be explicitly linked in
# configure:10441: clang -c conftest.c >&5
# configure:10444: $? = 0
# configure:10459: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:10462: $? = 0
# configure:10476: result: no
# configure:10636: checking dynamic linker characteristics
# configure:11167: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11167: $? = 0
# configure:11401: result: GNU/Linux ld.so
# configure:11508: checking how to hardcode library paths into programs
# configure:11533: result: immediate
# configure:12073: checking whether stripping libraries is possible
# configure:12078: result: yes
# configure:12113: checking if libtool supports shared libraries
# configure:12115: result: yes
# configure:12118: checking whether to build shared libraries
# configure:12139: result: yes
# configure:12142: checking whether to build static libraries
# configure:12146: result: no
# configure:12186: checking for x86_64-unknown-linux-windres
# configure:12216: result: no
# configure:12226: checking for windres
# configure:12256: result: no
# configure:12362: checking whether to enable maintainer-specific portions of Makefiles
# configure:12371: result: no
# configure:12436: checking whether make supports nested variables
# configure:12453: result: yes
# configure:12468: checking for gawk
# configure:12495: result: gawk
# configure:12514: checking for x86_64-unknown-linux-gcc
# configure:12541: result: clang
# configure:12810: checking for C compiler version
# configure:12819: 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:12830: $? = 0
# configure:12819: 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:12830: $? = 0
# configure:12819: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:12830: $? = 1
# configure:12819: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:12830: $? = 1
# configure:12834: checking whether we are using the GNU C compiler
# configure:12862: result: yes
# configure:12871: checking whether clang accepts -g
# configure:12932: result: yes
# configure:12949: checking for clang option to accept ISO C89
# configure:13025: result: none needed
# configure:13050: checking whether clang understands -c and -o together
# configure:13087: result: yes
# configure:13106: checking dependency style of clang
# configure:13217: result: gcc3
# configure:13237: checking how to run the C preprocessor
# configure:13307: result: clang -E
# configure:13327: clang -E conftest.c
# configure:13327: $? = 0
# configure:13341: clang -E conftest.c
# conftest.c:30:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:13341: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libksba"
# | #define PACKAGE_TARNAME "libksba"
# | #define PACKAGE_VERSION "1.3.4"
# | #define PACKAGE_STRING "libksba 1.3.4"
# | #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libksba"
# | #define VERSION "1.3.4"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "libksba"
# | #define VERSION "1.3.4"
# | /* end confdefs.h. */
# | #include
# configure:13374: checking whether ln -s works
# configure:13378: result: yes
# configure:13385: checking whether make sets $(MAKE)
# configure:13407: result: yes
# configure:13423: checking for bison
# configure:13439: found /usr/bin/bison
# configure:13450: result: bison -y
# configure:13462: checking for inline
# configure:13478: clang -c conftest.c >&5
# configure:13478: $? = 0
# configure:13486: result: inline
# configure:13508: checking for cc for build
# configure:13515: result: clang
# configure:13595: checking if gcc supports -Wpointer-arith
# configure:13610: clang -c -Wpointer-arith conftest.c >&5
# configure:13610: $? = 0
# configure:13616: result: yes
# configure:13623: checking if gcc supports -Wno-pointer-sign
# configure:13638: clang -c -Wno-pointer-sign conftest.c >&5
# configure:13638: $? = 0
# configure:13644: result: yes
# configure:13726: checking whether the visibility attribute is supported
# configure:13749: result: yes
# configure:13752: checking for broken visibility attribute
# configure:13776: result: no
# configure:13780: checking for broken alias attribute
# configure:13806: result: no
# configure:13810: checking if gcc supports -fvisibility=hidden
# configure:13829: clang -c -fvisibility=hidden conftest.c >&5
# configure:13829: $? = 0
# configure:13836: result: yes
# configure:13892: checking for gpg-error-config
# configure:13910: found /usr/bin/gpg-error-config
# configure:13923: result: /usr/bin/gpg-error-config
# configure:13932: checking for GPG Error - version >= 1.8
# configure:13961: result: yes (1.23)
# configure:13974: WARNING:
# ***
# *** The config script /usr/bin/gpg-error-config was
# *** built for x86_64-pc-linux-gnu and thus may not match the
# *** used host x86_64-unknown-linux-gnu.
# *** You may want to use the configure option --with-gpg-error-prefix
# *** to specify a matching config script or use $SYSROOT.
# ***
# configure:14011: checking for ANSI C header files
# configure:14115: result: yes
# configure:14125: checking for string.h
# configure:14125: result: yes
# configure:14137: checking for an ANSI C-conforming const
# configure:14203: clang -c -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden conftest.c >&5
# configure:14203: $? = 0
# configure:14210: result: yes
# configure:14219: checking whether byte ordering is bigendian
# configure:14234: clang -c -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden conftest.c >&5
# conftest.c:35:9: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:35:14: error: expected ';' after top level declarator
# not a universal capable compiler
# ^
# ;
# 2 errors generated.
# configure:14234: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libksba"
# | #define PACKAGE_TARNAME "libksba"
# | #define PACKAGE_VERSION "1.3.4"
# | #define PACKAGE_STRING "libksba 1.3.4"
# | #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libksba"
# | #define VERSION "1.3.4"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "libksba"
# | #define VERSION "1.3.4"
# | #define KSBA_USE_VISIBILITY 1
# | #define GPG_ERR_SOURCE_DEFAULT GPG_ERR_SOURCE_KSBA
# | #define STDC_HEADERS 1
# | #define HAVE_STRING_H 1
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:14279: clang -c -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden conftest.c >&5
# configure:14279: $? = 0
# configure:14297: clang -c -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden conftest.c >&5
# conftest.c:41:4: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:14297: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libksba"
# | #define PACKAGE_TARNAME "libksba"
# | #define PACKAGE_VERSION "1.3.4"
# | #define PACKAGE_STRING "libksba 1.3.4"
# | #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libksba"
# | #define VERSION "1.3.4"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "libksba"
# | #define VERSION "1.3.4"
# | #define KSBA_USE_VISIBILITY 1
# | #define GPG_ERR_SOURCE_DEFAULT GPG_ERR_SOURCE_KSBA
# | #define STDC_HEADERS 1
# | #define HAVE_STRING_H 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:14425: result: no
# configure:14448: checking size of unsigned int
# configure:14453: clang -o conftest -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden conftest.c >&5
# configure:14453: $? = 0
# configure:14453: ./conftest
# configure:14453: $? = 0
# configure:14467: result: 4
# configure:14481: checking size of unsigned long
# configure:14486: clang -o conftest -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden conftest.c >&5
# configure:14486: $? = 0
# configure:14486: ./conftest
# configure:14486: $? = 0
# configure:14500: result: 8
# configure:14510: checking for u32 typedef
# configure:14531: clang -c -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden conftest.c >&5
# conftest.c:44:20: error: use of undeclared identifier 'u32'
# int a = sizeof(u32);
# ^
# 1 error generated.
# configure:14531: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libksba"
# | #define PACKAGE_TARNAME "libksba"
# | #define PACKAGE_VERSION "1.3.4"
# | #define PACKAGE_STRING "libksba 1.3.4"
# | #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libksba"
# | #define VERSION "1.3.4"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "libksba"
# | #define VERSION "1.3.4"
# | #define KSBA_USE_VISIBILITY 1
# | #define GPG_ERR_SOURCE_DEFAULT GPG_ERR_SOURCE_KSBA
# | #define STDC_HEADERS 1
# | #define HAVE_STRING_H 1
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_UNSIGNED_LONG 8
# | /* end confdefs.h. */
# | #define _GNU_SOURCE 1
# | #include
# | #include
# | int
# | main ()
# | {
# |
# | #undef u32
# | int a = sizeof(u32);
# |
# | ;
# | return 0;
# | }
# configure:14539: result: no
# configure:14553: checking for memmove
# configure:14553: clang -o conftest -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden conftest.c >&5
# conftest.c:59:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
# char memmove ();
# ^
# conftest.c:59:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
# 1 warning generated.
# configure:14553: $? = 0
# configure:14553: result: yes
# configure:14553: checking for strchr
# configure:14553: clang -o conftest -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden conftest.c >&5
# conftest.c:60:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
# char strchr ();
# ^
# conftest.c:60:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:14553: $? = 0
# configure:14553: result: yes
# configure:14553: checking for strtol
# configure:14553: clang -o conftest -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden conftest.c >&5
# configure:14553: $? = 0
# configure:14553: result: yes
# configure:14553: checking for strtoul
# configure:14553: clang -o conftest -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden conftest.c >&5
# configure:14553: $? = 0
# configure:14553: result: yes
# configure:14553: checking for stpcpy
# configure:14553: clang -o conftest -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden conftest.c >&5
# conftest.c:63:6: warning: incompatible redeclaration of library function 'stpcpy' [-Wincompatible-library-redeclaration]
# char stpcpy ();
# ^
# conftest.c:63:6: note: 'stpcpy' is a builtin with type 'char *(char *, const char *)'
# 1 warning generated.
# configure:14553: $? = 0
# configure:14553: result: yes
# configure:14553: checking for gmtime_r
# configure:14553: clang -o conftest -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden conftest.c >&5
# configure:14553: $? = 0
# configure:14553: result: yes
# configure:14553: checking for getenv
# configure:14553: clang -o conftest -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden conftest.c >&5
# configure:14553: $? = 0
# configure:14553: result: yes
# configure:14568: checking for size_t
# configure:14568: clang -c -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden conftest.c >&5
# configure:14568: $? = 0
# configure:14568: clang -c -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden conftest.c >&5
# conftest.c:79:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:14568: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libksba"
# | #define PACKAGE_TARNAME "libksba"
# | #define PACKAGE_VERSION "1.3.4"
# | #define PACKAGE_STRING "libksba 1.3.4"
# | #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libksba"
# | #define VERSION "1.3.4"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define PACKAGE "libksba"
# | #define VERSION "1.3.4"
# | #define KSBA_USE_VISIBILITY 1
# | #define GPG_ERR_SOURCE_DEFAULT GPG_ERR_SOURCE_KSBA
# | #define STDC_HEADERS 1
# | #define HAVE_STRING_H 1
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_UNSIGNED_LONG 8
# | #define HAVE_MEMMOVE 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_STPCPY 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_GETENV 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:14568: result: yes
# configure:14581: checking for working alloca.h
# configure:14598: clang -o conftest -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden conftest.c >&5
# configure:14598: $? = 0
# configure:14606: result: yes
# configure:14614: checking for alloca
# configure:14651: clang -o conftest -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden conftest.c >&5
# configure:14651: $? = 0
# configure:14659: result: yes
# configure:14822: checking for valgrind
# configure:14852: result: no
# configure:14873: checking whether self tests are run under valgrind
# configure:14875: result: no
# configure:15044: checking that generated files are newer than configure
# configure:15050: result: done
# configure:15098: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libksba config.status 1.3.4, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 4cadba1bb441
#
# config.status:1193: creating Makefile
# config.status:1193: creating m4/Makefile
# config.status:1193: creating gl/Makefile
# config.status:1193: creating src/Makefile
# config.status:1193: creating src/ksba-config
# config.status:1193: creating src/versioninfo.rc
# config.status:1193: creating tests/Makefile
# config.status:1193: creating doc/Makefile
# config.status:1193: creating config.h
# config.status:1422: executing depfiles commands
# config.status:1422: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-pc-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# ac_cv_env_CC_FOR_BUILD_set=
# ac_cv_env_CC_FOR_BUILD_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_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_YACC_set=
# ac_cv_env_YACC_value=
# ac_cv_env_YFLAGS_set=
# ac_cv_env_YFLAGS_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_alloca_works=yes
# ac_cv_func_getenv=yes
# ac_cv_func_gmtime_r=yes
# ac_cv_func_memmove=yes
# ac_cv_func_stpcpy=yes
# ac_cv_func_strchr=yes
# ac_cv_func_strtol=yes
# ac_cv_func_strtoul=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_minix_config_h=no
# 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_host=x86_64-unknown-linux-gnu
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GPG_ERROR_CONFIG=/usr/bin/gpg-error-config
# 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_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_YACC='bison -y'
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_DUMPBIN='link -dump'
# 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_make_make_set=yes
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_sizeof_unsigned_int=4
# ac_cv_sizeof_unsigned_long=8
# ac_cv_type_size_t=yes
# ac_cv_working_alloca_h=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# gnupg_cv_typedef_u32=no
# ksba_cv_broken_alias_attribute=no
# ksba_cv_broken_visibility_attribute=no
# ksba_cv_gcc_has_f_visibility=yes
# ksba_cv_visibility_attribute=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_NM=no
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_RC=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=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/libksba/src/libksba-1.3.4/build-aux/missing aclocal-1.14'
# ALLOCA=''
# ALLOCA_H='alloca.h'
# 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/libksba/src/libksba-1.3.4/build-aux/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/libksba/src/libksba-1.3.4/build-aux/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/libksba/src/libksba-1.3.4/build-aux/missing automake-1.14'
# AWK='gawk'
# BUILD_FILEVERSION=''
# BUILD_REVISION='3a92e8c'
# BUILD_TIMESTAMP=''
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CC_FOR_BUILD='clang'
# CFLAGS=' -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign -fvisibility=hidden'
# CPP='clang -E'
# CPPFLAGS=''
# CROSS_COMPILING_FALSE=''
# CROSS_COMPILING_TRUE='#'
# 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'
# GPG_ERROR_CFLAGS=''
# GPG_ERROR_CONFIG='/usr/bin/gpg-error-config'
# GPG_ERROR_LIBS='-lgpg-error'
# GPG_ERROR_MT_CFLAGS=''
# GPG_ERROR_MT_LIBS='-lgpg-error -lpthread'
# GREP='/usr/bin/grep'
# HAVE_LD_VERSION_SCRIPT_FALSE='#'
# HAVE_LD_VERSION_SCRIPT_TRUE=''
# HAVE_W32CE_SYSTEM_FALSE=''
# HAVE_W32CE_SYSTEM_TRUE='#'
# HAVE_W32_SYSTEM_FALSE=''
# HAVE_W32_SYSTEM_TRUE='#'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# KSBA_CONFIG_API_VERSION='1'
# KSBA_CONFIG_CFLAGS=''
# KSBA_CONFIG_HOST='x86_64-unknown-linux-gnu'
# KSBA_CONFIG_LIBS='-lksba'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBKSBA_LT_AGE='11'
# LIBKSBA_LT_CURRENT='19'
# LIBKSBA_LT_REVISION='5'
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTALLOCA=''
# LTLIBOBJS=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/libksba/src/libksba-1.3.4/build-aux/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='nm'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='libksba'
# PACKAGE_BUGREPORT='http://bugs.gnupg.org'
# PACKAGE_NAME='libksba'
# PACKAGE_STRING='libksba 1.3.4'
# PACKAGE_TARNAME='libksba'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.3.4'
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# RC=''
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VALGRIND=''
# VERSION='1.3.4'
# YACC='bison -y'
# YFLAGS=''
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_DUMPBIN='link -dump'
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-pc-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='pc'
# 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/libksba/src/libksba-1.3.4/build-aux/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "libksba"
# #define PACKAGE_TARNAME "libksba"
# #define PACKAGE_VERSION "1.3.4"
# #define PACKAGE_STRING "libksba 1.3.4"
# #define PACKAGE_BUGREPORT "http://bugs.gnupg.org"
# #define PACKAGE_URL ""
# #define PACKAGE "libksba"
# #define VERSION "1.3.4"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define __EXTENSIONS__ 1
# #define _ALL_SOURCE 1
# #define _GNU_SOURCE 1
# #define _POSIX_PTHREAD_SEMANTICS 1
# #define _TANDEM_SOURCE 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define PACKAGE "libksba"
# #define VERSION "1.3.4"
# #define KSBA_USE_VISIBILITY 1
# #define GPG_ERR_SOURCE_DEFAULT GPG_ERR_SOURCE_KSBA
# #define STDC_HEADERS 1
# #define HAVE_STRING_H 1
# #define SIZEOF_UNSIGNED_INT 4
# #define SIZEOF_UNSIGNED_LONG 8
# #define HAVE_MEMMOVE 1
# #define HAVE_STRCHR 1
# #define HAVE_STRTOL 1
# #define HAVE_STRTOUL 1
# #define HAVE_STPCPY 1
# #define HAVE_GMTIME_R 1
# #define HAVE_GETENV 1
# #define HAVE_ALLOCA_H 1
# #define HAVE_ALLOCA 1
# #define HAVE_ALLOCA 1
# #define HAVE_ALLOCA_H 1
# #define BUILD_REVISION "3a92e8c"
# #define BUILD_TIMESTAMP ""
#
# configure: exit 0