checking for ld used by /accts/mlweber1/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc... /accts/mlweber1/instance-3/output/host/bin/arm-none-linux-gnueabi-ld checking if the linker (/accts/mlweber1/instance-3/output/host/bin/arm-none-linux-gnueabi-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /accts/mlweber1/instance-3/output/host/bin/arm-none-linux-gnueabi-nm checking the name lister (/accts/mlweber1/instance-3/output/host/bin/arm-none-linux-gnueabi-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 3458764513820540925 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /accts/mlweber1/instance-3/output/host/bin/arm-none-linux-gnueabi-ld option to reload object files... -r checking for arm-buildroot-linux-gnueabi-objdump... /accts/mlweber1/instance-3/output/host/bin/arm-none-linux-gnueabi-objdump checking how to recognize dependent libraries... pass_all checking for arm-buildroot-linux-gnueabi-ar... /accts/mlweber1/instance-3/output/host/bin/arm-none-linux-gnueabi-ar checking for arm-buildroot-linux-gnueabi-strip... /accts/mlweber1/instance-3/output/host/bin/arm-none-linux-gnueabi-strip checking for arm-buildroot-linux-gnueabi-ranlib... /accts/mlweber1/instance-3/output/host/bin/arm-none-linux-gnueabi-ranlib checking command to parse /accts/mlweber1/instance-3/output/host/bin/arm-none-linux-gnueabi-nm output from /accts/mlweber1/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc object... ok checking how to run the C preprocessor... /accts/mlweber1/instance-3/output/host/bin/arm-none-linux-gnueabi-cpp 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 /accts/mlweber1/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc supports -fno-rtti -fno-exceptions... no checking for /accts/mlweber1/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc option to produce PIC... -fPIC -DPIC checking if /accts/mlweber1/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc PIC flag -fPIC -DPIC works... yes checking if /accts/mlweber1/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc static flag -static works... no checking if /accts/mlweber1/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc supports -c -o file.o... yes checking if /accts/mlweber1/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc supports -c -o file.o... (cached) yes checking whether the /accts/mlweber1/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc linker (/accts/mlweber1/instance-3/output/host/bin/arm-none-linux-gnueabi-ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for 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 usleep... yes checking for fdatasync... yes checking for localtime_r... yes checking for gmtime_r... yes checking for localtime_s... no checking for utime... yes checking for malloc_usable_size... yes checking for tclsh8.6... /accts/mlweber1/instance-3/output/host/bin/tclsh8.6 configure: Version set to 3.8 configure: Release set to 3.8.6 configure: Version number set to 3008006 checking for gcc... gcc 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... no checking if executables have the .exe suffix... unknown checking for library containing fdatasync... none required configure: creating ./config.status config.status: creating Makefile config.status: creating sqlcipher.pc config.status: creating config.h config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls >>> sqlcipher v3.2.0 Building PATH="/accts/mlweber1/instance-3/output/host/bin:/accts/mlweber1/instance-3/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j32 -C /accts/mlweber1/instance-3/output/build/sqlcipher-v3.2.0/ make[1]: Entering directory `/accts/mlweber1/instance-3/output/build/sqlcipher-v3.2.0' /accts/mlweber1/instance-3/output/host/bin/tclsh8.6 ./tool/mksqlite3h.tcl . >sqlite3.h gcc -g -DSQLCIPHER_CRYPTO_OPENSSL -o mkkeywordhash -DSQLITE_OMIT_LOAD_EXTENSION=1 ./tool/mkkeywordhash.c gcc -g -DSQLCIPHER_CRYPTO_OPENSSL -o lemon ./tool/lemon.c ./mkkeywordhash >keywordhash.h 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 gawk -f ./addopcodes.awk parse.h.temp >parse.h cat parse.h ./src/vdbe.c | gawk -f ./mkopcodeh.awk >opcodes.h gawk -f ./mkopcodec.awk opcodes.h >opcodes.c rm -rf tsrc mkdir tsrc cp -f ./src/crypto.h ./src/sqlcipher.h ./src/crypto.c ./src/crypto_impl.c ./src/crypto_libtomcrypt.c ./src/crypto_openssl.c ./src/crypto_cc.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_setup.h ./src/os_unix.c ./src/os_win.c ./src/os_win.h ./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 ./src/whereInt.h ./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_tokenize_vtab.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 /accts/mlweber1/instance-3/output/host/bin/tclsh8.6 ./tool/vdbe-compress.tcl vdbe.new mv vdbe.new tsrc/vdbe.c touch .target_source /accts/mlweber1/instance-3/output/host/bin/tclsh8.6 ./tool/mksqlite3c.tcl cp tsrc/shell.c tsrc/sqlite3ext.h . ./libtool --mode=compile --tag=CC /accts/mlweber1/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL -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=1 -c sqlite3.c libtool: compile: /accts/mlweber1/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL -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=1 -c sqlite3.c -fPIC -DPIC -o .libs/sqlite3.o ./libtool --mode=link /accts/mlweber1/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL -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 -o libsqlcipher.la sqlite3.lo -lcrypto -lpthread -lcrypto -lz \ -rpath "/usr/lib" -version-info "8:6:8" libtool: link: /accts/mlweber1/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -shared .libs/sqlite3.o -lpthread -lcrypto -lz -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: ( cd ".libs" && rm -f "libsqlcipher.la" && ln -s "../libsqlcipher.la" "libsqlcipher.la" ) ./libtool --mode=link /accts/mlweber1/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL -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 sqlcipher ./src/shell.c libsqlcipher.la \ -lcrypto -lpthread -lcrypto -lz -rpath "/usr/lib" libtool: link: /accts/mlweber1/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL -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 sqlcipher ./src/shell.c ./.libs/libsqlcipher.so -lpthread -lcrypto -lz -Wl,-rpath -Wl,/accts/mlweber1/instance-3/output/build/sqlcipher-v3.2.0/.libs -Wl,-rpath -Wl,/usr/lib make[1]: Leaving directory `/accts/mlweber1/instance-3/output/build/sqlcipher-v3.2.0' >>> sqlcipher v3.2.0 Installing to staging directory PATH="/accts/mlweber1/instance-3/output/host/bin:/accts/mlweber1/instance-3/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j32 DESTDIR=/accts/mlweber1/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot install -C /accts/mlweber1/instance-3/output/build/sqlcipher-v3.2.0/ make[1]: Entering directory `/accts/mlweber1/instance-3/output/build/sqlcipher-v3.2.0' /usr/bin/install -c -d /accts/mlweber1/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib ./libtool --mode=install /usr/bin/install -c libsqlcipher.la /accts/mlweber1/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib libtool: install: /usr/bin/install -c .libs/libsqlcipher.so.0.8.6 /accts/mlweber1/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libsqlcipher.so.0.8.6 libtool: install: (cd /accts/mlweber1/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/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 /accts/mlweber1/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/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 /accts/mlweber1/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libsqlcipher.la libtool: install: warning: remember to run `libtool --finish /usr/lib' /usr/bin/install -c -d /accts/mlweber1/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin ./libtool --mode=install /usr/bin/install -c sqlcipher /accts/mlweber1/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin libtool: install: /usr/bin/install -c sqlcipher /accts/mlweber1/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin/sqlcipher /usr/bin/install -c -d /accts/mlweber1/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/sqlcipher /usr/bin/install -c -m 0644 sqlite3.h /accts/mlweber1/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/sqlcipher /usr/bin/install -c -m 0644 ./src/sqlite3ext.h /accts/mlweber1/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/sqlcipher /usr/bin/install -c -d /accts/mlweber1/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/pkgconfig /usr/bin/install -c -m 0644 sqlcipher.pc /accts/mlweber1/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/pkgconfig make[1]: Leaving directory `/accts/mlweber1/instance-3/output/build/sqlcipher-v3.2.0' >>> sqlcipher v3.2.0 Fixing libtool files >>> sqlcipher v3.2.0 Installing to target PATH="/accts/mlweber1/instance-3/output/host/bin:/accts/mlweber1/instance-3/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j32 DESTDIR=/accts/mlweber1/instance-3/output/target install -C /accts/mlweber1/instance-3/output/build/sqlcipher-v3.2.0/ make[1]: Entering directory `/accts/mlweber1/instance-3/output/build/sqlcipher-v3.2.0' /usr/bin/install -c -d /accts/mlweber1/instance-3/output/target/usr/lib ./libtool --mode=install /usr/bin/install -c libsqlcipher.la /accts/mlweber1/instance-3/output/target/usr/lib libtool: install: /usr/bin/install -c .libs/libsqlcipher.so.0.8.6 /accts/mlweber1/instance-3/output/target/usr/lib/libsqlcipher.so.0.8.6 libtool: install: (cd /accts/mlweber1/instance-3/output/target/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 /accts/mlweber1/instance-3/output/target/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 /accts/mlweber1/instance-3/output/target/usr/lib/libsqlcipher.la libtool: install: warning: remember to run `libtool --finish /usr/lib' /usr/bin/install -c -d /accts/mlweber1/instance-3/output/target/usr/bin ./libtool --mode=install /usr/bin/install -c sqlcipher /accts/mlweber1/instance-3/output/target/usr/bin libtool: install: /usr/bin/install -c sqlcipher /accts/mlweber1/instance-3/output/target/usr/bin/sqlcipher /usr/bin/install -c -d /accts/mlweber1/instance-3/output/target/usr/include/sqlcipher /usr/bin/install -c -m 0644 sqlite3.h /accts/mlweber1/instance-3/output/target/usr/include/sqlcipher /usr/bin/install -c -m 0644 ./src/sqlite3ext.h /accts/mlweber1/instance-3/output/target/usr/include/sqlcipher /usr/bin/install -c -d /accts/mlweber1/instance-3/output/target/usr/lib/pkgconfig /usr/bin/install -c -m 0644 sqlcipher.pc /accts/mlweber1/instance-3/output/target/usr/lib/pkgconfig make[1]: Leaving directory `/accts/mlweber1/instance-3/output/build/sqlcipher-v3.2.0' taskd-1.1.0.tar.gz: OK (sha1: ded339deeee65277e4712f71a9159502f8b20b52) taskd-1.1.0.tar.gz: OK (sha256: 7b8488e687971ae56729ff4e2e5209ff8806cf8cd57718bfd7e521be130621b4) >>> taskd 1.1.0 Extracting gzip -d -c /accts/mlweber1/instance-3/dl/taskd-1.1.0.tar.gz | tar --strip-components=1 -C /accts/mlweber1/instance-3/output/build/taskd-1.1.0 -xf - >>> taskd 1.1.0 Patching Applying 0001-Fix-missing-cmakedefine-HAVE_GET_CURRENT_DIR_NAME.patch using patch: patching file cmake.h.in Applying 0002-Use-correct-variables-for-GnuTLS-detection.patch using patch: patching file CMakeLists.txt Applying 0003-CMakeLists-use-pkg-config-uuid-detection.patch using patch: patching file CMakeLists.txt >>> taskd 1.1.0 Configuring (mkdir -p /accts/mlweber1/instance-3/output/build/taskd-1.1.0/ && cd /accts/mlweber1/instance-3/output/build/taskd-1.1.0/ && rm -f CMakeCache.txt && PATH="/accts/mlweber1/instance-3/output/host/bin:/accts/mlweber1/instance-3/output/host/sbin:/usr/bin:/bin" /accts/mlweber1/instance-3/output/host/bin/cmake /accts/mlweber1/instance-3/output/build/taskd-1.1.0/ -DCMAKE_TOOLCHAIN_FILE="/accts/mlweber1/instance-3/output/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON ) -- Found PkgConfig: /accts/mlweber1/instance-3/output/host/bin/pkg-config (found version "0.28") -- The C compiler identification is GNU 4.8.3 -- The CXX compiler identification is GNU 4.8.3 -- Check for working C compiler: /accts/mlweber1/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -- Check for working C compiler: /accts/mlweber1/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /accts/mlweber1/instance-3/output/host/bin/arm-none-linux-gnueabi-g++ -- Check for working CXX compiler: /accts/mlweber1/instance-3/output/host/bin/arm-none-linux-gnueabi-g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done CMAKE_SYSTEM_NAME Linux -- Performing Test _HAS_CXX11 -- Performing Test _HAS_CXX11 - Success -- Performing Test _HAS_CXX0X -- Performing Test _HAS_CXX0X - Success -- Performing Test _HAS_GNU0X -- Performing Test _HAS_GNU0X - Success -- Looking for SHA1 references -- Looking for GnuTLS -- Found GnuTLS: /accts/mlweber1/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libgnutls.so (found version "3.5.14") -- Looking for libuuid -- Checking for module 'uuid' -- Found uuid, version 2.31.0 -- Looking for uuid_unparse_lower -- Looking for uuid_unparse_lower - found -- Found libuuid -- Looking for timegm -- Looking for timegm - found -- Looking for get_current_dir_name -- Looking for get_current_dir_name - found -- Performing Test HAVE_TM_GMTOFF -- Performing Test HAVE_TM_GMTOFF - Success -- Performing Test HAVE_ST_BIRTHTIME -- Performing Test HAVE_ST_BIRTHTIME - Failed -- Configuring cmake.h -- Configuring man pages -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_SHARED_LIBS BUILD_TEST BUILD_TESTING BUILD_TESTS -- Build files have been written to: /accts/mlweber1/instance-3/output/build/taskd-1.1.0 >>> taskd 1.1.0 Building PATH="/accts/mlweber1/instance-3/output/host/bin:/accts/mlweber1/instance-3/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j32 -C /accts/mlweber1/instance-3/output/build/taskd-1.1.0/ make[1]: Entering directory `/accts/mlweber1/instance-3/output/build/taskd-1.1.0' make[2]: Entering directory `/accts/mlweber1/instance-3/output/build/taskd-1.1.0' make[3]: Entering directory `/accts/mlweber1/instance-3/output/build/taskd-1.1.0' Scanning dependencies of target taskd_executable make[3]: Leaving directory `/accts/mlweber1/instance-3/output/build/taskd-1.1.0' make[3]: Entering directory `/accts/mlweber1/instance-3/output/build/taskd-1.1.0' [ 6%] Building CXX object src/CMakeFiles/taskd_executable.dir/admin.cpp.o [ 6%] Building CXX object src/CMakeFiles/taskd_executable.dir/taskd.cpp.o [ 9%] Building CXX object src/CMakeFiles/taskd_executable.dir/api.cpp.o [ 12%] Building CXX object src/CMakeFiles/taskd_executable.dir/client.cpp.o [ 15%] Building CXX object src/CMakeFiles/taskd_executable.dir/Color.cpp.o [ 18%] Building CXX object src/CMakeFiles/taskd_executable.dir/ConfigFile.cpp.o [ 21%] Building CXX object src/CMakeFiles/taskd_executable.dir/daemon.cpp.o [ 24%] Building CXX object src/CMakeFiles/taskd_executable.dir/diag.cpp.o [ 27%] Building CXX object src/CMakeFiles/taskd_executable.dir/Database.cpp.o [ 33%] Building CXX object src/CMakeFiles/taskd_executable.dir/config.cpp.o [ 33%] Building CXX object src/CMakeFiles/taskd_executable.dir/Date.cpp.o [ 36%] Building CXX object src/CMakeFiles/taskd_executable.dir/Directory.cpp.o [ 39%] Building CXX object src/CMakeFiles/taskd_executable.dir/Duration.cpp.o [ 42%] Building CXX object src/CMakeFiles/taskd_executable.dir/File.cpp.o [ 45%] Building CXX object src/CMakeFiles/taskd_executable.dir/help.cpp.o [ 48%] Building CXX object src/CMakeFiles/taskd_executable.dir/init.cpp.o [ 54%] Building CXX object src/CMakeFiles/taskd_executable.dir/JSON.cpp.o [ 54%] Building CXX object src/CMakeFiles/taskd_executable.dir/Log.cpp.o [ 57%] Building CXX object src/CMakeFiles/taskd_executable.dir/Msg.cpp.o [ 60%] Building CXX object src/CMakeFiles/taskd_executable.dir/Nibbler.cpp.o [ 63%] Building CXX object src/CMakeFiles/taskd_executable.dir/Path.cpp.o [ 66%] Building CXX object src/CMakeFiles/taskd_executable.dir/RX.cpp.o [ 72%] Building CXX object src/CMakeFiles/taskd_executable.dir/status.cpp.o [ 72%] Building CXX object src/CMakeFiles/taskd_executable.dir/Server.cpp.o [ 75%] Building CXX object src/CMakeFiles/taskd_executable.dir/Task.cpp.o [ 78%] Building CXX object src/CMakeFiles/taskd_executable.dir/Timer.cpp.o [ 81%] Building CXX object src/CMakeFiles/taskd_executable.dir/text.cpp.o [ 87%] Building CXX object src/CMakeFiles/taskd_executable.dir/TLSServer.cpp.o [ 87%] Building CXX object src/CMakeFiles/taskd_executable.dir/TLSClient.cpp.o [ 90%] Building CXX object src/CMakeFiles/taskd_executable.dir/utf8.cpp.o [ 93%] Building CXX object src/CMakeFiles/taskd_executable.dir/util.cpp.o [ 96%] Building CXX object src/CMakeFiles/taskd_executable.dir/wcwidth6.cpp.o /accts/mlweber1/instance-3/output/build/taskd-1.1.0/src/wcwidth6.cpp: In function 'int bisearch(wchar_t, const interval*, int)': /accts/mlweber1/instance-3/output/build/taskd-1.1.0/src/wcwidth6.cpp:75:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (ucs < table[0].first || ucs > table[max].last) ^ /accts/mlweber1/instance-3/output/build/taskd-1.1.0/src/wcwidth6.cpp:75:48: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (ucs < table[0].first || ucs > table[max].last) ^ /accts/mlweber1/instance-3/output/build/taskd-1.1.0/src/wcwidth6.cpp:79:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (ucs > table[mid].last) ^ /accts/mlweber1/instance-3/output/build/taskd-1.1.0/src/wcwidth6.cpp:81:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] else if (ucs < table[mid].first) ^ [100%] Linking CXX executable taskd make[3]: Leaving directory `/accts/mlweber1/instance-3/output/build/taskd-1.1.0' [100%] Built target taskd_executable make[2]: Leaving directory `/accts/mlweber1/instance-3/output/build/taskd-1.1.0' make[1]: Leaving directory `/accts/mlweber1/instance-3/output/build/taskd-1.1.0' >>> taskd 1.1.0 Installing to target PATH="/accts/mlweber1/instance-3/output/host/bin:/accts/mlweber1/instance-3/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j32 DESTDIR=/accts/mlweber1/instance-3/output/target install/fast -C /accts/mlweber1/instance-3/output/build/taskd-1.1.0/ make[1]: Entering directory `/accts/mlweber1/instance-3/output/build/taskd-1.1.0' Install the project... -- Install configuration: "Release" -- Installing: /accts/mlweber1/instance-3/output/target/usr/share/doc/taskd/NEWS -- Installing: /accts/mlweber1/instance-3/output/target/usr/share/doc/taskd/ChangeLog -- Installing: /accts/mlweber1/instance-3/output/target/usr/share/doc/taskd/INSTALL -- Installing: /accts/mlweber1/instance-3/output/target/usr/share/doc/taskd/AUTHORS -- Installing: /accts/mlweber1/instance-3/output/target/usr/share/doc/taskd/COPYING -- Installing: /accts/mlweber1/instance-3/output/target/usr/bin/taskdctl -- Installing: /accts/mlweber1/instance-3/output/target/usr/bin/taskd -- Up-to-date: /accts/mlweber1/instance-3/output/target/usr/share/man/man1 -- Installing: /accts/mlweber1/instance-3/output/target/usr/share/man/man1/taskdctl.1 -- Installing: /accts/mlweber1/instance-3/output/target/usr/share/man/man1/taskd.1 -- Up-to-date: /accts/mlweber1/instance-3/output/target/usr/share/man/man5 -- Installing: /accts/mlweber1/instance-3/output/target/usr/share/man/man5/taskdrc.5 make[1]: Leaving directory `/accts/mlweber1/instance-3/output/build/taskd-1.1.0' >>> Finalizing target directory mkdir -p /accts/mlweber1/instance-3/output/target/etc echo "buildroot" > /accts/mlweber1/instance-3/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /accts/mlweber1/instance-3/output/target/etc/hosts mkdir -p /accts/mlweber1/instance-3/output/target/etc echo "Welcome to Buildroot" > /accts/mlweber1/instance-3/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /accts/mlweber1/instance-3/output/target/etc/shadow rm -f /accts/mlweber1/instance-3/output/target/bin/sh rm -f /accts/mlweber1/instance-3/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /accts/mlweber1/instance-3/output/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /accts/mlweber1/instance-3/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /accts/mlweber1/instance-3/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /accts/mlweber1/instance-3/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /accts/mlweber1/instance-3/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /accts/mlweber1/instance-3/output/target/usr/include /accts/mlweber1/instance-3/output/target/usr/share/aclocal \ /accts/mlweber1/instance-3/output/target/usr/lib/pkgconfig /accts/mlweber1/instance-3/output/target/usr/share/pkgconfig \ /accts/mlweber1/instance-3/output/target/usr/lib/cmake /accts/mlweber1/instance-3/output/target/usr/share/cmake find /accts/mlweber1/instance-3/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /accts/mlweber1/instance-3/output/target/lib/ /accts/mlweber1/instance-3/output/target/usr/lib/ /accts/mlweber1/instance-3/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: `/accts/mlweber1/instance-3/output/target/usr/libexec/': No such file or directory rm -rf /accts/mlweber1/instance-3/output/target/usr/share/gdb rm -rf /accts/mlweber1/instance-3/output/target/usr/share/bash-completion rm -rf /accts/mlweber1/instance-3/output/target/usr/share/zsh rm -rf /accts/mlweber1/instance-3/output/target/usr/man /accts/mlweber1/instance-3/output/target/usr/share/man rm -rf /accts/mlweber1/instance-3/output/target/usr/info /accts/mlweber1/instance-3/output/target/usr/share/info rm -rf /accts/mlweber1/instance-3/output/target/usr/doc /accts/mlweber1/instance-3/output/target/usr/share/doc rm -rf /accts/mlweber1/instance-3/output/target/usr/share/gtk-doc rmdir /accts/mlweber1/instance-3/output/target/usr/share 2>/dev/null || true find /accts/mlweber1/instance-3/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /accts/mlweber1/instance-3/output/host/bin/arm-none-linux-gnueabi-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /accts/mlweber1/instance-3/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /accts/mlweber1/instance-3/output/host/bin/arm-none-linux-gnueabi-strip --remove-section=.comment --remove-section=.note --strip-debug find /accts/mlweber1/instance-3/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /accts/mlweber1/instance-3/output/host/bin/arm-none-linux-gnueabi-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /accts/mlweber1/instance-3/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /accts/mlweber1/instance-3/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /accts/mlweber1/instance-3/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2017.11-rc2-00011-gb6f7e4d"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2017.11-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2017.11-rc2\"" \ ) > /accts/mlweber1/instance-3/output/target/etc/os-release >>> Sanitizing RPATH in target tree /accts/mlweber1/instance-3/buildroot/support/scripts/fix-rpath target make: Leaving directory `/accts/mlweber1/instance-3/buildroot' make: Entering directory `/accts/mlweber1/instance-3/buildroot' >>> Buildroot 2017.11-rc2-00011-gb6f7e4d Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info arm-2014.05-29-arm-none-linux-gnueabi.src.tar.bz2: OK (sha256: e16a5b1e41d7ff1e74161f9405182001bc8d1360d89564e73911032e6966cc0d) >>> toolchain-external-codesourcery-arm 2014.05-29 Collecting legal info >>> toolchain Collecting legal info >>> apr-util 1.6.1 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.6.3 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> util-linux 2.31 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) sys-utils/rfkill.c: OK (sha256: 996126b78a42dd2eeea1256d78b7fd6dec090ea196365c0ccb46adc32bc92460) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> zlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> berkeleydb 5.3.28 Collecting legal info ERROR: No hash found for LICENSE >>> expat 2.2.4 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> openssl Collecting legal info >>> libopenssl 1.0.2m Collecting legal info ERROR: No hash found for LICENSE >>> argus 3.0.8 Collecting legal info ERROR: No hash found for README >>> libpcap 1.8.1 Collecting legal info ERROR: No hash found for LICENSE >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.5 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> beecrypt 4.2.1 Collecting legal info ERROR: No hash found for COPYING.LIB >>> host-cryptsetup 1.7.5 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LGPL >>> host-lvm2 2.02.173 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> host-openssl Collecting legal info >>> host-libopenssl 1.0.2m Collecting legal info ERROR: No hash found for LICENSE >>> host-zlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> host-util-linux 2.31 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) sys-utils/rfkill.c: OK (sha256: 996126b78a42dd2eeea1256d78b7fd6dec090ea196365c0ccb46adc32bc92460) >>> dvb-apps 3d43b280298c39a67d1d889e01e173f52c12da35 Collecting legal info WARNING: no hash file for COPYING WARNING: no hash file for COPYING.LGPL >>> ffmpeg 3.3.5 Collecting legal info ERROR: No hash found for LICENSE.md ERROR: No hash found for COPYING.LGPLv2.1 >>> gnutls 3.5.14 Collecting legal info ERROR: No hash found for doc/COPYING ERROR: No hash found for doc/COPYING.LESSER >>> libtasn1 4.12 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> libunistring 0.9.7 Collecting legal info ERROR: No hash found for COPYING.LIB >>> nettle 3.3 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> gmp 6.1.2 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> file 5.32 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for src/mygetopt.h ERROR: No hash found for src/vasprintf.c >>> host-file 5.32 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for src/mygetopt.h ERROR: No hash found for src/vasprintf.c >>> i2c-tools 3.1.2 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libevent 2.1.8-stable Collecting legal info ERROR: No hash found for LICENSE >>> libfcgi 2.4.0 Collecting legal info ERROR: No hash found for LICENSE.TERMS >>> libminiupnpc 2.0 Collecting legal info ERROR: No hash found for LICENSE >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> rabbitmq-c v0.8.0 Collecting legal info ERROR: No hash found for LICENSE-MIT >>> rpm 4.13.0.1 Collecting legal info ERROR: No hash found for COPYING >>> spice-protocol 0.12.10 Collecting legal info ERROR: No hash found for COPYING >>> sqlcipher v3.2.0 Collecting legal info >>> host-tcl 8.6.6 Collecting legal info ERROR: No hash found for license.terms >>> taskd 1.1.0 Collecting legal info ERROR: No hash found for COPYING WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-codesourcery-arm-2014.05-29: cannot save license (TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM_LICENSE_FILES not defined) WARNING: sqlcipher-v3.2.0: cannot save license (SQLCIPHER_LICENSE_FILES not defined) Legal info produced in /accts/mlweber1/instance-3/output/legal-info make: Leaving directory `/accts/mlweber1/instance-3/buildroot'