Building sqlcipher-2.1.1.txz (origin /buildshare/ports/355755/databases/sqlcipher) for powerpc-10-0 on XXX slot1: created x distfiles/ x distfiles/sqlcipher-2.1.1.tar.gz x packages/ x packages/tcl85-8.5.15_2.txz x packages/pkg-1.2.7_2.txz ELF ldconfig path: /lib /usr/lib /usr/lib/compat Make depends ===> sqlcipher-2.1.1 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /buildshare/ports/355755/ports-mgmt/pkg ===> Installing existing package /packages/pkg-1.2.7_2.txz Installing pkg-1.2.7_2... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of sqlcipher-2.1.1 ===> sqlcipher-2.1.1 depends on executable: tclsh8.5 - not found ===> Verifying install for tclsh8.5 in /buildshare/ports/355755/lang/tcl85 ===> Installing existing package /packages/tcl85-8.5.15_2.txz Installing tcl85-8.5.15_2... done ===> Returning to build of sqlcipher-2.1.1 Make install ===> License BSD3CLAUSE accepted by the user ===> sqlcipher-2.1.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by sqlcipher-2.1.1 for building ===> Extracting for sqlcipher-2.1.1 => SHA256 Checksum OK for sqlcipher-2.1.1.tar.gz. ===> Patching for sqlcipher-2.1.1 ===> sqlcipher-2.1.1 depends on executable: tclsh8.5 - found ===> Configuring for sqlcipher-2.1.1 ===> FreeBSD 10 autotools fix applied to /obj/buildshare/ports/355755/databases/sqlcipher/work/sqlcipher-sqlcipher-ee2ce3e/aclocal.m4 ===> FreeBSD 10 autotools fix applied to /obj/buildshare/ports/355755/databases/sqlcipher/work/sqlcipher-sqlcipher-ee2ce3e/configure configure: loading site script /buildshare/ports/355755/Templates/config.site checking build system type... powerpc-portbld-freebsd11.0 checking host system type... powerpc-portbld-freebsd11.0 checking for gcc... cc 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 cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /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... (cached) 262144 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking how to run the C preprocessor... cpp checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd11.0 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 -o root -g wheel checking for gawk... (cached) /usr/bin/awk 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... (cached) yes checking for int32_t... (cached) 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... (cached) 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 for malloc.h... (cached) no checking for usleep... (cached) yes checking for fdatasync... no checking for localtime_r... yes checking for gmtime_r... yes checking for localtime_s... no checking for utime... (cached) yes checking for malloc_usable_size... yes checking for tclsh8.5... tclsh8.5 configure: Version set to 3.7 configure: Release set to 3.7.14.1 configure: Version number set to 3007014 checking whether to support threadsafe operation... yes checking for library containing pthread_create... -lpthread 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 library containing fdatasync... no configure: creating ./config.status config.status: creating Makefile config.status: creating sqlite3.pc config.status: creating config.h config.status: executing libtool commands ===> Building for sqlcipher-2.1.1 tclsh8.5 ./tool/mksqlite3h.tcl . >sqlite3.h cc -O2 -pipe -fno-strict-aliasing -o mkkeywordhash -DSQLITE_OMIT_LOAD_EXTENSION=1 ./tool/mkkeywordhash.c ./mkkeywordhash >keywordhash.h cc -O2 -pipe -fno-strict-aliasing -o lemon ./tool/lemon.c cp ./src/lempar.c . cp ./src/parse.y . rm -f parse.h ./lemon -DSQLITE_OMIT_LOAD_EXTENSION=1 parse.y mv parse.h parse.h.temp /usr/bin/awk -f ./addopcodes.awk parse.h.temp >parse.h cat parse.h ./src/vdbe.c | /usr/bin/awk -f ./mkopcodeh.awk >opcodes.h /usr/bin/awk -f ./mkopcodec.awk opcodes.h >opcodes.c rm -rf tsrc mkdir tsrc cp -f ./src/crypto.h ./src/crypto.c ./src/crypto_impl.c ./src/alter.c ./src/analyze.c ./src/attach.c ./src/auth.c ./src/backup.c ./src/bitvec.c ./src/btmutex.c ./src/btree.c ./src/btree.h ./src/btreeInt.h ./src/build.c ./src/callback.c ./src/complete.c ./src/ctime.c ./src/date.c ./src/delete.c ./src/expr.c ./src/fault.c ./src/fkey.c ./src/func.c ./src/global.c ./src/hash.c ./src/hash.h ./src/hwtime.h ./src/insert.c ./src/journal.c ./src/legacy.c ./src/loadext.c ./src/main.c ./src/malloc.c ./src/mem0.c ./src/mem1.c ./src/mem2.c ./src/mem3.c ./src/mem5.c ./src/memjournal.c ./src/mutex.c ./src/mutex.h ./src/mutex_noop.c ./src/mutex_unix.c ./src/mutex_w32.c ./src/notify.c ./src/os.c ./src/os.h ./src/os_common.h ./src/os_unix.c ./src/os_win.c ./src/pager.c ./src/pager.h ./src/parse.y ./src/pcache.c ./src/pcache.h ./src/pcache1.c ./src/pragma.c ./src/prepare.c ./src/printf.c ./src/random.c ./src/resolve.c ./src/rowset.c ./src/select.c ./src/status.c ./src/shell.c ./src/sqlite.h.in ./src/sqlite3ext.h ./src/sqliteInt.h ./src/sqliteLimit.h ./src/table.c ./src/tclsqlite.c ./src/tokenize.c ./src/trigger.c ./src/utf.c ./src/update.c ./src/util.c ./src/vacuum.c ./src/vdbe.c ./src/vdbe.h ./src/vdbeapi.c ./src/vdbeaux.c ./src/vdbeblob.c ./src/vdbemem.c ./src/vdbesort.c ./src/vdbetrace.c ./src/vdbeInt.h ./src/vtab.c ./src/wal.c ./src/wal.h ./src/walker.c ./src/where.c ./ext/fts1/fts1.c ./ext/fts1/fts1.h ./ext/fts1/fts1_hash.c ./ext/fts1/fts1_hash.h ./ext/fts1/fts1_porter.c ./ext/fts1/fts1_tokenizer.h ./ext/fts1/fts1_tokenizer1.c ./ext/fts2/fts2.c ./ext/fts2/fts2.h ./ext/fts2/fts2_hash.c ./ext/fts2/fts2_hash.h ./ext/fts2/fts2_icu.c ./ext/fts2/fts2_porter.c ./ext/fts2/fts2_tokenizer.h ./ext/fts2/fts2_tokenizer.c ./ext/fts2/fts2_tokenizer1.c ./ext/fts3/fts3.c ./ext/fts3/fts3.h ./ext/fts3/fts3Int.h ./ext/fts3/fts3_aux.c ./ext/fts3/fts3_expr.c ./ext/fts3/fts3_hash.c ./ext/fts3/fts3_hash.h ./ext/fts3/fts3_icu.c ./ext/fts3/fts3_porter.c ./ext/fts3/fts3_snippet.c ./ext/fts3/fts3_tokenizer.h ./ext/fts3/fts3_tokenizer.c ./ext/fts3/fts3_tokenizer1.c ./ext/fts3/fts3_unicode.c ./ext/fts3/fts3_unicode2.c ./ext/fts3/fts3_write.c ./ext/icu/sqliteicu.h ./ext/icu/icu.c ./ext/rtree/rtree.h ./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.5 ./tool/vdbe-compress.tcl vdbe.new mv vdbe.new tsrc/vdbe.c touch .target_source tclsh8.5 ./tool/mksqlite3c.tcl ./libtool --mode=compile --tag=CC cc -DSQLITE_HAS_CODEC -O2 -pipe -fno-strict-aliasing -DSQLITE_OS_UNIX=1 -I. -I./src -I./ext/rtree -D_HAVE_SQLITE_CONFIG_H -DBUILD_sqlite -DNDEBUG -DSQLITE_THREADSAFE=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_TEMP_STORE=2 -c sqlite3.c libtool: compile: cc -DSQLITE_HAS_CODEC -O2 -pipe -fno-strict-aliasing -DSQLITE_OS_UNIX=1 -I. -I./src -I./ext/rtree -D_HAVE_SQLITE_CONFIG_H -DBUILD_sqlite -DNDEBUG -DSQLITE_THREADSAFE=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_TEMP_STORE=2 -c sqlite3.c -fPIC -DPIC -o .libs/sqlite3.o libtool: compile: cc -DSQLITE_HAS_CODEC -O2 -pipe -fno-strict-aliasing -DSQLITE_OS_UNIX=1 -I. -I./src -I./ext/rtree -D_HAVE_SQLITE_CONFIG_H -DBUILD_sqlite -DNDEBUG -DSQLITE_THREADSAFE=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_TEMP_STORE=2 -c sqlite3.c -o sqlite3.o >/dev/null 2>&1 ./libtool --mode=link cc -DSQLITE_HAS_CODEC -O2 -pipe -fno-strict-aliasing -DSQLITE_OS_UNIX=1 -I. -I./src -I./ext/rtree -D_HAVE_SQLITE_CONFIG_H -DBUILD_sqlite -DNDEBUG -DSQLITE_THREADSAFE=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -lcrypto -o libsqlite3.la sqlite3.lo -lpthread -rpath "/usr/local/lib" -version-info "8:6:8" libtool: link: cc -shared .libs/sqlite3.o -lcrypto -lpthread -Wl,-soname -Wl,libsqlite3.so.8 -o .libs/libsqlite3.so.8 libtool: link: (cd ".libs" && rm -f "libsqlite3.so" && ln -s "libsqlite3.so.8" "libsqlite3.so") libtool: link: (cd ".libs" && rm -f "libsqlite3.so" && ln -s "libsqlite3.so.8" "libsqlite3.so") libtool: link: ar cru .libs/libsqlite3.a sqlite3.o libtool: link: ranlib .libs/libsqlite3.a libtool: link: ( cd ".libs" && rm -f "libsqlite3.la" && ln -s "../libsqlite3.la" "libsqlite3.la" ) ./libtool --mode=link cc -DSQLITE_HAS_CODEC -O2 -pipe -fno-strict-aliasing -DSQLITE_OS_UNIX=1 -I. -I./src -I./ext/rtree -D_HAVE_SQLITE_CONFIG_H -DBUILD_sqlite -DNDEBUG -DSQLITE_THREADSAFE=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -lcrypto -DHAVE_READLINE=0 -o sqlite3 ./src/shell.c libsqlite3.la -lpthread -rpath "/usr/local/lib" libtool: link: cc -DSQLITE_HAS_CODEC -O2 -pipe -fno-strict-aliasing -DSQLITE_OS_UNIX=1 -I. -I./src -I./ext/rtree -D_HAVE_SQLITE_CONFIG_H -DBUILD_sqlite -DNDEBUG -DSQLITE_THREADSAFE=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DHAVE_READLINE=0 -o .libs/sqlite3 ./src/shell.c ./.libs/libsqlite3.so -lcrypto -lpthread -Wl,-rpath -Wl,/usr/local/lib ===> Staging for sqlcipher-2.1.1 ===> Generating temporary packing list /usr/bin/install -c -o root -g wheel -d /obj/buildshare/ports/355755/databases/sqlcipher/work/stage/usr/local/lib ./libtool --mode=install /usr/bin/install -c -o root -g wheel libsqlite3.la /obj/buildshare/ports/355755/databases/sqlcipher/work/stage/usr/local/lib libtool: install: /usr/bin/install -c -o root -g wheel .libs/libsqlite3.so.8 /obj/buildshare/ports/355755/databases/sqlcipher/work/stage/usr/local/lib/libsqlite3.so.8 libtool: install: (cd /obj/buildshare/ports/355755/databases/sqlcipher/work/stage/usr/local/lib && { ln -s -f libsqlite3.so.8 libsqlite3.so || { rm -f libsqlite3.so && ln -s libsqlite3.so.8 libsqlite3.so; }; }) libtool: install: (cd /obj/buildshare/ports/355755/databases/sqlcipher/work/stage/usr/local/lib && { ln -s -f libsqlite3.so.8 libsqlite3.so || { rm -f libsqlite3.so && ln -s libsqlite3.so.8 libsqlite3.so; }; }) libtool: install: /usr/bin/install -c -o root -g wheel .libs/libsqlite3.lai /obj/buildshare/ports/355755/databases/sqlcipher/work/stage/usr/local/lib/libsqlite3.la libtool: install: /usr/bin/install -c -o root -g wheel .libs/libsqlite3.a /obj/buildshare/ports/355755/databases/sqlcipher/work/stage/usr/local/lib/libsqlite3.a libtool: install: chmod 644 /obj/buildshare/ports/355755/databases/sqlcipher/work/stage/usr/local/lib/libsqlite3.a libtool: install: ranlib /obj/buildshare/ports/355755/databases/sqlcipher/work/stage/usr/local/lib/libsqlite3.a libtool: install: warning: remember to run `libtool --finish /usr/local/lib' /usr/bin/install -c -o root -g wheel -d /obj/buildshare/ports/355755/databases/sqlcipher/work/stage/usr/local/bin ./libtool --mode=install /usr/bin/install -c -o root -g wheel sqlite3 /obj/buildshare/ports/355755/databases/sqlcipher/work/stage/usr/local/bin libtool: install: warning: `libsqlite3.la' has not been installed in `/usr/local/lib' libtool: install: /usr/bin/install -c -o root -g wheel .libs/sqlite3 /obj/buildshare/ports/355755/databases/sqlcipher/work/stage/usr/local/bin/sqlite3 /usr/bin/install -c -o root -g wheel -d /obj/buildshare/ports/355755/databases/sqlcipher/work/stage/usr/local/include /usr/bin/install -c -o root -g wheel -m 0644 sqlite3.h /obj/buildshare/ports/355755/databases/sqlcipher/work/stage/usr/local/include /usr/bin/install -c -o root -g wheel -m 0644 ./src/sqlite3ext.h /obj/buildshare/ports/355755/databases/sqlcipher/work/stage/usr/local/include /usr/bin/install -c -o root -g wheel -d /obj/buildshare/ports/355755/databases/sqlcipher/work/stage/usr/local/libdata/pkgconfig /usr/bin/install -c -o root -g wheel -m 0644 sqlite3.pc /obj/buildshare/ports/355755/databases/sqlcipher/work/stage/usr/local/libdata/pkgconfig ====> Compressing man pages (compress-man) ===> Installing for sqlcipher-2.1.1 ===> Checking if databases/sqlcipher already installed ===> Registering installation for sqlcipher-2.1.1 Installing sqlcipher-2.1.1... done Make package ===> Building package for sqlcipher-2.1.1 slot1: removed