Build of sqlcipher with clang_glibc toolchain

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

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

SLOCLanguage
262,561 ansic
20,912 sh
11,811 tcl
2,006 makefile
1,105 yacc
263 awk
298,658 total

The process tree of the build process is here.

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

Log

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

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

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

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: sqlcipher 3.3.1-4 (Thu Apr 13 20:19:41 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) tcl-8.6.5-2
#
# Total Installed Size: 6.42 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing tcl...
# :: Running post-transaction hooks...
# (1/1) Updating manpage index...
# ==> 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 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 for a sed that does not truncate output... /usr/bin/sed
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# 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-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking how to run the C preprocessor... clang -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... no
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking for a BSD-compatible install... /usr/bin/install -c
# checking for gawk... gawk
# checking for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... no
# checking for int8_t... yes
# checking for int16_t... yes
# checking for int32_t... yes
# checking for int64_t... yes
# checking for intptr_t... yes
# checking for uint8_t... yes
# checking for uint16_t... yes
# checking for uint32_t... yes
# checking for uint64_t... yes
# checking for uintptr_t... yes
# checking for sys/types.h... (cached) yes
# checking for stdlib.h... (cached) yes
# checking for stdint.h... (cached) yes
# checking for inttypes.h... (cached) yes
# checking malloc.h usability... yes
# checking malloc.h presence... yes
# checking for malloc.h... yes
# checking for fdatasync... yes
# checking for gmtime_r... yes
# checking for isnan... yes
# checking for localtime_r... yes
# checking for localtime_s... no
# checking for malloc_usable_size... yes
# checking for strchrnul... yes
# checking for usleep... yes
# checking for utime... yes
# checking for tclsh8.6... tclsh8.6
# configure: Version set to 3.8
# configure: Release set to 3.8.10.2
# configure: Version number set to 3008010
# checking whether to support threadsafe operation... yes
# checking for library containing pthread_create... -lpthread
# checking for crypto library to use... openssl
# checking for HMAC_Init_ex in -lcrypto... yes
# checking whether to allow connections to be shared across threads... no
# checking whether to support shared library linked as release mode or not... no
# checking whether to use an in-ram database for temporary tables... yes
# checking if executables have the .exe suffix... unknown
# checking for Tcl configuration... found /usr/lib/tclConfig.sh
# checking for existence of /usr/lib/tclConfig.sh... loading
# checking for library containing tgetent... -lncurses
# checking for readline in -lreadline... yes
# checking readline.h usability... no
# checking readline.h presence... no
# checking for readline.h... no
# checking for /usr/include/readline.h... no
# checking for /usr/include/readline/readline.h... yes
# checking for library containing fdatasync... none required
# checking for library containing dlopen... -ldl
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating sqlcipher.pc
# config.status: creating config.h
# config.status: executing libtool commands
# tclsh8.6 /tmp/sqlcipher/src/sqlcipher-3.3.1/tool/mksqlite3h.tcl /tmp/sqlcipher/src/sqlcipher-3.3.1 >sqlite3.h
# clang -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL -o mkkeywordhash /tmp/sqlcipher/src/sqlcipher-3.3.1/tool/mkkeywordhash.c
# ./mkkeywordhash >keywordhash.h
# clang -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL -o lemon /tmp/sqlcipher/src/sqlcipher-3.3.1/tool/lemon.c
# cp /tmp/sqlcipher/src/sqlcipher-3.3.1/src/lempar.c .
# cp /tmp/sqlcipher/src/sqlcipher-3.3.1/src/parse.y .
# rm -f parse.h
# ./lemon parse.y
# mv parse.h parse.h.temp
# gawk -f /tmp/sqlcipher/src/sqlcipher-3.3.1/addopcodes.awk parse.h.temp >parse.h
# cat parse.h /tmp/sqlcipher/src/sqlcipher-3.3.1/src/vdbe.c | gawk -f /tmp/sqlcipher/src/sqlcipher-3.3.1/mkopcodeh.awk >opcodes.h
# gawk -f /tmp/sqlcipher/src/sqlcipher-3.3.1/mkopcodec.awk opcodes.h >opcodes.c
# rm -rf tsrc
# mkdir tsrc
# cp -f /tmp/sqlcipher/src/sqlcipher-3.3.1/src/crypto.h /tmp/sqlcipher/src/sqlcipher-3.3.1/src/sqlcipher.h /tmp/sqlcipher/src/sqlcipher-3.3.1/src/crypto.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/crypto_impl.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/crypto_libtomcrypt.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/crypto_openssl.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/crypto_cc.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/alter.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/analyze.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/attach.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/auth.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/backup.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/bitvec.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/btmutex.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/btree.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/btree.h /tmp/sqlcipher/src/sqlcipher-3.3.1/src/btreeInt.h /tmp/sqlcipher/src/sqlcipher-3.3.1/src/build.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/callback.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/complete.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/ctime.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/date.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/dbstat.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/delete.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/expr.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/fault.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/fkey.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/func.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/global.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/hash.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/hash.h /tmp/sqlcipher/src/sqlcipher-3.3.1/src/hwtime.h /tmp/sqlcipher/src/sqlcipher-3.3.1/src/insert.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/journal.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/legacy.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/loadext.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/main.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/malloc.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/mem0.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/mem1.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/mem2.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/mem3.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/mem5.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/memjournal.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/msvc.h /tmp/sqlcipher/src/sqlcipher-3.3.1/src/mutex.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/mutex.h /tmp/sqlcipher/src/sqlcipher-3.3.1/src/mutex_noop.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/mutex_unix.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/mutex_w32.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/notify.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/os.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/os.h /tmp/sqlcipher/src/sqlcipher-3.3.1/src/os_common.h /tmp/sqlcipher/src/sqlcipher-3.3.1/src/os_setup.h /tmp/sqlcipher/src/sqlcipher-3.3.1/src/os_unix.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/os_win.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/os_win.h /tmp/sqlcipher/src/sqlcipher-3.3.1/src/pager.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/pager.h /tmp/sqlcipher/src/sqlcipher-3.3.1/src/parse.y /tmp/sqlcipher/src/sqlcipher-3.3.1/src/pcache.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/pcache.h /tmp/sqlcipher/src/sqlcipher-3.3.1/src/pcache1.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/pragma.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/pragma.h /tmp/sqlcipher/src/sqlcipher-3.3.1/src/prepare.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/printf.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/random.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/resolve.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/rowset.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/select.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/status.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/shell.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/sqlite.h.in /tmp/sqlcipher/src/sqlcipher-3.3.1/src/sqlite3ext.h /tmp/sqlcipher/src/sqlcipher-3.3.1/src/sqliteInt.h /tmp/sqlcipher/src/sqlcipher-3.3.1/src/sqliteLimit.h /tmp/sqlcipher/src/sqlcipher-3.3.1/src/table.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/threads.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/tclsqlite.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/tokenize.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/trigger.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/utf.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/update.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/util.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/vacuum.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/vdbe.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/vdbe.h /tmp/sqlcipher/src/sqlcipher-3.3.1/src/vdbeapi.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/vdbeaux.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/vdbeblob.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/vdbemem.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/vdbesort.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/vdbetrace.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/vdbeInt.h /tmp/sqlcipher/src/sqlcipher-3.3.1/src/vtab.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/vxworks.h /tmp/sqlcipher/src/sqlcipher-3.3.1/src/wal.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/wal.h /tmp/sqlcipher/src/sqlcipher-3.3.1/src/walker.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/where.c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/whereInt.h /tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts1/fts1.c /tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts1/fts1.h /tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts1/fts1_hash.c /tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts1/fts1_hash.h /tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts1/fts1_porter.c /tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts1/fts1_tokenizer.h /tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts1/fts1_tokenizer1.c /tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts2/fts2.c /tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts2/fts2.h /tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts2/fts2_hash.c /tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts2/fts2_hash.h /tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts2/fts2_icu.c /tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts2/fts2_porter.c /tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts2/fts2_tokenizer.h /tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts2/fts2_tokenizer.c /tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts2/fts2_tokenizer1.c /tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts3/fts3.c /tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts3/fts3.h /tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts3/fts3Int.h /tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts3/fts3_aux.c /tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts3/fts3_expr.c /tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts3/fts3_hash.c /tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts3/fts3_hash.h /tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts3/fts3_icu.c /tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts3/fts3_porter.c /tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts3/fts3_snippet.c /tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts3/fts3_tokenizer.h /tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts3/fts3_tokenizer.c /tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts3/fts3_tokenizer1.c /tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts3/fts3_tokenize_vtab.c /tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts3/fts3_unicode.c /tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts3/fts3_unicode2.c /tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts3/fts3_write.c /tmp/sqlcipher/src/sqlcipher-3.3.1/ext/icu/sqliteicu.h /tmp/sqlcipher/src/sqlcipher-3.3.1/ext/icu/icu.c /tmp/sqlcipher/src/sqlcipher-3.3.1/ext/rtree/rtree.h /tmp/sqlcipher/src/sqlcipher-3.3.1/ext/rtree/rtree.c keywordhash.h opcodes.c opcodes.h parse.c parse.h config.h sqlite3.h tsrc
# rm tsrc/sqlite.h.in tsrc/parse.y
# tclsh8.6 /tmp/sqlcipher/src/sqlcipher-3.3.1/tool/vdbe-compress.tcl vdbe.new
# mv vdbe.new tsrc/vdbe.c
# touch .target_source
# tclsh8.6 /tmp/sqlcipher/src/sqlcipher-3.3.1/tool/mksqlite3c.tcl
# cp tsrc/shell.c tsrc/sqlite3ext.h .
# ./libtool --mode=compile --tag=CC clang -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL -DSQLITE_OS_UNIX=1 -I. -I/tmp/sqlcipher/src/sqlcipher-3.3.1/src -I/tmp/sqlcipher/src/sqlcipher-3.3.1/ext/rtree -I/tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts3 -D_HAVE_SQLITE_CONFIG_H -DBUILD_sqlite -DNDEBUG -I/usr/include -DSQLITE_THREADSAFE=1 -DSQLITE_TEMP_STORE=2 -c sqlite3.c
# libtool: compile: clang -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL -DSQLITE_OS_UNIX=1 -I. -I/tmp/sqlcipher/src/sqlcipher-3.3.1/src -I/tmp/sqlcipher/src/sqlcipher-3.3.1/ext/rtree -I/tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts3 -D_HAVE_SQLITE_CONFIG_H -DBUILD_sqlite -DNDEBUG -I/usr/include -DSQLITE_THREADSAFE=1 -DSQLITE_TEMP_STORE=2 -c sqlite3.c -fPIC -DPIC -o .libs/sqlite3.o
# libtool: compile: clang -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL -DSQLITE_OS_UNIX=1 -I. -I/tmp/sqlcipher/src/sqlcipher-3.3.1/src -I/tmp/sqlcipher/src/sqlcipher-3.3.1/ext/rtree -I/tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts3 -D_HAVE_SQLITE_CONFIG_H -DBUILD_sqlite -DNDEBUG -I/usr/include -DSQLITE_THREADSAFE=1 -DSQLITE_TEMP_STORE=2 -c sqlite3.c -o sqlite3.o >/dev/null 2>&1
# ./libtool --mode=link clang -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL -DSQLITE_OS_UNIX=1 -I. -I/tmp/sqlcipher/src/sqlcipher-3.3.1/src -I/tmp/sqlcipher/src/sqlcipher-3.3.1/ext/rtree -I/tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts3 -D_HAVE_SQLITE_CONFIG_H -DBUILD_sqlite -DNDEBUG -I/usr/include -DSQLITE_THREADSAFE=1 -lcrypto -o libsqlcipher.la sqlite3.lo -ldl -lcrypto -lpthread \
# -rpath "/usr/lib" -version-info "8:6:8"
# libtool: link: clang -shared .libs/sqlite3.o -ldl -lcrypto -lpthread -Wl,-soname -Wl,libsqlcipher.so.0 -o .libs/libsqlcipher.so.0.8.6
# libtool: link: (cd ".libs" && rm -f "libsqlcipher.so.0" && ln -s "libsqlcipher.so.0.8.6" "libsqlcipher.so.0")
# libtool: link: (cd ".libs" && rm -f "libsqlcipher.so" && ln -s "libsqlcipher.so.0.8.6" "libsqlcipher.so")
# libtool: link: ar cru .libs/libsqlcipher.a sqlite3.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libsqlcipher.a
# libtool: link: ( cd ".libs" && rm -f "libsqlcipher.la" && ln -s "../libsqlcipher.la" "libsqlcipher.la" )
# ./libtool --mode=link clang -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL -DSQLITE_OS_UNIX=1 -I. -I/tmp/sqlcipher/src/sqlcipher-3.3.1/src -I/tmp/sqlcipher/src/sqlcipher-3.3.1/ext/rtree -I/tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts3 -D_HAVE_SQLITE_CONFIG_H -DBUILD_sqlite -DNDEBUG -I/usr/include -DSQLITE_THREADSAFE=1 -lcrypto -DHAVE_READLINE=1 -I/usr/include/readline \
# -o sqlcipher /tmp/sqlcipher/src/sqlcipher-3.3.1/src/shell.c libsqlcipher.la \
# -lreadline -lncurses -ldl -lcrypto -lpthread -rpath "/usr/lib"
# libtool: link: clang -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL -DSQLITE_OS_UNIX=1 -I. -I/tmp/sqlcipher/src/sqlcipher-3.3.1/src -I/tmp/sqlcipher/src/sqlcipher-3.3.1/ext/rtree -I/tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts3 -D_HAVE_SQLITE_CONFIG_H -DBUILD_sqlite -DNDEBUG -I/usr/include -DSQLITE_THREADSAFE=1 -DHAVE_READLINE=1 -I/usr/include/readline -o .libs/sqlcipher /tmp/sqlcipher/src/sqlcipher-3.3.1/src/shell.c ./.libs/libsqlcipher.so -lreadline -lncurses -ldl -lcrypto -lpthread -Wl,-rpath -Wl,/usr/lib
# ./libtool --mode=compile --tag=CC clang -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL -DSQLITE_OS_UNIX=1 -I. -I/tmp/sqlcipher/src/sqlcipher-3.3.1/src -I/tmp/sqlcipher/src/sqlcipher-3.3.1/ext/rtree -I/tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts3 -D_HAVE_SQLITE_CONFIG_H -DBUILD_sqlite -DNDEBUG -I/usr/include -DSQLITE_THREADSAFE=1 -DUSE_TCL_STUBS=1 -c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/tclsqlite.c
# libtool: compile: clang -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL -DSQLITE_OS_UNIX=1 -I. -I/tmp/sqlcipher/src/sqlcipher-3.3.1/src -I/tmp/sqlcipher/src/sqlcipher-3.3.1/ext/rtree -I/tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts3 -D_HAVE_SQLITE_CONFIG_H -DBUILD_sqlite -DNDEBUG -I/usr/include -DSQLITE_THREADSAFE=1 -DUSE_TCL_STUBS=1 -c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/tclsqlite.c -fPIC -DPIC -o .libs/tclsqlite.o
# libtool: compile: clang -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL -DSQLITE_OS_UNIX=1 -I. -I/tmp/sqlcipher/src/sqlcipher-3.3.1/src -I/tmp/sqlcipher/src/sqlcipher-3.3.1/ext/rtree -I/tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts3 -D_HAVE_SQLITE_CONFIG_H -DBUILD_sqlite -DNDEBUG -I/usr/include -DSQLITE_THREADSAFE=1 -DUSE_TCL_STUBS=1 -c /tmp/sqlcipher/src/sqlcipher-3.3.1/src/tclsqlite.c -o tclsqlite.o >/dev/null 2>&1
# ./libtool --mode=link clang -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL -DSQLITE_OS_UNIX=1 -I. -I/tmp/sqlcipher/src/sqlcipher-3.3.1/src -I/tmp/sqlcipher/src/sqlcipher-3.3.1/ext/rtree -I/tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts3 -D_HAVE_SQLITE_CONFIG_H -DBUILD_sqlite -DNDEBUG -I/usr/include -DSQLITE_THREADSAFE=1 -lcrypto -o libtclsqlite3.la tclsqlite.lo \
# libsqlcipher.la -L/usr/lib -ltclstub8.6 -ldl -lcrypto -lpthread \
# -rpath "/usr/lib/tcl8.6/sqlite3" \
# -version-info "8:6:8" \
# -avoid-version
# libtool: link: clang -shared .libs/tclsqlite.o -Wl,-rpath -Wl,/tmp/sqlcipher/src/sqlcipher-3.3.1/.libs ./.libs/libsqlcipher.so -L/usr/lib -ltclstub8.6 -ldl -lcrypto -lpthread -Wl,-soname -Wl,libtclsqlite3.so -o .libs/libtclsqlite3.so
# libtool: link: ar cru .libs/libtclsqlite3.a tclsqlite.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libtclsqlite3.a
# libtool: link: ( cd ".libs" && rm -f "libtclsqlite3.la" && ln -s "../libtclsqlite3.la" "libtclsqlite3.la" )
# ==> Entering fakeroot environment...
# ==> Starting package()...
# /usr/bin/install -c -d /tmp/sqlcipher/pkg/sqlcipher/usr/lib
# ./libtool --mode=install /usr/bin/install -c libsqlcipher.la /tmp/sqlcipher/pkg/sqlcipher/usr/lib
# libtool: install: /usr/bin/install -c .libs/libsqlcipher.so.0.8.6 /tmp/sqlcipher/pkg/sqlcipher/usr/lib/libsqlcipher.so.0.8.6
# libtool: install: (cd /tmp/sqlcipher/pkg/sqlcipher/usr/lib && { ln -s -f libsqlcipher.so.0.8.6 libsqlcipher.so.0 || { rm -f libsqlcipher.so.0 && ln -s libsqlcipher.so.0.8.6 libsqlcipher.so.0; }; })
# libtool: install: (cd /tmp/sqlcipher/pkg/sqlcipher/usr/lib && { ln -s -f libsqlcipher.so.0.8.6 libsqlcipher.so || { rm -f libsqlcipher.so && ln -s libsqlcipher.so.0.8.6 libsqlcipher.so; }; })
# libtool: install: /usr/bin/install -c .libs/libsqlcipher.lai /tmp/sqlcipher/pkg/sqlcipher/usr/lib/libsqlcipher.la
# libtool: install: /usr/bin/install -c .libs/libsqlcipher.a /tmp/sqlcipher/pkg/sqlcipher/usr/lib/libsqlcipher.a
# libtool: install: chmod 644 /tmp/sqlcipher/pkg/sqlcipher/usr/lib/libsqlcipher.a
# libtool: install: ranlib /tmp/sqlcipher/pkg/sqlcipher/usr/lib/libsqlcipher.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# echo 'package ifneeded sqlite3 3.8.10.2 [list load /usr/lib/tcl8.6/sqlite3/libtclsqlite3.so sqlite3]' > pkgIndex.tcl
# /usr/bin/install -c -d /tmp/sqlcipher/pkg/sqlcipher/usr/lib/tcl8.6/sqlite3
# ./libtool --mode=install /usr/bin/install -c libtclsqlite3.la /tmp/sqlcipher/pkg/sqlcipher/usr/lib/tcl8.6/sqlite3
# libtool: install: warning: relinking `libtclsqlite3.la'
# libtool: install: (cd /tmp/sqlcipher/src/sqlcipher-3.3.1; /bin/sh /tmp/sqlcipher/src/sqlcipher-3.3.1/libtool --mode=relink clang -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL -DSQLITE_OS_UNIX=1 -I. -I/tmp/sqlcipher/src/sqlcipher-3.3.1/src -I/tmp/sqlcipher/src/sqlcipher-3.3.1/ext/rtree -I/tmp/sqlcipher/src/sqlcipher-3.3.1/ext/fts3 -D_HAVE_SQLITE_CONFIG_H -DBUILD_sqlite -DNDEBUG -I/usr/include -DSQLITE_THREADSAFE=1 -lcrypto -o libtclsqlite3.la tclsqlite.lo libsqlcipher.la -L/usr/lib -ltclstub8.6 -ldl -lcrypto -lpthread -rpath /usr/lib/tcl8.6/sqlite3 -version-info 8:6:8 -avoid-version -inst-prefix-dir /tmp/sqlcipher/pkg/sqlcipher)
# libtool: relink: clang -shared .libs/tclsqlite.o -L/tmp/sqlcipher/pkg/sqlcipher/usr/lib -L/usr/lib -lsqlcipher -ltclstub8.6 -ldl -lcrypto -lpthread -Wl,-soname -Wl,libtclsqlite3.so -o .libs/libtclsqlite3.so
# libtool: install: /usr/bin/install -c .libs/libtclsqlite3.soT /tmp/sqlcipher/pkg/sqlcipher/usr/lib/tcl8.6/sqlite3/libtclsqlite3.so
# libtool: install: /usr/bin/install -c .libs/libtclsqlite3.lai /tmp/sqlcipher/pkg/sqlcipher/usr/lib/tcl8.6/sqlite3/libtclsqlite3.la
# libtool: install: /usr/bin/install -c .libs/libtclsqlite3.a /tmp/sqlcipher/pkg/sqlcipher/usr/lib/tcl8.6/sqlite3/libtclsqlite3.a
# libtool: install: chmod 644 /tmp/sqlcipher/pkg/sqlcipher/usr/lib/tcl8.6/sqlite3/libtclsqlite3.a
# libtool: install: ranlib /tmp/sqlcipher/pkg/sqlcipher/usr/lib/tcl8.6/sqlite3/libtclsqlite3.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib/tcl8.6/sqlite3'
# rm -f /tmp/sqlcipher/pkg/sqlcipher/usr/lib/tcl8.6/sqlite3/libtclsqlite3.la /tmp/sqlcipher/pkg/sqlcipher/usr/lib/tcl8.6/sqlite3/libtclsqlite3.a
# /usr/bin/install -c -m 0644 pkgIndex.tcl /tmp/sqlcipher/pkg/sqlcipher/usr/lib/tcl8.6/sqlite3
# /usr/bin/install -c -d /tmp/sqlcipher/pkg/sqlcipher/usr/bin
# ./libtool --mode=install /usr/bin/install -c sqlcipher /tmp/sqlcipher/pkg/sqlcipher/usr/bin
# libtool: install: warning: `libsqlcipher.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/sqlcipher /tmp/sqlcipher/pkg/sqlcipher/usr/bin/sqlcipher
# /usr/bin/install -c -d /tmp/sqlcipher/pkg/sqlcipher/usr/include/sqlcipher
# /usr/bin/install -c -m 0644 sqlite3.h /tmp/sqlcipher/pkg/sqlcipher/usr/include/sqlcipher
# /usr/bin/install -c -m 0644 /tmp/sqlcipher/src/sqlcipher-3.3.1/src/sqlite3ext.h /tmp/sqlcipher/pkg/sqlcipher/usr/include/sqlcipher
# /usr/bin/install -c -d /tmp/sqlcipher/pkg/sqlcipher/usr/lib/pkgconfig
# /usr/bin/install -c -m 0644 sqlcipher.pc /tmp/sqlcipher/pkg/sqlcipher/usr/lib/pkgconfig
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "sqlcipher"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: sqlcipher 3.3.1-4 (Thu Apr 13 20:20:32 UTC 2017)

CMD: pacman --query --file sqlcipher-3.3.1-4-x86_64.pkg.tar.xz
# sqlcipher 3.3.1-4

Creating hybrid package for 'sqlcipher'

Trying to find vanilla package 'sqlcipher'...

CMD: pacman --query --file /mirror/sqlcipher-3.3.1-4.pkg.tar.xz
# sqlcipher 3.3.1-4

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/lib/libsqlcipher.so.0
# /usr/lib/libsqlcipher.so
# /usr/lib/libsqlcipher.so.0.8.6
# /usr/lib/tcl8.6/sqlite3/pkgIndex.tcl
# /usr/lib/tcl8.6/sqlite3/libtclsqlite3.so
# /usr/lib/pkgconfig/sqlcipher.pc
# /usr/bin/sqlcipher
# /usr/include/sqlcipher/sqlite3.h
# /usr/include/sqlcipher/sqlite3ext.h
# /usr/share/licenses/sqlcipher/LICENSE
# /sysroot/usr/lib/libsqlcipher.so.0.8.6
# /sysroot/usr/lib/libsqlcipher.so.0
# /sysroot/usr/lib/libsqlcipher.so
# /sysroot/usr/lib/libsqlcipher.la
# /sysroot/usr/lib/libsqlcipher.a
# /sysroot/usr/lib/tcl8.6/sqlite3/libtclsqlite3.so
# /sysroot/usr/lib/tcl8.6/sqlite3/pkgIndex.tcl
# /sysroot/usr/lib/pkgconfig/sqlcipher.pc
# /sysroot/usr/include/sqlcipher/sqlite3.h
# /sysroot/usr/include/sqlcipher/sqlite3ext.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 sqlcipher.pkg.tar.xz .PKGINFO
# .PKGINFO

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/sqlcipher.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/sqlcipher.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/sqlcipher/src/sqlcipher-3.3.1/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by sqlcipher configure 3.8.10.2, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --enable-tempstore=yes CFLAGS= -DSQLITE_HAS_CODEC LDFLAGS=-lcrypto
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = ac13ad4fd075
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2480: checking build system type
# configure:2494: result: x86_64-unknown-linux-gnu
# configure:2514: checking host system type
# configure:2527: result: x86_64-unknown-linux-gnu
# configure:2555: checking for x86_64-unknown-linux-gcc
# configure:2582: result: clang
# configure:2851: checking for C compiler version
# configure:2860: 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:2871: $? = 0
# configure:2860: 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:2871: $? = 0
# configure:2860: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2871: $? = 1
# configure:2860: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:2871: $? = 1
# configure:2891: checking whether the C compiler works
# configure:2913: clang -DSQLITE_HAS_CODEC -lcrypto conftest.c >&5
# configure:2917: $? = 0
# configure:2965: result: yes
# configure:2968: checking for C compiler default output file name
# configure:2970: result: a.out
# configure:2976: checking for suffix of executables
# configure:2983: clang -o conftest -DSQLITE_HAS_CODEC -lcrypto conftest.c >&5
# configure:2987: $? = 0
# configure:3009: result:
# configure:3031: checking whether we are cross compiling
# configure:3039: clang -o conftest -DSQLITE_HAS_CODEC -lcrypto conftest.c >&5
# configure:3043: $? = 0
# configure:3050: ./conftest
# configure:3054: $? = 0
# configure:3069: result: no
# configure:3074: checking for suffix of object files
# configure:3096: clang -c -DSQLITE_HAS_CODEC conftest.c >&5
# configure:3100: $? = 0
# configure:3121: result: o
# configure:3125: checking whether we are using the GNU C compiler
# configure:3144: clang -c -DSQLITE_HAS_CODEC conftest.c >&5
# configure:3144: $? = 0
# configure:3153: result: yes
# configure:3162: checking whether clang accepts -g
# configure:3182: clang -c -g conftest.c >&5
# configure:3182: $? = 0
# configure:3223: result: yes
# configure:3240: checking for clang option to accept ISO C89
# configure:3303: clang -c -DSQLITE_HAS_CODEC conftest.c >&5
# configure:3303: $? = 0
# configure:3316: result: none needed
# configure:3336: checking for a sed that does not truncate output
# configure:3400: result: /usr/bin/sed
# configure:3418: checking for grep that handles long lines and -e
# configure:3476: result: /usr/bin/grep
# configure:3481: checking for egrep
# configure:3543: result: /usr/bin/grep -E
# configure:3548: checking for fgrep
# configure:3610: result: /usr/bin/grep -F
# configure:3645: checking for ld used by clang
# configure:3712: result: /usr/bin/ld
# configure:3719: checking if the linker (/usr/bin/ld) is GNU ld
# configure:3734: result: yes
# configure:3746: checking for BSD- or MS-compatible name lister (nm)
# configure:3795: result: /usr/bin/nm -B
# configure:3913: checking the name lister (/usr/bin/nm -B) interface
# configure:3920: clang -c -DSQLITE_HAS_CODEC conftest.c >&5
# configure:3923: /usr/bin/nm -B "conftest.o"
# configure:3926: output
# 0000000000000000 B some_variable
# configure:3933: result: BSD nm
# configure:3936: checking whether ln -s works
# configure:3940: result: yes
# configure:3948: checking the maximum length of command line arguments
# configure:4068: result: 1572864
# configure:4085: checking whether the shell understands some XSI constructs
# configure:4095: result: yes
# configure:4099: checking whether the shell understands "+="
# configure:4105: result: yes
# configure:4140: checking for /usr/bin/ld option to reload object files
# configure:4147: result: -r
# configure:4176: checking for x86_64-unknown-linux-objdump
# configure:4206: result: no
# configure:4216: checking for objdump
# configure:4232: found /usr/bin/objdump
# configure:4243: result: objdump
# configure:4275: checking how to recognize dependent libraries
# configure:4471: result: pass_all
# configure:4491: checking for x86_64-unknown-linux-ar
# configure:4521: result: no
# configure:4531: checking for ar
# configure:4547: found /usr/bin/ar
# configure:4558: result: ar
# configure:4596: checking for x86_64-unknown-linux-strip
# configure:4626: result: no
# configure:4636: checking for strip
# configure:4652: found /usr/bin/strip
# configure:4663: result: strip
# configure:4695: checking for x86_64-unknown-linux-ranlib
# configure:4725: result: no
# configure:4735: checking for ranlib
# configure:4751: found /usr/bin/ranlib
# configure:4762: result: ranlib
# configure:4852: checking command to parse /usr/bin/nm -B output from clang object
# configure:4970: clang -c -DSQLITE_HAS_CODEC conftest.c >&5
# configure:4973: $? = 0
# configure:4977: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
# configure:4980: $? = 0
# configure:5034: clang -o conftest -DSQLITE_HAS_CODEC -lcrypto conftest.c conftstm.o >&5
# configure:5037: $? = 0
# configure:5075: result: ok
# configure:5171: clang -c -DSQLITE_HAS_CODEC conftest.c >&5
# configure:5174: $? = 0
# configure:5884: checking how to run the C preprocessor
# configure:5915: clang -E conftest.c
# configure:5915: $? = 0
# configure:5929: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5929: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sqlcipher"
# | #define PACKAGE_TARNAME "sqlcipher"
# | #define PACKAGE_VERSION "3.8.10.2"
# | #define PACKAGE_STRING "sqlcipher 3.8.10.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:5954: result: clang -E
# configure:5974: clang -E conftest.c
# configure:5974: $? = 0
# configure:5988: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5988: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sqlcipher"
# | #define PACKAGE_TARNAME "sqlcipher"
# | #define PACKAGE_VERSION "3.8.10.2"
# | #define PACKAGE_STRING "sqlcipher 3.8.10.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:6017: checking for ANSI C header files
# configure:6037: clang -c -DSQLITE_HAS_CODEC conftest.c >&5
# configure:6037: $? = 0
# configure:6110: clang -o conftest -DSQLITE_HAS_CODEC -lcrypto conftest.c >&5
# configure:6110: $? = 0
# configure:6110: ./conftest
# configure:6110: $? = 0
# configure:6121: result: yes
# configure:6134: checking for sys/types.h
# configure:6134: clang -c -DSQLITE_HAS_CODEC conftest.c >&5
# configure:6134: $? = 0
# configure:6134: result: yes
# configure:6134: checking for sys/stat.h
# configure:6134: clang -c -DSQLITE_HAS_CODEC conftest.c >&5
# configure:6134: $? = 0
# configure:6134: result: yes
# configure:6134: checking for stdlib.h
# configure:6134: clang -c -DSQLITE_HAS_CODEC conftest.c >&5
# configure:6134: $? = 0
# configure:6134: result: yes
# configure:6134: checking for string.h
# configure:6134: clang -c -DSQLITE_HAS_CODEC conftest.c >&5
# configure:6134: $? = 0
# configure:6134: result: yes
# configure:6134: checking for memory.h
# configure:6134: clang -c -DSQLITE_HAS_CODEC conftest.c >&5
# configure:6134: $? = 0
# configure:6134: result: yes
# configure:6134: checking for strings.h
# configure:6134: clang -c -DSQLITE_HAS_CODEC conftest.c >&5
# configure:6134: $? = 0
# configure:6134: result: yes
# configure:6134: checking for inttypes.h
# configure:6134: clang -c -DSQLITE_HAS_CODEC conftest.c >&5
# configure:6134: $? = 0
# configure:6134: result: yes
# configure:6134: checking for stdint.h
# configure:6134: clang -c -DSQLITE_HAS_CODEC conftest.c >&5
# configure:6134: $? = 0
# configure:6134: result: yes
# configure:6134: checking for unistd.h
# configure:6134: clang -c -DSQLITE_HAS_CODEC conftest.c >&5
# configure:6134: $? = 0
# configure:6134: result: yes
# configure:6148: checking for dlfcn.h
# configure:6148: clang -c -DSQLITE_HAS_CODEC conftest.c >&5
# configure:6148: $? = 0
# configure:6148: result: yes
# configure:6332: checking for objdir
# configure:6347: result: .libs
# configure:6639: checking if clang supports -fno-rtti -fno-exceptions
# configure:6657: clang -c -DSQLITE_HAS_CODEC -fno-rtti -fno-exceptions conftest.c >&5
# configure:6661: $? = 0
# configure:6674: result: yes
# configure:6694: checking for clang option to produce PIC
# configure:6966: result: -fPIC -DPIC
# configure:6978: checking if clang PIC flag -fPIC -DPIC works
# configure:6996: clang -c -DSQLITE_HAS_CODEC -fPIC -DPIC -DPIC conftest.c >&5
# configure:7000: $? = 0
# configure:7013: result: yes
# configure:7037: checking if clang static flag -static works
# configure:7065: result: no
# configure:7080: checking if clang supports -c -o file.o
# configure:7101: clang -c -DSQLITE_HAS_CODEC -o out/conftest2.o conftest.c >&5
# configure:7105: $? = 0
# configure:7127: result: yes
# configure:7135: checking if clang supports -c -o file.o
# configure:7182: result: yes
# configure:7215: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:8201: result: yes
# configure:8238: checking whether -lc should be explicitly linked in
# configure:8243: clang -c -DSQLITE_HAS_CODEC conftest.c >&5
# configure:8246: $? = 0
# configure:8261: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:8264: $? = 0
# configure:8276: result: no
# configure:8440: checking dynamic linker characteristics
# configure:8886: clang -o conftest -DSQLITE_HAS_CODEC -lcrypto -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:8886: $? = 0
# configure:9104: result: GNU/Linux ld.so
# configure:9206: checking how to hardcode library paths into programs
# configure:9231: result: immediate
# configure:9751: checking whether stripping libraries is possible
# configure:9756: result: yes
# configure:9791: checking if libtool supports shared libraries
# configure:9793: result: yes
# configure:9796: checking whether to build shared libraries
# configure:9817: result: yes
# configure:9820: checking whether to build static libraries
# configure:9824: result: yes
# configure:9873: checking for a BSD-compatible install
# configure:9941: result: /usr/bin/install -c
# configure:9956: checking for gawk
# configure:9972: found /usr/bin/gawk
# configure:9983: result: gawk
# configure:10005: checking for special C compiler options needed for large files
# configure:10050: result: no
# configure:10056: checking for _FILE_OFFSET_BITS value needed for large files
# configure:10081: clang -c -DSQLITE_HAS_CODEC conftest.c >&5
# configure:10081: $? = 0
# configure:10113: result: no
# configure:10201: checking for int8_t
# configure:10201: clang -c -DSQLITE_HAS_CODEC conftest.c >&5
# configure:10201: $? = 0
# configure:10201: clang -c -DSQLITE_HAS_CODEC conftest.c >&5
# conftest.c:57:21: error: expected expression
# if (sizeof ((int8_t)))
# ^
# 1 error generated.
# configure:10201: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sqlcipher"
# | #define PACKAGE_TARNAME "sqlcipher"
# | #define PACKAGE_VERSION "3.8.10.2"
# | #define PACKAGE_STRING "sqlcipher 3.8.10.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# | #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 ((int8_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:10201: result: yes
# configure:10210: checking for int16_t
# configure:10210: clang -c -DSQLITE_HAS_CODEC conftest.c >&5
# configure:10210: $? = 0
# configure:10210: clang -c -DSQLITE_HAS_CODEC conftest.c >&5
# conftest.c:58:22: error: expected expression
# if (sizeof ((int16_t)))
# ^
# 1 error generated.
# configure:10210: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sqlcipher"
# | #define PACKAGE_TARNAME "sqlcipher"
# | #define PACKAGE_VERSION "3.8.10.2"
# | #define PACKAGE_STRING "sqlcipher 3.8.10.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_INT8_T 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 ((int16_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:10210: result: yes
# configure:10219: checking for int32_t
# configure:10219: clang -c -DSQLITE_HAS_CODEC conftest.c >&5
# configure:10219: $? = 0
# configure:10219: clang -c -DSQLITE_HAS_CODEC conftest.c >&5
# conftest.c:59:22: error: expected expression
# if (sizeof ((int32_t)))
# ^
# 1 error generated.
# configure:10219: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sqlcipher"
# | #define PACKAGE_TARNAME "sqlcipher"
# | #define PACKAGE_VERSION "3.8.10.2"
# | #define PACKAGE_STRING "sqlcipher 3.8.10.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_INT8_T 1
# | #define HAVE_INT16_T 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 ((int32_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:10219: result: yes
# configure:10228: checking for int64_t
# configure:10228: clang -c -DSQLITE_HAS_CODEC conftest.c >&5
# configure:10228: $? = 0
# configure:10228: clang -c -DSQLITE_HAS_CODEC conftest.c >&5
# conftest.c:60:22: error: expected expression
# if (sizeof ((int64_t)))
# ^
# 1 error generated.
# configure:10228: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sqlcipher"
# | #define PACKAGE_TARNAME "sqlcipher"
# | #define PACKAGE_VERSION "3.8.10.2"
# | #define PACKAGE_STRING "sqlcipher 3.8.10.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_INT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_INT32_T 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 ((int64_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:10228: result: yes
# configure:10237: checking for intptr_t
# configure:10237: clang -c -DSQLITE_HAS_CODEC conftest.c >&5
# configure:10237: $? = 0
# configure:10237: clang -c -DSQLITE_HAS_CODEC conftest.c >&5
# conftest.c:61:23: error: expected expression
# if (sizeof ((intptr_t)))
# ^
# 1 error generated.
# configure:10237: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sqlcipher"
# | #define PACKAGE_TARNAME "sqlcipher"
# | #define PACKAGE_VERSION "3.8.10.2"
# | #define PACKAGE_STRING "sqlcipher 3.8.10.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_INT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_INT64_T 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 ((intptr_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:10237: result: yes
# configure:10246: checking for uint8_t
# configure:10246: clang -c -DSQLITE_HAS_CODEC conftest.c >&5
# configure:10246: $? = 0
# configure:10246: clang -c -DSQLITE_HAS_CODEC conftest.c >&5
# conftest.c:62:22: error: expected expression
# if (sizeof ((uint8_t)))
# ^
# 1 error generated.
# configure:10246: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sqlcipher"
# | #define PACKAGE_TARNAME "sqlcipher"
# | #define PACKAGE_VERSION "3.8.10.2"
# | #define PACKAGE_STRING "sqlcipher 3.8.10.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_INT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_INT64_T 1
# | #define HAVE_INTPTR_T 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 ((uint8_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:10246: result: yes
# configure:10255: checking for uint16_t
# configure:10255: clang -c -DSQLITE_HAS_CODEC conftest.c >&5
# configure:10255: $? = 0
# configure:10255: clang -c -DSQLITE_HAS_CODEC conftest.c >&5
# conftest.c:63:23: error: expected expression
# if (sizeof ((uint16_t)))
# ^
# 1 error generated.
# configure:10255: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sqlcipher"
# | #define PACKAGE_TARNAME "sqlcipher"
# | #define PACKAGE_VERSION "3.8.10.2"
# | #define PACKAGE_STRING "sqlcipher 3.8.10.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_INT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_INT64_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINT8_T 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 ((uint16_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:10255: result: yes
# configure:10264: checking for uint32_t
# configure:10264: clang -c -DSQLITE_HAS_CODEC conftest.c >&5
# configure:10264: $? = 0
# configure:10264: clang -c -DSQLITE_HAS_CODEC conftest.c >&5
# conftest.c:64:23: error: expected expression
# if (sizeof ((uint32_t)))
# ^
# 1 error generated.
# configure:10264: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sqlcipher"
# | #define PACKAGE_TARNAME "sqlcipher"
# | #define PACKAGE_VERSION "3.8.10.2"
# | #define PACKAGE_STRING "sqlcipher 3.8.10.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_INT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_INT64_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_UINT16_T 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 ((uint32_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:10264: result: yes
# configure:10273: checking for uint64_t
# configure:10273: clang -c -DSQLITE_HAS_CODEC conftest.c >&5
# configure:10273: $? = 0
# configure:10273: clang -c -DSQLITE_HAS_CODEC conftest.c >&5
# conftest.c:65:23: error: expected expression
# if (sizeof ((uint64_t)))
# ^
# 1 error generated.
# configure:10273: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sqlcipher"
# | #define PACKAGE_TARNAME "sqlcipher"
# | #define PACKAGE_VERSION "3.8.10.2"
# | #define PACKAGE_STRING "sqlcipher 3.8.10.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_INT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_INT64_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_UINT32_T 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 ((uint64_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:10273: result: yes
# configure:10282: checking for uintptr_t
# configure:10282: clang -c -DSQLITE_HAS_CODEC conftest.c >&5
# configure:10282: $? = 0
# configure:10282: clang -c -DSQLITE_HAS_CODEC conftest.c >&5
# conftest.c:66:24: error: expected expression
# if (sizeof ((uintptr_t)))
# ^
# 1 error generated.
# configure:10282: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sqlcipher"
# | #define PACKAGE_TARNAME "sqlcipher"
# | #define PACKAGE_VERSION "3.8.10.2"
# | #define PACKAGE_STRING "sqlcipher 3.8.10.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_INT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_INT64_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_UINT64_T 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 ((uintptr_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:10282: result: yes
# configure:10298: checking for sys/types.h
# configure:10298: result: yes
# configure:10298: checking for stdlib.h
# configure:10298: result: yes
# configure:10298: checking for stdint.h
# configure:10298: result: yes
# configure:10298: checking for inttypes.h
# configure:10298: result: yes
# configure:10298: checking malloc.h usability
# configure:10298: clang -c -DSQLITE_HAS_CODEC conftest.c >&5
# configure:10298: $? = 0
# configure:10298: result: yes
# configure:10298: checking malloc.h presence
# configure:10298: clang -E conftest.c
# configure:10298: $? = 0
# configure:10298: result: yes
# configure:10298: checking for malloc.h
# configure:10298: result: yes
# configure:10315: checking for fdatasync
# configure:10315: clang -o conftest -DSQLITE_HAS_CODEC -lcrypto conftest.c >&5
# configure:10315: $? = 0
# configure:10315: result: yes
# configure:10315: checking for gmtime_r
# configure:10315: clang -o conftest -DSQLITE_HAS_CODEC -lcrypto conftest.c >&5
# configure:10315: $? = 0
# configure:10315: result: yes
# configure:10315: checking for isnan
# configure:10315: clang -o conftest -DSQLITE_HAS_CODEC -lcrypto conftest.c >&5
# configure:10315: $? = 0
# configure:10315: result: yes
# configure:10315: checking for localtime_r
# configure:10315: clang -o conftest -DSQLITE_HAS_CODEC -lcrypto conftest.c >&5
# configure:10315: $? = 0
# configure:10315: result: yes
# configure:10315: checking for localtime_s
# configure:10315: clang -o conftest -DSQLITE_HAS_CODEC -lcrypto conftest.c >&5
# /tmp/conftest-0345c2.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `localtime_s'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:10315: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sqlcipher"
# | #define PACKAGE_TARNAME "sqlcipher"
# | #define PACKAGE_VERSION "3.8.10.2"
# | #define PACKAGE_STRING "sqlcipher 3.8.10.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_INT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_INT64_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_UINT64_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_ISNAN 1
# | #define HAVE_LOCALTIME_R 1
# | /* end confdefs.h. */
# | /* Define localtime_s to an innocuous variant, in case declares localtime_s.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define localtime_s innocuous_localtime_s
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char localtime_s (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef localtime_s
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char localtime_s ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_localtime_s || defined __stub___localtime_s
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return localtime_s ();
# | ;
# | return 0;
# | }
# configure:10315: result: no
# configure:10315: checking for malloc_usable_size
# configure:10315: clang -o conftest -DSQLITE_HAS_CODEC -lcrypto conftest.c >&5
# configure:10315: $? = 0
# configure:10315: result: yes
# configure:10315: checking for strchrnul
# configure:10315: clang -o conftest -DSQLITE_HAS_CODEC -lcrypto conftest.c >&5
# configure:10315: $? = 0
# configure:10315: result: yes
# configure:10315: checking for usleep
# configure:10315: clang -o conftest -DSQLITE_HAS_CODEC -lcrypto conftest.c >&5
# configure:10315: $? = 0
# configure:10315: result: yes
# configure:10315: checking for utime
# configure:10315: clang -o conftest -DSQLITE_HAS_CODEC -lcrypto conftest.c >&5
# configure:10315: $? = 0
# configure:10315: result: yes
# configure:10339: checking for tclsh8.6
# configure:10355: found /usr/bin/tclsh8.6
# configure:10366: result: tclsh8.6
# configure:10406: Version set to 3.8
# configure:10410: Release set to 3.8.10.2
# configure:10416: Version number set to 3008010
# configure:10488: checking whether to support threadsafe operation
# configure:10496: result: yes
# configure:10502: checking for library containing pthread_create
# configure:10533: clang -o conftest -DSQLITE_HAS_CODEC -lcrypto conftest.c >&5
# /tmp/conftest-5113d4.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `pthread_create'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:10533: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sqlcipher"
# | #define PACKAGE_TARNAME "sqlcipher"
# | #define PACKAGE_VERSION "3.8.10.2"
# | #define PACKAGE_STRING "sqlcipher 3.8.10.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_INT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_INT64_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_UINT64_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_ISNAN 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MALLOC_USABLE_SIZE 1
# | #define HAVE_STRCHRNUL 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UTIME 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char pthread_create ();
# | int
# | main ()
# | {
# | return pthread_create ();
# | ;
# | return 0;
# | }
# configure:10533: clang -o conftest -DSQLITE_HAS_CODEC -lcrypto conftest.c -lpthread >&5
# configure:10533: $? = 0
# configure:10550: result: -lpthread
# configure:10569: checking for crypto library to use
# configure:10636: result: openssl
# configure:10638: checking for HMAC_Init_ex in -lcrypto
# configure:10663: clang -o conftest -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL -lcrypto conftest.c -lcrypto -lpthread >&5
# configure:10663: $? = 0
# configure:10672: result: yes
# configure:10701: checking whether to allow connections to be shared across threads
# configure:10705: result: no
# configure:10724: checking whether to support shared library linked as release mode or not
# configure:10728: result: no
# configure:10747: checking whether to use an in-ram database for temporary tables
# configure:10762: result: yes
# configure:10784: checking if executables have the .exe suffix
# configure:10791: result: unknown
# configure:10849: checking for Tcl configuration
# configure:10943: result: found /usr/lib/tclConfig.sh
# configure:10946: checking for existence of /usr/lib/tclConfig.sh
# configure:10949: result: loading
# configure:11035: checking for library containing tgetent
# configure:11066: clang -o conftest -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL -DSQLITE_OS_UNIX=1 -lcrypto conftest.c >&5
# /tmp/conftest-d25cbf.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `tgetent'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11066: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sqlcipher"
# | #define PACKAGE_TARNAME "sqlcipher"
# | #define PACKAGE_VERSION "3.8.10.2"
# | #define PACKAGE_STRING "sqlcipher 3.8.10.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_INT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_INT64_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_UINT64_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_ISNAN 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MALLOC_USABLE_SIZE 1
# | #define HAVE_STRCHRNUL 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UTIME 1
# | #define HAVE_LIBCRYPTO 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char tgetent ();
# | int
# | main ()
# | {
# | return tgetent ();
# | ;
# | return 0;
# | }
# configure:11066: clang -o conftest -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL -DSQLITE_OS_UNIX=1 -lcrypto conftest.c -lreadline >&5
# /usr/bin/ld: /tmp/conftest-35bbb1.o: undefined reference to symbol 'tgetent'
# /usr/lib/libncursesw.so.6: error adding symbols: DSO missing from command line
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11066: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sqlcipher"
# | #define PACKAGE_TARNAME "sqlcipher"
# | #define PACKAGE_VERSION "3.8.10.2"
# | #define PACKAGE_STRING "sqlcipher 3.8.10.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_INT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_INT64_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_UINT64_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_ISNAN 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MALLOC_USABLE_SIZE 1
# | #define HAVE_STRCHRNUL 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UTIME 1
# | #define HAVE_LIBCRYPTO 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char tgetent ();
# | int
# | main ()
# | {
# | return tgetent ();
# | ;
# | return 0;
# | }
# configure:11066: clang -o conftest -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL -DSQLITE_OS_UNIX=1 -lcrypto conftest.c -lncurses >&5
# configure:11066: $? = 0
# configure:11083: result: -lncurses
# configure:11093: checking for readline in -lreadline
# configure:11118: clang -o conftest -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL -DSQLITE_OS_UNIX=1 -lcrypto conftest.c -lreadline -lncurses >&5
# configure:11118: $? = 0
# configure:11127: result: yes
# configure:11150: checking readline.h usability
# configure:11150: clang -c -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL -DSQLITE_OS_UNIX=1 conftest.c >&5
# conftest.c:78:10: fatal error: 'readline.h' file not found
# #include
# ^
# 1 error generated.
# configure:11150: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sqlcipher"
# | #define PACKAGE_TARNAME "sqlcipher"
# | #define PACKAGE_VERSION "3.8.10.2"
# | #define PACKAGE_STRING "sqlcipher 3.8.10.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_INT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_INT64_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_UINT64_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_ISNAN 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MALLOC_USABLE_SIZE 1
# | #define HAVE_STRCHRNUL 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UTIME 1
# | #define HAVE_LIBCRYPTO 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:11150: result: no
# configure:11150: checking readline.h presence
# configure:11150: clang -E conftest.c
# conftest.c:45:10: fatal error: 'readline.h' file not found
# #include
# ^
# 1 error generated.
# configure:11150: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sqlcipher"
# | #define PACKAGE_TARNAME "sqlcipher"
# | #define PACKAGE_VERSION "3.8.10.2"
# | #define PACKAGE_STRING "sqlcipher 3.8.10.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_INT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_INT64_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_UINT64_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_ISNAN 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MALLOC_USABLE_SIZE 1
# | #define HAVE_STRCHRNUL 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UTIME 1
# | #define HAVE_LIBCRYPTO 1
# | /* end confdefs.h. */
# | #include
# configure:11150: result: no
# configure:11150: checking for readline.h
# configure:11150: result: no
# configure:11160: checking for /usr/include/readline.h
# configure:11174: result: no
# configure:11160: checking for /usr/include/readline/readline.h
# configure:11174: result: yes
# configure:11213: checking for library containing fdatasync
# configure:11244: clang -o conftest -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL -DSQLITE_OS_UNIX=1 -lcrypto conftest.c -lcrypto -lpthread >&5
# configure:11244: $? = 0
# configure:11261: result: none required
# configure:11311: checking for library containing dlopen
# configure:11342: clang -o conftest -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL -DSQLITE_OS_UNIX=1 -lcrypto conftest.c -lcrypto -lpthread >&5
# /usr/bin/ld: /tmp/conftest-41984d.o: undefined reference to symbol 'dlopen@@GLIBC_2.2.5'
# /usr/lib/libdl.so.2: error adding symbols: DSO missing from command line
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11342: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "sqlcipher"
# | #define PACKAGE_TARNAME "sqlcipher"
# | #define PACKAGE_VERSION "3.8.10.2"
# | #define PACKAGE_STRING "sqlcipher 3.8.10.2"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_INT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_INT64_T 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_UINT64_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_ISNAN 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_MALLOC_USABLE_SIZE 1
# | #define HAVE_STRCHRNUL 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UTIME 1
# | #define HAVE_LIBCRYPTO 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char dlopen ();
# | int
# | main ()
# | {
# | return dlopen ();
# | ;
# | return 0;
# | }
# configure:11342: clang -o conftest -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL -DSQLITE_OS_UNIX=1 -lcrypto conftest.c -ldl -lcrypto -lpthread >&5
# configure:11342: $? = 0
# configure:11359: result: -ldl
# configure:11564: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by sqlcipher config.status 3.8.10.2, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on ac13ad4fd075
#
# config.status:1085: creating Makefile
# config.status:1085: creating sqlcipher.pc
# config.status:1085: creating config.h
# config.status:1274: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_tclconfig=/usr/lib
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=' -DSQLITE_HAS_CODEC'
# 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=-lcrypto
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_TCLLIBDIR_set=
# ac_cv_env_TCLLIBDIR_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__usr_include_readline_h=no
# ac_cv_file__usr_include_readline_readline_h=yes
# ac_cv_func_fdatasync=yes
# ac_cv_func_gmtime_r=yes
# ac_cv_func_isnan=yes
# ac_cv_func_localtime_r=yes
# ac_cv_func_localtime_s=no
# ac_cv_func_malloc_usable_size=yes
# ac_cv_func_strchrnul=yes
# ac_cv_func_usleep=yes
# ac_cv_func_utime=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_malloc_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_readline_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_lib_crypto_HMAC_Init_ex=yes
# ac_cv_lib_readline_readline=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_TCLSH_CMD=tclsh8.6
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_search_dlopen=-ldl
# ac_cv_search_fdatasync='none required'
# ac_cv_search_pthread_create=-lpthread
# ac_cv_search_tgetent=-lncurses
# ac_cv_sys_file_offset_bits=no
# ac_cv_sys_largefile_CC=no
# ac_cv_type_int16_t=yes
# ac_cv_type_int32_t=yes
# ac_cv_type_int64_t=yes
# ac_cv_type_int8_t=yes
# ac_cv_type_intptr_t=yes
# ac_cv_type_uint16_t=yes
# ac_cv_type_uint32_t=yes
# ac_cv_type_uint64_t=yes
# ac_cv_type_uint8_t=yes
# ac_cv_type_uintptr_t=yes
# 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='/usr/bin/nm -B'
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=no
# lt_cv_prog_gnu_ld=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ALLOWRELEASE=''
# AR='ar'
# AWK='gawk'
# BUILD_CC='clang'
# BUILD_CFLAGS=' -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL'
# BUILD_EXEEXT=''
# CC='clang'
# CFLAGS=' -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL -DSQLITE_OS_UNIX=1'
# CPP='clang -E'
# CPPFLAGS=''
# DEFS='-DHAVE_CONFIG_H'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GREP='/usr/bin/grep'
# HAVE_TCL='1'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS='-lcrypto'
# LIBOBJS=''
# LIBS='-ldl -lcrypto -lpthread '
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OPT_FEATURE_FLAGS=''
# OTOOL64=''
# OTOOL=''
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='sqlcipher'
# PACKAGE_STRING='sqlcipher 3.8.10.2'
# PACKAGE_TARNAME='sqlcipher'
# PACKAGE_URL=''
# PACKAGE_VERSION='3.8.10.2'
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# RELEASE='3.8.10.2'
# SED='/usr/bin/sed'
# SHELL='/bin/sh'
# SQLITE_OS_UNIX='1'
# SQLITE_OS_WIN='0'
# SQLITE_THREADSAFE='1'
# STRIP='strip'
# TARGET_DEBUG='-DNDEBUG'
# TARGET_EXEEXT=''
# TARGET_HAVE_READLINE='1'
# TARGET_READLINE_INC='-I/usr/include/readline'
# TARGET_READLINE_LIBS='-lreadline -lncurses '
# TCLLIBDIR='/usr/lib/tcl8.6/sqlite3'
# TCLSH_CMD='tclsh8.6'
# TCL_BIN_DIR='/usr/lib'
# TCL_INCLUDE_SPEC='-I/usr/include'
# TCL_LIB_FILE='libtcl8.6.so'
# TCL_LIB_FLAG='-ltcl8.6'
# TCL_LIB_SPEC='-L/usr/lib -ltcl8.6'
# TCL_SHLIB_SUFFIX='.so'
# TCL_SRC_DIR='/usr/include'
# TCL_STUB_LIB_FILE='libtclstub8.6.a'
# TCL_STUB_LIB_FLAG='-ltclstub8.6'
# TCL_STUB_LIB_SPEC='-L/usr/lib -ltclstub8.6'
# TCL_VERSION='8.6'
# TEMP_STORE='2'
# USE_AMALGAMATION='1'
# USE_GCOV='0'
# VERSION='3.8'
# VERSION_NUMBER='3008010'
# XTHREADCONNECT=''
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# lt_ECHO='echo'
# mandir='${datarootdir}/man'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_prefix=''
# 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 "sqlcipher"
# #define PACKAGE_TARNAME "sqlcipher"
# #define PACKAGE_VERSION "3.8.10.2"
# #define PACKAGE_STRING "sqlcipher 3.8.10.2"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define HAVE_INT8_T 1
# #define HAVE_INT16_T 1
# #define HAVE_INT32_T 1
# #define HAVE_INT64_T 1
# #define HAVE_INTPTR_T 1
# #define HAVE_UINT8_T 1
# #define HAVE_UINT16_T 1
# #define HAVE_UINT32_T 1
# #define HAVE_UINT64_T 1
# #define HAVE_UINTPTR_T 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_MALLOC_H 1
# #define HAVE_FDATASYNC 1
# #define HAVE_GMTIME_R 1
# #define HAVE_ISNAN 1
# #define HAVE_LOCALTIME_R 1
# #define HAVE_MALLOC_USABLE_SIZE 1
# #define HAVE_STRCHRNUL 1
# #define HAVE_USLEEP 1
# #define HAVE_UTIME 1
# #define HAVE_LIBCRYPTO 1
#
# configure: exit 0