cd /home/naourr/work/instance-0/output/target/usr/share/zoneinfo; for zone in posix/*; do ln -sfn "${zone}" "${zone##*/}"; done if [ ! -f /home/naourr/work/instance-0/output/target/usr/share/zoneinfo/Etc/UTC ]; then printf "Error: '%s' is not a valid timezone, check your BR2_TARGET_LOCALTIME setting\n" "Etc/UTC"; exit 1; fi ln -sf ../usr/share/zoneinfo/Etc/UTC /home/naourr/work/instance-0/output/target/etc/localtime echo "Etc/UTC" >/home/naourr/work/instance-0/output/target/etc/timezone vsftpd-3.0.3.tar.gz: OK (sha256: 9d4d2bf6e6e2884852ba4e69e157a2cecd68c5a7635d66a3a8cf8d898c955ef7) >>> vsftpd 3.0.3 Extracting gzip -d -c /home/naourr/work/instance-0/dl/vsftpd/vsftpd-3.0.3.tar.gz | /home/naourr/work/instance-0/output/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-0/output/build/vsftpd-3.0.3 -xf - >>> vsftpd 3.0.3 Patching Applying 0001-utmpx-builddef.patch using patch: patching file builddefs.h patching file sysdeputil.c Applying 0003-fix-CVE-2015-1419.patch using patch: patching file ls.c patching file str.c Hunk #1 succeeded at 711 (offset -59 lines). patching file str.h Hunk #1 succeeded at 100 (offset -1 lines). Applying 0004-Prevent-hang-in-SIGCHLD-handler.patch using patch: patching file sysutil.c Hunk #1 succeeded at 592 (offset -16 lines). patching file sysutil.h Hunk #1 succeeded at 174 (offset -3 lines). patching file twoprocess.c >>> vsftpd 3.0.3 Configuring /usr/bin/sed -i -e 's/.*VSF_BUILD_UTMPX/#undef VSF_BUILD_UTMPX/' /home/naourr/work/instance-0/output/build/vsftpd-3.0.3/builddefs.h /usr/bin/sed -i -e 's/.*VSF_BUILD_SSL/#define VSF_BUILD_SSL/' /home/naourr/work/instance-0/output/build/vsftpd-3.0.3/builddefs.h >>> vsftpd 3.0.3 Building PATH="/home/naourr/work/instance-0/output/host/bin:/home/naourr/work/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 CC="/home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-gcc" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" LIBS="-lcrypt `/home/naourr/work/instance-0/output/host/bin/pkg-config --libs libssl libcrypto` -lcap" -C /home/naourr/work/instance-0/output/build/vsftpd-3.0.3 make[1]: Entering directory '/home/naourr/work/instance-0/output/build/vsftpd-3.0.3' /home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-gcc -c main.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-gcc -c utility.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-gcc -c prelogin.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-gcc -c ftpcmdio.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-gcc -c postlogin.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-gcc -c privsock.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-gcc -c tunables.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-gcc -c ftpdataio.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-gcc -c secbuf.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-gcc -c ls.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc ls.c: In function 'vsf_filename_passes_filter': ls.c:395:8: warning: passing argument 1 of 'free' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] free(normname); ^~~~~~~~ In file included from ls.c:10: /home/naourr/work/instance-0/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/stdlib.h:563:25: note: expected 'void *' but argument is of type 'const char *' extern void free (void *__ptr) __THROW; ~~~~~~^~~~~ ls.c:396:8: warning: passing argument 1 of 'free' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] free(path); ^~~~ In file included from ls.c:10: /home/naourr/work/instance-0/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/stdlib.h:563:25: note: expected 'void *' but argument is of type 'const char *' extern void free (void *__ptr) __THROW; ~~~~~~^~~~~ /home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-gcc -c postprivparent.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-gcc -c logging.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-gcc -c str.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-gcc -c netstr.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-gcc -c sysstr.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-gcc -c strlist.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-gcc -c banner.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-gcc -c filestr.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-gcc -c parseconf.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-gcc -c secutil.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-gcc -c ascii.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-gcc -c oneprocess.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-gcc -c twoprocess.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-gcc -c privops.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-gcc -c standalone.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-gcc -c hash.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-gcc -c tcpwrap.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-gcc -c ipaddrparse.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-gcc -c access.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-gcc -c features.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-gcc -c readwrite.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-gcc -c opts.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-gcc -c ssl.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-gcc -c sslslave.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-gcc -c ptracesandbox.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-gcc -c ftppolicy.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-gcc -c sysutil.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-gcc -c sysdeputil.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-gcc -c seccompsandbox.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-gcc -o vsftpd main.o utility.o prelogin.o ftpcmdio.o postlogin.o privsock.o tunables.o ftpdataio.o secbuf.o ls.o postprivparent.o logging.o str.o netstr.o sysstr.o strlist.o banner.o filestr.o parseconf.o secutil.o ascii.o oneprocess.o twoprocess.o privops.o standalone.o hash.o tcpwrap.o ipaddrparse.o access.o features.o readwrite.o opts.o ssl.o sslslave.o ptracesandbox.o ftppolicy.o sysutil.o sysdeputil.o seccompsandbox.o -Wl,-s -lcrypt -L/home/naourr/work/instance-0/output/host/bin/../aarch64-buildroot-linux-gnu/sysroot/usr/lib -lssl -lcrypto -lcap make[1]: Leaving directory '/home/naourr/work/instance-0/output/build/vsftpd-3.0.3' >>> vsftpd 3.0.3 Installing to target /usr/bin/install -D -m 755 /home/naourr/work/instance-0/output/build/vsftpd-3.0.3/vsftpd /home/naourr/work/instance-0/output/target/usr/sbin/vsftpd test -f /home/naourr/work/instance-0/output/target/etc/vsftpd.conf || /usr/bin/install -D -m 644 /home/naourr/work/instance-0/output/build/vsftpd-3.0.3/vsftpd.conf /home/naourr/work/instance-0/output/target/etc/vsftpd.conf /usr/bin/install -d -m 700 /home/naourr/work/instance-0/output/target/usr/share/empty /usr/bin/install -d -m 555 /home/naourr/work/instance-0/output/target/home/ftp >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/naourr/work/instance-0/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/naourr/work/instance-0/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libtirpc.la" is touched by more than one package: [u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libfuse.la" is touched by more than one package: [u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'libpcap', u'bzip2', u'jsoncpp', u'xz', u'libarchive', u'libcurl', u'libuv', u'rhash', u'kmod', u'libcap', u'lz4', u'systemd', u'dbus', u'ell', u'flex', u'libpng', u'freetype', u'json-c', u'libbsd', u'libsigc', u'glibmm', u'hwloc', u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libsigc-2.0.la" is touched by more than one package: [u'libsigc', u'glibmm', u'hwloc', u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'libpcap', u'bzip2', u'jsoncpp', u'xz', u'libarchive', u'libcurl', u'libuv', u'rhash', u'kmod', u'libcap', u'lz4', u'systemd', u'dbus', u'ell', u'flex', u'libpng', u'freetype', u'json-c', u'libbsd', u'libsigc', u'glibmm', u'hwloc', u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libuv.la" is touched by more than one package: [u'libuv', u'rhash', u'kmod', u'libcap', u'lz4', u'systemd', u'dbus', u'ell', u'flex', u'libpng', u'freetype', u'json-c', u'libbsd', u'libsigc', u'glibmm', u'hwloc', u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libaprutil-1.la" is touched by more than one package: [u'apr-util', u'libffi', u'pcre', u'libglib2', u'libpcap', u'bzip2', u'jsoncpp', u'xz', u'libarchive', u'libcurl', u'libuv', u'rhash', u'kmod', u'libcap', u'lz4', u'systemd', u'dbus', u'ell', u'flex', u'libpng', u'freetype', u'json-c', u'libbsd', u'libsigc', u'glibmm', u'hwloc', u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'libglib2', u'libpcap', u'bzip2', u'jsoncpp', u'xz', u'libarchive', u'libcurl', u'libuv', u'rhash', u'kmod', u'libcap', u'lz4', u'systemd', u'dbus', u'ell', u'flex', u'libpng', u'freetype', u'json-c', u'libbsd', u'libsigc', u'glibmm', u'hwloc', u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'libglib2', u'libpcap', u'bzip2', u'jsoncpp', u'xz', u'libarchive', u'libcurl', u'libuv', u'rhash', u'kmod', u'libcap', u'lz4', u'systemd', u'dbus', u'ell', u'flex', u'libpng', u'freetype', u'json-c', u'libbsd', u'libsigc', u'glibmm', u'hwloc', u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libgiomm-2.4.la" is touched by more than one package: [u'glibmm', u'hwloc', u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libstdc++fs.la" is touched by more than one package: [u'toolchain-external-arm-aarch64', u'toolchain', u'ncurses', u'libzlib', u'util-linux', u'apr', u'expat', u'libopenssl', u'apr-util', u'libffi', u'pcre', u'libglib2', u'libpcap', u'bzip2', u'jsoncpp', u'xz', u'libarchive', u'libcurl', u'libuv', u'rhash', u'kmod', u'libcap', u'lz4', u'systemd', u'dbus', u'ell', u'flex', u'libpng', u'freetype', u'json-c', u'libbsd', u'libsigc', u'glibmm', u'hwloc', u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'libpcap', u'bzip2', u'jsoncpp', u'xz', u'libarchive', u'libcurl', u'libuv', u'rhash', u'kmod', u'libcap', u'lz4', u'systemd', u'dbus', u'ell', u'flex', u'libpng', u'freetype', u'json-c', u'libbsd', u'libsigc', u'glibmm', u'hwloc', u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libgomp.la" is touched by more than one package: [u'toolchain-external-arm-aarch64', u'toolchain', u'ncurses', u'libzlib', u'util-linux', u'apr', u'expat', u'libopenssl', u'apr-util', u'libffi', u'pcre', u'libglib2', u'libpcap', u'bzip2', u'jsoncpp', u'xz', u'libarchive', u'libcurl', u'libuv', u'rhash', u'kmod', u'libcap', u'lz4', u'systemd', u'dbus', u'ell', u'flex', u'libpng', u'freetype', u'json-c', u'libbsd', u'libsigc', u'glibmm', u'hwloc', u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libstdc++.la" is touched by more than one package: [u'toolchain-external-arm-aarch64', u'toolchain', u'ncurses', u'libzlib', u'util-linux', u'apr', u'expat', u'libopenssl', u'apr-util', u'libffi', u'pcre', u'libglib2', u'libpcap', u'bzip2', u'jsoncpp', u'xz', u'libarchive', u'libcurl', u'libuv', u'rhash', u'kmod', u'libcap', u'lz4', u'systemd', u'dbus', u'ell', u'flex', u'libpng', u'freetype', u'json-c', u'libbsd', u'libsigc', u'glibmm', u'hwloc', u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'libglib2', u'libpcap', u'bzip2', u'jsoncpp', u'xz', u'libarchive', u'libcurl', u'libuv', u'rhash', u'kmod', u'libcap', u'lz4', u'systemd', u'dbus', u'ell', u'flex', u'libpng', u'freetype', u'json-c', u'libbsd', u'libsigc', u'glibmm', u'hwloc', u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'apr', u'expat', u'libopenssl', u'apr-util', u'libffi', u'pcre', u'libglib2', u'libpcap', u'bzip2', u'jsoncpp', u'xz', u'libarchive', u'libcurl', u'libuv', u'rhash', u'kmod', u'libcap', u'lz4', u'systemd', u'dbus', u'ell', u'flex', u'libpng', u'freetype', u'json-c', u'libbsd', u'libsigc', u'glibmm', u'hwloc', u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libfl.la" is touched by more than one package: [u'flex', u'libpng', u'freetype', u'json-c', u'libbsd', u'libsigc', u'glibmm', u'hwloc', u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libusb-1.0.la" is touched by more than one package: [u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'libglib2', u'libpcap', u'bzip2', u'jsoncpp', u'xz', u'libarchive', u'libcurl', u'libuv', u'rhash', u'kmod', u'libcap', u'lz4', u'systemd', u'dbus', u'ell', u'flex', u'libpng', u'freetype', u'json-c', u'libbsd', u'libsigc', u'glibmm', u'hwloc', u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libprocps.la" is touched by more than one package: [u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'libpcap', u'bzip2', u'jsoncpp', u'xz', u'libarchive', u'libcurl', u'libuv', u'rhash', u'kmod', u'libcap', u'lz4', u'systemd', u'dbus', u'ell', u'flex', u'libpng', u'freetype', u'json-c', u'libbsd', u'libsigc', u'glibmm', u'hwloc', u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'libpcap', u'bzip2', u'jsoncpp', u'xz', u'libarchive', u'libcurl', u'libuv', u'rhash', u'kmod', u'libcap', u'lz4', u'systemd', u'dbus', u'ell', u'flex', u'libpng', u'freetype', u'json-c', u'libbsd', u'libsigc', u'glibmm', u'hwloc', u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libatomic.la" is touched by more than one package: [u'toolchain-external-arm-aarch64', u'toolchain', u'ncurses', u'libzlib', u'util-linux', u'apr', u'expat', u'libopenssl', u'apr-util', u'libffi', u'pcre', u'libglib2', u'libpcap', u'bzip2', u'jsoncpp', u'xz', u'libarchive', u'libcurl', u'libuv', u'rhash', u'kmod', u'libcap', u'lz4', u'systemd', u'dbus', u'ell', u'flex', u'libpng', u'freetype', u'json-c', u'libbsd', u'libsigc', u'glibmm', u'hwloc', u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libmtdev.la" is touched by more than one package: [u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libitm.la" is touched by more than one package: [u'toolchain-external-arm-aarch64', u'toolchain', u'ncurses', u'libzlib', u'util-linux', u'apr', u'expat', u'libopenssl', u'apr-util', u'libffi', u'pcre', u'libglib2', u'libpcap', u'bzip2', u'jsoncpp', u'xz', u'libarchive', u'libcurl', u'libuv', u'rhash', u'kmod', u'libcap', u'lz4', u'systemd', u'dbus', u'ell', u'flex', u'libpng', u'freetype', u'json-c', u'libbsd', u'libsigc', u'glibmm', u'hwloc', u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libcurl.la" is touched by more than one package: [u'libcurl', u'libuv', u'rhash', u'kmod', u'libcap', u'lz4', u'systemd', u'dbus', u'ell', u'flex', u'libpng', u'freetype', u'json-c', u'libbsd', u'libsigc', u'glibmm', u'hwloc', u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libpng.la" is touched by more than one package: [u'libpng', u'freetype', u'json-c', u'libbsd', u'libsigc', u'glibmm', u'hwloc', u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'apr', u'expat', u'libopenssl', u'apr-util', u'libffi', u'pcre', u'libglib2', u'libpcap', u'bzip2', u'jsoncpp', u'xz', u'libarchive', u'libcurl', u'libuv', u'rhash', u'kmod', u'libcap', u'lz4', u'systemd', u'dbus', u'ell', u'flex', u'libpng', u'freetype', u'json-c', u'libbsd', u'libsigc', u'glibmm', u'hwloc', u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libulockmgr.la" is touched by more than one package: [u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libpng16.la" is touched by more than one package: [u'libpng', u'freetype', u'json-c', u'libbsd', u'libsigc', u'glibmm', u'hwloc', u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libgfortran.la" is touched by more than one package: [u'toolchain-external-arm-aarch64', u'toolchain', u'ncurses', u'libzlib', u'util-linux', u'apr', u'expat', u'libopenssl', u'apr-util', u'libffi', u'pcre', u'libglib2', u'libpcap', u'bzip2', u'jsoncpp', u'xz', u'libarchive', u'libcurl', u'libuv', u'rhash', u'kmod', u'libcap', u'lz4', u'systemd', u'dbus', u'ell', u'flex', u'libpng', u'freetype', u'json-c', u'libbsd', u'libsigc', u'glibmm', u'hwloc', u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libbsd.la" is touched by more than one package: [u'libbsd', u'libsigc', u'glibmm', u'hwloc', u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libstrophe.la" is touched by more than one package: [u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libkmod.la" is touched by more than one package: [u'kmod', u'libcap', u'lz4', u'systemd', u'dbus', u'ell', u'flex', u'libpng', u'freetype', u'json-c', u'libbsd', u'libsigc', u'glibmm', u'hwloc', u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libsmartcols.la" is touched by more than one package: [u'util-linux', u'apr', u'expat', u'libopenssl', u'apr-util', u'libffi', u'pcre', u'libglib2', u'libpcap', u'bzip2', u'jsoncpp', u'xz', u'libarchive', u'libcurl', u'libuv', u'rhash', u'kmod', u'libcap', u'lz4', u'systemd', u'dbus', u'ell', u'flex', u'libpng', u'freetype', u'json-c', u'libbsd', u'libsigc', u'glibmm', u'hwloc', u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'libopenssl', u'apr-util', u'libffi', u'pcre', u'libglib2', u'libpcap', u'bzip2', u'jsoncpp', u'xz', u'libarchive', u'libcurl', u'libuv', u'rhash', u'kmod', u'libcap', u'lz4', u'systemd', u'dbus', u'ell', u'flex', u'libpng', u'freetype', u'json-c', u'libbsd', u'libsigc', u'glibmm', u'hwloc', u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libdbus-1.la" is touched by more than one package: [u'dbus', u'ell', u'flex', u'libpng', u'freetype', u'json-c', u'libbsd', u'libsigc', u'glibmm', u'hwloc', u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/liblog4cxx.la" is touched by more than one package: [u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libglibmm-2.4.la" is touched by more than one package: [u'glibmm', u'hwloc', u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libhwloc.la" is touched by more than one package: [u'hwloc', u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libarchive.la" is touched by more than one package: [u'libarchive', u'libcurl', u'libuv', u'rhash', u'kmod', u'libcap', u'lz4', u'systemd', u'dbus', u'ell', u'flex', u'libpng', u'freetype', u'json-c', u'libbsd', u'libsigc', u'glibmm', u'hwloc', u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libmms.la" is touched by more than one package: [u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libfreetype.la" is touched by more than one package: [u'freetype', u'json-c', u'libbsd', u'libsigc', u'glibmm', u'hwloc', u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libell.la" is touched by more than one package: [u'ell', u'flex', u'libpng', u'freetype', u'json-c', u'libbsd', u'libsigc', u'glibmm', u'hwloc', u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libsupc++.la" is touched by more than one package: [u'toolchain-external-arm-aarch64', u'toolchain', u'ncurses', u'libzlib', u'util-linux', u'apr', u'expat', u'libopenssl', u'apr-util', u'libffi', u'pcre', u'libglib2', u'libpcap', u'bzip2', u'jsoncpp', u'xz', u'libarchive', u'libcurl', u'libuv', u'rhash', u'kmod', u'libcap', u'lz4', u'systemd', u'dbus', u'ell', u'flex', u'libpng', u'freetype', u'json-c', u'libbsd', u'libsigc', u'glibmm', u'hwloc', u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'apr', u'expat', u'libopenssl', u'apr-util', u'libffi', u'pcre', u'libglib2', u'libpcap', u'bzip2', u'jsoncpp', u'xz', u'libarchive', u'libcurl', u'libuv', u'rhash', u'kmod', u'libcap', u'lz4', u'systemd', u'dbus', u'ell', u'flex', u'libpng', u'freetype', u'json-c', u'libbsd', u'libsigc', u'glibmm', u'hwloc', u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libjson-c.la" is touched by more than one package: [u'json-c', u'libbsd', u'libsigc', u'glibmm', u'hwloc', u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/apr-util-1/apr_crypto_openssl.la" is touched by more than one package: [u'apr-util', u'libffi', u'pcre', u'libglib2', u'libpcap', u'bzip2', u'jsoncpp', u'xz', u'libarchive', u'libcurl', u'libuv', u'rhash', u'kmod', u'libcap', u'lz4', u'systemd', u'dbus', u'ell', u'flex', u'libpng', u'freetype', u'json-c', u'libbsd', u'libsigc', u'glibmm', u'hwloc', u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/liblzma.la" is touched by more than one package: [u'xz', u'libarchive', u'libcurl', u'libuv', u'rhash', u'kmod', u'libcap', u'lz4', u'systemd', u'dbus', u'ell', u'flex', u'libpng', u'freetype', u'json-c', u'libbsd', u'libsigc', u'glibmm', u'hwloc', u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libglibmm_generate_extra_defs-2.4.la" is touched by more than one package: [u'glibmm', u'hwloc', u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libapr-1.la" is touched by more than one package: [u'apr', u'expat', u'libopenssl', u'apr-util', u'libffi', u'pcre', u'libglib2', u'libpcap', u'bzip2', u'jsoncpp', u'xz', u'libarchive', u'libcurl', u'libuv', u'rhash', u'kmod', u'libcap', u'lz4', u'systemd', u'dbus', u'ell', u'flex', u'libpng', u'freetype', u'json-c', u'libbsd', u'libsigc', u'glibmm', u'hwloc', u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] Warning: staging file "./usr/lib/libfdisk.la" is touched by more than one package: [u'util-linux', u'apr', u'expat', u'libopenssl', u'apr-util', u'libffi', u'pcre', u'libglib2', u'libpcap', u'bzip2', u'jsoncpp', u'xz', u'libarchive', u'libcurl', u'libuv', u'rhash', u'kmod', u'libcap', u'lz4', u'systemd', u'dbus', u'ell', u'flex', u'libpng', u'freetype', u'json-c', u'libbsd', u'libsigc', u'glibmm', u'hwloc', u'libfuse', u'libmms', u'libstrophe', u'libtirpc', u'libusb', u'log4cxx', u'mtdev', u'procps-ng', u'skalibs', u'slang', u'tinydtls', u'tslib'] ./support/scripts/check-uniq-files -t host /home/naourr/work/instance-0/output/build/packages-file-list-host.txt Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libsigc-2.0.la" is touched by more than one package: [u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libpcre.la" is touched by more than one package: [u'host-bison', u'host-gperf', u'host-libcap', u'host-gdb', u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libmtdev.la" is touched by more than one package: [u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libexpat.la" is touched by more than one package: [u'host-libxml2', u'host-bison', u'host-gperf', u'host-libcap', u'host-gdb', u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libglibmm_generate_extra_defs-2.4.la" is touched by more than one package: [u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./bin/easy_install" is touched by more than one package: [u'host-python3-setuptools', u'host-python-setuptools'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libglib-2.0.la" is touched by more than one package: [u'host-bison', u'host-gperf', u'host-libcap', u'host-gdb', u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libusb-1.0.la" is touched by more than one package: [u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libuv.la" is touched by more than one package: [u'host-gperf', u'host-libcap', u'host-gdb', u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libstdc++fs.la" is touched by more than one package: [u'host-m4', u'host-libxml2', u'host-bison', u'host-gperf', u'host-libcap', u'host-gdb', u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'host-bison', u'host-gperf', u'host-libcap', u'host-gdb', u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libhwloc.la" is touched by more than one package: [u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libpcrecpp.la" is touched by more than one package: [u'host-bison', u'host-gperf', u'host-libcap', u'host-gdb', u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libpng16.la" is touched by more than one package: [u'host-gdb', u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libfdisk.la" is touched by more than one package: [u'host-libxml2', u'host-bison', u'host-gperf', u'host-libcap', u'host-gdb', u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/apr-util-1/apr_crypto_openssl.la" is touched by more than one package: [u'host-libxml2', u'host-bison', u'host-gperf', u'host-libcap', u'host-gdb', u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/liblzma.la" is touched by more than one package: [u'host-gperf', u'host-libcap', u'host-gdb', u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libapr-1.la" is touched by more than one package: [u'host-libxml2', u'host-bison', u'host-gperf', u'host-libcap', u'host-gdb', u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libstrophe.la" is touched by more than one package: [u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/liblog4cxx.la" is touched by more than one package: [u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libgthread-2.0.la" is touched by more than one package: [u'host-bison', u'host-gperf', u'host-libcap', u'host-gdb', u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libblkid.la" is touched by more than one package: [u'host-libxml2', u'host-bison', u'host-gperf', u'host-libcap', u'host-gdb', u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./bin/2to3" is touched by more than one package: [u'host-python', u'host-python3'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libjson-c.la" is touched by more than one package: [u'host-gdb', u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libatomic.la" is touched by more than one package: [u'host-m4', u'host-libxml2', u'host-bison', u'host-gperf', u'host-libcap', u'host-gdb', u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libglibmm-2.4.la" is touched by more than one package: [u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libgobject-2.0.la" is touched by more than one package: [u'host-bison', u'host-gperf', u'host-libcap', u'host-gdb', u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libcurl.la" is touched by more than one package: [u'host-gperf', u'host-libcap', u'host-gdb', u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libpcreposix.la" is touched by more than one package: [u'host-bison', u'host-gperf', u'host-libcap', u'host-gdb', u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libgio-2.0.la" is touched by more than one package: [u'host-bison', u'host-gperf', u'host-libcap', u'host-gdb', u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libfuse.la" is touched by more than one package: [u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libitm.la" is touched by more than one package: [u'host-m4', u'host-libxml2', u'host-bison', u'host-gperf', u'host-libcap', u'host-gdb', u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libfreetype.la" is touched by more than one package: [u'host-gdb', u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libfl.la" is touched by more than one package: [u'host-gdb', u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libbsd.la" is touched by more than one package: [u'host-gdb', u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libuuid.la" is touched by more than one package: [u'host-libxml2', u'host-bison', u'host-gperf', u'host-libcap', u'host-gdb', u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libkmod.la" is touched by more than one package: [u'host-libcap', u'host-gdb', u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libtirpc.la" is touched by more than one package: [u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libffi.la" is touched by more than one package: [u'host-bison', u'host-gperf', u'host-libcap', u'host-gdb', u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libsmartcols.la" is touched by more than one package: [u'host-libxml2', u'host-bison', u'host-gperf', u'host-libcap', u'host-gdb', u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libstdc++.la" is touched by more than one package: [u'host-m4', u'host-libxml2', u'host-bison', u'host-gperf', u'host-libcap', u'host-gdb', u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libarchive.la" is touched by more than one package: [u'host-gperf', u'host-libcap', u'host-gdb', u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libgfortran.la" is touched by more than one package: [u'host-m4', u'host-libxml2', u'host-bison', u'host-gperf', u'host-libcap', u'host-gdb', u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libgiomm-2.4.la" is touched by more than one package: [u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libsupc++.la" is touched by more than one package: [u'host-m4', u'host-libxml2', u'host-bison', u'host-gperf', u'host-libcap', u'host-gdb', u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libaprutil-1.la" is touched by more than one package: [u'host-libxml2', u'host-bison', u'host-gperf', u'host-libcap', u'host-gdb', u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libgomp.la" is touched by more than one package: [u'host-m4', u'host-libxml2', u'host-bison', u'host-gperf', u'host-libcap', u'host-gdb', u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] 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-bison', u'host-gdb'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libulockmgr.la" is touched by more than one package: [u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libpng.la" is touched by more than one package: [u'host-gdb', u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libdbus-1.la" is touched by more than one package: [u'host-gdb', u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libprocps.la" is touched by more than one package: [u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libell.la" is touched by more than one package: [u'host-gdb', u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libmount.la" is touched by more than one package: [u'host-libxml2', u'host-bison', u'host-gperf', u'host-libcap', u'host-gdb', u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] Warning: host file "./aarch64-buildroot-linux-gnu/sysroot/usr/lib/libmms.la" is touched by more than one package: [u'host-libtirpc', u'host-patchelf', u'host-python-setuptools', u'host-zic'] rm -f /home/naourr/work/instance-0/output/target/usr/share/glib-2.0/schemas/*.xml /home/naourr/work/instance-0/output/target/usr/share/glib-2.0/schemas/*.dtd /home/naourr/work/instance-0/output/host/bin/glib-compile-schemas /home/naourr/work/instance-0/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/naourr/work/instance-0/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/naourr/work/instance-0/output/host/etc/meson sed -e "s%@TARGET_CROSS@%/home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-%g" -e "s%@TARGET_ARCH@%aarch64%g" -e "s%@TARGET_CPU@%cortex-a72%g" -e "s%@TARGET_ENDIAN@%"little"%g" -e "s%@TARGET_CFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `%g" -e "s%@HOST_DIR@%/home/naourr/work/instance-0/output/host%g" package/meson//cross-compilation.conf.in > /home/naourr/work/instance-0/output/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/mksh$' /home/naourr/work/instance-0/output/target/etc/shells || echo "/bin/mksh" >> /home/naourr/work/instance-0/output/target/etc/shells mkdir -p /home/naourr/work/instance-0/output/target/etc echo "buildroot" > /home/naourr/work/instance-0/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-0/output/target/etc/hosts mkdir -p /home/naourr/work/instance-0/output/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-0/output/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-0/output/target/etc/shadow rm -f /home/naourr/work/instance-0/output/target/bin/sh rm -f /home/naourr/work/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/work/instance-0/output/build/locales.nopurge; done for dir in /home/naourr/work/instance-0/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/work/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-0/output/target/usr/include /home/naourr/work/instance-0/output/target/usr/share/aclocal \ /home/naourr/work/instance-0/output/target/usr/lib/pkgconfig /home/naourr/work/instance-0/output/target/usr/share/pkgconfig \ /home/naourr/work/instance-0/output/target/usr/lib/cmake /home/naourr/work/instance-0/output/target/usr/share/cmake find /home/naourr/work/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-0/output/target/lib/ /home/naourr/work/instance-0/output/target/usr/lib/ /home/naourr/work/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/naourr/work/instance-0/output/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-0/output/target/usr/share/zsh rm -rf /home/naourr/work/instance-0/output/target/usr/man /home/naourr/work/instance-0/output/target/usr/share/man rm -rf /home/naourr/work/instance-0/output/target/usr/info /home/naourr/work/instance-0/output/target/usr/share/info rm -rf /home/naourr/work/instance-0/output/target/usr/doc /home/naourr/work/instance-0/output/target/usr/share/doc rm -rf /home/naourr/work/instance-0/output/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-0/output/target/usr/share 2>/dev/null || true find /home/naourr/work/instance-0/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-0/output/host/bin/aarch64-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-0/output/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/naourr/work/instance-0/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-0/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-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.05-git-00230-g9a52e173b5"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2019.05-git\"" \ ) > /home/naourr/work/instance-0/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-0/output/target/etc >>> Sanitizing RPATH in target tree /home/naourr/work/instance-0/buildroot/support/scripts/fix-rpath target touch /home/naourr/work/instance-0/output/target/usr make: Leaving directory '/home/naourr/work/instance-0/buildroot' make: Entering directory '/home/naourr/work/instance-0/buildroot' >>> Buildroot 2019.05-git-00230-g9a52e173b5 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-systemd Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-arm-aarch64 2018.11 Collecting legal info >>> toolchain Collecting legal info >>> apr-util 1.6.1 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.6.3 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) ERROR: No hash found for libltdl/COPYING.LIB >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> util-linux 2.33 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) 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-pkgconf 1.5.3 Collecting legal info ERROR: No hash found for COPYING >>> ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> openssl Collecting legal info >>> libopenssl 1.1.1a Collecting legal info LICENSE: OK (sha256: 350c7817af2ef980d3f3922bc5e0bb6a9d9f6cc21e784a699bcd2a31c74a84b1) >>> bootstrap 4.1.0 Collecting legal info css/bootstrap.css: OK (sha256: 0ce7fbe215cdf921ed87d00a374404681d5d24898589a7fe60e068d09289b4ba) >>> bustle 0.5.4 Collecting legal info ERROR: No hash found for LICENSE >>> libglib2 2.56.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.56.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.9 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> host-util-linux 2.33 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) 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-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> libpcap 1.9.0 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> bzip2 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> jsoncpp 1.8.4 Collecting legal info LICENSE: OK (sha256: 95039d77a20e75b428207740d9a8f97b2dce3c89da4b21f1ad862b5997160e0a) >>> libarchive 3.3.3 Collecting legal info COPYING: OK (sha256: ae6f35cc1979beb316e4d6431fc34c6fc59f0dd126b425c8552bb41c86e4825d) >>> xz 5.2.3 Collecting legal info ERROR: No hash found for COPYING.GPLv2 ERROR: No hash found for COPYING.GPLv3 ERROR: No hash found for COPYING.LGPLv2.1 >>> libcurl 7.64.0 Collecting legal info COPYING: OK (sha256: 8c8824f50e73a021f5dde1fccbf69685939247399a33a32abab1fa448c9ddabb) >>> libuv v1.26.0 Collecting legal info LICENSE: OK (sha256: 6d20216ae022fbeed23916f48508fd807ece3d8464992330643b0e64e5c0c24b) >>> rhash 1.3.5 Collecting legal info COPYING: OK (sha256: 8cf876d3406a2eed6c17ae804c8958bd78d3a0f63c30d6e2e789ab575e9fde40) >>> dbus 1.12.10 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> systemd 241 Collecting legal info LICENSE.GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) README: OK (sha256: d9356b277440f21730426592c27170d034a39954ab5154dfba1cc3cbf7b22935) >>> host-gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> host-intltool 0.51.0 Collecting legal info ERROR: No hash found for COPYING >>> host-libxml-parser-perl 2.44 Collecting legal info ERROR: No hash found for README >>> host-expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-meson 0.49.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja v1.9.0 Collecting legal info ERROR: No hash found for COPYING >>> host-python 2.7.15 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> host-python3 3.7.2 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> host-python3-setuptools 40.6.3 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> kmod 25 Collecting legal info ERROR: No hash found for libkmod/COPYING ERROR: No hash found for COPYING >>> libcap 2.25 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> host-libcap 2.25 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> lz4 v1.8.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ell 0.16 Collecting legal info COPYING: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> freetype 2.9.1 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.36 Collecting legal info LICENSE: OK (sha256: 142da07fb4b0cceb861b2e69fe7e5b602f25ec7adc85b0a426133d9ee0d2e116) >>> fwts V18.09.00 Collecting legal info ERROR: No hash found for debian/copyright >>> json-c 0.13.1 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libbsd 0.9.1 Collecting legal info COPYING: OK (sha256: df6d8e1b5b3a5b06376c658c8ad3afc82687f1c0e0404cec4738ad14b2675708) >>> gdb 8.1.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING3.LIB >>> host-gdb 8.1.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING3.LIB >>> glibmm 2.56.0 Collecting legal info COPYING: OK (sha256: 3ea7fa7c5d9a3a113e950eca9cfb85107f096270d8e4dd99daa9d8abdebc60e7) COPYING.tools: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libsigc 2.10.0 Collecting legal info ERROR: No hash found for COPYING >>> hwloc 1.11.7 Collecting legal info ERROR: No hash found for COPYING >>> libfuse 2.9.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmms 0.6.4 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libstrophe 0.9.2 Collecting legal info MIT-LICENSE.txt: OK (sha256: 82476f36ffd5e895a176013c0812166ba7b7d99f3d536fc7f5ed2e33e9f74a08) GPL-LICENSE.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libtirpc 1.1.4 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> host-nfs-utils 1.3.3 Collecting legal info ERROR: No hash found for COPYING >>> host-libtirpc 1.1.4 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> udev Collecting legal info >>> log4cxx 0.10.0 Collecting legal info ERROR: No hash found for LICENSE >>> ltp-testsuite 20190115 Collecting legal info ERROR: No hash found for COPYING >>> mdadm 4.0 Collecting legal info ERROR: No hash found for COPYING >>> mksh R55 Collecting legal info ERROR: No hash found for mksh.1 >>> mtdev 1.1.4 Collecting legal info ERROR: No hash found for COPYING >>> netcat 0.7.1 Collecting legal info ERROR: No hash found for COPYING >>> nfs-utils 1.3.3 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> procps-ng 3.3.15 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: 681e386e44a19d7d0674b4320272c90e66b6610b741e7e6305f8219c42e85366) >>> ptpd 1.1.0 Collecting legal info ERROR: No hash found for COPYRIGHT >>> host-python-cython 0.29.5 Collecting legal info COPYING.txt: OK (sha256: e1eb1c49a8508e8173dac30157e4a6439a44ad8846194746c424fbc3fc2b95d7) LICENSE.txt: OK (sha256: a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9) >>> host-python-setuptools 40.6.3 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> radvd 2.12 Collecting legal info ERROR: No hash found for COPYRIGHT >>> rpcbind 0.2.3 Collecting legal info ERROR: No hash found for COPYING >>> s6-linux-utils 2.5.0.0 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> skalibs 2.6.4.0 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> slang 2.3.1a Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> sudo 1.8.23 Collecting legal info doc/LICENSE: OK (sha256: b6625a7b58e9469a7adfd1732960579a19fe84b3508030f9a31641283e2250b8) >>> sysstat 11.6.3 Collecting legal info COPYING: OK (sha256: db296f2f7f35bca3a174efb0eb392b3b17bd94b341851429a3dff411b1c2fc73) >>> tini v0.18.0 Collecting legal info LICENSE: OK (sha256: e5f46bca81266bdd511cf08018d66866870531794569c04f9b45f50dd23c28b0) >>> tinydtls 0.8.2 Collecting legal info tinydtls.h: OK (sha256: 65fbf31c3551633e7dcc051fac80f2c1a73b0b077af9ed564d726155dfc40513) >>> tslib 1.19 Collecting legal info COPYING: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> tzdata 2018e Collecting legal info >>> host-tzdata 2018e Collecting legal info >>> host-zic 2018e Collecting legal info >>> vsftpd 3.0.3 Collecting legal info ERROR: No hash found for COPYING WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-arm-aarch64-2018.11: cannot save license (TOOLCHAIN_EXTERNAL_ARM_AARCH64_LICENSE_FILES not defined) WARNING: tzdata-2018e: cannot save license (TZDATA_LICENSE_FILES not defined) WARNING: tzdata-2018e: cannot save license (HOST_TZDATA_LICENSE_FILES not defined) WARNING: zic-2018e: cannot save license (HOST_ZIC_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-0/output/legal-info make: Leaving directory '/home/naourr/work/instance-0/buildroot'