checking for ld used by /home/buildroot/autobuild/run/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc... /home/buildroot/autobuild/run/instance-3/output/host/bin/arm-none-linux-gnueabi-ld checking if the linker (/home/buildroot/autobuild/run/instance-3/output/host/bin/arm-none-linux-gnueabi-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /home/buildroot/autobuild/run/instance-3/output/host/bin/arm-none-linux-gnueabi-nm checking the name lister (/home/buildroot/autobuild/run/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 /home/buildroot/autobuild/run/instance-3/output/host/bin/arm-none-linux-gnueabi-ld option to reload object files... -r checking for arm-buildroot-linux-gnueabi-objdump... /home/buildroot/autobuild/run/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... /home/buildroot/autobuild/run/instance-3/output/host/bin/arm-none-linux-gnueabi-ar checking for arm-buildroot-linux-gnueabi-strip... /home/buildroot/autobuild/run/instance-3/output/host/bin/arm-none-linux-gnueabi-strip checking for arm-buildroot-linux-gnueabi-ranlib... /home/buildroot/autobuild/run/instance-3/output/host/bin/arm-none-linux-gnueabi-ranlib checking command to parse /home/buildroot/autobuild/run/instance-3/output/host/bin/arm-none-linux-gnueabi-nm output from /home/buildroot/autobuild/run/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc object... ok checking how to run the C preprocessor... /home/buildroot/autobuild/run/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 /home/buildroot/autobuild/run/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc supports -fno-rtti -fno-exceptions... no checking for /home/buildroot/autobuild/run/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc option to produce PIC... -fPIC -DPIC checking if /home/buildroot/autobuild/run/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc PIC flag -fPIC -DPIC works... yes checking if /home/buildroot/autobuild/run/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc static flag -static works... no checking if /home/buildroot/autobuild/run/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc supports -c -o file.o... yes checking if /home/buildroot/autobuild/run/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc supports -c -o file.o... (cached) yes checking whether the /home/buildroot/autobuild/run/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc linker (/home/buildroot/autobuild/run/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... no checking for mawk... mawk 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... /home/buildroot/autobuild/run/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="/home/buildroot/autobuild/run/instance-3/output/host/bin:/home/buildroot/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-3/output/build/sqlcipher-v3.2.0/ /home/buildroot/autobuild/run/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 mawk -f ./addopcodes.awk parse.h.temp >parse.h cat parse.h ./src/vdbe.c | mawk -f ./mkopcodeh.awk >opcodes.h mawk -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 /home/buildroot/autobuild/run/instance-3/output/host/bin/tclsh8.6 ./tool/vdbe-compress.tcl vdbe.new mv vdbe.new tsrc/vdbe.c touch .target_source /home/buildroot/autobuild/run/instance-3/output/host/bin/tclsh8.6 ./tool/mksqlite3c.tcl cp tsrc/shell.c tsrc/sqlite3ext.h . ./libtool --mode=compile --tag=CC /home/buildroot/autobuild/run/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: /home/buildroot/autobuild/run/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 /home/buildroot/autobuild/run/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: /home/buildroot/autobuild/run/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 /home/buildroot/autobuild/run/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: /home/buildroot/autobuild/run/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,/home/buildroot/autobuild/run/instance-3/output/build/sqlcipher-v3.2.0/.libs -Wl,-rpath -Wl,/usr/lib >>> sqlcipher v3.2.0 Installing to staging directory PATH="/home/buildroot/autobuild/run/instance-3/output/host/bin:/home/buildroot/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/run/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot install -C /home/buildroot/autobuild/run/instance-3/output/build/sqlcipher-v3.2.0/ /usr/bin/install -c -d /home/buildroot/autobuild/run/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib ./libtool --mode=install /usr/bin/install -c libsqlcipher.la /home/buildroot/autobuild/run/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib libtool: install: /usr/bin/install -c .libs/libsqlcipher.so.0.8.6 /home/buildroot/autobuild/run/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libsqlcipher.so.0.8.6 libtool: install: (cd /home/buildroot/autobuild/run/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 /home/buildroot/autobuild/run/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 /home/buildroot/autobuild/run/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 /home/buildroot/autobuild/run/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin ./libtool --mode=install /usr/bin/install -c sqlcipher /home/buildroot/autobuild/run/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin libtool: install: /usr/bin/install -c sqlcipher /home/buildroot/autobuild/run/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin/sqlcipher /usr/bin/install -c -d /home/buildroot/autobuild/run/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/sqlcipher /usr/bin/install -c -m 0644 sqlite3.h /home/buildroot/autobuild/run/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/sqlcipher /usr/bin/install -c -m 0644 ./src/sqlite3ext.h /home/buildroot/autobuild/run/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/sqlcipher /usr/bin/install -c -d /home/buildroot/autobuild/run/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/pkgconfig /usr/bin/install -c -m 0644 sqlcipher.pc /home/buildroot/autobuild/run/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/pkgconfig >>> sqlcipher v3.2.0 Fixing libtool files >>> sqlcipher v3.2.0 Installing to target PATH="/home/buildroot/autobuild/run/instance-3/output/host/bin:/home/buildroot/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/run/instance-3/output/target install -C /home/buildroot/autobuild/run/instance-3/output/build/sqlcipher-v3.2.0/ /usr/bin/install -c -d /home/buildroot/autobuild/run/instance-3/output/target/usr/lib ./libtool --mode=install /usr/bin/install -c libsqlcipher.la /home/buildroot/autobuild/run/instance-3/output/target/usr/lib libtool: install: /usr/bin/install -c .libs/libsqlcipher.so.0.8.6 /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/libsqlcipher.so.0.8.6 libtool: install: (cd /home/buildroot/autobuild/run/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 /home/buildroot/autobuild/run/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 /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/libsqlcipher.la libtool: install: warning: remember to run `libtool --finish /usr/lib' /usr/bin/install -c -d /home/buildroot/autobuild/run/instance-3/output/target/usr/bin ./libtool --mode=install /usr/bin/install -c sqlcipher /home/buildroot/autobuild/run/instance-3/output/target/usr/bin libtool: install: /usr/bin/install -c sqlcipher /home/buildroot/autobuild/run/instance-3/output/target/usr/bin/sqlcipher /usr/bin/install -c -d /home/buildroot/autobuild/run/instance-3/output/target/usr/include/sqlcipher /usr/bin/install -c -m 0644 sqlite3.h /home/buildroot/autobuild/run/instance-3/output/target/usr/include/sqlcipher /usr/bin/install -c -m 0644 ./src/sqlite3ext.h /home/buildroot/autobuild/run/instance-3/output/target/usr/include/sqlcipher /usr/bin/install -c -d /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/pkgconfig /usr/bin/install -c -m 0644 sqlcipher.pc /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/pkgconfig PATH="/home/buildroot/autobuild/run/instance-3/output/host/bin:/home/buildroot/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" BR2_DL_DIR=/home/buildroot/autobuild/run/instance-3/dl BUILD_DIR=/home/buildroot/autobuild/run/instance-3/output/build O=/home/buildroot/autobuild/run/instance-3/output flock /home/buildroot/autobuild/run/instance-3/dl/statserial/ support/download/dl-wrapper -c '1.1' -d '/home/buildroot/autobuild/run/instance-3/dl/statserial' -D '/home/buildroot/autobuild/run/instance-3/dl' -f 'statserial-1.1.tar.gz' -H 'package/statserial//statserial.hash' -n 'statserial-1.1' -N 'statserial' -o '/home/buildroot/autobuild/run/instance-3/dl/statserial/statserial-1.1.tar.gz' -u http+http://www.ibiblio.org/pub/Linux/system/serial -u http\|urlencode+http://sources.buildroot.net/statserial -u http\|urlencode+http://sources.buildroot.net -- statserial-1.1.tar.gz: OK (sha256: 40cf3bd506852942aa98f468c90ed4ea66dbd343b93efacd40d617b55caf3967) >>> statserial 1.1 Extracting gzip -d -c /home/buildroot/autobuild/run/instance-3/dl/statserial/statserial-1.1.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/run/instance-3/output/build/statserial-1.1 -xf - >>> statserial 1.1 Patching Applying 0001-ncurses-link.patch using patch: patching file Makefile >>> statserial 1.1 Configuring >>> statserial 1.1 Building PATH="/home/buildroot/autobuild/run/instance-3/output/host/bin:/home/buildroot/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 CC="/home/buildroot/autobuild/run/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc" LD="/home/buildroot/autobuild/run/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" -C /home/buildroot/autobuild/run/instance-3/output/build/statserial-1.1 /home/buildroot/autobuild/run/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c statserial.c /home/buildroot/autobuild/run/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -o statserial statserial.o -lncurses >>> statserial 1.1 Installing to target /usr/bin/install -D -m 0755 /home/buildroot/autobuild/run/instance-3/output/build/statserial-1.1/statserial /home/buildroot/autobuild/run/instance-3/output/target/usr/bin/statserial >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/buildroot/autobuild/run/instance-3/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/buildroot/autobuild/run/instance-3/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/sane/libsane-plustek_pp.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-epson.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-mustek_usb.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/libsane.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/libnl-route-3.la" is touched by more than one package: [u'libnl', u'libnspr', u'libpcap', u'libpng', u'libsecret', u'libsrtp', u'libubox', u'libuci', u'libuecc', u'libupnp', u'mosquitto', u'ngrep', u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-umax1220u.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'atk', u'libopenssl', u'e2fsprogs', u'libbluray', u'libglob', u'libgpg-error', u'libmnl', u'libnftnl', u'libnl', u'libnspr', u'libpcap', u'libpng', u'libsecret', u'libsrtp', u'libubox', u'libuci', u'libuecc', u'libupnp', u'mosquitto', u'ngrep', u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-hp.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-dll.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-umax_pp.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-sm3600.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-kodakaio.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-apple.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-canon_dr.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-mustek.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-test.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/libnftnl.la" is touched by more than one package: [u'libnftnl', u'libnl', u'libnspr', u'libpcap', u'libpng', u'libsecret', u'libsrtp', u'libubox', u'libuci', u'libuecc', u'libupnp', u'mosquitto', u'ngrep', u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'libsepol', u'libselinux', u'ncurses', u'libzlib', u'util-linux', u'libglib2', u'atk', u'libopenssl', u'e2fsprogs', u'libbluray', u'libglob', u'libgpg-error', u'libmnl', u'libnftnl', u'libnl', u'libnspr', u'libpcap', u'libpng', u'libsecret', u'libsrtp', u'libubox', u'libuci', u'libuecc', u'libupnp', u'mosquitto', u'ngrep', u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'atk', u'libopenssl', u'e2fsprogs', u'libbluray', u'libglob', u'libgpg-error', u'libmnl', u'libnftnl', u'libnl', u'libnspr', u'libpcap', u'libpng', u'libsecret', u'libsrtp', u'libubox', u'libuci', u'libuecc', u'libupnp', u'mosquitto', u'ngrep', u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-ricoh.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-artec_eplus48u.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-stv680.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'libsepol', u'libselinux', u'ncurses', u'libzlib', u'util-linux', u'libglib2', u'atk', u'libopenssl', u'e2fsprogs', u'libbluray', u'libglob', u'libgpg-error', u'libmnl', u'libnftnl', u'libnl', u'libnspr', u'libpcap', u'libpng', u'libsecret', u'libsrtp', u'libubox', u'libuci', u'libuecc', u'libupnp', u'mosquitto', u'ngrep', u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-sp15c.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/libthreadutil.la" is touched by more than one package: [u'libupnp', u'mosquitto', u'ngrep', u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-coolscan2.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-kvs1025.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-microtek.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-ma1509.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'atk', u'libopenssl', u'e2fsprogs', u'libbluray', u'libglob', u'libgpg-error', u'libmnl', u'libnftnl', u'libnl', u'libnspr', u'libpcap', u'libpng', u'libsecret', u'libsrtp', u'libubox', u'libuci', u'libuecc', u'libupnp', u'mosquitto', u'ngrep', u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-s9036.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-xerox_mfp.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'libsepol', u'libselinux', u'ncurses', u'libzlib', u'util-linux', u'libglib2', u'atk', u'libopenssl', u'e2fsprogs', u'libbluray', u'libglob', u'libgpg-error', u'libmnl', u'libnftnl', u'libnl', u'libnspr', u'libpcap', u'libpng', u'libsecret', u'libsrtp', u'libubox', u'libuci', u'libuecc', u'libupnp', u'mosquitto', u'ngrep', u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-leo.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-qcam.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'libglib2', u'atk', u'libopenssl', u'e2fsprogs', u'libbluray', u'libglob', u'libgpg-error', u'libmnl', u'libnftnl', u'libnl', u'libnspr', u'libpcap', u'libpng', u'libsecret', u'libsrtp', u'libubox', u'libuci', u'libuecc', u'libupnp', u'mosquitto', u'ngrep', u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'libsepol', u'libselinux', u'ncurses', u'libzlib', u'util-linux', u'libglib2', u'atk', u'libopenssl', u'e2fsprogs', u'libbluray', u'libglob', u'libgpg-error', u'libmnl', u'libnftnl', u'libnl', u'libnspr', u'libpcap', u'libpng', u'libsecret', u'libsrtp', u'libubox', u'libuci', u'libuecc', u'libupnp', u'mosquitto', u'ngrep', u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-net.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-pie.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'atk', u'libopenssl', u'e2fsprogs', u'libbluray', u'libglob', u'libgpg-error', u'libmnl', u'libnftnl', u'libnl', u'libnspr', u'libpcap', u'libpng', u'libsecret', u'libsrtp', u'libubox', u'libuci', u'libuecc', u'libupnp', u'mosquitto', u'ngrep', u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-umax.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'atk', u'libopenssl', u'e2fsprogs', u'libbluray', u'libglob', u'libgpg-error', u'libmnl', u'libnftnl', u'libnl', u'libnspr', u'libpcap', u'libpng', u'libsecret', u'libsrtp', u'libubox', u'libuci', u'libuecc', u'libupnp', u'mosquitto', u'ngrep', u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-plustek.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-avision.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/libmnl.la" is touched by more than one package: [u'libmnl', u'libnftnl', u'libnl', u'libnspr', u'libpcap', u'libpng', u'libsecret', u'libsrtp', u'libubox', u'libuci', u'libuecc', u'libupnp', u'mosquitto', u'ngrep', u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/libixml.la" is touched by more than one package: [u'libupnp', u'mosquitto', u'ngrep', u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-kvs40xx.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-kvs20xx.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-snapscan.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-epjitsu.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-teco2.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-p5.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-hp3500.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-st400.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/libbluray.la" is touched by more than one package: [u'libbluray', u'libglob', u'libgpg-error', u'libmnl', u'libnftnl', u'libnl', u'libnspr', u'libpcap', u'libpng', u'libsecret', u'libsrtp', u'libubox', u'libuci', u'libuecc', u'libupnp', u'mosquitto', u'ngrep', u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/libpng.la" is touched by more than one package: [u'libpng', u'libsecret', u'libsrtp', u'libubox', u'libuci', u'libuecc', u'libupnp', u'mosquitto', u'ngrep', u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'atk', u'libopenssl', u'e2fsprogs', u'libbluray', u'libglob', u'libgpg-error', u'libmnl', u'libnftnl', u'libnl', u'libnspr', u'libpcap', u'libpng', u'libsecret', u'libsrtp', u'libubox', u'libuci', u'libuecc', u'libupnp', u'mosquitto', u'ngrep', u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-sm3840.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-niash.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-matsushita.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-nec.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-magicolor.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-canon.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-as6e.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-gt68xx.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-dmc.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-hp5400.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-microtek2.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-mustek_usb2.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-hs2p.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-rts8891.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-sharp.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-epson2.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-tamarack.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-teco1.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-kodak.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-agfafocus.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-u12.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-hp4200.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-fujitsu.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-ibm.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/libupnp.la" is touched by more than one package: [u'libupnp', u'mosquitto', u'ngrep', u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-teco3.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/libnl-genl-3.la" is touched by more than one package: [u'libnl', u'libnspr', u'libpcap', u'libpng', u'libsecret', u'libsrtp', u'libubox', u'libuci', u'libuecc', u'libupnp', u'mosquitto', u'ngrep', u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-pixma.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/libpng16.la" is touched by more than one package: [u'libpng', u'libsecret', u'libsrtp', u'libubox', u'libuci', u'libuecc', u'libupnp', u'mosquitto', u'ngrep', u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-artec.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-coolscan.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-hp5590.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/libnl-3.la" is touched by more than one package: [u'libnl', u'libnspr', u'libpcap', u'libpng', u'libsecret', u'libsrtp', u'libubox', u'libuci', u'libuecc', u'libupnp', u'mosquitto', u'ngrep', u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'atk', u'libopenssl', u'e2fsprogs', u'libbluray', u'libglob', u'libgpg-error', u'libmnl', u'libnftnl', u'libnl', u'libnspr', u'libpcap', u'libpng', u'libsecret', u'libsrtp', u'libubox', u'libuci', u'libuecc', u'libupnp', u'mosquitto', u'ngrep', u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/libnl-xfrm-3.la" is touched by more than one package: [u'libnl', u'libnspr', u'libpcap', u'libpng', u'libsecret', u'libsrtp', u'libubox', u'libuci', u'libuecc', u'libupnp', u'mosquitto', u'ngrep', u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-dc25.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/libatk-1.0.la" is touched by more than one package: [u'atk', u'libopenssl', u'e2fsprogs', u'libbluray', u'libglob', u'libgpg-error', u'libmnl', u'libnftnl', u'libnl', u'libnspr', u'libpcap', u'libpng', u'libsecret', u'libsrtp', u'libubox', u'libuci', u'libuecc', u'libupnp', u'mosquitto', u'ngrep', u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-hpljm1005.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-pieusb.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/libnl-idiag-3.la" is touched by more than one package: [u'libnl', u'libnspr', u'libpcap', u'libpng', u'libsecret', u'libsrtp', u'libubox', u'libuci', u'libuecc', u'libupnp', u'mosquitto', u'ngrep', u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/libsecret-1.la" is touched by more than one package: [u'libsecret', u'libsrtp', u'libubox', u'libuci', u'libuecc', u'libupnp', u'mosquitto', u'ngrep', u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-lexmark.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-genesys.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-cardscan.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-coolscan3.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-canon630u.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/libnl-nf-3.la" is touched by more than one package: [u'libnl', u'libnspr', u'libpcap', u'libpng', u'libsecret', u'libsrtp', u'libubox', u'libuci', u'libuecc', u'libupnp', u'mosquitto', u'ngrep', u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-bh.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/libgpg-error.la" is touched by more than one package: [u'libgpg-error', u'libmnl', u'libnftnl', u'libnl', u'libnspr', u'libpcap', u'libpng', u'libsecret', u'libsrtp', u'libubox', u'libuci', u'libuecc', u'libupnp', u'mosquitto', u'ngrep', u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-sceptre.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-hp3900.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] Warning: staging file "./usr/lib/sane/libsane-abaton.la" is touched by more than one package: [u'sane-backends', u'sqlcipher'] ./support/scripts/check-uniq-files -t host /home/buildroot/autobuild/run/instance-3/output/build/packages-file-list-host.txt rm -f /home/buildroot/autobuild/run/instance-3/output/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/autobuild/run/instance-3/output/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/autobuild/run/instance-3/output/host/bin/glib-compile-schemas /home/buildroot/autobuild/run/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/autobuild/run/instance-3/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/buildroot/autobuild/run/instance-3/output/target/etc echo "buildroot" > /home/buildroot/autobuild/run/instance-3/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/run/instance-3/output/target/etc/hosts mkdir -p /home/buildroot/autobuild/run/instance-3/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/run/instance-3/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/run/instance-3/output/target/etc/shadow rm -f /home/buildroot/autobuild/run/instance-3/output/target/bin/sh rm -f /home/buildroot/autobuild/run/instance-3/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/autobuild/run/instance-3/output/build/locales.nopurge; done for dir in /home/buildroot/autobuild/run/instance-3/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/run/instance-3/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/run/instance-3/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/run/instance-3/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/run/instance-3/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/include /home/buildroot/autobuild/run/instance-3/output/target/usr/share/aclocal \ /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/pkgconfig /home/buildroot/autobuild/run/instance-3/output/target/usr/share/pkgconfig \ /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/cmake /home/buildroot/autobuild/run/instance-3/output/target/usr/share/cmake find /home/buildroot/autobuild/run/instance-3/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/run/instance-3/output/target/lib/ /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/ /home/buildroot/autobuild/run/instance-3/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/share/gdb rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/share/zsh rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/man /home/buildroot/autobuild/run/instance-3/output/target/usr/share/man rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/info /home/buildroot/autobuild/run/instance-3/output/target/usr/share/info rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/doc /home/buildroot/autobuild/run/instance-3/output/target/usr/share/doc rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/run/instance-3/output/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/run/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 /home/buildroot/autobuild/run/instance-3/output/host/bin/arm-none-linux-gnueabi-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/run/instance-3/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/buildroot/autobuild/run/instance-3/output/host/bin/arm-none-linux-gnueabi-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/buildroot/autobuild/run/instance-3/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/buildroot/autobuild/run/instance-3/output/host/bin/arm-none-linux-gnueabi-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/buildroot/autobuild/run/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 /home/buildroot/autobuild/run/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 /home/buildroot/autobuild/run/instance-3/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.08-git-00389-g4fbb2d1"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.08-git\"" \ ) > /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/run/instance-3/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/autobuild/run/instance-3/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/run/instance-3/output/target/usr make: Leaving directory `/home/buildroot/autobuild/run/instance-3/buildroot' make: Entering directory `/home/buildroot/autobuild/run/instance-3/buildroot' >>> Buildroot 2018.08-git-00389-g4fbb2d1 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info PATH="/home/buildroot/autobuild/run/instance-3/output/host/bin:/home/buildroot/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" BR2_DL_DIR=/home/buildroot/autobuild/run/instance-3/dl BUILD_DIR=/home/buildroot/autobuild/run/instance-3/output/build O=/home/buildroot/autobuild/run/instance-3/output flock /home/buildroot/autobuild/run/instance-3/dl/toolchain-external-codesourcery-arm/ support/download/dl-wrapper -c '2014.05-29' -d '/home/buildroot/autobuild/run/instance-3/dl/toolchain-external-codesourcery-arm' -D '/home/buildroot/autobuild/run/instance-3/dl' -f 'arm-2014.05-29-arm-none-linux-gnueabi.src.tar.bz2' -H 'toolchain/toolchain-external/toolchain-external-codesourcery-arm//toolchain-external-codesourcery-arm.hash' -n 'toolchain-external-codesourcery-arm-2014.05-29' -N 'toolchain-external-codesourcery-arm' -o '/home/buildroot/autobuild/run/instance-3/dl/toolchain-external-codesourcery-arm/arm-2014.05-29-arm-none-linux-gnueabi.src.tar.bz2' -u https://sourcery.mentor.com/public/gnu_toolchain/arm-none-linux-gnueabi -u http\|urlencode+http://sources.buildroot.net/toolchain-external-codesourcery-arm -u http\|urlencode+http://sources.buildroot.net -- 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 >>> am33x-cm3 11107db2f1e9e58ee75d4fe9cc38423c9a6e4365 Collecting legal info ERROR: No hash found for License.txt >>> atk 2.28.1 Collecting legal info ERROR: No hash found for COPYING >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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) >>> host-libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> host-util-linux 2.32 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) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> util-linux 2.32 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) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> libselinux 2.7 Collecting legal info ERROR: No hash found for LICENSE >>> libsepol 2.7 Collecting legal info ERROR: No hash found for COPYING >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> ctorrent dnh3.3.2 Collecting legal info ERROR: No hash found for COPYING >>> openssl Collecting legal info >>> libopenssl 1.0.2o Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> host-dosfstools 4.1 Collecting legal info ERROR: No hash found for COPYING >>> e2fsprogs 1.44.2 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> gnuplot 5.0.6 Collecting legal info ERROR: No hash found for Copyright >>> libbluray 1.0.2 Collecting legal info COPYING: OK (sha256: b3aa400aca6d2ba1f0bd03bd98d03d1fe7489a3bbb26969d72016360af8a5c9d) >>> libglob 1.0 Collecting legal info LICENSE: OK (sha256: 4cd4bac6ef90d4a91ee6e52df30f241045fb1a27fb53541ef4a9f8e47e6103ca) >>> libgpg-error 1.31 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnftnl 1.0.9 Collecting legal info COPYING: OK (sha256: 98193898c663001eff2fdcfb676e210c13042bc1a05e8d570c363efa396f8e24) >>> libnl 3.4.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libnspr 4.19 Collecting legal info nspr/LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> libpcap 1.8.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libpng 1.6.34 Collecting legal info LICENSE: OK (sha256: a247c24f82bacf0403fe2f3d5550493a91cdb575fe7036b764bda8cacf3efd9c) >>> libsecret 0.18.6 Collecting legal info COPYING: OK (sha256: a1a33180d02960ab1c5de36cf20b1a2f0fe9888d83826ad263da5db52f1b183b) >>> host-intltool 0.51.0 Collecting legal info ERROR: No hash found for COPYING >>> host-libxml-parser-perl 2.44 Collecting legal info ERROR: No hash found for README >>> host-expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> libsrtp v1.5.4 Collecting legal info ERROR: No hash found for LICENSE >>> libubox 723730214732862de7e892bae2f7a7889e66bf1b Collecting legal info >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> libuci 49ec6efbdac4819033d34f08927d795f83a3932d Collecting legal info >>> libuecc 7 Collecting legal info ERROR: No hash found for COPYRIGHT >>> libupnp 1.6.25 Collecting legal info LICENSE: OK (sha256: 0375955c8a79d6e8fa0792d45d00fc4e7710d7ac95bcbd27f9225a83f5c946fd) >>> mongodb r3.3.4 Collecting legal info ERROR: No hash found for GNU-AGPL-3.0.txt ERROR: No hash found for APACHE-2.0.txt >>> host-scons 2.5.1 Collecting legal info ERROR: No hash found for LICENSE.txt >>> host-python 2.7.15 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> mosquitto 1.5 Collecting legal info LICENSE.txt: OK (sha256: cc77e25bafd40637b7084f04086d606f0a200051b61806f97c93405926670bc1) epl-v10: OK (sha256: 3b9be6b894d0769de796e653571ff6cef494913c0ce78c35a97db939e7d9087c) edl-v10: OK (sha256: e8cf7d54ea46c19aba793983889b7f7425e1ebfcaaccec764a7db091646e203c) >>> ngrep 1.45 Collecting legal info ERROR: No hash found for LICENSE.txt >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sane-backends 1.0.25 Collecting legal info ERROR: No hash found for COPYING >>> sox 14.4.2 Collecting legal info ERROR: No hash found for LICENSE.GPL ERROR: No hash found for LICENSE.LGPL >>> sqlcipher v3.2.0 Collecting legal info >>> host-tcl 8.6.6 Collecting legal info license.terms: OK (sha256: c0a69a2bfd757361ec7e6143973b103c90409316b49e9c88db26ad6388e79f16) >>> statserial 1.1 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: libubox-723730214732862de7e892bae2f7a7889e66bf1b: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: libuci-49ec6efbdac4819033d34f08927d795f83a3932d: cannot save license (LIBUCI_LICENSE_FILES not defined) WARNING: sqlcipher-v3.2.0: cannot save license (SQLCIPHER_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/run/instance-3/output/legal-info make: Leaving directory `/home/buildroot/autobuild/run/instance-3/buildroot'