MINOR_FROM_HEADER (header->header.devminor)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ list.c: In function 'simple_print_header': list.c:1239:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . STRINGIFY_BIGINT (major (st->stat.st_rdev), uintbuf)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ list.c:1242:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . STRINGIFY_BIGINT (minor (st->stat.st_rdev), uintbuf)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC map.o CC misc.o CC names.o CC sparse.o CC suffix.o CC system.o system.c: In function 'stat_to_env': system.c:705:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . dec_to_env ("TAR_MINOR", minor (st->stat.st_rdev)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ system.c:706:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . dec_to_env ("TAR_MAJOR", major (st->stat.st_rdev)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC tar.o CC transform.o CC unlink.o CC update.o CC utf8.o CC warning.o CC xattrs.o CCLD tar make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/tar-1.29/src' Making all in scripts make[3]: Entering directory '/home/naourr/work/instance-1/output/build/tar-1.29/scripts' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/tar-1.29/scripts' Making all in po make[3]: Entering directory '/home/naourr/work/instance-1/output/build/tar-1.29/po' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/tar-1.29/po' Making all in tests make[3]: Entering directory '/home/naourr/work/instance-1/output/build/tar-1.29/tests' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/tar-1.29/tests' make[3]: Entering directory '/home/naourr/work/instance-1/output/build/tar-1.29' make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/tar-1.29' make[2]: Leaving directory '/home/naourr/work/instance-1/output/build/tar-1.29' make[1]: Leaving directory '/home/naourr/work/instance-1/output/build/tar-1.29' >>> tar 1.29 Installing to target PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-1/output/target install -C /home/naourr/work/instance-1/output/build/tar-1.29/ make[1]: Entering directory '/home/naourr/work/instance-1/output/build/tar-1.29' Making install in doc make[2]: Entering directory '/home/naourr/work/instance-1/output/build/tar-1.29/doc' make[3]: Entering directory '/home/naourr/work/instance-1/output/build/tar-1.29/doc' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/target/usr/share/man/man1' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/target/usr/share/man/man8' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/target/usr/share/info' /usr/bin/install -c -m 644 tar.1 '/home/naourr/work/instance-1/output/target/usr/share/man/man1' /usr/bin/install -c -m 644 rmt.8 '/home/naourr/work/instance-1/output/target/usr/share/man/man8' /usr/bin/install -c -m 644 ./tar.info ./tar.info-1 ./tar.info-2 '/home/naourr/work/instance-1/output/target/usr/share/info' install-info --info-dir='/home/naourr/work/instance-1/output/target/usr/share/info' '/home/naourr/work/instance-1/output/target/usr/share/info/tar.info' make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/tar-1.29/doc' make[2]: Leaving directory '/home/naourr/work/instance-1/output/build/tar-1.29/doc' Making install in gnu make[2]: Entering directory '/home/naourr/work/instance-1/output/build/tar-1.29/gnu' /usr/bin/make install-recursive make[3]: Entering directory '/home/naourr/work/instance-1/output/build/tar-1.29/gnu' make[4]: Entering directory '/home/naourr/work/instance-1/output/build/tar-1.29/gnu' make[5]: Entering directory '/home/naourr/work/instance-1/output/build/tar-1.29/gnu' if test yes = no; then \ case 'linux-gnu' in \ darwin[56]*) \ need_charset_alias=true ;; \ darwin* | cygwin* | mingw* | pw32* | cegcc*) \ need_charset_alias=false ;; \ *) \ need_charset_alias=true ;; \ esac ; \ else \ need_charset_alias=false ; \ fi ; \ if $need_charset_alias; then \ /bin/sh /home/naourr/work/instance-1/output/build/tar-1.29/build-aux/install-sh -d /home/naourr/work/instance-1/output/target//lib ; \ fi ; \ if test -f /home/naourr/work/instance-1/output/target//lib/charset.alias; then \ sed -f ref-add.sed /home/naourr/work/instance-1/output/target//lib/charset.alias > /home/naourr/work/instance-1/output/target//lib/charset.tmp ; \ /usr/bin/install -c -m 644 /home/naourr/work/instance-1/output/target//lib/charset.tmp /home/naourr/work/instance-1/output/target//lib/charset.alias ; \ rm -f /home/naourr/work/instance-1/output/target//lib/charset.tmp ; \ else \ if $need_charset_alias; then \ sed -f ref-add.sed charset.alias > /home/naourr/work/instance-1/output/target//lib/charset.tmp ; \ /usr/bin/install -c -m 644 /home/naourr/work/instance-1/output/target//lib/charset.tmp /home/naourr/work/instance-1/output/target//lib/charset.alias ; \ rm -f /home/naourr/work/instance-1/output/target//lib/charset.tmp ; \ fi ; \ fi make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/naourr/work/instance-1/output/build/tar-1.29/gnu' make[4]: Leaving directory '/home/naourr/work/instance-1/output/build/tar-1.29/gnu' make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/tar-1.29/gnu' make[2]: Leaving directory '/home/naourr/work/instance-1/output/build/tar-1.29/gnu' Making install in lib make[2]: Entering directory '/home/naourr/work/instance-1/output/build/tar-1.29/lib' /usr/bin/make install-am make[3]: Entering directory '/home/naourr/work/instance-1/output/build/tar-1.29/lib' make[4]: Entering directory '/home/naourr/work/instance-1/output/build/tar-1.29/lib' 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/naourr/work/instance-1/output/build/tar-1.29/lib' make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/tar-1.29/lib' make[2]: Leaving directory '/home/naourr/work/instance-1/output/build/tar-1.29/lib' Making install in rmt make[2]: Entering directory '/home/naourr/work/instance-1/output/build/tar-1.29/rmt' make[3]: Entering directory '/home/naourr/work/instance-1/output/build/tar-1.29/rmt' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/target//libexec' /usr/bin/install -c rmt '/home/naourr/work/instance-1/output/target//libexec' make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/tar-1.29/rmt' make[2]: Leaving directory '/home/naourr/work/instance-1/output/build/tar-1.29/rmt' Making install in src make[2]: Entering directory '/home/naourr/work/instance-1/output/build/tar-1.29/src' make[3]: Entering directory '/home/naourr/work/instance-1/output/build/tar-1.29/src' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/target//bin' /usr/bin/install -c tar '/home/naourr/work/instance-1/output/target//bin' make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/tar-1.29/src' make[2]: Leaving directory '/home/naourr/work/instance-1/output/build/tar-1.29/src' Making install in scripts make[2]: Entering directory '/home/naourr/work/instance-1/output/build/tar-1.29/scripts' make[3]: Entering directory '/home/naourr/work/instance-1/output/build/tar-1.29/scripts' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/tar-1.29/scripts' make[2]: Leaving directory '/home/naourr/work/instance-1/output/build/tar-1.29/scripts' Making install in po make[2]: Entering directory '/home/naourr/work/instance-1/output/build/tar-1.29/po' if test "tar" = "gettext-tools"; then \ /usr/bin/mkdir -p /home/naourr/work/instance-1/output/target/usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /usr/bin/install -c -m 644 ./$file \ /home/naourr/work/instance-1/output/target/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /home/naourr/work/instance-1/output/target/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[2]: Leaving directory '/home/naourr/work/instance-1/output/build/tar-1.29/po' Making install in tests make[2]: Entering directory '/home/naourr/work/instance-1/output/build/tar-1.29/tests' make[3]: Entering directory '/home/naourr/work/instance-1/output/build/tar-1.29/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/tar-1.29/tests' make[2]: Leaving directory '/home/naourr/work/instance-1/output/build/tar-1.29/tests' make[2]: Entering directory '/home/naourr/work/instance-1/output/build/tar-1.29' make[3]: Entering directory '/home/naourr/work/instance-1/output/build/tar-1.29' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/tar-1.29' make[2]: Leaving directory '/home/naourr/work/instance-1/output/build/tar-1.29' make[1]: Leaving directory '/home/naourr/work/instance-1/output/build/tar-1.29' tinymembench-v0.4.tar.gz: OK (sha256: e37a2682065b2778f2fa7f22bd59472f5ca2191be48503952ae020b8f023f23d) >>> tinymembench v0.4 Extracting gzip -d -c /home/naourr/work/instance-1/dl/tinymembench/tinymembench-v0.4.tar.gz | /home/naourr/work/instance-1/output/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-1/output/build/tinymembench-v0.4 -xf - >>> tinymembench v0.4 Patching Applying 0001-arm-fix-build-on-Thumb-only-architectures.patch using patch: patching file arm-neon.S patching file asm-opt.c >>> tinymembench v0.4 Configuring >>> tinymembench v0.4 Building PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" AR="/home/naourr/work/instance-1/output/host/bin/powerpc64le-linux-ar" AS="/home/naourr/work/instance-1/output/host/bin/powerpc64le-linux-as" LD="/home/naourr/work/instance-1/output/host/bin/powerpc64le-linux-ld" NM="/home/naourr/work/instance-1/output/host/bin/powerpc64le-linux-nm" CC="/home/naourr/work/instance-1/output/host/bin/powerpc64le-linux-gcc" GCC="/home/naourr/work/instance-1/output/host/bin/powerpc64le-linux-gcc" CPP="/home/naourr/work/instance-1/output/host/bin/powerpc64le-linux-cpp" CXX="/home/naourr/work/instance-1/output/host/bin/powerpc64le-linux-g++" FC="/home/naourr/work/instance-1/output/host/bin/powerpc64le-linux-gfortran" F77="/home/naourr/work/instance-1/output/host/bin/powerpc64le-linux-gfortran" RANLIB="/home/naourr/work/instance-1/output/host/bin/powerpc64le-linux-ranlib" READELF="/home/naourr/work/instance-1/output/host/bin/powerpc64le-linux-readelf" STRIP="/home/naourr/work/instance-1/output/host/bin/powerpc64le-linux-strip" OBJCOPY="/home/naourr/work/instance-1/output/host/bin/powerpc64le-linux-objcopy" OBJDUMP="/home/naourr/work/instance-1/output/host/bin/powerpc64le-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/naourr/work/instance-1/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-1/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-1/output/host/include" LDFLAGS_FOR_BUILD="-L/home/naourr/work/instance-1/output/host/lib -Wl,-rpath,/home/naourr/work/instance-1/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/naourr/work/instance-1/output/host/bin/powerpc64le-linux-as" DEFAULT_LINKER="/home/naourr/work/instance-1/output/host/bin/powerpc64le-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/naourr/work/instance-1/output/host/bin/pkg-config" STAGING_DIR="/home/naourr/work/instance-1/output/host/powerpc64le-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j4 -C /home/naourr/work/instance-1/output/build/tinymembench-v0.4 make[1]: Entering directory '/home/naourr/work/instance-1/output/build/tinymembench-v0.4' /home/naourr/work/instance-1/output/host/bin/powerpc64le-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c util.c /home/naourr/work/instance-1/output/host/bin/powerpc64le-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c asm-opt.c /home/naourr/work/instance-1/output/host/bin/powerpc64le-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c x86-sse2.S /home/naourr/work/instance-1/output/host/bin/powerpc64le-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c arm-neon.S /home/naourr/work/instance-1/output/host/bin/powerpc64le-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c mips-32.S /home/naourr/work/instance-1/output/host/bin/powerpc64le-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c aarch64-asm.S /home/naourr/work/instance-1/output/host/bin/powerpc64le-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o tinymembench main.c util.o asm-opt.o x86-sse2.o arm-neon.o mips-32.o aarch64-asm.o -lm main.c: In function 'mmap_framebuffer': main.c:56:9: warning: implicit declaration of function 'ioctl' [-Wimplicit-function-declaration] if (ioctl(fd, FBIOGET_FSCREENINFO, &finfo)) ^~~~~ make[1]: Leaving directory '/home/naourr/work/instance-1/output/build/tinymembench-v0.4' >>> tinymembench v0.4 Installing to target /usr/bin/install -m 0755 -D /home/naourr/work/instance-1/output/build/tinymembench-v0.4/tinymembench /home/naourr/work/instance-1/output/target/usr/bin/tinymembench >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/naourr/work/instance-1/output/build/packages-file-list.txt Warning: target file "./usr/share/info/dir" is touched by more than one package: [u'libuio', u'tar'] ./support/scripts/check-uniq-files -t staging /home/naourr/work/instance-1/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'dbus-glib', u'kmod', u'eudev', u'libcurl', u'libxml2', u'flickcurl', u'geoip', u'glib-networking', u'libdaemon', u'libconfuse', u'libite', u'libpng', u'sdl', u'libmcrypt', u'libtasn1', u'libuio', u'opencv', u'p11-kit', u'php'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'dbus-glib', u'kmod', u'eudev', u'libcurl', u'libxml2', u'flickcurl', u'geoip', u'glib-networking', u'libdaemon', u'libconfuse', u'libite', u'libpng', u'sdl', u'libmcrypt', u'libtasn1', u'libuio', u'opencv', u'p11-kit', u'php'] Warning: staging file "./usr/lib/libconfuse.la" is touched by more than one package: [u'libconfuse', u'libite', u'libpng', u'sdl', u'libmcrypt', u'libtasn1', u'libuio', u'opencv', u'p11-kit', u'php'] Warning: staging file "./usr/lib/libcurl.la" is touched by more than one package: [u'libcurl', u'libxml2', u'flickcurl', u'geoip', u'glib-networking', u'libdaemon', u'libconfuse', u'libite', u'libpng', u'sdl', u'libmcrypt', u'libtasn1', u'libuio', u'opencv', u'p11-kit', u'php'] Warning: staging file "./usr/lib/libpng.la" is touched by more than one package: [u'libpng', u'sdl', u'libmcrypt', u'libtasn1', u'libuio', u'opencv', u'p11-kit', u'php'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'dbus-glib', u'kmod', u'eudev', u'libcurl', u'libxml2', u'flickcurl', u'geoip', u'glib-networking', u'libdaemon', u'libconfuse', u'libite', u'libpng', u'sdl', u'libmcrypt', u'libtasn1', u'libuio', u'opencv', u'p11-kit', u'php'] Warning: staging file "./usr/lib/libSDL.la" is touched by more than one package: [u'sdl', u'libmcrypt', u'libtasn1', u'libuio', u'opencv', u'p11-kit', u'php'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'flickcurl', u'geoip', u'glib-networking', u'libdaemon', u'libconfuse', u'libite', u'libpng', u'sdl', u'libmcrypt', u'libtasn1', u'libuio', u'opencv', u'p11-kit', u'php'] Warning: staging file "./usr/lib/libdaemon.la" is touched by more than one package: [u'libdaemon', u'libconfuse', u'libite', u'libpng', u'sdl', u'libmcrypt', u'libtasn1', u'libuio', u'opencv', u'p11-kit', u'php'] Warning: staging file "./usr/lib/libflickcurl.la" is touched by more than one package: [u'flickcurl', u'geoip', u'glib-networking', u'libdaemon', u'libconfuse', u'libite', u'libpng', u'sdl', u'libmcrypt', u'libtasn1', u'libuio', u'opencv', u'p11-kit', u'php'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'clapack', u'armadillo', u'flex', u'libsepol', u'libselinux', u'expat', u'dbus', u'libffi', u'util-linux', u'libglib2', u'dbus-glib', u'kmod', u'eudev', u'libcurl', u'libxml2', u'flickcurl', u'geoip', u'glib-networking', u'libdaemon', u'libconfuse', u'libite', u'libpng', u'sdl', u'libmcrypt', u'libtasn1', u'libuio', u'opencv', u'p11-kit', u'php'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'dbus-glib', u'kmod', u'eudev', u'libcurl', u'libxml2', u'flickcurl', u'geoip', u'glib-networking', u'libdaemon', u'libconfuse', u'libite', u'libpng', u'sdl', u'libmcrypt', u'libtasn1', u'libuio', u'opencv', u'p11-kit', u'php'] Warning: staging file "./usr/lib/libmcrypt.la" is touched by more than one package: [u'libmcrypt', u'libtasn1', u'libuio', u'opencv', u'p11-kit', u'php'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'libglib2', u'dbus-glib', u'kmod', u'eudev', u'libcurl', u'libxml2', u'flickcurl', u'geoip', u'glib-networking', u'libdaemon', u'libconfuse', u'libite', u'libpng', u'sdl', u'libmcrypt', u'libtasn1', u'libuio', u'opencv', u'p11-kit', u'php'] Warning: staging file "./usr/lib/libfl.la" is touched by more than one package: [u'flex', u'libsepol', u'libselinux', u'expat', u'dbus', u'libffi', u'util-linux', u'libglib2', u'dbus-glib', u'kmod', u'eudev', u'libcurl', u'libxml2', u'flickcurl', u'geoip', u'glib-networking', u'libdaemon', u'libconfuse', u'libite', u'libpng', u'sdl', u'libmcrypt', u'libtasn1', u'libuio', u'opencv', u'p11-kit', u'php'] Warning: staging file "./usr/lib/libdbus-glib-1.la" is touched by more than one package: [u'dbus-glib', u'kmod', u'eudev', u'libcurl', u'libxml2', u'flickcurl', u'geoip', u'glib-networking', u'libdaemon', u'libconfuse', u'libite', u'libpng', u'sdl', u'libmcrypt', u'libtasn1', u'libuio', u'opencv', u'p11-kit', u'php'] Warning: staging file "./usr/lib/libGeoIP.la" is touched by more than one package: [u'geoip', u'glib-networking', u'libdaemon', u'libconfuse', u'libite', u'libpng', u'sdl', u'libmcrypt', u'libtasn1', u'libuio', u'opencv', u'p11-kit', u'php'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'clapack', u'armadillo', u'flex', u'libsepol', u'libselinux', u'expat', u'dbus', u'libffi', u'util-linux', u'libglib2', u'dbus-glib', u'kmod', u'eudev', u'libcurl', u'libxml2', u'flickcurl', u'geoip', u'glib-networking', u'libdaemon', u'libconfuse', u'libite', u'libpng', u'sdl', u'libmcrypt', u'libtasn1', u'libuio', u'opencv', u'p11-kit', u'php'] Warning: staging file "./usr/lib/libpng16.la" is touched by more than one package: [u'libpng', u'sdl', u'libmcrypt', u'libtasn1', u'libuio', u'opencv', u'p11-kit', u'php'] Warning: staging file "./usr/lib/libkmod.la" is touched by more than one package: [u'kmod', u'eudev', u'libcurl', u'libxml2', u'flickcurl', u'geoip', u'glib-networking', u'libdaemon', u'libconfuse', u'libite', u'libpng', u'sdl', u'libmcrypt', u'libtasn1', u'libuio', u'opencv', u'p11-kit', u'php'] Warning: staging file "./usr/lib/libsmartcols.la" is touched by more than one package: [u'util-linux', u'libglib2', u'dbus-glib', u'kmod', u'eudev', u'libcurl', u'libxml2', u'flickcurl', u'geoip', u'glib-networking', u'libdaemon', u'libconfuse', u'libite', u'libpng', u'sdl', u'libmcrypt', u'libtasn1', u'libuio', u'opencv', u'p11-kit', u'php'] Warning: staging file "./usr/lib/libtasn1.la" is touched by more than one package: [u'libtasn1', u'libuio', u'opencv', u'p11-kit', u'php'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'dbus-glib', u'kmod', u'eudev', u'libcurl', u'libxml2', u'flickcurl', u'geoip', u'glib-networking', u'libdaemon', u'libconfuse', u'libite', u'libpng', u'sdl', u'libmcrypt', u'libtasn1', u'libuio', u'opencv', u'p11-kit', u'php'] Warning: staging file "./usr/lib/pkcs11/p11-kit-trust.la" is touched by more than one package: [u'p11-kit', u'php'] Warning: staging file "./usr/lib/libSDLmain.la" is touched by more than one package: [u'sdl', u'libmcrypt', u'libtasn1', u'libuio', u'opencv', u'p11-kit', u'php'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'clapack', u'armadillo', u'flex', u'libsepol', u'libselinux', u'expat', u'dbus', u'libffi', u'util-linux', u'libglib2', u'dbus-glib', u'kmod', u'eudev', u'libcurl', u'libxml2', u'flickcurl', u'geoip', u'glib-networking', u'libdaemon', u'libconfuse', u'libite', u'libpng', u'sdl', u'libmcrypt', u'libtasn1', u'libuio', u'opencv', u'p11-kit', u'php'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'dbus-glib', u'kmod', u'eudev', u'libcurl', u'libxml2', u'flickcurl', u'geoip', u'glib-networking', u'libdaemon', u'libconfuse', u'libite', u'libpng', u'sdl', u'libmcrypt', u'libtasn1', u'libuio', u'opencv', u'p11-kit', u'php'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'dbus', u'libffi', u'util-linux', u'libglib2', u'dbus-glib', u'kmod', u'eudev', u'libcurl', u'libxml2', u'flickcurl', u'geoip', u'glib-networking', u'libdaemon', u'libconfuse', u'libite', u'libpng', u'sdl', u'libmcrypt', u'libtasn1', u'libuio', u'opencv', u'p11-kit', u'php'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'dbus-glib', u'kmod', u'eudev', u'libcurl', u'libxml2', u'flickcurl', u'geoip', u'glib-networking', u'libdaemon', u'libconfuse', u'libite', u'libpng', u'sdl', u'libmcrypt', u'libtasn1', u'libuio', u'opencv', u'p11-kit', u'php'] Warning: staging file "./usr/lib/libite.la" is touched by more than one package: [u'libite', u'libpng', u'sdl', u'libmcrypt', u'libtasn1', u'libuio', u'opencv', u'p11-kit', u'php'] Warning: staging file "./usr/lib/libdbus-1.la" is touched by more than one package: [u'dbus', u'libffi', u'util-linux', u'libglib2', u'dbus-glib', u'kmod', u'eudev', u'libcurl', u'libxml2', u'flickcurl', u'geoip', u'glib-networking', u'libdaemon', u'libconfuse', u'libite', u'libpng', u'sdl', u'libmcrypt', u'libtasn1', u'libuio', u'opencv', u'p11-kit', u'php'] Warning: staging file "./usr/lib/libudev.la" is touched by more than one package: [u'eudev', u'libcurl', u'libxml2', u'flickcurl', u'geoip', u'glib-networking', u'libdaemon', u'libconfuse', u'libite', u'libpng', u'sdl', u'libmcrypt', u'libtasn1', u'libuio', u'opencv', u'p11-kit', u'php'] Warning: staging file "./usr/lib/libp11-kit.la" is touched by more than one package: [u'p11-kit', u'php'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'util-linux', u'libglib2', u'dbus-glib', u'kmod', u'eudev', u'libcurl', u'libxml2', u'flickcurl', u'geoip', u'glib-networking', u'libdaemon', u'libconfuse', u'libite', u'libpng', u'sdl', u'libmcrypt', u'libtasn1', u'libuio', u'opencv', u'p11-kit', u'php'] Warning: staging file "./usr/lib/libuio.la" is touched by more than one package: [u'libuio', u'opencv', u'p11-kit', u'php'] ./support/scripts/check-uniq-files -t host /home/naourr/work/instance-1/output/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: [u'host-tar', u'host-lzip', u'host-m4', u'host-libtool', u'host-autoconf', u'host-automake', u'host-gettext', u'host-bison'] rm -f /home/naourr/work/instance-1/output/target/usr/share/glib-2.0/schemas/*.xml /home/naourr/work/instance-1/output/target/usr/share/glib-2.0/schemas/*.dtd /home/naourr/work/instance-1/output/host/bin/glib-compile-schemas /home/naourr/work/instance-1/output/host/powerpc64le-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/naourr/work/instance-1/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/naourr/work/instance-1/output/target/etc echo "buildroot" > /home/naourr/work/instance-1/output/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/naourr/work/instance-1/output/target/etc/hosts mkdir -p /home/naourr/work/instance-1/output/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-1/output/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-1/output/target/etc/shadow rm -f /home/naourr/work/instance-1/output/target/bin/sh rm -f /home/naourr/work/instance-1/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/work/instance-1/output/build/locales.nopurge; done for dir in /home/naourr/work/instance-1/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/work/instance-1/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-1/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-1/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-1/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-1/output/target/usr/include /home/naourr/work/instance-1/output/target/usr/share/aclocal \ /home/naourr/work/instance-1/output/target/usr/lib/pkgconfig /home/naourr/work/instance-1/output/target/usr/share/pkgconfig \ /home/naourr/work/instance-1/output/target/usr/lib/cmake /home/naourr/work/instance-1/output/target/usr/share/cmake find /home/naourr/work/instance-1/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-1/output/target/lib/ /home/naourr/work/instance-1/output/target/usr/lib/ /home/naourr/work/instance-1/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/naourr/work/instance-1/output/target/usr/share/gdb rm -rf /home/naourr/work/instance-1/output/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-1/output/target/usr/share/zsh rm -rf /home/naourr/work/instance-1/output/target/usr/man /home/naourr/work/instance-1/output/target/usr/share/man rm -rf /home/naourr/work/instance-1/output/target/usr/info /home/naourr/work/instance-1/output/target/usr/share/info rm -rf /home/naourr/work/instance-1/output/target/usr/doc /home/naourr/work/instance-1/output/target/usr/share/doc rm -rf /home/naourr/work/instance-1/output/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-1/output/target/usr/share 2>/dev/null || true find /home/naourr/work/instance-1/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/naourr/work/instance-1/output/host/bin/powerpc64le-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-1/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/naourr/work/instance-1/output/host/bin/powerpc64le-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/naourr/work/instance-1/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/naourr/work/instance-1/output/host/bin/powerpc64le-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/naourr/work/instance-1/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/naourr/work/instance-1/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/naourr/work/instance-1/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.02-git-00376-g42c8f9f6b4"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2019.02-git\"" \ ) > /home/naourr/work/instance-1/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-1/output/target/etc >>> Sanitizing RPATH in target tree /home/naourr/work/instance-1/buildroot/support/scripts/fix-rpath target touch /home/naourr/work/instance-1/output/target/usr make: Leaving directory '/home/naourr/work/instance-1/buildroot' make: Entering directory '/home/naourr/work/instance-1/buildroot' >>> Buildroot 2019.02-git-00376-g42c8f9f6b4 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info ERROR: No hash found for COPYING >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> aircrack-ng 1.4 Collecting legal info LICENSE: OK (sha256: fc51fd3a97223f2fd47b057202d4a6b0daaedf23b5a1f5ff8723c192fc1e021d) >>> 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) >>> host-pkgconf 1.5.3 Collecting legal info ERROR: No hash found for COPYING >>> openssl Collecting legal info >>> libopenssl 1.0.2q Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> armadillo 7.900.1 Collecting legal info LICENSE.txt: OK (sha256: 3ddf9be5c28fe27dad143a5dc76eea25222ad1dd68934a047064e56ed2fa40c5) >>> clapack 3.2.1 Collecting legal info F2CLIBS/libf2c/Notice: OK (sha256: 44561c447e91203ddc747beeca5cc2794d95ee982c17c578670e4f0408bc3904) COPYING: OK (sha256: 23014869214a231525b38c39fdb5f82364fa24154ac80fdcab2a79671460fd09) >>> ca-certificates 20180409 Collecting legal info ERROR: No hash found for debian/copyright >>> host-openssl Collecting legal info >>> host-libopenssl 1.0.2q Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python 2.7.15 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> host-expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> checkpolicy 2.8 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libselinux 2.8 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> libsepol 2.8 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> dbus-glib 0.110 Collecting legal info ERROR: No hash found for COPYING >>> dbus 1.12.10 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-dbus 1.12.10 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-dbus-glib 0.110 Collecting legal info ERROR: No hash found for COPYING >>> host-libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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) >>> libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> 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) >>> eudev 3.2.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> kmod 25 Collecting legal info ERROR: No hash found for libkmod/COPYING >>> flannel v0.5.5 Collecting legal info ERROR: No hash found for LICENSE >>> host-go 1.11.2 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4.3 Collecting legal info ERROR: No hash found for LICENSE >>> flickcurl 1.26 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB ERROR: No hash found for LICENSE-2.0.txt ERROR: No hash found for LICENSE.html >>> libcurl 7.62.0 Collecting legal info COPYING: OK (sha256: 5f3849ec38ddb927e79f514bf948890c41b8d1407286a49609b8fb1585931095) >>> libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> geoip 1.6.11 Collecting legal info ERROR: No hash found for COPYING >>> glib-networking 2.50.0 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 >>> hwdata v0.308 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> ifplugd 0.28 Collecting legal info ERROR: No hash found for LICENSE >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> inadyn 2.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libconfuse 3.2.2 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libite v2.0.1 Collecting legal info LICENSE: OK (sha256: 0e97ab27b60e20a7ddb8e9638189ad159124e51d2c12e12735b05423df224da5) src/chomp.c: OK (sha256: 9e0fb98d251dddf5ba81a355f6b4d89835ec53bc5d7f5fcd2c866b54ec5ccec8) src/pidfile.c: OK (sha256: a7d29c148e057fae11a87febc3a51970a26433c35a08fc710be689394442d32d) >>> lbreakout2 2.6.5 Collecting legal info ERROR: No hash found for COPYING >>> libpng 1.6.35 Collecting legal info LICENSE: OK (sha256: f9850940c6606003eea9c8864b2a3f177eb5c963614aba5a3c5a24c47dd043ab) >>> sdl 1.2.15 Collecting legal info ERROR: No hash found for COPYING >>> libmcrypt 2.5.8 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libplayer 2.0.1 Collecting legal info ERROR: No hash found for COPYING >>> libtasn1 4.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libuio ca28ff0f69d89a789a47552c72db5a43d280710b Collecting legal info ERROR: No hash found for COPYING >>> lshw B.02.18 Collecting legal info ERROR: No hash found for COPYING >>> opencv 2.4.13.7 Collecting legal info LICENSE: OK (sha256: 46e42877dfc3ac65769292cb4dc1a04b204ad9e40859a390f4c035d6179fbcc4) >>> p11-kit 0.23.2 Collecting legal info ERROR: No hash found for COPYING >>> p910nd 0.97 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> php 7.2.13 Collecting legal info LICENSE: OK (sha256: f689b8fa63bea7950ce6a21bf52ed88ea0d77673ee76e6de12f51191174d91b8) >>> pimd 2.3.2 Collecting legal info LICENSE: OK (sha256: 3379436c16caccdef9b40a49fbdfdbb45aad8ecb05870834490b8fb080126009) LICENSE.mrouted: OK (sha256: 4328a21f0822caa9976356623118bcdcc9970c7a0f9a3deeba23c779b7cfb5d1) >>> ptpd 1.1.0 Collecting legal info ERROR: No hash found for COPYRIGHT >>> host-qemu 2.12.1 Collecting legal info COPYING: OK (sha256: 6f04ae8364d0079a192b14635f4b1da294ce18724c034c39a6a41d1b09df6100) COPYING.LIB: OK (sha256: 48ffe9fc7f1d5462dbd19340bc4dd1d8a9e37c61ed535813e614cbe4a5f0d4df) >>> host-pixman 0.34.0 Collecting legal info ERROR: No hash found for COPYING >>> radvd 2.12 Collecting legal info ERROR: No hash found for COPYRIGHT >>> read-edid 3.0.2 Collecting legal info ERROR: No hash found for LICENSE >>> restorecond 2.8 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> squashfs e38956b92f738518c29734399629e7cdb33072d3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> tar 1.29 Collecting legal info ERROR: No hash found for COPYING >>> tinymembench v0.4 Collecting legal info LICENSE: OK (sha256: 8ba473aced4630aee2808efe17b53e904a9d68a9b3361de491717f9a4e75da39) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-1/output/legal-info make: Leaving directory '/home/naourr/work/instance-1/buildroot'