126 | MD5(host->passwd, halflen, hashkey); | ^~~ In file included from lfd_encrypt.c:56: /home/thomas/autobuild/instance-2/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/openssl/md5.h:52:38: note: declared here 52 | OSSL_DEPRECATEDIN_3_0 unsigned char *MD5(const unsigned char *d, size_t n, | ^~~ lfd_encrypt.c:127:7: warning: 'MD5' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 127 | MD5((host->passwd)+halflen, tmplen-halflen, hashkey+16); | ^~~ In file included from lfd_encrypt.c:56: /home/thomas/autobuild/instance-2/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/openssl/md5.h:52:38: note: declared here 52 | OSSL_DEPRECATEDIN_3_0 unsigned char *MD5(const unsigned char *d, size_t n, | ^~~ lfd_encrypt.c:131:7: warning: 'MD5' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 131 | MD5(host->passwd,strlen(host->passwd), hashkey); | ^~~ In file included from lfd_encrypt.c:56: /home/thomas/autobuild/instance-2/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/openssl/md5.h:52:38: note: declared here 52 | OSSL_DEPRECATEDIN_3_0 unsigned char *MD5(const unsigned char *d, size_t n, | ^~~ lfd_legacy_encrypt.c: In function 'alloc_legacy_encrypt': lfd_legacy_encrypt.c:74:4: warning: 'BF_set_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 74 | BF_set_key(&key, ENC_KEY_SIZE, MD5(host->passwd,strlen(host->passwd),NULL)); | ^~~~~~~~~~ In file included from lfd_legacy_encrypt.c:55: /home/thomas/autobuild/instance-2/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/openssl/blowfish.h:50:28: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 void BF_set_key(BF_KEY *key, int len, | ^~~~~~~~~~ lfd_legacy_encrypt.c:74:4: warning: 'MD5' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 74 | BF_set_key(&key, ENC_KEY_SIZE, MD5(host->passwd,strlen(host->passwd),NULL)); | ^~~~~~~~~~ In file included from lfd_legacy_encrypt.c:54: /home/thomas/autobuild/instance-2/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/openssl/md5.h:52:38: note: declared here 52 | OSSL_DEPRECATEDIN_3_0 unsigned char *MD5(const unsigned char *d, size_t n, | ^~~ lfd_legacy_encrypt.c: In function 'legacy_encrypt_buf': lfd_legacy_encrypt.c:97:4: warning: 'BF_ecb_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 97 | BF_ecb_encrypt(out_ptr, out_ptr, &key, BF_ENCRYPT); | ^~~~~~~~~~~~~~ In file included from lfd_legacy_encrypt.c:55: /home/thomas/autobuild/instance-2/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/openssl/blowfish.h:54:28: note: declared here 54 | OSSL_DEPRECATEDIN_3_0 void BF_ecb_encrypt(const unsigned char *in, | ^~~~~~~~~~~~~~ lfd_legacy_encrypt.c:102:7: warning: 'BF_ecb_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 102 | BF_ecb_encrypt(in_ptr + p, out_ptr + p, &key, BF_ENCRYPT); | ^~~~~~~~~~~~~~ In file included from lfd_legacy_encrypt.c:55: /home/thomas/autobuild/instance-2/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/openssl/blowfish.h:54:28: note: declared here 54 | OSSL_DEPRECATEDIN_3_0 void BF_ecb_encrypt(const unsigned char *in, | ^~~~~~~~~~~~~~ lfd_legacy_encrypt.c: In function 'legacy_decrypt_buf': lfd_legacy_encrypt.c:113:7: warning: 'BF_ecb_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 113 | BF_ecb_encrypt(in + p, in + p, &key, BF_DECRYPT); | ^~~~~~~~~~~~~~ In file included from lfd_legacy_encrypt.c:55: /home/thomas/autobuild/instance-2/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/openssl/blowfish.h:54:28: note: declared here 54 | OSSL_DEPRECATEDIN_3_0 void BF_ecb_encrypt(const unsigned char *in, | ^~~~~~~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/thomas/autobuild/instance-2/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/openssl -I/home/thomas/autobuild/instance-2/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/lzo -I/home/thomas/autobuild/instance-2/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/openssl -I/home/thomas/autobuild/instance-2/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/openssl -I/home/thomas/autobuild/instance-2/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/openssl -I/home/thomas/autobuild/instance-2/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/openssl -o vtund main.o cfg_file.tab.o cfg_file.lex.o server.o client.o lib.o llist.o auth.o tunnel.o lock.o netlib.o tun_dev.o tap_dev.o pty_dev.o pipe_dev.o tcp_proto.o udp_proto.o linkfd.o lfd_shaper.o lfd_zlib.o lfd_lzo.o lfd_encrypt.o lfd_legacy_encrypt.o -L/home/thomas/autobuild/instance-2/output-1/host/bin/../arc-buildroot-linux-uclibc/sysroot/usr/lib -lssl -lcrypto -L/home/thomas/autobuild/instance-2/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib -lz -llzo2 -lcrypto make[1]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/vtun-3.0.4' >>> vtun 3.0.4 Installing to target PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j4 DESTDIR=/home/thomas/autobuild/instance-2/output-1/target install -C /home/thomas/autobuild/instance-2/output-1/build/vtun-3.0.4/ make[1]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/vtun-3.0.4' /usr/bin/install -c -d -m 755 /home/thomas/autobuild/instance-2/output-1/target/etc /usr/bin/install -c -d -m 755 /home/thomas/autobuild/instance-2/output-1/target/usr/share/man/man8 /usr/bin/install -c -m 600 vtund.conf /home/thomas/autobuild/instance-2/output-1/target/etc; /usr/bin/install -c -m 644 vtund.8 /home/thomas/autobuild/instance-2/output-1/target/usr/share/man/man8 /usr/bin/install -c -d -m 755 /home/thomas/autobuild/instance-2/output-1/target/usr/share/man/man5 /usr/bin/install -c -m 600 scripts/vtund-start.conf /home/thomas/autobuild/instance-2/output-1/target/etc; /usr/bin/install -c -m 644 vtund.conf.5 /home/thomas/autobuild/instance-2/output-1/target/usr/share/man/man5 rm -f /home/thomas/autobuild/instance-2/output-1/target/usr/share/man/man8/vtun.8 ln -s vtund.8 /home/thomas/autobuild/instance-2/output-1/target/usr/share/man/man8/vtun.8 /usr/bin/install -c -d -m 755 /home/thomas/autobuild/instance-2/output-1/target/var/log/vtund /usr/bin/install -c -d -m 755 /home/thomas/autobuild/instance-2/output-1/target/var/lock/vtund /usr/bin/install -c -d -m 755 /home/thomas/autobuild/instance-2/output-1/target/usr/sbin /usr/bin/install -c -m 755 vtund /home/thomas/autobuild/instance-2/output-1/target/usr/sbin /usr/bin/install -c -m 755 -D scripts/vtund.rc.debian \ /home/thomas/autobuild/instance-2/output-1/target/etc/init.d/S90vtun make[1]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/vtun-3.0.4' which-2.21.tar.gz: OK (sha256: f4a245b94124b377d8b49646bf421f9155d36aa7614b6ebf83705d3ffc76eaad) >>> which 2.21 Extracting gzip -d -c /home/thomas/autobuild/instance-2/dl/which/which-2.21.tar.gz | tar --strip-components=1 -C /home/thomas/autobuild/instance-2/output-1/build/which-2.21 -xf - >>> which 2.21 Patching >>> which 2.21 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/thomas/autobuild/instance-2/output-1/build/which-2.21 -name $file); do cp support/gnuconfig/$file $i; done; done >>> which 2.21 Patching libtool >>> which 2.21 Configuring (cd /home/thomas/autobuild/instance-2/output-1/build/which-2.21/ && rm -rf config.cache && PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/home/thomas/autobuild/instance-2/output-1/host/bin/arc-buildroot-linux-uclibc-gcc-ar" AS="/home/thomas/autobuild/instance-2/output-1/host/bin/arc-buildroot-linux-uclibc-as" LD="/home/thomas/autobuild/instance-2/output-1/host/bin/arc-buildroot-linux-uclibc-ld" NM="/home/thomas/autobuild/instance-2/output-1/host/bin/arc-buildroot-linux-uclibc-gcc-nm" CC="/home/thomas/autobuild/instance-2/output-1/host/bin/arc-buildroot-linux-uclibc-gcc" GCC="/home/thomas/autobuild/instance-2/output-1/host/bin/arc-buildroot-linux-uclibc-gcc" CPP="/home/thomas/autobuild/instance-2/output-1/host/bin/arc-buildroot-linux-uclibc-cpp" CXX="/home/thomas/autobuild/instance-2/output-1/host/bin/arc-buildroot-linux-uclibc-g++" FC="/home/thomas/autobuild/instance-2/output-1/host/bin/arc-buildroot-linux-uclibc-gfortran" F77="/home/thomas/autobuild/instance-2/output-1/host/bin/arc-buildroot-linux-uclibc-gfortran" RANLIB="/home/thomas/autobuild/instance-2/output-1/host/bin/arc-buildroot-linux-uclibc-gcc-ranlib" READELF="/home/thomas/autobuild/instance-2/output-1/host/bin/arc-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/home/thomas/autobuild/instance-2/output-1/host/bin/arc-buildroot-linux-uclibc-objcopy" OBJDUMP="/home/thomas/autobuild/instance-2/output-1/host/bin/arc-buildroot-linux-uclibc-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/thomas/autobuild/instance-2/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/thomas/autobuild/instance-2/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/thomas/autobuild/instance-2/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/thomas/autobuild/instance-2/output-1/host/lib -Wl,-rpath,/home/thomas/autobuild/instance-2/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/thomas/autobuild/instance-2/output-1/host/bin/arc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/home/thomas/autobuild/instance-2/output-1/host/bin/arc-buildroot-linux-uclibc-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 -O1 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 " LDFLAGS="" FCFLAGS=" -O1 -g0" FFLAGS=" -O1 -g0" PKG_CONFIG="/home/thomas/autobuild/instance-2/output-1/host/bin/pkg-config" STAGING_DIR="/home/thomas/autobuild/instance-2/output-1/host/arc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes 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 CONFIG_SITE=/dev/null ./configure --target=arc-buildroot-linux-uclibc --host=arc-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 --enable-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, --enable-static, --enable-shared checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for arc-buildroot-linux-uclibc-strip... /bin/true checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for arc-buildroot-linux-uclibc-gcc... /home/thomas/autobuild/instance-2/output-1/host/bin/arc-buildroot-linux-uclibc-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/thomas/autobuild/instance-2/output-1/host/bin/arc-buildroot-linux-uclibc-gcc accepts -g... yes checking for /home/thomas/autobuild/instance-2/output-1/host/bin/arc-buildroot-linux-uclibc-gcc option to accept ISO C89... none needed checking whether /home/thomas/autobuild/instance-2/output-1/host/bin/arc-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of /home/thomas/autobuild/instance-2/output-1/host/bin/arc-buildroot-linux-uclibc-gcc... none checking how to run the C preprocessor... /home/thomas/autobuild/instance-2/output-1/host/bin/arc-buildroot-linux-uclibc-cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E 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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for xmalloc in libiberty.a... no checking for ANSI C header files... (cached) yes checking for unistd.h... (cached) yes checking for string.h... (cached) yes checking libiberty.h usability... no checking libiberty.h presence... no checking for libiberty.h... no checking whether stat file-mode macros are broken... no checking for an ANSI C-conforming const... yes checking for size_t... yes checking for uid_t in sys/types.h... yes checking type of array argument to getgroups... gid_t checking for strchr... yes checking for memcpy... yes checking for getopt_long... yes checking for getcwd... yes checking for getwd... no checking for sysconf... yes checking for getgroups... yes checking for eaccess... yes checking for ar... /home/thomas/autobuild/instance-2/output-1/host/bin/arc-buildroot-linux-uclibc-gcc-ar checking for arc-buildroot-linux-uclibc-ranlib... /home/thomas/autobuild/instance-2/output-1/host/bin/arc-buildroot-linux-uclibc-gcc-ranlib checking for stdlib.h... (cached) yes checking for memory.h... (cached) yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking for strings.h... (cached) yes checking for getpwent... yes checking for getpwnam... yes checking for getpwuid... yes checking whether programs are able to redeclare getpw functions... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating maintMakefile config.status: creating tilde/Makefile config.status: creating config.h config.status: executing depfiles 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, --enable-static, --enable-shared >>> which 2.21 Building PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j4 -C /home/thomas/autobuild/instance-2/output-1/build/which-2.21/ make[1]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/which-2.21' /usr/bin/make all-recursive make[2]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/which-2.21' Making all in tilde make[3]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/which-2.21/tilde' /home/thomas/autobuild/instance-2/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -c -o tilde.o tilde.c /home/thomas/autobuild/instance-2/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -c -o shell.o shell.c rm -f libtilde.a /home/thomas/autobuild/instance-2/output-1/host/bin/arc-buildroot-linux-uclibc-gcc-ar cru libtilde.a tilde.o shell.o /home/thomas/autobuild/instance-2/output-1/host/bin/arc-buildroot-linux-uclibc-gcc-ranlib libtilde.a make[3]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/which-2.21/tilde' Making all in . make[3]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/which-2.21' /home/thomas/autobuild/instance-2/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -c -o getopt.o getopt.c /home/thomas/autobuild/instance-2/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -c -o getopt1.o getopt1.c /home/thomas/autobuild/instance-2/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -c -o bash.o bash.c /home/thomas/autobuild/instance-2/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -c -o which.o which.c /home/thomas/autobuild/instance-2/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -o which getopt.o getopt1.o bash.o which.o ./tilde/libtilde.a make[3]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/which-2.21' make[2]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/which-2.21' make[1]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/which-2.21' >>> which 2.21 Installing to target PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j4 DESTDIR=/home/thomas/autobuild/instance-2/output-1/target install -C /home/thomas/autobuild/instance-2/output-1/build/which-2.21/ make[1]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/which-2.21' /usr/bin/make install-recursive make[2]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/which-2.21' Making install in tilde make[3]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/which-2.21/tilde' make[4]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/which-2.21/tilde' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/which-2.21/tilde' make[3]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/which-2.21/tilde' Making install in . make[3]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/which-2.21' make[4]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/which-2.21' /usr/bin/mkdir -p '/home/thomas/autobuild/instance-2/output-1/target/usr/bin' /usr/bin/mkdir -p '/home/thomas/autobuild/instance-2/output-1/target/usr/share/man/man1' /usr/bin/mkdir -p '/home/thomas/autobuild/instance-2/output-1/target/usr/share/info' /usr/bin/install -c which '/home/thomas/autobuild/instance-2/output-1/target/usr/bin' /usr/bin/install -c -m 644 which.1 '/home/thomas/autobuild/instance-2/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 ./which.info '/home/thomas/autobuild/instance-2/output-1/target/usr/share/info' install-info --info-dir='/home/thomas/autobuild/instance-2/output-1/target/usr/share/info' '/home/thomas/autobuild/instance-2/output-1/target/usr/share/info/which.info' make[4]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/which-2.21' make[3]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/which-2.21' make[2]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/which-2.21' make[1]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/which-2.21' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/thomas/autobuild/instance-2/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O1', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/thomas/autobuild/instance-2/output-1/host/bin/arc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/thomas/autobuild/instance-2/output-1/host/bin/arc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%hs4x_rel31%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/thomas/autobuild/instance-2/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/thomas/autobuild/instance-2/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/thomas/autobuild/instance-2/output-1/host%g" -e "s%@STAGING_DIR@%/home/thomas/autobuild/instance-2/output-1/host/arc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/thomas/autobuild/instance-2/buildroot/support/misc/cross-compilation.conf.in > /home/thomas/autobuild/instance-2/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/thomas/autobuild/instance-2/output-1/host/bin/arc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/thomas/autobuild/instance-2/output-1/host/bin/arc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%hs4x_rel31%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O1', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0'%g" -e "s%@BR2_CMAKE@%/home/thomas/autobuild/instance-2/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/thomas/autobuild/instance-2/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/thomas/autobuild/instance-2/output-1/host%g" -e "s%@STAGING_DIR@%/home/thomas/autobuild/instance-2/output-1/host/arc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/thomas/autobuild/instance-2/buildroot/support/misc/cross-compilation.conf.in > /home/thomas/autobuild/instance-2/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/thomas/autobuild/instance-2/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/thomas/autobuild/instance-2/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/thomas/autobuild/instance-2/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /home/thomas/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/ash" >> /home/thomas/autobuild/instance-2/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/thomas/autobuild/instance-2/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /home/thomas/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/hush" >> /home/thomas/autobuild/instance-2/output-1/target/etc/shells; fi mkdir -p /home/thomas/autobuild/instance-2/output-1/target/etc echo "buildroot" > /home/thomas/autobuild/instance-2/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/thomas/autobuild/instance-2/output-1/target/etc/hosts mkdir -p /home/thomas/autobuild/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /home/thomas/autobuild/instance-2/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/thomas/autobuild/instance-2/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/thomas/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/sh" >> /home/thomas/autobuild/instance-2/output-1/target/etc/shells if [ -x /home/thomas/autobuild/instance-2/output-1/target/sbin/swapon -a -x /home/thomas/autobuild/instance-2/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/thomas/autobuild/instance-2/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/thomas/autobuild/instance-2/output-1/target/etc/inittab; fi rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/include /home/thomas/autobuild/instance-2/output-1/target/usr/share/aclocal \ /home/thomas/autobuild/instance-2/output-1/target/usr/lib/pkgconfig /home/thomas/autobuild/instance-2/output-1/target/usr/share/pkgconfig \ /home/thomas/autobuild/instance-2/output-1/target/usr/lib/cmake /home/thomas/autobuild/instance-2/output-1/target/usr/share/cmake \ /home/thomas/autobuild/instance-2/output-1/target/usr/lib/rpm /home/thomas/autobuild/instance-2/output-1/target/usr/doc find /home/thomas/autobuild/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/thomas/autobuild/instance-2/output-1/target/lib/ /home/thomas/autobuild/instance-2/output-1/target/usr/lib/ /home/thomas/autobuild/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/share/gdb rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/share/bash-completion rm -rf /home/thomas/autobuild/instance-2/output-1/target/etc/bash_completion.d rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/share/zsh rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/man /home/thomas/autobuild/instance-2/output-1/target/usr/share/man rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/info /home/thomas/autobuild/instance-2/output-1/target/usr/share/info rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/doc /home/thomas/autobuild/instance-2/output-1/target/usr/share/doc rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/share/gtk-doc rmdir /home/thomas/autobuild/instance-2/output-1/target/usr/share 2>/dev/null || true rm -rf /home/thomas/autobuild/instance-2/output-1/target/lib/debug /home/thomas/autobuild/instance-2/output-1/target/usr/lib/debug find /home/thomas/autobuild/instance-2/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/thomas/autobuild/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/thomas/autobuild/instance-2/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/thomas/autobuild/instance-2/output-1/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/thomas/autobuild/instance-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-rc1-4806-g8ad64e724c"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.08.3"; \ echo "PRETTY_NAME=\"Buildroot 2023.08.3\"" \ ) > /home/thomas/autobuild/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/thomas/autobuild/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/thomas/autobuild/instance-2/output-1/per-package /home/thomas/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /home/thomas/autobuild/instance-2/output-1/target/usr ln -snf /home/thomas/autobuild/instance-2/output-1/host/arc-buildroot-linux-uclibc/sysroot /home/thomas/autobuild/instance-2/output-1/staging make: Leaving directory '/home/thomas/autobuild/instance-2/buildroot' make: Entering directory '/home/thomas/autobuild/instance-2/buildroot' >>> Buildroot 2022.08-rc1-4806-g8ad64e724c Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final arc-2020.09-release Collecting legal info >>> host-binutils 2.39 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.44 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial arc-2020.09-release Collecting legal info >>> linux-headers 5.10.200 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> alsa-lib 1.2.9 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> arp-scan 1.10.0 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> libcap 2.69 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> atest 895b0183a89c15f5e2305a6795bb1667753cd3f0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> bubblewrap 0.8.0 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-meson 1.1.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.27.1 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-python-setuptools 68.0.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.6 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python-pypa-build 0.10.0 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openssl Collecting legal info >>> libopenssl 3.0.12 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> davici 1.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> strongswan 5.9.11 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 2292e21797754548dccdef9eef6aee7584e552fbd890fa914e1de8d3577d23f0) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ding-libs 0.6.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LESSER: OK (sha256: 6c57f43c939054fd4b831f271a14c97a488c38f98cdda5e887c5d396e3b3bc58) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> dvb-apps 3d43b280298c39a67d1d889e01e173f52c12da35 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: 4fd46f32582c29007657e2daad8d0a6d954cf4e9d2e47bae8f8d8c32765fc987) >>> host-e2fsprogs 1.47.0 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.39.1 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-e2tools 0.0.16.4 Collecting legal info COPYING: OK (sha256: 0e79fd282723e1eb3f7381d41233a83ed20cf3e8c83aa53e6847bf7ffe781583) >>> exim 4.96.2 Collecting legal info LICENCE: OK (sha256: 49240db527b7e55b312a46fc59794fde5dd006422e422257f4f057bfd27b3c8f) >>> host-berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> host-openssl Collecting legal info >>> host-libopenssl 3.0.12 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> hwdata 0.371 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> initscripts Collecting legal info >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> libart 2.3.21 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libdisplay-info 0.1.1 Collecting legal info LICENSE: OK (sha256: 15b396244e58830c5614b9394f4deccfe684970cd507f299383ab57ad339eedd) >>> libee 0.4.1 Collecting legal info COPYING: OK (sha256: 275fecbf835387e042ba96884f0f05356a485a6ea8449b2c5295cc11652ad439) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libexecinfo 1.1-3 Collecting legal info execinfo.h: OK (sha256: 46fbc8e6849a164c4ba8fd5875748bde302bf3cd713622af0e51b4e10344f516) >>> libexif 0.6.24 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnftnl 1.2.5 Collecting legal info COPYING: OK (sha256: 98193898c663001eff2fdcfb676e210c13042bc1a05e8d570c363efa396f8e24) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libphidget 2.1.9.20190409 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libsepol 3.5 Collecting legal info LICENSE: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> lockfile-progs 0.1.19 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mdadm 4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mjpg-streamer 5a6e0a2db163e6ae9461552b59079870d0959340 Collecting legal info mjpg-streamer-experimental/LICENSE: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> nvme 1.12 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> opus 1.4 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> p11-kit 0.24.1 Collecting legal info COPYING: OK (sha256: 2e1ba993904df807a10c3eda1e5c272338edc35674b679773a8b3ad460731054) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> phidgetwebservice 2.1.9.20190409 Collecting legal info COPYING: OK (sha256: ea8af5e789cb2d4e9b10bce3874982ade163b749b6bfbdb32e2df21c4d106de1) >>> read-edid 3.0.2 Collecting legal info LICENSE: OK (sha256: 1f8e8a59865d73076ab0a015330bc5bde7332384281260093878a3c366b778b7) >>> sofia-sip 1.13.16 Collecting legal info COPYING: OK (sha256: e1c0890440efe31b6cd2ee2abf895eb917c787799f079133f5809414d90d5d60) COPYRIGHTS: OK (sha256: b402ae58cf355b33be8fa023f704a039e3d41ecaccd2bbcda43ca31d703e4556) >>> ssdp-responder 2.1 Collecting legal info LICENSE: OK (sha256: b66025f1e568a8d80264550d7bd7683780ac248f2baa1e85b4da4b15e28d55a7) >>> triggerhappy 0.5.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> vtun 3.0.4 Collecting legal info README.OpenSSL: OK (sha256: 5692a9a69dc5abc1aa9cbc54899d114b65c4cefbd9d7fcecc304316a2f26ced3) >>> which 2.21 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-arc-2020.09-release: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-arc-2020.09-release: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.10.200: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) Legal info produced in /home/thomas/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/thomas/autobuild/instance-2/buildroot'