checking if /home/naourr/work/instance-1/output/host/bin/i686-linux-gcc supports -fno-rtti -fno-exceptions... no checking for /home/naourr/work/instance-1/output/host/bin/i686-linux-gcc option to produce PIC... -fPIC -DPIC checking if /home/naourr/work/instance-1/output/host/bin/i686-linux-gcc PIC flag -fPIC -DPIC works... yes checking if /home/naourr/work/instance-1/output/host/bin/i686-linux-gcc static flag -static works... no checking if /home/naourr/work/instance-1/output/host/bin/i686-linux-gcc supports -c -o file.o... yes checking if /home/naourr/work/instance-1/output/host/bin/i686-linux-gcc supports -c -o file.o... (cached) yes checking whether the /home/naourr/work/instance-1/output/host/bin/i686-linux-gcc linker (/home/naourr/work/instance-1/output/host/bin/i686-linux-ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for a BSD-compatible install... /usr/bin/install -c checking for gawk... gawk checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for int8_t... yes checking for int16_t... yes checking for int32_t... yes checking for int64_t... yes checking for intptr_t... yes checking for uint8_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uintptr_t... yes checking for sys/types.h... (cached) yes checking for stdlib.h... (cached) yes checking for stdint.h... (cached) yes checking for inttypes.h... (cached) yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for usleep... yes checking for fdatasync... yes checking for localtime_r... yes checking for gmtime_r... yes checking for localtime_s... no checking for utime... yes checking for malloc_usable_size... yes checking for tclsh8.6... /home/naourr/work/instance-1/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... none required 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/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/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-1/output/build/sqlcipher-v3.2.0/ make[1]: Entering directory '/home/naourr/work/instance-1/output/build/sqlcipher-v3.2.0' /home/naourr/work/instance-1/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-1/output/host/bin/tclsh8.6 ./tool/vdbe-compress.tcl vdbe.new mv vdbe.new tsrc/vdbe.c touch .target_source /home/naourr/work/instance-1/output/host/bin/tclsh8.6 ./tool/mksqlite3c.tcl cp tsrc/shell.c tsrc/sqlite3ext.h . ./libtool --mode=compile --tag=CC /home/naourr/work/instance-1/output/host/bin/i686-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 libtool: compile: /home/naourr/work/instance-1/output/host/bin/i686-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 -fPIC -DPIC -o .libs/sqlite3.o ./libtool --mode=link /home/naourr/work/instance-1/output/host/bin/i686-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 -o libsqlcipher.la sqlite3.lo -lcrypto -lcrypto -lz \ -rpath "/usr/lib" -version-info "8:6:8" libtool: link: /home/naourr/work/instance-1/output/host/bin/i686-linux-gcc -shared .libs/sqlite3.o -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/naourr/work/instance-1/output/host/bin/i686-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 -DHAVE_READLINE=0 \ -o sqlcipher ./src/shell.c libsqlcipher.la \ -lcrypto -lcrypto -lz -rpath "/usr/lib" libtool: link: /home/naourr/work/instance-1/output/host/bin/i686-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 -DHAVE_READLINE=0 -o sqlcipher ./src/shell.c ./.libs/libsqlcipher.so -lcrypto -lz -Wl,-rpath -Wl,/home/naourr/work/instance-1/output/build/sqlcipher-v3.2.0/.libs -Wl,-rpath -Wl,/usr/lib make[1]: Leaving directory '/home/naourr/work/instance-1/output/build/sqlcipher-v3.2.0' >>> sqlcipher v3.2.0 Installing to staging directory PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/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-1/output/host/i686-buildroot-linux-uclibc/sysroot install -C /home/naourr/work/instance-1/output/build/sqlcipher-v3.2.0/ make[1]: Entering directory '/home/naourr/work/instance-1/output/build/sqlcipher-v3.2.0' /usr/bin/install -c -d /home/naourr/work/instance-1/output/host/i686-buildroot-linux-uclibc/sysroot/usr/lib ./libtool --mode=install /usr/bin/install -c libsqlcipher.la /home/naourr/work/instance-1/output/host/i686-buildroot-linux-uclibc/sysroot/usr/lib libtool: install: /usr/bin/install -c .libs/libsqlcipher.so.0.8.6 /home/naourr/work/instance-1/output/host/i686-buildroot-linux-uclibc/sysroot/usr/lib/libsqlcipher.so.0.8.6 libtool: install: (cd /home/naourr/work/instance-1/output/host/i686-buildroot-linux-uclibc/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/naourr/work/instance-1/output/host/i686-buildroot-linux-uclibc/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/naourr/work/instance-1/output/host/i686-buildroot-linux-uclibc/sysroot/usr/lib/libsqlcipher.la libtool: install: warning: remember to run `libtool --finish /usr/lib' /usr/bin/install -c -d /home/naourr/work/instance-1/output/host/i686-buildroot-linux-uclibc/sysroot/usr/bin ./libtool --mode=install /usr/bin/install -c sqlcipher /home/naourr/work/instance-1/output/host/i686-buildroot-linux-uclibc/sysroot/usr/bin libtool: install: /usr/bin/install -c sqlcipher /home/naourr/work/instance-1/output/host/i686-buildroot-linux-uclibc/sysroot/usr/bin/sqlcipher /usr/bin/install -c -d /home/naourr/work/instance-1/output/host/i686-buildroot-linux-uclibc/sysroot/usr/include/sqlcipher /usr/bin/install -c -m 0644 sqlite3.h /home/naourr/work/instance-1/output/host/i686-buildroot-linux-uclibc/sysroot/usr/include/sqlcipher /usr/bin/install -c -m 0644 ./src/sqlite3ext.h /home/naourr/work/instance-1/output/host/i686-buildroot-linux-uclibc/sysroot/usr/include/sqlcipher /usr/bin/install -c -d /home/naourr/work/instance-1/output/host/i686-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig /usr/bin/install -c -m 0644 sqlcipher.pc /home/naourr/work/instance-1/output/host/i686-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig make[1]: Leaving directory '/home/naourr/work/instance-1/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-1/output/host/bin:/home/naourr/work/instance-1/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-1/output/target install -C /home/naourr/work/instance-1/output/build/sqlcipher-v3.2.0/ make[1]: Entering directory '/home/naourr/work/instance-1/output/build/sqlcipher-v3.2.0' /usr/bin/install -c -d /home/naourr/work/instance-1/output/target/usr/lib ./libtool --mode=install /usr/bin/install -c libsqlcipher.la /home/naourr/work/instance-1/output/target/usr/lib libtool: install: /usr/bin/install -c .libs/libsqlcipher.so.0.8.6 /home/naourr/work/instance-1/output/target/usr/lib/libsqlcipher.so.0.8.6 libtool: install: (cd /home/naourr/work/instance-1/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/naourr/work/instance-1/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/naourr/work/instance-1/output/target/usr/lib/libsqlcipher.la libtool: install: warning: remember to run `libtool --finish /usr/lib' /usr/bin/install -c -d /home/naourr/work/instance-1/output/target/usr/bin ./libtool --mode=install /usr/bin/install -c sqlcipher /home/naourr/work/instance-1/output/target/usr/bin libtool: install: /usr/bin/install -c sqlcipher /home/naourr/work/instance-1/output/target/usr/bin/sqlcipher /usr/bin/install -c -d /home/naourr/work/instance-1/output/target/usr/include/sqlcipher /usr/bin/install -c -m 0644 sqlite3.h /home/naourr/work/instance-1/output/target/usr/include/sqlcipher /usr/bin/install -c -m 0644 ./src/sqlite3ext.h /home/naourr/work/instance-1/output/target/usr/include/sqlcipher /usr/bin/install -c -d /home/naourr/work/instance-1/output/target/usr/lib/pkgconfig /usr/bin/install -c -m 0644 sqlcipher.pc /home/naourr/work/instance-1/output/target/usr/lib/pkgconfig make[1]: Leaving directory '/home/naourr/work/instance-1/output/build/sqlcipher-v3.2.0' vo-aacenc-0.1.3.tar.gz: OK (sha256: e51a7477a359f18df7c4f82d195dab4e14e7414cbd48cf79cc195fc446850f36) >>> vo-aacenc 0.1.3 Extracting gzip -d -c /home/naourr/work/instance-1/dl/vo-aacenc/vo-aacenc-0.1.3.tar.gz | /home/naourr/work/instance-1/output/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-1/output/build/vo-aacenc-0.1.3 -xf - >>> vo-aacenc 0.1.3 Patching >>> vo-aacenc 0.1.3 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/naourr/work/instance-1/output/build/vo-aacenc-0.1.3 -name $file); do cp support/gnuconfig/$file $i; done; done >>> vo-aacenc 0.1.3 Patching libtool patching file /home/naourr/work/instance-1/output/build/vo-aacenc-0.1.3/ltmain.sh Hunk #7 succeeded at 6699 (offset 3 lines). Hunk #8 succeeded at 9280 (offset 6 lines). >>> vo-aacenc 0.1.3 Configuring (cd /home/naourr/work/instance-1/output/build/vo-aacenc-0.1.3/ && rm -rf config.cache && PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" AR="/home/naourr/work/instance-1/output/host/bin/i686-linux-ar" AS="/home/naourr/work/instance-1/output/host/bin/i686-linux-as" LD="/home/naourr/work/instance-1/output/host/bin/i686-linux-ld" NM="/home/naourr/work/instance-1/output/host/bin/i686-linux-nm" CC="/home/naourr/work/instance-1/output/host/bin/i686-linux-gcc" GCC="/home/naourr/work/instance-1/output/host/bin/i686-linux-gcc" CPP="/home/naourr/work/instance-1/output/host/bin/i686-linux-cpp" CXX="/home/naourr/work/instance-1/output/host/bin/i686-linux-g++" FC="/home/naourr/work/instance-1/output/host/bin/i686-linux-gfortran" F77="/home/naourr/work/instance-1/output/host/bin/i686-linux-gfortran" RANLIB="/home/naourr/work/instance-1/output/host/bin/i686-linux-ranlib" READELF="/home/naourr/work/instance-1/output/host/bin/i686-linux-readelf" STRIP="/home/naourr/work/instance-1/output/host/bin/i686-linux-strip" OBJCOPY="/home/naourr/work/instance-1/output/host/bin/i686-linux-objcopy" OBJDUMP="/home/naourr/work/instance-1/output/host/bin/i686-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/naourr/work/instance-1/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-1/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-1/output/host/include" LDFLAGS_FOR_BUILD="-L/home/naourr/work/instance-1/output/host/lib -Wl,-rpath,/home/naourr/work/instance-1/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/naourr/work/instance-1/output/host/bin/i686-linux-as" DEFAULT_LINKER="/home/naourr/work/instance-1/output/host/bin/i686-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/naourr/work/instance-1/output/host/bin/pkg-config" STAGING_DIR="/home/naourr/work/instance-1/output/host/i686-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl ac_cv_lbl_unaligned_fail=no ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CONFIG_SITE=/dev/null ./configure --target=i686-buildroot-linux-uclibc --host=i686-buildroot-linux-uclibc --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for i686-buildroot-linux-uclibc-strip... /home/naourr/work/instance-1/output/host/bin/i686-linux-strip checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking how to create a ustar tar archive... gnutar checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU checking for i686-buildroot-linux-uclibc-gcc... /home/naourr/work/instance-1/output/host/bin/i686-linux-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/naourr/work/instance-1/output/host/bin/i686-linux-gcc accepts -g... yes checking for /home/naourr/work/instance-1/output/host/bin/i686-linux-gcc option to accept ISO C89... none needed checking dependency style of /home/naourr/work/instance-1/output/host/bin/i686-linux-gcc... none checking dependency style of /home/naourr/work/instance-1/output/host/bin/i686-linux-gcc... none checking for /home/naourr/work/instance-1/output/host/bin/i686-linux-gcc option to accept ISO C99... none needed checking build system type... x86_64-pc-linux-gnu checking host system type... i686-buildroot-linux-uclibc checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by /home/naourr/work/instance-1/output/host/bin/i686-linux-gcc... /home/naourr/work/instance-1/output/host/bin/i686-linux-ld checking if the linker (/home/naourr/work/instance-1/output/host/bin/i686-linux-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /home/naourr/work/instance-1/output/host/bin/i686-linux-nm checking the name lister (/home/naourr/work/instance-1/output/host/bin/i686-linux-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to i686-buildroot-linux-uclibc format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /home/naourr/work/instance-1/output/host/bin/i686-linux-ld option to reload object files... -r checking for i686-buildroot-linux-uclibc-objdump... /home/naourr/work/instance-1/output/host/bin/i686-linux-objdump checking how to recognize dependent libraries... pass_all checking for i686-buildroot-linux-uclibc-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for i686-buildroot-linux-uclibc-ar... /home/naourr/work/instance-1/output/host/bin/i686-linux-ar checking for archiver @FILE support... @ checking for i686-buildroot-linux-uclibc-strip... (cached) /home/naourr/work/instance-1/output/host/bin/i686-linux-strip checking for i686-buildroot-linux-uclibc-ranlib... /home/naourr/work/instance-1/output/host/bin/i686-linux-ranlib checking command to parse /home/naourr/work/instance-1/output/host/bin/i686-linux-nm output from /home/naourr/work/instance-1/output/host/bin/i686-linux-gcc object... ok checking for sysroot... no checking for i686-buildroot-linux-uclibc-mt... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... /home/naourr/work/instance-1/output/host/bin/i686-linux-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/naourr/work/instance-1/output/host/bin/i686-linux-gcc supports -fno-rtti -fno-exceptions... no checking for /home/naourr/work/instance-1/output/host/bin/i686-linux-gcc option to produce PIC... -fPIC -DPIC checking if /home/naourr/work/instance-1/output/host/bin/i686-linux-gcc PIC flag -fPIC -DPIC works... yes checking if /home/naourr/work/instance-1/output/host/bin/i686-linux-gcc static flag -static works... yes checking if /home/naourr/work/instance-1/output/host/bin/i686-linux-gcc supports -c -o file.o... yes checking if /home/naourr/work/instance-1/output/host/bin/i686-linux-gcc supports -c -o file.o... (cached) yes checking whether the /home/naourr/work/instance-1/output/host/bin/i686-linux-gcc linker (/home/naourr/work/instance-1/output/host/bin/i686-linux-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 configure: creating ./config.status config.status: creating Makefile config.status: creating vo-aacenc.pc config.status: executing depfiles commands 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, --enable-ipv6, --disable-nls >>> vo-aacenc 0.1.3 Building PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/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-1/output/build/vo-aacenc-0.1.3/ make[1]: Entering directory '/home/naourr/work/instance-1/output/build/vo-aacenc-0.1.3' CC cmnMemory.lo CC oper_32b.lo CC basicop2.lo CC aac_rom.lo CC aacenc.lo CC aacenc_core.lo CC adj_thr.lo CC band_nrg.lo CC bit_cnt.lo CC bitbuffer.lo CC bitenc.lo CC block_switch.lo CC channel_map.lo CC dyn_bits.lo CC grp_data.lo CC interface.lo CC line_pe.lo CC memalign.lo CC ms_stereo.lo CC pre_echo_control.lo CC psy_configuration.lo CC psy_main.lo CC qc_main.lo CC quantize.lo CC sf_estim.lo CC spreading.lo CC stat_bits.lo CC tns.lo CC transform.lo CCLD libvo-aacenc.la make[1]: Leaving directory '/home/naourr/work/instance-1/output/build/vo-aacenc-0.1.3' >>> vo-aacenc 0.1.3 Installing to staging directory PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/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-1/output/host/i686-buildroot-linux-uclibc/sysroot install -C /home/naourr/work/instance-1/output/build/vo-aacenc-0.1.3/ make[1]: Entering directory '/home/naourr/work/instance-1/output/build/vo-aacenc-0.1.3' make[2]: Entering directory '/home/naourr/work/instance-1/output/build/vo-aacenc-0.1.3' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/host/i686-buildroot-linux-uclibc/sysroot/usr/lib' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/host/i686-buildroot-linux-uclibc/sysroot/usr/include/vo-aacenc' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/host/i686-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig' /bin/sh ./libtool --mode=install /usr/bin/install -c libvo-aacenc.la '/home/naourr/work/instance-1/output/host/i686-buildroot-linux-uclibc/sysroot/usr/lib' /usr/bin/install -c -m 644 ./common/include/cmnMemory.h ./common/include/voAAC.h ./common/include/voAMRWB.h ./common/include/voAudio.h ./common/include/voIndex.h ./common/include/voMem.h ./common/include/voType.h '/home/naourr/work/instance-1/output/host/i686-buildroot-linux-uclibc/sysroot/usr/include/vo-aacenc' /usr/bin/install -c -m 644 vo-aacenc.pc '/home/naourr/work/instance-1/output/host/i686-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig' libtool: install: /usr/bin/install -c .libs/libvo-aacenc.so.0.0.4 /home/naourr/work/instance-1/output/host/i686-buildroot-linux-uclibc/sysroot/usr/lib/libvo-aacenc.so.0.0.4 libtool: install: (cd /home/naourr/work/instance-1/output/host/i686-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libvo-aacenc.so.0.0.4 libvo-aacenc.so.0 || { rm -f libvo-aacenc.so.0 && ln -s libvo-aacenc.so.0.0.4 libvo-aacenc.so.0; }; }) libtool: install: (cd /home/naourr/work/instance-1/output/host/i686-buildroot-linux-uclibc/sysroot/usr/lib && { ln -s -f libvo-aacenc.so.0.0.4 libvo-aacenc.so || { rm -f libvo-aacenc.so && ln -s libvo-aacenc.so.0.0.4 libvo-aacenc.so; }; }) libtool: install: /usr/bin/install -c .libs/libvo-aacenc.lai /home/naourr/work/instance-1/output/host/i686-buildroot-linux-uclibc/sysroot/usr/lib/libvo-aacenc.la libtool: install: warning: remember to run `libtool --finish /usr/lib' make[2]: Leaving directory '/home/naourr/work/instance-1/output/build/vo-aacenc-0.1.3' make[1]: Leaving directory '/home/naourr/work/instance-1/output/build/vo-aacenc-0.1.3' >>> vo-aacenc 0.1.3 Fixing libtool files >>> vo-aacenc 0.1.3 Installing to target PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/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-1/output/target install -C /home/naourr/work/instance-1/output/build/vo-aacenc-0.1.3/ make[1]: Entering directory '/home/naourr/work/instance-1/output/build/vo-aacenc-0.1.3' make[2]: Entering directory '/home/naourr/work/instance-1/output/build/vo-aacenc-0.1.3' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/target/usr/lib' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/target/usr/include/vo-aacenc' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/target/usr/lib/pkgconfig' /bin/sh ./libtool --mode=install /usr/bin/install -c libvo-aacenc.la '/home/naourr/work/instance-1/output/target/usr/lib' /usr/bin/install -c -m 644 ./common/include/cmnMemory.h ./common/include/voAAC.h ./common/include/voAMRWB.h ./common/include/voAudio.h ./common/include/voIndex.h ./common/include/voMem.h ./common/include/voType.h '/home/naourr/work/instance-1/output/target/usr/include/vo-aacenc' /usr/bin/install -c -m 644 vo-aacenc.pc '/home/naourr/work/instance-1/output/target/usr/lib/pkgconfig' libtool: install: /usr/bin/install -c .libs/libvo-aacenc.so.0.0.4 /home/naourr/work/instance-1/output/target/usr/lib/libvo-aacenc.so.0.0.4 libtool: install: (cd /home/naourr/work/instance-1/output/target/usr/lib && { ln -s -f libvo-aacenc.so.0.0.4 libvo-aacenc.so.0 || { rm -f libvo-aacenc.so.0 && ln -s libvo-aacenc.so.0.0.4 libvo-aacenc.so.0; }; }) libtool: install: (cd /home/naourr/work/instance-1/output/target/usr/lib && { ln -s -f libvo-aacenc.so.0.0.4 libvo-aacenc.so || { rm -f libvo-aacenc.so && ln -s libvo-aacenc.so.0.0.4 libvo-aacenc.so; }; }) libtool: install: /usr/bin/install -c .libs/libvo-aacenc.lai /home/naourr/work/instance-1/output/target/usr/lib/libvo-aacenc.la libtool: install: warning: remember to run `libtool --finish /usr/lib' make[2]: Leaving directory '/home/naourr/work/instance-1/output/build/vo-aacenc-0.1.3' make[1]: Leaving directory '/home/naourr/work/instance-1/output/build/vo-aacenc-0.1.3' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/naourr/work/instance-1/output/build/packages-file-list.txt Warning: target file "./usr/share/info/dir" is touched by more than one package: [u'libffi', u'readline'] ./support/scripts/check-uniq-files -t staging /home/naourr/work/instance-1/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'libopenssl', u'rrdtool', u'rtmpdump', u'sqlcipher', u'vo-aacenc'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'libopenssl', u'rrdtool', u'rtmpdump', u'sqlcipher', u'vo-aacenc'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'libopenssl', u'rrdtool', u'rtmpdump', u'sqlcipher', u'vo-aacenc'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'libopenssl', u'rrdtool', u'rtmpdump', u'sqlcipher', u'vo-aacenc'] Warning: staging file "./usr/share/info/dir" is touched by more than one package: [u'libffi', u'readline'] Warning: staging file "./usr/lib/libjansson.la" is touched by more than one package: [u'jansson', u'libffi', u'pcre', u'ncurses', u'readline', u'util-linux', u'libglib2', u'libopenssl', u'rrdtool', u'rtmpdump', u'sqlcipher', u'vo-aacenc'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'libopenssl', u'rrdtool', u'rtmpdump', u'sqlcipher', u'vo-aacenc'] Warning: staging file "./usr/lib/libsqlcipher.la" is touched by more than one package: [u'sqlcipher', u'vo-aacenc'] Warning: staging file "./usr/lib/libgd.la" is touched by more than one package: [u'gd', u'jansson', u'libffi', u'pcre', u'ncurses', u'readline', u'util-linux', u'libglib2', u'libopenssl', u'rrdtool', u'rtmpdump', u'sqlcipher', u'vo-aacenc'] 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'libopenssl', u'rrdtool', u'rtmpdump', u'sqlcipher', u'vo-aacenc'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'libglib2', u'libopenssl', u'rrdtool', u'rtmpdump', u'sqlcipher', u'vo-aacenc'] 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'libopenssl', u'rrdtool', u'rtmpdump', u'sqlcipher', u'vo-aacenc'] Warning: staging file "./usr/lib/librrd.la" is touched by more than one package: [u'rrdtool', u'rtmpdump', u'sqlcipher', u'vo-aacenc'] 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'libopenssl', u'rrdtool', u'rtmpdump', u'sqlcipher', u'vo-aacenc'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'libopenssl', u'rrdtool', u'rtmpdump', u'sqlcipher', u'vo-aacenc'] Warning: staging file "./usr/lib/libtiff.la" is touched by more than one package: [u'tiff', u'libzlib', u'gd', u'jansson', u'libffi', u'pcre', u'ncurses', u'readline', u'util-linux', u'libglib2', u'libopenssl', u'rrdtool', u'rtmpdump', u'sqlcipher', u'vo-aacenc'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'libopenssl', u'rrdtool', u'rtmpdump', u'sqlcipher', u'vo-aacenc'] 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'libopenssl', u'rrdtool', u'rtmpdump', u'sqlcipher', u'vo-aacenc'] ./support/scripts/check-uniq-files -t host /home/naourr/work/instance-1/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'] Warning: host file "./share/man/man8/fsck.8" is touched by more than one package: [u'host-util-linux', u'host-e2fsprogs'] Warning: host file "./sbin/fsck" is touched by more than one package: [u'host-util-linux', u'host-e2fsprogs'] rm -f /home/naourr/work/instance-1/output/target/usr/share/glib-2.0/schemas/*.xml /home/naourr/work/instance-1/output/target/usr/share/glib-2.0/schemas/*.dtd /home/naourr/work/instance-1/output/host/bin/glib-compile-schemas /home/naourr/work/instance-1/output/host/i686-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/naourr/work/instance-1/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/naourr/work/instance-1/output/target/etc echo "buildroot" > /home/naourr/work/instance-1/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-1/output/target/etc/hosts mkdir -p /home/naourr/work/instance-1/output/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-1/output/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-1/output/target/etc/shadow rm -f /home/naourr/work/instance-1/output/target/bin/sh rm -f /home/naourr/work/instance-1/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/work/instance-1/output/build/locales.nopurge; done for dir in /home/naourr/work/instance-1/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/work/instance-1/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-1/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-1/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-1/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-1/output/target/usr/include /home/naourr/work/instance-1/output/target/usr/share/aclocal \ /home/naourr/work/instance-1/output/target/usr/lib/pkgconfig /home/naourr/work/instance-1/output/target/usr/share/pkgconfig \ /home/naourr/work/instance-1/output/target/usr/lib/cmake /home/naourr/work/instance-1/output/target/usr/share/cmake find /home/naourr/work/instance-1/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-1/output/target/lib/ /home/naourr/work/instance-1/output/target/usr/lib/ /home/naourr/work/instance-1/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: '/home/naourr/work/instance-1/output/target/usr/libexec/': No such file or directory rm -rf /home/naourr/work/instance-1/output/target/usr/share/gdb rm -rf /home/naourr/work/instance-1/output/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-1/output/target/usr/share/zsh rm -rf /home/naourr/work/instance-1/output/target/usr/man /home/naourr/work/instance-1/output/target/usr/share/man rm -rf /home/naourr/work/instance-1/output/target/usr/info /home/naourr/work/instance-1/output/target/usr/share/info rm -rf /home/naourr/work/instance-1/output/target/usr/doc /home/naourr/work/instance-1/output/target/usr/share/doc rm -rf /home/naourr/work/instance-1/output/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-1/output/target/usr/share 2>/dev/null || true find /home/naourr/work/instance-1/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-1/output/host/bin/i686-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-1/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/naourr/work/instance-1/output/host/bin/i686-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/naourr/work/instance-1/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/naourr/work/instance-1/output/host/bin/i686-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/naourr/work/instance-1/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-1/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-1/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.11-git-00960-gd25f4ce2ee"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.11-git\"" \ ) > /home/naourr/work/instance-1/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-1/output/target/etc >>> Sanitizing RPATH in target tree /home/naourr/work/instance-1/buildroot/support/scripts/fix-rpath target touch /home/naourr/work/instance-1/output/target/usr make: Leaving directory '/home/naourr/work/instance-1/buildroot' make: Entering directory '/home/naourr/work/instance-1/buildroot' >>> Buildroot 2018.11-git-00960-gd25f4ce2ee 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 >>> host-tar 1.29 Collecting legal info ERROR: No hash found for COPYING >>> 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 >>> acpid 2.0.30 Collecting legal info ERROR: No hash found for COPYING >>> bc 1.06.95 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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-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.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> host-e2fsprogs 1.44.4 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-util-linux 2.32.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) >>> host-e2tools 3158ef18a903ca4a98b8fa220c9fc5c133d8bdf6 Collecting legal info ERROR: No hash found for COPYING >>> ezxml 0.8.6 Collecting legal info ERROR: No hash found for license.txt >>> gd 2.2.5 Collecting legal info COPYING: OK (sha256: d02dae2141d49b8a6b09b2b73e68a8f17d7bbeaaf02b3b841ee11fea2d9e328d) >>> tiff 4.0.8 Collecting legal info ERROR: No hash found for COPYRIGHT >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-gptfdisk 1.0.3 Collecting legal info ERROR: No hash found for COPYING >>> host-popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> ipmitool 1.8.18 Collecting legal info ERROR: No hash found for COPYING >>> jansson 2.11 Collecting legal info LICENSE: OK (sha256: 3034b2319f8c053995e8c8abf11b76418a3a8836cd769e5b3f0b6b13bfa00ec4) >>> libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> util-linux 2.32.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.1 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> readline 7.0 Collecting legal info ERROR: No hash found for COPYING >>> libopenssl 1.0.2p Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> openssl Collecting legal info >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> rrdtool 1.6.0 Collecting legal info ERROR: No hash found for COPYRIGHT ERROR: No hash found for LICENSE >>> rtmpdump fa8646daeb19dfd12c181f7d19de708d623704c0 Collecting legal info WARNING: no hash file for librtmp/COPYING >>> sqlcipher v3.2.0 Collecting legal info >>> host-tcl 8.6.6 Collecting legal info license.terms: OK (sha256: c0a69a2bfd757361ec7e6143973b103c90409316b49e9c88db26ad6388e79f16) >>> vo-aacenc 0.1.3 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-1/output/legal-info make: Leaving directory '/home/naourr/work/instance-1/buildroot'