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/naourr/work/instance-2/output/host/bin:/home/naourr/work/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 -C /home/naourr/work/instance-2/output/build/sqlcipher-v3.2.0/ make[1]: Entering directory '/home/naourr/work/instance-2/output/build/sqlcipher-v3.2.0' /home/naourr/work/instance-2/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 /home/naourr/work/instance-2/output/host/bin/tclsh8.6 ./tool/vdbe-compress.tcl vdbe.new mv vdbe.new tsrc/vdbe.c touch .target_source /home/naourr/work/instance-2/output/host/bin/tclsh8.6 ./tool/mksqlite3c.tcl cp tsrc/shell.c tsrc/sqlite3ext.h . ./libtool --mode=compile --tag=CC /home/naourr/work/instance-2/output/host/bin/mips64el-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -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/naourr/work/instance-2/output/host/bin/mips64el-linux-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 -o sqlite3.o ./libtool --mode=link /home/naourr/work/instance-2/output/host/bin/mips64el-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -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 -static -o libsqlcipher.la sqlite3.lo -lcrypto -lcrypto -lz \ -rpath "/usr/lib" -version-info "8:6:8" libtool: link: /home/naourr/work/instance-2/output/host/bin/mips64el-linux-ar cru .libs/libsqlcipher.a sqlite3.o libtool: link: /home/naourr/work/instance-2/output/host/bin/mips64el-linux-ranlib .libs/libsqlcipher.a libtool: link: ( cd ".libs" && rm -f "libsqlcipher.la" && ln -s "../libsqlcipher.la" "libsqlcipher.la" ) ./libtool --mode=link /home/naourr/work/instance-2/output/host/bin/mips64el-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -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 -static -DHAVE_READLINE=1 -I/home/naourr/work/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include \ -o sqlcipher ./src/shell.c libsqlcipher.la \ -lreadline -lncurses -lcrypto -lcrypto -lz -rpath "/usr/lib" libtool: link: /home/naourr/work/instance-2/output/host/bin/mips64el-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -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 -static -DHAVE_READLINE=1 -I/home/naourr/work/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include -o sqlcipher ./src/shell.c ./.libs/libsqlcipher.a -lreadline -lncurses -lcrypto -lz -Wl,-rpath -Wl,/usr/lib make[1]: Leaving directory '/home/naourr/work/instance-2/output/build/sqlcipher-v3.2.0' >>> sqlcipher v3.2.0 Installing to staging directory PATH="/home/naourr/work/instance-2/output/host/bin:/home/naourr/work/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot install -C /home/naourr/work/instance-2/output/build/sqlcipher-v3.2.0/ make[1]: Entering directory '/home/naourr/work/instance-2/output/build/sqlcipher-v3.2.0' /usr/bin/install -c -d /home/naourr/work/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib ./libtool --mode=install /usr/bin/install -c libsqlcipher.la /home/naourr/work/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib libtool: install: /usr/bin/install -c .libs/libsqlcipher.lai /home/naourr/work/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libsqlcipher.la libtool: install: /usr/bin/install -c .libs/libsqlcipher.a /home/naourr/work/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libsqlcipher.a libtool: install: chmod 644 /home/naourr/work/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libsqlcipher.a libtool: install: /home/naourr/work/instance-2/output/host/bin/mips64el-linux-ranlib /home/naourr/work/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libsqlcipher.a libtool: install: warning: remember to run `libtool --finish /usr/lib' /usr/bin/install -c -d /home/naourr/work/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin ./libtool --mode=install /usr/bin/install -c sqlcipher /home/naourr/work/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin libtool: install: /usr/bin/install -c sqlcipher /home/naourr/work/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/sqlcipher /usr/bin/install -c -d /home/naourr/work/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/sqlcipher /usr/bin/install -c -m 0644 sqlite3.h /home/naourr/work/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/sqlcipher /usr/bin/install -c -m 0644 ./src/sqlite3ext.h /home/naourr/work/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/sqlcipher /usr/bin/install -c -d /home/naourr/work/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig /usr/bin/install -c -m 0644 sqlcipher.pc /home/naourr/work/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig make[1]: Leaving directory '/home/naourr/work/instance-2/output/build/sqlcipher-v3.2.0' >>> sqlcipher v3.2.0 Fixing libtool files >>> sqlcipher v3.2.0 Installing to target PATH="/home/naourr/work/instance-2/output/host/bin:/home/naourr/work/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-2/output/target install -C /home/naourr/work/instance-2/output/build/sqlcipher-v3.2.0/ make[1]: Entering directory '/home/naourr/work/instance-2/output/build/sqlcipher-v3.2.0' /usr/bin/install -c -d /home/naourr/work/instance-2/output/target/usr/lib ./libtool --mode=install /usr/bin/install -c libsqlcipher.la /home/naourr/work/instance-2/output/target/usr/lib libtool: install: /usr/bin/install -c .libs/libsqlcipher.lai /home/naourr/work/instance-2/output/target/usr/lib/libsqlcipher.la libtool: install: /usr/bin/install -c .libs/libsqlcipher.a /home/naourr/work/instance-2/output/target/usr/lib/libsqlcipher.a libtool: install: chmod 644 /home/naourr/work/instance-2/output/target/usr/lib/libsqlcipher.a libtool: install: /home/naourr/work/instance-2/output/host/bin/mips64el-linux-ranlib /home/naourr/work/instance-2/output/target/usr/lib/libsqlcipher.a libtool: install: warning: remember to run `libtool --finish /usr/lib' /usr/bin/install -c -d /home/naourr/work/instance-2/output/target/usr/bin ./libtool --mode=install /usr/bin/install -c sqlcipher /home/naourr/work/instance-2/output/target/usr/bin libtool: install: /usr/bin/install -c sqlcipher /home/naourr/work/instance-2/output/target/usr/bin/sqlcipher /usr/bin/install -c -d /home/naourr/work/instance-2/output/target/usr/include/sqlcipher /usr/bin/install -c -m 0644 sqlite3.h /home/naourr/work/instance-2/output/target/usr/include/sqlcipher /usr/bin/install -c -m 0644 ./src/sqlite3ext.h /home/naourr/work/instance-2/output/target/usr/include/sqlcipher /usr/bin/install -c -d /home/naourr/work/instance-2/output/target/usr/lib/pkgconfig /usr/bin/install -c -m 0644 sqlcipher.pc /home/naourr/work/instance-2/output/target/usr/lib/pkgconfig make[1]: Leaving directory '/home/naourr/work/instance-2/output/build/sqlcipher-v3.2.0' yajl-2.1.0.tar.gz: OK (sha256: 3fb73364a5a30efe615046d07e6db9d09fd2b41c763c5f7d3bfb121cd5c5ac5a) >>> yajl 2.1.0 Extracting gzip -d -c /home/naourr/work/instance-2/dl/yajl-2.1.0.tar.gz | /home/naourr/work/instance-2/output/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-2/output/build/yajl-2.1.0 -xf - >>> yajl 2.1.0 Patching Applying 0001-Let-the-shared-and-the-static-library-have-the-same-.patch using patch: patching file src/CMakeLists.txt Applying 0002-cmake-disable-shared-library-build-when-BUILD_SHARED.patch using patch: patching file src/CMakeLists.txt Hunk #1 succeeded at 38 with fuzz 2 (offset 1 line). Hunk #2 succeeded at 53 (offset 1 line). Hunk #3 succeeded at 80 (offset 1 line). Applying 0003-Link-with-shared-libyajl-in-a-shared-build.patch using patch: patching file example/CMakeLists.txt patching file perf/CMakeLists.txt patching file reformatter/CMakeLists.txt patching file test/api/CMakeLists.txt patching file test/parsing/CMakeLists.txt patching file verify/CMakeLists.txt Applying 0004-Link-libyajl-_s-with-libm-when-isnan-is-not-brought-.patch using patch: patching file src/CMakeLists.txt patching file src/yajl.pc.cmake >>> yajl 2.1.0 Configuring (mkdir -p /home/naourr/work/instance-2/output/build/yajl-2.1.0/ && cd /home/naourr/work/instance-2/output/build/yajl-2.1.0/ && rm -f CMakeCache.txt && PATH="/home/naourr/work/instance-2/output/host/bin:/home/naourr/work/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/cmake /home/naourr/work/instance-2/output/build/yajl-2.1.0/ -DCMAKE_TOOLCHAIN_FILE="/home/naourr/work/instance-2/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=OFF ) -- The C compiler identification is GNU 5.5.0 -- Check for working C compiler: /home/naourr/work/instance-2/output/host/bin/mips64el-linux-gcc -- Check for working C compiler: /home/naourr/work/instance-2/output/host/bin/mips64el-linux-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAVE_GCC_VISIBILITY -- Performing Test HAVE_GCC_VISIBILITY - Success -- Looking for isnan in c -- Looking for isnan in c - not found running /usr/bin/cmake -E copy_if_different /home/naourr/work/instance-2/output/build/yajl-2.1.0/src/api/yajl_parse.h /home/naourr/work/instance-2/output/build/yajl-2.1.0/src/../yajl-2.1.0/include/yajl 2>&1 running /usr/bin/cmake -E copy_if_different /home/naourr/work/instance-2/output/build/yajl-2.1.0/src/api/yajl_gen.h /home/naourr/work/instance-2/output/build/yajl-2.1.0/src/../yajl-2.1.0/include/yajl 2>&1 running /usr/bin/cmake -E copy_if_different /home/naourr/work/instance-2/output/build/yajl-2.1.0/src/api/yajl_common.h /home/naourr/work/instance-2/output/build/yajl-2.1.0/src/../yajl-2.1.0/include/yajl 2>&1 running /usr/bin/cmake -E copy_if_different /home/naourr/work/instance-2/output/build/yajl-2.1.0/src/api/yajl_tree.h /home/naourr/work/instance-2/output/build/yajl-2.1.0/src/../yajl-2.1.0/include/yajl 2>&1 CMake Warning (dev) at reformatter/CMakeLists.txt:42 (GET_TARGET_PROPERTY): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "json_reformat". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at verify/CMakeLists.txt:36 (GET_TARGET_PROPERTY): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "json_verify". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. !! doxygen not found, not generating documentation -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_TEST BUILD_TESTING BUILD_TESTS -- Build files have been written to: /home/naourr/work/instance-2/output/build/yajl-2.1.0 >>> yajl 2.1.0 Building PATH="/home/naourr/work/instance-2/output/host/bin:/home/naourr/work/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 -C /home/naourr/work/instance-2/output/build/yajl-2.1.0/ make[1]: Entering directory '/home/naourr/work/instance-2/output/build/yajl-2.1.0' make[2]: Entering directory '/home/naourr/work/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory '/home/naourr/work/instance-2/output/build/yajl-2.1.0' Scanning dependencies of target yajl_s make[3]: Leaving directory '/home/naourr/work/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory '/home/naourr/work/instance-2/output/build/yajl-2.1.0' [ 4%] Building C object src/CMakeFiles/yajl_s.dir/yajl.c.o [ 8%] Building C object src/CMakeFiles/yajl_s.dir/yajl_lex.c.o [ 13%] Building C object src/CMakeFiles/yajl_s.dir/yajl_parser.c.o [ 17%] Building C object src/CMakeFiles/yajl_s.dir/yajl_buf.c.o [ 21%] Building C object src/CMakeFiles/yajl_s.dir/yajl_encode.c.o [ 26%] Building C object src/CMakeFiles/yajl_s.dir/yajl_gen.c.o [ 30%] Building C object src/CMakeFiles/yajl_s.dir/yajl_alloc.c.o [ 34%] Building C object src/CMakeFiles/yajl_s.dir/yajl_tree.c.o [ 39%] Building C object src/CMakeFiles/yajl_s.dir/yajl_version.c.o [ 43%] Linking C static library ../yajl-2.1.0/lib/libyajl.a make[3]: Leaving directory '/home/naourr/work/instance-2/output/build/yajl-2.1.0' [ 43%] Built target yajl_s make[3]: Entering directory '/home/naourr/work/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory '/home/naourr/work/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory '/home/naourr/work/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory '/home/naourr/work/instance-2/output/build/yajl-2.1.0' Scanning dependencies of target json_reformat Scanning dependencies of target json_verify Scanning dependencies of target yajl_test make[3]: Leaving directory '/home/naourr/work/instance-2/output/build/yajl-2.1.0' make[3]: Leaving directory '/home/naourr/work/instance-2/output/build/yajl-2.1.0' make[3]: Leaving directory '/home/naourr/work/instance-2/output/build/yajl-2.1.0' Scanning dependencies of target gen-extra-close make[3]: Leaving directory '/home/naourr/work/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory '/home/naourr/work/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory '/home/naourr/work/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory '/home/naourr/work/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory '/home/naourr/work/instance-2/output/build/yajl-2.1.0' [ 47%] Building C object verify/CMakeFiles/json_verify.dir/json_verify.c.o [ 52%] Building C object test/api/CMakeFiles/gen-extra-close.dir/gen-extra-close.c.o [ 56%] Building C object reformatter/CMakeFiles/json_reformat.dir/json_reformat.c.o [ 60%] Building C object test/parsing/CMakeFiles/yajl_test.dir/yajl_test.c.o [ 65%] Linking C executable gen-extra-close [ 69%] Linking C executable json_verify make[3]: Leaving directory '/home/naourr/work/instance-2/output/build/yajl-2.1.0' [ 69%] Built target gen-extra-close make[3]: Entering directory '/home/naourr/work/instance-2/output/build/yajl-2.1.0' [ 73%] Linking C executable json_reformat [ 78%] Linking C executable yajl_test Scanning dependencies of target parse_config make[3]: Leaving directory '/home/naourr/work/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory '/home/naourr/work/instance-2/output/build/yajl-2.1.0' [ 82%] Building C object example/CMakeFiles/parse_config.dir/parse_config.c.o make[3]: Leaving directory '/home/naourr/work/instance-2/output/build/yajl-2.1.0' [ 82%] Built target json_verify make[3]: Entering directory '/home/naourr/work/instance-2/output/build/yajl-2.1.0' make[3]: Leaving directory '/home/naourr/work/instance-2/output/build/yajl-2.1.0' make[3]: Leaving directory '/home/naourr/work/instance-2/output/build/yajl-2.1.0' Scanning dependencies of target perftest make[3]: Leaving directory '/home/naourr/work/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory '/home/naourr/work/instance-2/output/build/yajl-2.1.0' [ 82%] Built target json_reformat [ 82%] Built target yajl_test [ 91%] Building C object perf/CMakeFiles/perftest.dir/perftest.c.o [ 91%] Building C object perf/CMakeFiles/perftest.dir/documents.c.o [ 95%] Linking C executable parse_config make[3]: Leaving directory '/home/naourr/work/instance-2/output/build/yajl-2.1.0' [ 95%] Built target parse_config [100%] Linking C executable perftest make[3]: Leaving directory '/home/naourr/work/instance-2/output/build/yajl-2.1.0' [100%] Built target perftest make[2]: Leaving directory '/home/naourr/work/instance-2/output/build/yajl-2.1.0' make[1]: Leaving directory '/home/naourr/work/instance-2/output/build/yajl-2.1.0' >>> yajl 2.1.0 Installing to staging directory PATH="/home/naourr/work/instance-2/output/host/bin:/home/naourr/work/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot install/fast -C /home/naourr/work/instance-2/output/build/yajl-2.1.0/ make[1]: Entering directory '/home/naourr/work/instance-2/output/build/yajl-2.1.0' Install the project... -- Install configuration: "Release" -- Installing: /home/naourr/work/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libyajl.a -- Installing: /home/naourr/work/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/yajl/yajl_parse.h -- Installing: /home/naourr/work/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/yajl/yajl_gen.h -- Installing: /home/naourr/work/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/yajl/yajl_common.h -- Installing: /home/naourr/work/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/yajl/yajl_tree.h -- Installing: /home/naourr/work/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/include/yajl/yajl_version.h -- Installing: /home/naourr/work/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/pkgconfig/yajl.pc -- Installing: /home/naourr/work/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/json_reformat -- Installing: /home/naourr/work/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/bin/json_verify make[1]: Leaving directory '/home/naourr/work/instance-2/output/build/yajl-2.1.0' >>> yajl 2.1.0 Fixing libtool files >>> yajl 2.1.0 Installing to target PATH="/home/naourr/work/instance-2/output/host/bin:/home/naourr/work/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-2/output/target install/fast -C /home/naourr/work/instance-2/output/build/yajl-2.1.0/ make[1]: Entering directory '/home/naourr/work/instance-2/output/build/yajl-2.1.0' Install the project... -- Install configuration: "Release" -- Installing: /home/naourr/work/instance-2/output/target/usr/lib/libyajl.a -- Installing: /home/naourr/work/instance-2/output/target/usr/include/yajl/yajl_parse.h -- Installing: /home/naourr/work/instance-2/output/target/usr/include/yajl/yajl_gen.h -- Installing: /home/naourr/work/instance-2/output/target/usr/include/yajl/yajl_common.h -- Installing: /home/naourr/work/instance-2/output/target/usr/include/yajl/yajl_tree.h -- Installing: /home/naourr/work/instance-2/output/target/usr/include/yajl/yajl_version.h -- Installing: /home/naourr/work/instance-2/output/target/usr/share/pkgconfig/yajl.pc -- Installing: /home/naourr/work/instance-2/output/target/usr/bin/json_reformat -- Installing: /home/naourr/work/instance-2/output/target/usr/bin/json_verify make[1]: Leaving directory '/home/naourr/work/instance-2/output/build/yajl-2.1.0' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/naourr/work/instance-2/output/build/packages-file-list.txt Warning: target file "./usr/share/info/dir" is touched by more than one package: [u'libffi', u'readline', u'diffutils'] ./support/scripts/check-uniq-files -t staging /home/naourr/work/instance-2/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'dawgdic', u'dvb-apps', u'f2fs-tools', u'harfbuzz', u'libcli', u'libid3tag', u'libmad', u'libtorrent', u'sdl', u'nanomsg', u'ortp', u'pango', u'sqlcipher', u'yajl'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'dawgdic', u'dvb-apps', u'f2fs-tools', u'harfbuzz', u'libcli', u'libid3tag', u'libmad', u'libtorrent', u'sdl', u'nanomsg', u'ortp', u'pango', u'sqlcipher', u'yajl'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'pixman', u'cairo', u'dawgdic', u'dvb-apps', u'f2fs-tools', u'harfbuzz', u'libcli', u'libid3tag', u'libmad', u'libtorrent', u'sdl', u'nanomsg', u'ortp', u'pango', u'sqlcipher', u'yajl'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'pixman', u'cairo', u'dawgdic', u'dvb-apps', u'f2fs-tools', u'harfbuzz', u'libcli', u'libid3tag', u'libmad', u'libtorrent', u'sdl', u'nanomsg', u'ortp', u'pango', u'sqlcipher', u'yajl'] Warning: staging file "./usr/lib/libf2fs.la" is touched by more than one package: [u'f2fs-tools', u'harfbuzz', u'libcli', u'libid3tag', u'libmad', u'libtorrent', u'sdl', u'nanomsg', u'ortp', u'pango', u'sqlcipher', u'yajl'] Warning: staging file "./usr/share/info/dir" is touched by more than one package: [u'libffi', u'readline'] Warning: staging file "./usr/lib/libfreetype.la" is touched by more than one package: [u'freetype', u'fontconfig', u'libffi', u'pcre', u'ncurses', u'readline', u'util-linux', u'libglib2', u'pixman', u'cairo', u'dawgdic', u'dvb-apps', u'f2fs-tools', u'harfbuzz', u'libcli', u'libid3tag', u'libmad', u'libtorrent', u'sdl', u'nanomsg', u'ortp', u'pango', u'sqlcipher', u'yajl'] Warning: staging file "./usr/lib/libpixman-1.la" is touched by more than one package: [u'pixman', u'cairo', u'dawgdic', u'dvb-apps', u'f2fs-tools', u'harfbuzz', u'libcli', u'libid3tag', u'libmad', u'libtorrent', u'sdl', u'nanomsg', u'ortp', u'pango', u'sqlcipher', u'yajl'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'dawgdic', u'dvb-apps', u'f2fs-tools', u'harfbuzz', u'libcli', u'libid3tag', u'libmad', u'libtorrent', u'sdl', u'nanomsg', u'ortp', u'pango', u'sqlcipher', u'yajl'] Warning: staging file "./usr/lib/libsqlcipher.la" is touched by more than one package: [u'sqlcipher', u'yajl'] Warning: staging file "./usr/lib/libcairo-gobject.la" is touched by more than one package: [u'cairo', u'dawgdic', u'dvb-apps', u'f2fs-tools', u'harfbuzz', u'libcli', u'libid3tag', u'libmad', u'libtorrent', u'sdl', u'nanomsg', u'ortp', u'pango', u'sqlcipher', u'yajl'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'ncurses', u'readline', u'util-linux', u'libglib2', u'pixman', u'cairo', u'dawgdic', u'dvb-apps', u'f2fs-tools', u'harfbuzz', u'libcli', u'libid3tag', u'libmad', u'libtorrent', u'sdl', u'nanomsg', u'ortp', u'pango', u'sqlcipher', u'yajl'] Warning: staging file "./usr/lib/libortp.la" is touched by more than one package: [u'ortp', u'pango', u'sqlcipher', u'yajl'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'libglib2', u'pixman', u'cairo', u'dawgdic', u'dvb-apps', u'f2fs-tools', u'harfbuzz', u'libcli', u'libid3tag', u'libmad', u'libtorrent', u'sdl', u'nanomsg', u'ortp', u'pango', u'sqlcipher', u'yajl'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'ncurses', u'readline', u'util-linux', u'libglib2', u'pixman', u'cairo', u'dawgdic', u'dvb-apps', u'f2fs-tools', u'harfbuzz', u'libcli', u'libid3tag', u'libmad', u'libtorrent', u'sdl', u'nanomsg', u'ortp', u'pango', u'sqlcipher', u'yajl'] Warning: staging file "./usr/lib/libSDL.la" is touched by more than one package: [u'sdl', u'nanomsg', u'ortp', u'pango', u'sqlcipher', u'yajl'] Warning: staging file "./usr/lib/libtorrent.la" is touched by more than one package: [u'libtorrent', u'sdl', u'nanomsg', u'ortp', u'pango', u'sqlcipher', u'yajl'] Warning: staging file "./usr/lib/libharfbuzz.la" is touched by more than one package: [u'harfbuzz', u'libcli', u'libid3tag', u'libmad', u'libtorrent', u'sdl', u'nanomsg', u'ortp', u'pango', u'sqlcipher', u'yajl'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'dawgdic', u'dvb-apps', u'f2fs-tools', u'harfbuzz', u'libcli', u'libid3tag', u'libmad', u'libtorrent', u'sdl', u'nanomsg', u'ortp', u'pango', u'sqlcipher', u'yajl'] Warning: staging file "./usr/lib/libpango-1.0.la" is touched by more than one package: [u'pango', u'sqlcipher', u'yajl'] Warning: staging file "./usr/lib/libpangoft2-1.0.la" is touched by more than one package: [u'pango', u'sqlcipher', u'yajl'] Warning: staging file "./usr/lib/libSDLmain.la" is touched by more than one package: [u'sdl', u'nanomsg', u'ortp', u'pango', u'sqlcipher', u'yajl'] Warning: staging file "./usr/lib/libid3tag.la" is touched by more than one package: [u'libid3tag', u'libmad', u'libtorrent', u'sdl', u'nanomsg', u'ortp', u'pango', u'sqlcipher', u'yajl'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'ncurses', u'readline', u'util-linux', u'libglib2', u'pixman', u'cairo', u'dawgdic', u'dvb-apps', u'f2fs-tools', u'harfbuzz', u'libcli', u'libid3tag', u'libmad', u'libtorrent', u'sdl', u'nanomsg', u'ortp', u'pango', u'sqlcipher', u'yajl'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'dawgdic', u'dvb-apps', u'f2fs-tools', u'harfbuzz', u'libcli', u'libid3tag', u'libmad', u'libtorrent', u'sdl', u'nanomsg', u'ortp', u'pango', u'sqlcipher', u'yajl'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'freetype', u'fontconfig', u'libffi', u'pcre', u'ncurses', u'readline', u'util-linux', u'libglib2', u'pixman', u'cairo', u'dawgdic', u'dvb-apps', u'f2fs-tools', u'harfbuzz', u'libcli', u'libid3tag', u'libmad', u'libtorrent', u'sdl', u'nanomsg', u'ortp', u'pango', u'sqlcipher', u'yajl'] Warning: staging file "./usr/lib/libcairo.la" is touched by more than one package: [u'cairo', u'dawgdic', u'dvb-apps', u'f2fs-tools', u'harfbuzz', u'libcli', u'libid3tag', u'libmad', u'libtorrent', u'sdl', u'nanomsg', u'ortp', u'pango', u'sqlcipher', u'yajl'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'ncurses', u'readline', u'util-linux', u'libglib2', u'pixman', u'cairo', u'dawgdic', u'dvb-apps', u'f2fs-tools', u'harfbuzz', u'libcli', u'libid3tag', u'libmad', u'libtorrent', u'sdl', u'nanomsg', u'ortp', u'pango', u'sqlcipher', u'yajl'] Warning: staging file "./usr/lib/libpangocairo-1.0.la" is touched by more than one package: [u'pango', u'sqlcipher', u'yajl'] Warning: staging file "./usr/lib/libfontconfig.la" is touched by more than one package: [u'fontconfig', u'libffi', u'pcre', u'ncurses', u'readline', u'util-linux', u'libglib2', u'pixman', u'cairo', u'dawgdic', u'dvb-apps', u'f2fs-tools', u'harfbuzz', u'libcli', u'libid3tag', u'libmad', u'libtorrent', u'sdl', u'nanomsg', u'ortp', u'pango', u'sqlcipher', u'yajl'] Warning: staging file "./usr/lib/libf2fs_format.la" is touched by more than one package: [u'f2fs-tools', u'harfbuzz', u'libcli', u'libid3tag', u'libmad', u'libtorrent', u'sdl', u'nanomsg', u'ortp', u'pango', u'sqlcipher', u'yajl'] Warning: staging file "./usr/lib/libmad.la" is touched by more than one package: [u'libmad', u'libtorrent', u'sdl', u'nanomsg', u'ortp', u'pango', u'sqlcipher', u'yajl'] ./support/scripts/check-uniq-files -t host /home/naourr/work/instance-2/output/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: [u'host-tar', u'host-lzip', u'host-m4', u'host-libtool', u'host-autoconf', u'host-automake', u'host-gettext', u'host-libffi'] rm -f /home/naourr/work/instance-2/output/target/usr/share/glib-2.0/schemas/*.xml /home/naourr/work/instance-2/output/target/usr/share/glib-2.0/schemas/*.dtd /home/naourr/work/instance-2/output/host/bin/glib-compile-schemas /home/naourr/work/instance-2/output/host/mips64el-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/naourr/work/instance-2/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/naourr/work/instance-2/output/target/etc echo "buildroot" > /home/naourr/work/instance-2/output/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/naourr/work/instance-2/output/target/etc/hosts mkdir -p /home/naourr/work/instance-2/output/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-2/output/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-2/output/target/etc/shadow rm -f /home/naourr/work/instance-2/output/target/bin/sh rm -f /home/naourr/work/instance-2/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/work/instance-2/output/build/locales.nopurge; done for dir in /home/naourr/work/instance-2/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/work/instance-2/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-2/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-2/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-2/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-2/output/target/usr/include /home/naourr/work/instance-2/output/target/usr/share/aclocal \ /home/naourr/work/instance-2/output/target/usr/lib/pkgconfig /home/naourr/work/instance-2/output/target/usr/share/pkgconfig \ /home/naourr/work/instance-2/output/target/usr/lib/cmake /home/naourr/work/instance-2/output/target/usr/share/cmake find /home/naourr/work/instance-2/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-2/output/target/lib/ /home/naourr/work/instance-2/output/target/usr/lib/ /home/naourr/work/instance-2/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: '/home/naourr/work/instance-2/output/target/usr/libexec/': No such file or directory rm -rf /home/naourr/work/instance-2/output/target/usr/share/gdb rm -rf /home/naourr/work/instance-2/output/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-2/output/target/usr/share/zsh rm -rf /home/naourr/work/instance-2/output/target/usr/man /home/naourr/work/instance-2/output/target/usr/share/man rm -rf /home/naourr/work/instance-2/output/target/usr/info /home/naourr/work/instance-2/output/target/usr/share/info rm -rf /home/naourr/work/instance-2/output/target/usr/doc /home/naourr/work/instance-2/output/target/usr/share/doc rm -rf /home/naourr/work/instance-2/output/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-2/output/target/usr/share 2>/dev/null || true find /home/naourr/work/instance-2/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/naourr/work/instance-2/output/host/bin/mips64el-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-2/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/naourr/work/instance-2/output/host/bin/mips64el-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/naourr/work/instance-2/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/naourr/work/instance-2/output/host/bin/mips64el-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/naourr/work/instance-2/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/naourr/work/instance-2/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/naourr/work/instance-2/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.02.2-00017-ga43f5f1939"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.02.2"; \ echo "PRETTY_NAME=\"Buildroot 2018.02.2\"" \ ) > /home/naourr/work/instance-2/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-2/output/target/etc >>> Sanitizing RPATH in target tree /home/naourr/work/instance-2/buildroot/support/scripts/fix-rpath target touch /home/naourr/work/instance-2/output/target/usr make: Leaving directory '/home/naourr/work/instance-2/buildroot' make: Entering directory '/home/naourr/work/instance-2/buildroot' >>> Buildroot 2018.02.2-00017-ga43f5f1939 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> host-tar 1.29 Collecting legal info ERROR: No hash found for COPYING >>> host-lzip 1.19 Collecting legal info ERROR: No hash found for COPYING >>> toolchain-external Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> axel 2.16.1 Collecting legal info ERROR: No hash found for COPYING >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> openssl Collecting legal info >>> libopenssl 1.0.2o Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> bctoolbox 0.4.0 Collecting legal info ERROR: No hash found for COPYING >>> cairo 1.14.10 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING-LGPL-2.1 ERROR: No hash found for COPYING-MPL-1.1 >>> fontconfig 2.12.4 Collecting legal info ERROR: No hash found for COPYING >>> expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> freetype 2.8.1 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 4a9a548027a2c1d37788519dea833294c9c81f1ebc280e817f41f50d0c642d78) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> 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-gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> libglib2 2.54.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.54.2 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.31.1 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.31.1 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) >>> ncurses 6.0 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.0 Collecting legal info ERROR: No hash found for README >>> readline 7.0 Collecting legal info ERROR: No hash found for COPYING >>> pixman 0.34.0 Collecting legal info ERROR: No hash found for COPYING >>> dawgdic 16ac537ba9883ff01b63b6d1fdc3072150c68fee Collecting legal info ERROR: No hash found for COPYING >>> diffutils 3.6 Collecting legal info ERROR: No hash found for COPYING >>> dvb-apps 3d43b280298c39a67d1d889e01e173f52c12da35 Collecting legal info WARNING: no hash file for COPYING WARNING: no hash file for COPYING.LGPL >>> easy-rsa 3.0.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for gpl-2.0.txt >>> f2fs-tools v1.8.0 Collecting legal info ERROR: No hash found for COPYING >>> fbdump 0.4.2 Collecting legal info ERROR: No hash found for COPYING >>> genromfs 0.5.2 Collecting legal info ERROR: No hash found for COPYING >>> gptfdisk 1.0.3 Collecting legal info ERROR: No hash found for COPYING >>> harfbuzz 1.7.1 Collecting legal info COPYING: OK (sha256: 2a886915de4f296cdae5ed67064f86dba01d0c55286d86e8487f2a5caaf40216) ERROR: No hash found for src/hb-ucdn/COPYING >>> libcli c63c9d35144939c8b4fa3c5394aed2e29ff517b0 Collecting legal info ERROR: No hash found for COPYING >>> libid3tag 0.15.1b Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYRIGHT >>> libmad 0.15.1b Collecting legal info ERROR: No hash found for COPYING >>> libtorrent 0.13.6 Collecting legal info ERROR: No hash found for COPYING >>> ltris 1.0.19 Collecting legal info ERROR: No hash found for COPYING >>> sdl 1.2.15 Collecting legal info ERROR: No hash found for COPYING >>> madplay 0.15.2b Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYRIGHT >>> mtools 4.0.18 Collecting legal info ERROR: No hash found for COPYING >>> nanomsg 1.0.0 Collecting legal info COPYING: OK (sha256: 4e51f6a04312ea7c5f4f0e92d91b6415c1eeb09bdaf86a6fd11d93499457c07a) >>> noip 2.1.9 Collecting legal info ERROR: No hash found for COPYING >>> ortp 0.27.0 Collecting legal info ERROR: No hash found for COPYING >>> pango 1.40.14 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sqlcipher v3.2.0 Collecting legal info >>> host-tcl 8.6.6 Collecting legal info license.terms: OK (sha256: c0a69a2bfd757361ec7e6143973b103c90409316b49e9c88db26ad6388e79f16) >>> yajl 2.1.0 Collecting legal info ERROR: No hash found for COPYING WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: sqlcipher-v3.2.0: cannot save license (SQLCIPHER_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-2/output/legal-info make: Leaving directory '/home/naourr/work/instance-2/buildroot'