make[4]: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zsh-5.6.2/Src/Zle' make[3]: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zsh-5.6.2/Src' Updated `stamp-modobjs'. rm -f zsh /home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/arm-linux-gcc -rdynamic -o zsh main.o `cat stamp-modobjs` -ldl -lncurses -lrt -lm -lc /bin/sh ../mkinstalldirs /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/bin /usr/bin/install -c zsh /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/bin/zsh-5.6.2 if test -f /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/bin/zsh; then \ rm -f /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/bin/zsh.old; \ ln /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/bin/zsh /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/bin/zsh.old; \ else :; fi rm -f /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/bin/zsh.new ln /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/bin/zsh-5.6.2 /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/bin/zsh.new mv /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/bin/zsh.new /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/bin/zsh make[2]: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zsh-5.6.2/Src' make[2]: Entering directory '/home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zsh-5.6.2/Src' make[3]: Entering directory '/home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zsh-5.6.2/Src' make[4]: Entering directory '/home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zsh-5.6.2/Src/Builtins' make[4]: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zsh-5.6.2/Src/Builtins' make[4]: Entering directory '/home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zsh-5.6.2/Src/Modules' make[4]: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zsh-5.6.2/Src/Modules' make[4]: Entering directory '/home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zsh-5.6.2/Src/Zle' make[4]: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zsh-5.6.2/Src/Zle' make[3]: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zsh-5.6.2/Src' make[2]: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zsh-5.6.2/Src' if test x/usr/share/zsh/5.6.2/functions != x && test x/usr/share/zsh/5.6.2/functions != xno; then \ test x/usr/share/zsh/site-functions != xno && \ /bin/sh ./mkinstalldirs /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/zsh/site-functions; \ sdir_top="." fndir="/usr/share/zsh/5.6.2/functions" dir_top="." \ scriptdir="/usr/share/zsh/5.6.2/scripts" runhelpdir="/usr/share/zsh/5.6.2/help" \ FUNCTIONS_SUBDIRS="no" \ INSTALL_DATA="/usr/bin/install -c -m 644" \ INSTALL_PROGRAM="/usr/bin/install -c" \ DESTDIR="/home/rclinux/rc-buildroot-test/scripts/instance-1/output/target" VERSION="5.6.2" \ /bin/sh ./Config/installfns.sh || exit 1; \ fi; \ exit 0 mkdir -m 755 -p -- /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/zsh/site-functions mkdir -m 755 -p -- /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/zsh/5.6.2/functions make[2]: Entering directory '/home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zsh-5.6.2/Doc' /bin/sh ../mkinstalldirs /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/man/man1 for file in zsh.1 zshbuiltins.1 zshcalsys.1 zshcompctl.1 zshcompwid.1 zshcompsys.1 zshcontrib.1 zshexpn.1 zshmisc.1 zshmodules.1 zshoptions.1 zshparam.1 zshroadmap.1 zshtcpsys.1 zshzftpsys.1 zshzle.1 zshall.1; do \ test -s ./$file || exit 1; \ /usr/bin/install -c -m 644 ./$file /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/man/man1/`echo $file | sed 's|zsh|zsh|'` || exit 1; \ done make[2]: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zsh-5.6.2/Doc' make[2]: Entering directory '/home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zsh-5.6.2/Doc' if test x"/usr/share/zsh/5.6.2/help" != x""; then \ /bin/sh ../mkinstalldirs /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/zsh/5.6.2/help; \ /usr/bin/install -c -m 644 help/* /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/zsh/5.6.2/help; \ while read from to; do \ rm -f /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/zsh/5.6.2/help/$to || : ; \ ln -s $from /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/zsh/5.6.2/help/$to; \ done < help.txt; \ fi mkdir -m 755 -p -- /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/zsh/5.6.2/help make[2]: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zsh-5.6.2/Doc' make[1]: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zsh-5.6.2' rm -f /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/bin/zsh-5.6.2 >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/packages-file-list.txt Warning: target file "./usr/share/info/dir" is touched by more than one package: [u'gmp', u'mpfr'] ./support/scripts/check-uniq-files -t staging /home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libcap-ng.la" is touched by more than one package: [u'libcap-ng', u'ncurses', u'libzlib', u'util-linux', u'expat', u'libpng', u'freetype', u'fontconfig', u'lzo', u'pixman', u'cairo', u'cjson', u'json-c', u'lvm2', u'libopenssl', u'popt', u'cryptsetup', u'daq', u'dmraid', u'libfcgi', u'gmp', u'libnl', u'jansson', u'libjpeg', u'libffi', u'libfuse', u'libldns', u'libmicrohttpd', u'libsvg', u'libsvg-cairo', u'libtommath', u'libtomcrypt', u'luksmeta', u'mpdecimal', u'mpfr', u'spice-protocol', u'trace-cmd', u'vo-aacenc', u'xkeyboard-config'] Warning: staging file "./usr/lib/libnl-route-3.la" is touched by more than one package: [u'libnl', u'jansson', u'libjpeg', u'libffi', u'libfuse', u'libldns', u'libmicrohttpd', u'libsvg', u'libsvg-cairo', u'libtommath', u'libtomcrypt', u'luksmeta', u'mpdecimal', u'mpfr', u'spice-protocol', u'trace-cmd', u'vo-aacenc', u'xkeyboard-config'] Warning: staging file "./usr/share/info/dir" is touched by more than one package: [u'gmp', u'mpfr'] Warning: staging file "./usr/lib/libsfbpf.la" is touched by more than one package: [u'daq', u'dmraid', u'libfcgi', u'gmp', u'libnl', u'jansson', u'libjpeg', u'libffi', u'libfuse', u'libldns', u'libmicrohttpd', u'libsvg', u'libsvg-cairo', u'libtommath', u'libtomcrypt', u'luksmeta', u'mpdecimal', u'mpfr', u'spice-protocol', u'trace-cmd', u'vo-aacenc', u'xkeyboard-config'] Warning: staging file "./usr/lib/libjansson.la" is touched by more than one package: [u'jansson', u'libjpeg', u'libffi', u'libfuse', u'libldns', u'libmicrohttpd', u'libsvg', u'libsvg-cairo', u'libtommath', u'libtomcrypt', u'luksmeta', u'mpdecimal', u'mpfr', u'spice-protocol', u'trace-cmd', u'vo-aacenc', u'xkeyboard-config'] Warning: staging file "./usr/lib32" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./usr/lib/libdaq_static_modules.la" is touched by more than one package: [u'daq', u'dmraid', u'libfcgi', u'gmp', u'libnl', u'jansson', u'libjpeg', u'libffi', u'libfuse', u'libldns', u'libmicrohttpd', u'libsvg', u'libsvg-cairo', u'libtommath', u'libtomcrypt', u'luksmeta', u'mpdecimal', u'mpfr', u'spice-protocol', u'trace-cmd', u'vo-aacenc', u'xkeyboard-config'] Warning: staging file "./usr/lib/libcairo.la" is touched by more than one package: [u'cairo', u'cjson', u'json-c', u'lvm2', u'libopenssl', u'popt', u'cryptsetup', u'daq', u'dmraid', u'libfcgi', u'gmp', u'libnl', u'jansson', u'libjpeg', u'libffi', u'libfuse', u'libldns', u'libmicrohttpd', u'libsvg', u'libsvg-cairo', u'libtommath', u'libtomcrypt', u'luksmeta', u'mpdecimal', u'mpfr', u'spice-protocol', u'trace-cmd', u'vo-aacenc', u'xkeyboard-config'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'libfuse', u'libldns', u'libmicrohttpd', u'libsvg', u'libsvg-cairo', u'libtommath', u'libtomcrypt', u'luksmeta', u'mpdecimal', u'mpfr', u'spice-protocol', u'trace-cmd', u'vo-aacenc', u'xkeyboard-config'] Warning: staging file "./usr/lib/daq/daq_afpacket.la" is touched by more than one package: [u'daq', u'dmraid', u'libfcgi', u'gmp', u'libnl', u'jansson', u'libjpeg', u'libffi', u'libfuse', u'libldns', u'libmicrohttpd', u'libsvg', u'libsvg-cairo', u'libtommath', u'libtomcrypt', u'luksmeta', u'mpdecimal', u'mpfr', u'spice-protocol', u'trace-cmd', u'vo-aacenc', u'xkeyboard-config'] Warning: staging file "./usr/lib/libmpfr.la" is touched by more than one package: [u'mpfr', u'spice-protocol', u'trace-cmd', u'vo-aacenc', u'xkeyboard-config'] Warning: staging file "./usr/lib/libcryptsetup.la" is touched by more than one package: [u'cryptsetup', u'daq', u'dmraid', u'libfcgi', u'gmp', u'libnl', u'jansson', u'libjpeg', u'libffi', u'libfuse', u'libldns', u'libmicrohttpd', u'libsvg', u'libsvg-cairo', u'libtommath', u'libtomcrypt', u'luksmeta', u'mpdecimal', u'mpfr', u'spice-protocol', u'trace-cmd', u'vo-aacenc', u'xkeyboard-config'] Warning: staging file "./usr/lib/libfuse.la" is touched by more than one package: [u'libfuse', u'libldns', u'libmicrohttpd', u'libsvg', u'libsvg-cairo', u'libtommath', u'libtomcrypt', u'luksmeta', u'mpdecimal', u'mpfr', u'spice-protocol', u'trace-cmd', u'vo-aacenc', u'xkeyboard-config'] Warning: staging file "./usr/lib/libsvg.la" is touched by more than one package: [u'libsvg', u'libsvg-cairo', u'libtommath', u'libtomcrypt', u'luksmeta', u'mpdecimal', u'mpfr', u'spice-protocol', u'trace-cmd', u'vo-aacenc', u'xkeyboard-config'] Warning: staging file "./etc/resolv.conf" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./usr/lib/libpixman-1.la" is touched by more than one package: [u'pixman', u'cairo', u'cjson', u'json-c', u'lvm2', u'libopenssl', u'popt', u'cryptsetup', u'daq', u'dmraid', u'libfcgi', u'gmp', u'libnl', u'jansson', u'libjpeg', u'libffi', u'libfuse', u'libldns', u'libmicrohttpd', u'libsvg', u'libsvg-cairo', u'libtommath', u'libtomcrypt', u'luksmeta', u'mpdecimal', u'mpfr', u'spice-protocol', u'trace-cmd', u'vo-aacenc', u'xkeyboard-config'] Warning: staging file "./usr/lib/libfontconfig.la" is touched by more than one package: [u'fontconfig', u'lzo', u'pixman', u'cairo', u'cjson', u'json-c', u'lvm2', u'libopenssl', u'popt', u'cryptsetup', u'daq', u'dmraid', u'libfcgi', u'gmp', u'libnl', u'jansson', u'libjpeg', u'libffi', u'libfuse', u'libldns', u'libmicrohttpd', u'libsvg', u'libsvg-cairo', u'libtommath', u'libtomcrypt', u'luksmeta', u'mpdecimal', u'mpfr', u'spice-protocol', u'trace-cmd', u'vo-aacenc', u'xkeyboard-config'] Warning: staging file "./usr/lib/libldns.la" is touched by more than one package: [u'libldns', u'libmicrohttpd', u'libsvg', u'libsvg-cairo', u'libtommath', u'libtomcrypt', u'luksmeta', u'mpdecimal', u'mpfr', u'spice-protocol', u'trace-cmd', u'vo-aacenc', u'xkeyboard-config'] Warning: staging file "./usr/lib/libgmp.la" is touched by more than one package: [u'gmp', u'libnl', u'jansson', u'libjpeg', u'libffi', u'libfuse', u'libldns', u'libmicrohttpd', u'libsvg', u'libsvg-cairo', u'libtommath', u'libtomcrypt', u'luksmeta', u'mpdecimal', u'mpfr', u'spice-protocol', u'trace-cmd', u'vo-aacenc', u'xkeyboard-config'] Warning: staging file "./usr/lib/libpng.la" is touched by more than one package: [u'libpng', u'freetype', u'fontconfig', u'lzo', u'pixman', u'cairo', u'cjson', u'json-c', u'lvm2', u'libopenssl', u'popt', u'cryptsetup', u'daq', u'dmraid', u'libfcgi', u'gmp', u'libnl', u'jansson', u'libjpeg', u'libffi', u'libfuse', u'libldns', u'libmicrohttpd', u'libsvg', u'libsvg-cairo', u'libtommath', u'libtomcrypt', u'luksmeta', u'mpdecimal', u'mpfr', u'spice-protocol', u'trace-cmd', u'vo-aacenc', u'xkeyboard-config'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'expat', u'libpng', u'freetype', u'fontconfig', u'lzo', u'pixman', u'cairo', u'cjson', u'json-c', u'lvm2', u'libopenssl', u'popt', u'cryptsetup', u'daq', u'dmraid', u'libfcgi', u'gmp', u'libnl', u'jansson', u'libjpeg', u'libffi', u'libfuse', u'libldns', u'libmicrohttpd', u'libsvg', u'libsvg-cairo', u'libtommath', u'libtomcrypt', u'luksmeta', u'mpdecimal', u'mpfr', u'spice-protocol', u'trace-cmd', u'vo-aacenc', u'xkeyboard-config'] Warning: staging file "./usr/lib/libulockmgr.la" is touched by more than one package: [u'libfuse', u'libldns', u'libmicrohttpd', u'libsvg', u'libsvg-cairo', u'libtommath', u'libtomcrypt', u'luksmeta', u'mpdecimal', u'mpfr', u'spice-protocol', u'trace-cmd', u'vo-aacenc', u'xkeyboard-config'] Warning: staging file "./usr/lib/libjpeg.la" is touched by more than one package: [u'libjpeg', u'libffi', u'libfuse', u'libldns', u'libmicrohttpd', u'libsvg', u'libsvg-cairo', u'libtommath', u'libtomcrypt', u'luksmeta', u'mpdecimal', u'mpfr', u'spice-protocol', u'trace-cmd', u'vo-aacenc', u'xkeyboard-config'] Warning: staging file "./usr/lib/libvo-aacenc.la" is touched by more than one package: [u'vo-aacenc', u'xkeyboard-config'] Warning: staging file "./usr/lib/libpng16.la" is touched by more than one package: [u'libpng', u'freetype', u'fontconfig', u'lzo', u'pixman', u'cairo', u'cjson', u'json-c', u'lvm2', u'libopenssl', u'popt', u'cryptsetup', u'daq', u'dmraid', u'libfcgi', u'gmp', u'libnl', u'jansson', u'libjpeg', u'libffi', u'libfuse', u'libldns', u'libmicrohttpd', u'libsvg', u'libsvg-cairo', u'libtommath', u'libtomcrypt', u'luksmeta', u'mpdecimal', u'mpfr', u'spice-protocol', u'trace-cmd', u'vo-aacenc', u'xkeyboard-config'] Warning: staging file "./usr/lib/libsmartcols.la" is touched by more than one package: [u'util-linux', u'expat', u'libpng', u'freetype', u'fontconfig', u'lzo', u'pixman', u'cairo', u'cjson', u'json-c', u'lvm2', u'libopenssl', u'popt', u'cryptsetup', u'daq', u'dmraid', u'libfcgi', u'gmp', u'libnl', u'jansson', u'libjpeg', u'libffi', u'libfuse', u'libldns', u'libmicrohttpd', u'libsvg', u'libsvg-cairo', u'libtommath', u'libtomcrypt', u'luksmeta', u'mpdecimal', u'mpfr', u'spice-protocol', u'trace-cmd', u'vo-aacenc', u'xkeyboard-config'] Warning: staging file "./etc/mtab" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'libpng', u'freetype', u'fontconfig', u'lzo', u'pixman', u'cairo', u'cjson', u'json-c', u'lvm2', u'libopenssl', u'popt', u'cryptsetup', u'daq', u'dmraid', u'libfcgi', u'gmp', u'libnl', u'jansson', u'libjpeg', u'libffi', u'libfuse', u'libldns', u'libmicrohttpd', u'libsvg', u'libsvg-cairo', u'libtommath', u'libtomcrypt', u'luksmeta', u'mpdecimal', u'mpfr', u'spice-protocol', u'trace-cmd', u'vo-aacenc', u'xkeyboard-config'] Warning: staging file "./usr/lib/libfcgi.la" is touched by more than one package: [u'libfcgi', u'gmp', u'libnl', u'jansson', u'libjpeg', u'libffi', u'libfuse', u'libldns', u'libmicrohttpd', u'libsvg', u'libsvg-cairo', u'libtommath', u'libtomcrypt', u'luksmeta', u'mpdecimal', u'mpfr', u'spice-protocol', u'trace-cmd', u'vo-aacenc', u'xkeyboard-config'] Warning: staging file "./usr/lib/daq/daq_ipfw.la" is touched by more than one package: [u'daq', u'dmraid', u'libfcgi', u'gmp', u'libnl', u'jansson', u'libjpeg', u'libffi', u'libfuse', u'libldns', u'libmicrohttpd', u'libsvg', u'libsvg-cairo', u'libtommath', u'libtomcrypt', u'luksmeta', u'mpdecimal', u'mpfr', u'spice-protocol', u'trace-cmd', u'vo-aacenc', u'xkeyboard-config'] Warning: staging file "./usr/lib/libfreetype.la" is touched by more than one package: [u'freetype', u'fontconfig', u'lzo', u'pixman', u'cairo', u'cjson', u'json-c', u'lvm2', u'libopenssl', u'popt', u'cryptsetup', u'daq', u'dmraid', u'libfcgi', u'gmp', u'libnl', u'jansson', u'libjpeg', u'libffi', u'libfuse', u'libldns', u'libmicrohttpd', u'libsvg', u'libsvg-cairo', u'libtommath', u'libtomcrypt', u'luksmeta', u'mpdecimal', u'mpfr', u'spice-protocol', u'trace-cmd', u'vo-aacenc', u'xkeyboard-config'] Warning: staging file "./usr/lib/libnl-genl-3.la" is touched by more than one package: [u'libnl', u'jansson', u'libjpeg', u'libffi', u'libfuse', u'libldns', u'libmicrohttpd', u'libsvg', u'libsvg-cairo', u'libtommath', u'libtomcrypt', u'luksmeta', u'mpdecimal', u'mpfr', u'spice-protocol', u'trace-cmd', u'vo-aacenc', u'xkeyboard-config'] Warning: staging file "./usr/lib/libnl-3.la" is touched by more than one package: [u'libnl', u'jansson', u'libjpeg', u'libffi', u'libfuse', u'libldns', u'libmicrohttpd', u'libsvg', u'libsvg-cairo', u'libtommath', u'libtomcrypt', u'luksmeta', u'mpdecimal', u'mpfr', u'spice-protocol', u'trace-cmd', u'vo-aacenc', u'xkeyboard-config'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'expat', u'libpng', u'freetype', u'fontconfig', u'lzo', u'pixman', u'cairo', u'cjson', u'json-c', u'lvm2', u'libopenssl', u'popt', u'cryptsetup', u'daq', u'dmraid', u'libfcgi', u'gmp', u'libnl', u'jansson', u'libjpeg', u'libffi', u'libfuse', u'libldns', u'libmicrohttpd', u'libsvg', u'libsvg-cairo', u'libtommath', u'libtomcrypt', u'luksmeta', u'mpdecimal', u'mpfr', u'spice-protocol', u'trace-cmd', u'vo-aacenc', u'xkeyboard-config'] Warning: staging file "./usr/lib/libnl-xfrm-3.la" is touched by more than one package: [u'libnl', u'jansson', u'libjpeg', u'libffi', u'libfuse', u'libldns', u'libmicrohttpd', u'libsvg', u'libsvg-cairo', u'libtommath', u'libtomcrypt', u'luksmeta', u'mpdecimal', u'mpfr', u'spice-protocol', u'trace-cmd', u'vo-aacenc', u'xkeyboard-config'] Warning: staging file "./usr/lib/libsvg-cairo.la" is touched by more than one package: [u'libsvg-cairo', u'libtommath', u'libtomcrypt', u'luksmeta', u'mpdecimal', u'mpfr', u'spice-protocol', u'trace-cmd', u'vo-aacenc', u'xkeyboard-config'] Warning: staging file "./usr/lib/libdaq_static.la" is touched by more than one package: [u'daq', u'dmraid', u'libfcgi', u'gmp', u'libnl', u'jansson', u'libjpeg', u'libffi', u'libfuse', u'libldns', u'libmicrohttpd', u'libsvg', u'libsvg-cairo', u'libtommath', u'libtomcrypt', u'luksmeta', u'mpdecimal', u'mpfr', u'spice-protocol', u'trace-cmd', u'vo-aacenc', u'xkeyboard-config'] Warning: staging file "./usr/lib/libjson-c.la" is touched by more than one package: [u'json-c', u'lvm2', u'libopenssl', u'popt', u'cryptsetup', u'daq', u'dmraid', u'libfcgi', u'gmp', u'libnl', u'jansson', u'libjpeg', u'libffi', u'libfuse', u'libldns', u'libmicrohttpd', u'libsvg', u'libsvg-cairo', u'libtommath', u'libtomcrypt', u'luksmeta', u'mpdecimal', u'mpfr', u'spice-protocol', u'trace-cmd', u'vo-aacenc', u'xkeyboard-config'] Warning: staging file "./usr/lib/libnl-idiag-3.la" is touched by more than one package: [u'libnl', u'jansson', u'libjpeg', u'libffi', u'libfuse', u'libldns', u'libmicrohttpd', u'libsvg', u'libsvg-cairo', u'libtommath', u'libtomcrypt', u'luksmeta', u'mpdecimal', u'mpfr', u'spice-protocol', u'trace-cmd', u'vo-aacenc', u'xkeyboard-config'] Warning: staging file "./usr/lib/libdaq.la" is touched by more than one package: [u'daq', u'dmraid', u'libfcgi', u'gmp', u'libnl', u'jansson', u'libjpeg', u'libffi', u'libfuse', u'libldns', u'libmicrohttpd', u'libsvg', u'libsvg-cairo', u'libtommath', u'libtomcrypt', u'luksmeta', u'mpdecimal', u'mpfr', u'spice-protocol', u'trace-cmd', u'vo-aacenc', u'xkeyboard-config'] Warning: staging file "./usr/lib/libmicrohttpd.la" is touched by more than one package: [u'libmicrohttpd', u'libsvg', u'libsvg-cairo', u'libtommath', u'libtomcrypt', u'luksmeta', u'mpdecimal', u'mpfr', u'spice-protocol', u'trace-cmd', u'vo-aacenc', u'xkeyboard-config'] Warning: staging file "./usr/lib/libnl-nf-3.la" is touched by more than one package: [u'libnl', u'jansson', u'libjpeg', u'libffi', u'libfuse', u'libldns', u'libmicrohttpd', u'libsvg', u'libsvg-cairo', u'libtommath', u'libtomcrypt', u'luksmeta', u'mpdecimal', u'mpfr', u'spice-protocol', u'trace-cmd', u'vo-aacenc', u'xkeyboard-config'] Warning: staging file "./usr/lib/libluksmeta.la" is touched by more than one package: [u'luksmeta', u'mpdecimal', u'mpfr', u'spice-protocol', u'trace-cmd', u'vo-aacenc', u'xkeyboard-config'] Warning: staging file "./usr/lib/libpopt.la" is touched by more than one package: [u'popt', u'cryptsetup', u'daq', u'dmraid', u'libfcgi', u'gmp', u'libnl', u'jansson', u'libjpeg', u'libffi', u'libfuse', u'libldns', u'libmicrohttpd', u'libsvg', u'libsvg-cairo', u'libtommath', u'libtomcrypt', u'luksmeta', u'mpdecimal', u'mpfr', u'spice-protocol', u'trace-cmd', u'vo-aacenc', u'xkeyboard-config'] ./support/scripts/check-uniq-files -t host /home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/packages-file-list-host.txt Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libnl-genl-3.la" is touched by more than one package: [u'host-bzip2', u'host-patchelf', u'host-expat', u'host-xorriso'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libcairo.la" is touched by more than one package: [u'host-libxml2', u'host-bison', u'host-go-bootstrap', u'host-bzip2', u'host-patchelf', u'host-expat', u'host-xorriso'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libpopt.la" is touched by more than one package: [u'host-bison', u'host-go-bootstrap', u'host-bzip2', u'host-patchelf', u'host-expat', u'host-xorriso'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/daq/daq_ipfw.la" is touched by more than one package: [u'host-go-bootstrap', u'host-bzip2', u'host-patchelf', u'host-expat', u'host-xorriso'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libmicrohttpd.la" is touched by more than one package: [u'host-bzip2', u'host-patchelf', u'host-expat', u'host-xorriso'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libblkid.la" is touched by more than one package: [u'host-gperf', u'host-libxml2', u'host-bison', u'host-go-bootstrap', u'host-bzip2', u'host-patchelf', u'host-expat', u'host-xorriso'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libjson-c.la" is touched by more than one package: [u'host-libxml2', u'host-bison', u'host-go-bootstrap', u'host-bzip2', u'host-patchelf', u'host-expat', u'host-xorriso'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libnl-idiag-3.la" is touched by more than one package: [u'host-bzip2', u'host-patchelf', u'host-expat', u'host-xorriso'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libnl-xfrm-3.la" is touched by more than one package: [u'host-bzip2', u'host-patchelf', u'host-expat', u'host-xorriso'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/share/info/dir" is touched by more than one package: [u'host-bzip2', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libsvg-cairo.la" is touched by more than one package: [u'host-bzip2', u'host-patchelf', u'host-expat', u'host-xorriso'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libnl-nf-3.la" is touched by more than one package: [u'host-bzip2', u'host-patchelf', u'host-expat', u'host-xorriso'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libsfbpf.la" is touched by more than one package: [u'host-go-bootstrap', u'host-bzip2', u'host-patchelf', u'host-expat', u'host-xorriso'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libpng.la" is touched by more than one package: [u'host-gperf', u'host-libxml2', u'host-bison', u'host-go-bootstrap', u'host-bzip2', u'host-patchelf', u'host-expat', u'host-xorriso'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libjansson.la" is touched by more than one package: [u'host-bzip2', u'host-patchelf', u'host-expat', u'host-xorriso'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libcryptsetup.la" is touched by more than one package: [u'host-bison', u'host-go-bootstrap', u'host-bzip2', u'host-patchelf', u'host-expat', u'host-xorriso'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/daq/daq_afpacket.la" is touched by more than one package: [u'host-go-bootstrap', u'host-bzip2', u'host-patchelf', u'host-expat', u'host-xorriso'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libdaq.la" is touched by more than one package: [u'host-go-bootstrap', u'host-bzip2', u'host-patchelf', u'host-expat', u'host-xorriso'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libcap-ng.la" is touched by more than one package: [u'host-ncurses', u'host-gperf', u'host-libxml2', u'host-bison', u'host-go-bootstrap', u'host-bzip2', u'host-patchelf', u'host-expat', u'host-xorriso'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libffi.la" is touched by more than one package: [u'host-bzip2', u'host-patchelf', u'host-expat', u'host-xorriso'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libsvg.la" is touched by more than one package: [u'host-bzip2', u'host-patchelf', u'host-expat', u'host-xorriso'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libnl-route-3.la" is touched by more than one package: [u'host-bzip2', u'host-patchelf', u'host-expat', u'host-xorriso'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libsmartcols.la" is touched by more than one package: [u'host-gperf', u'host-libxml2', u'host-bison', u'host-go-bootstrap', u'host-bzip2', u'host-patchelf', u'host-expat', u'host-xorriso'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libmpfr.la" is touched by more than one package: [u'host-patchelf', u'host-expat', u'host-xorriso'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libjpeg.la" is touched by more than one package: [u'host-bzip2', u'host-patchelf', u'host-expat', u'host-xorriso'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libfontconfig.la" is touched by more than one package: [u'host-libxml2', u'host-bison', u'host-go-bootstrap', u'host-bzip2', u'host-patchelf', u'host-expat', u'host-xorriso'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libvo-aacenc.la" is touched by more than one package: [u'host-expat', u'host-xorriso'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libuuid.la" is touched by more than one package: [u'host-gperf', u'host-libxml2', u'host-bison', u'host-go-bootstrap', u'host-bzip2', u'host-patchelf', u'host-expat', u'host-xorriso'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libgmp.la" is touched by more than one package: [u'host-bzip2', u'host-patchelf', u'host-expat', u'host-xorriso'] Warning: host file "./share/man/man8/fsck.8" is touched by more than one package: [u'host-util-linux', u'host-e2fsprogs'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libluksmeta.la" is touched by more than one package: [u'host-patchelf', u'host-expat', u'host-xorriso'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libpixman-1.la" is touched by more than one package: [u'host-libxml2', u'host-bison', u'host-go-bootstrap', u'host-bzip2', u'host-patchelf', u'host-expat', u'host-xorriso'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libdaq_static.la" is touched by more than one package: [u'host-go-bootstrap', u'host-bzip2', u'host-patchelf', u'host-expat', u'host-xorriso'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libpng16.la" is touched by more than one package: [u'host-gperf', u'host-libxml2', u'host-bison', u'host-go-bootstrap', u'host-bzip2', u'host-patchelf', u'host-expat', u'host-xorriso'] Warning: host file "./share/info/dir" is touched by more than one package: [u'host-m4', u'host-libtool', u'host-autoconf', u'host-automake', u'host-gettext', u'host-bison', u'host-xorriso'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libldns.la" is touched by more than one package: [u'host-bzip2', u'host-patchelf', u'host-expat', u'host-xorriso'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libfreetype.la" is touched by more than one package: [u'host-gperf', u'host-libxml2', u'host-bison', u'host-go-bootstrap', u'host-bzip2', u'host-patchelf', u'host-expat', u'host-xorriso'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libexpat.la" is touched by more than one package: [u'host-gperf', u'host-libxml2', u'host-bison', u'host-go-bootstrap', u'host-bzip2', u'host-patchelf', u'host-expat', u'host-xorriso'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libfuse.la" is touched by more than one package: [u'host-bzip2', u'host-patchelf', u'host-expat', u'host-xorriso'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libfcgi.la" is touched by more than one package: [u'host-bzip2', u'host-patchelf', u'host-expat', u'host-xorriso'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libdaq_static_modules.la" is touched by more than one package: [u'host-go-bootstrap', u'host-bzip2', u'host-patchelf', u'host-expat', u'host-xorriso'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libnl-3.la" is touched by more than one package: [u'host-bzip2', u'host-patchelf', u'host-expat', u'host-xorriso'] Warning: host file "./arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libulockmgr.la" is touched by more than one package: [u'host-bzip2', u'host-patchelf', u'host-expat', u'host-xorriso'] Warning: host file "./sbin/fsck" is touched by more than one package: [u'host-util-linux', u'host-e2fsprogs'] /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc/inittab if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc/shells || echo "/bin/ash" >> /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc/shells; fi grep: ./.config: No such file or directory if grep -q CONFIG_HUSH=y ./.config; then grep -qsE '^/bin/hush$' /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc/shells || echo "/bin/hush" >> /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc/shells; fi grep: ./.config: No such file or directory mkdir -p /home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/etc/meson sed -e "s%@TARGET_CROSS@%/home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/arm-linux-%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%arm926ej-s%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/rclinux/rc-buildroot-test/scripts/instance-1/output/host%g" package/meson//cross-compilation.conf.in > /home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/etc/meson/cross-compilation.conf mkdir -p /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc echo "buildroot" > /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc/hosts mkdir -p /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc echo "Welcome to Buildroot" > /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc/shadow rm -f /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/bin/sh grep -qsE '^/bin/zsh$' /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc/shells || echo "/bin/zsh" >> /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc/shells rm -f /home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/rclinux/rc-buildroot-test/scripts/instance-1/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/include /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/aclocal \ /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/lib/pkgconfig /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/pkgconfig \ /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/lib/cmake /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/cmake find /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/lib/ /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/lib/ /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/gdb rm -rf /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/bash-completion rm -rf /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/man /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/man rm -rf /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/info /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/info rm -rf /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/doc /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/doc rm -rf /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/gtk-doc rmdir /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share 2>/dev/null || true find /home/rclinux/rc-buildroot-test/scripts/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/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/rclinux/rc-buildroot-test/scripts/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/rclinux/rc-buildroot-test/scripts/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/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.02-rc1-00027-gd04a1ef"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.02-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2019.02-rc1\"" \ ) > /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc >>> Sanitizing RPATH in target tree /home/rclinux/rc-buildroot-test/scripts/instance-1/buildroot/support/scripts/fix-rpath target touch /home/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr make: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/instance-1/buildroot' make: Entering directory '/home/rclinux/rc-buildroot-test/scripts/instance-1/buildroot' >>> Buildroot 2019.02-rc1-00027-gd04a1ef Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> blktrace 1.2.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> libaio 0.3.111 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> busybox 1.29.3 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> 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 >>> libcap-ng 0.7.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> 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) >>> 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) >>> cairo 1.15.12 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info ERROR: No hash found for COPYING >>> expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> 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) >>> host-gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> lzo 2.10 Collecting legal info ERROR: No hash found for COPYING >>> pixman 0.34.0 Collecting legal info ERROR: No hash found for COPYING >>> cifs-utils 6.8 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> cjson v1.7.10 Collecting legal info LICENSE: OK (sha256: a36dda207c36db5818729c54e7ad4e8b0c6fba847491ba64f372c1a2037b6d5c) >>> corkscrew a94f745b40077172b8fe7d77e2d583b9cf900281 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> cryptsetup 2.0.6 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> json-c 0.13.1 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> lvm2 2.02.180 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> openssl Collecting legal info >>> libopenssl 1.1.1a Collecting legal info LICENSE: OK (sha256: 350c7817af2ef980d3f3922bc5e0bb6a9d9f6cc21e784a699bcd2a31c74a84b1) >>> popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> 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) >>> daq 2.0.6 Collecting legal info COPYING: OK (sha256: 07f28289c09fd9eb5a6ff7bc710ff40363601b1bbc6f3637d8ed412150e90819) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> dmraid 1.0.0.rc16-3 Collecting legal info ERROR: No hash found for 1.0.0.rc16-3/dmraid/LICENSE_GPL ERROR: No hash found for 1.0.0.rc16-3/dmraid/LICENSE >>> docker-proxy 7b2b1feb1de4817d522cc372af149ff48d25028e Collecting legal info ERROR: No hash found for LICENSE >>> host-go 1.11.5 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4.3 Collecting legal info ERROR: No hash found for LICENSE >>> host-dtc 1.4.7 Collecting legal info ERROR: No hash found for README.license ERROR: No hash found for GPL >>> host-e2fsprogs 1.44.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-util-linux 2.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) >>> host-e2tools 3158ef18a903ca4a98b8fa220c9fc5c133d8bdf6 Collecting legal info ERROR: No hash found for COPYING >>> fcgiwrap 99c942c90063c73734e56bacaa65f947772d9186 Collecting legal info ERROR: No hash found for COPYING >>> libfcgi 2.4.0 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> gmp 6.1.2 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> initscripts Collecting legal info >>> iw 4.14 Collecting legal info COPYING: OK (sha256: 5932fb70481e128940168a5fdf133e6454293c0865c7e757874b235cb6daa2af) >>> libnl 3.4.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> jansson 2.12 Collecting legal info LICENSE: OK (sha256: f0a0c95c64e9f49ec4cbfac8e7fee06823c85ee8ba4af5d57aaabb372347adc2) >>> jpeg Collecting legal info >>> libjpeg 9c Collecting legal info README: OK (sha256: 31f366acfb6259456d9046eb7f16875e387f8bf029d37ac4c4397bf63f22fd6b) >>> lcdproc 0.5.9 Collecting legal info ERROR: No hash found for COPYING >>> libcofi 7313fbe12b0593034d0a1b606bf33c7cf4ababce Collecting legal info ERROR: No hash found for README.md >>> libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> libfuse 2.9.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libldns 1.7.0 Collecting legal info LICENSE: OK (sha256: 9e0b1505c358d1a7c79555ee8bd1acbe2985dbc74dd81f3697cebf2161e922e6) >>> libmicrohttpd 0.9.60 Collecting legal info COPYING: OK (sha256: 70e12e2a60151b9ed1a4c94a5ffeb99cd086fa94542b5a92fec581506e8d3121) >>> libsvg-cairo 0.1.6 Collecting legal info ERROR: No hash found for COPYING >>> libsvg 0.1.4 Collecting legal info ERROR: No hash found for COPYING >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.1.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> linuxptp 2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lttng-babeltrace 1.5.2 Collecting legal info ERROR: No hash found for mit-license.txt ERROR: No hash found for gpl-2.0.txt ERROR: No hash found for LICENSE >>> host-elfutils 0.174 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> host-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 >>> host-libglib2 2.56.3 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-popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> luksmeta 8 Collecting legal info COPYING: OK (sha256: 4b72eb6b5a336cd3ec837cc2d6347c23bf7574168db6b4802267700b93021abf) >>> memtool 2016.10.0 Collecting legal info ERROR: No hash found for COPYING >>> motion release-4.2.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> mpdecimal 2.4.1 Collecting legal info ERROR: No hash found for LICENSE.txt >>> mpfr 3.1.6 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> socat 1.7.3.2 Collecting legal info README: OK (sha256: 4846488cea98a2905dc75b7aa5eea721568e372447efe06b85bd896ee8c54f10) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.OpenSSL: OK (sha256: fd9e48ca316a5032069b9521f4f4b4d9b1c60365012bae1e62286bcd5bd2e761) >>> sphinxbase 5prealpha Collecting legal info ERROR: No hash found for src/libsphinxbase/util/bio.c >>> spice-protocol 0.12.14 Collecting legal info ERROR: No hash found for COPYING >>> tinymembench v0.4 Collecting legal info LICENSE: OK (sha256: 8ba473aced4630aee2808efe17b53e904a9d68a9b3361de491717f9a4e75da39) >>> trace-cmd trace-cmd-v2.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LIB: OK (sha256: 70f297763149e72306919c924e164f83041d5e512868d4c8c1826c171b3e49f9) >>> unionfs 2.0 Collecting legal info ERROR: No hash found for LICENSE >>> vo-aacenc 0.1.3 Collecting legal info ERROR: No hash found for COPYING >>> vtun 3.0.4 Collecting legal info README.OpenSSL: OK (sha256: 5692a9a69dc5abc1aa9cbc54899d114b65c4cefbd9d7fcecc304316a2f26ced3) >>> xkeyboard-config 2.23.1 Collecting legal info COPYING: OK (sha256: 6ca90f4b67dced4062894d6d77f4cc39343df9e359fc12f5e5d3c89ef2a3ef6d) >>> 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-xapp_xkbcomp 1.4.2 Collecting legal info COPYING: OK (sha256: f1a78f5796fe2374f2b93e579328a02283e57d2a8316484b31799b12debe7ee3) >>> host-xlib_libX11 1.6.7 Collecting legal info COPYING: OK (sha256: 2daec087a88e7c9b8082557cdeebad5bbb8155a4137472f0b22e269cd99d0c1e) >>> host-libxcb 1.13 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-libpthread-stubs 0.4 Collecting legal info ERROR: No hash found for COPYING >>> host-libxslt 1.1.32 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-python 2.7.15 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> host-xcb-proto 1.13 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-xlib_libXau 1.0.8 Collecting legal info ERROR: No hash found for COPYING >>> host-xorgproto 2018.4 Collecting legal info COPYING-applewmproto: OK (sha256: aacd931f191b610902aee1e526090c2858aabc07969441fa2537ffd3e7049555) COPYING-bigreqsproto: OK (sha256: dabc025f93129a0eb2d17f37c719dbe5ecbcb5bc8f7bc7f4ce89fe04576cc0c2) COPYING-compositeproto: OK (sha256: ab587ca94282c1e60797ffe4a77aea195418387db20ec7e0c24cedf2c844f8c1) COPYING-damageproto: OK (sha256: f67a18cb46c4c203c5122b4a901cfcc3178b2a62f83f31ca5fef5bdca3966094) COPYING-dmxproto: OK (sha256: 819e8dcd3dd2a44850c350331aa492230f86bccb0983dd739dec5ba36d7d2b8e) COPYING-dri2proto: OK (sha256: 0c306691492c4d7a8cda1ec3847668b797887dddcd7e986b4c166ae27619af7d) COPYING-dri3proto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-evieproto: OK (sha256: 0aa43d03da3cedbd9882c0ded621b0d855353eb9e551f9eed940d75c8a0b03c1) COPYING-fixesproto: OK (sha256: 65cb0b867b00fb27f066a37353713b265645b3301146562570d7638ed2ddd548) COPYING-fontcacheproto: OK (sha256: 1ab381e978bff63d68be2e4f235d51935f3f16f3ba3bebf83afa99a70c0484a2) COPYING-fontsproto: OK (sha256: f4af05774b02ae149357cc26f7bf5ef1116c2e09373c2492081a3a1892c58417) COPYING-glproto: OK (sha256: 823deb4673d3f26aa8c90e704888299648f00be3262f9363eaeecedcd65b936d) COPYING-inputproto: OK (sha256: 5e083a2ace0215a6084c877c023a6079952ba803d692488203ba4269196debe3) COPYING-kbproto: OK (sha256: d397a67d4b28e897bc5fce79b2b917df9905b54f961fc3ad1f49c7fe3803f92c) COPYING-lg3dproto: OK (sha256: 7a5dd5d4c989c167da50f15879959f42bbda960e06d0a0aea7197f61fe1dc846) COPYING-panoramixproto: OK (sha256: 27d8cbdcde7a0bd062ce49cdf8c672201452a64e3e6823f09b1beffe2c4b8eff) COPYING-pmproto: OK (sha256: 8442b5f22f2fb13017a4302a906e7dedc899267b41f613558970941120170128) COPYING-presentproto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-printproto: OK (sha256: 6b890b118261694865988378dbba876bcd9caa1a421c5c0d626116948bc0ae35) COPYING-randrproto: OK (sha256: 41c13dcd09147ed2440286f2fb8151df8ebee06deee4ed78ddf094601c216d3d) COPYING-recordproto: OK (sha256: ee10aee0f1697ffdbe870a39f037361d4f7136f2976bb7919a41b3f66407caee) COPYING-renderproto: OK (sha256: 9e48921a94da36d7a69fe71809223ee0bb46370db9842dccdeeb55b5a9946872) COPYING-resourceproto: OK (sha256: 403e7be948674530ad40669b1e3a31adeddb656502f3b0ef810d5d3cc35d0b52) COPYING-scrnsaverproto: OK (sha256: fcbd3c628bf4d28ee3e6032054bf44bbe58f3b1a944dad856a8d3eb6b37ea412) COPYING-trapproto: OK (sha256: d6d3513f5a7099748dc387f54498d799380b45f8a444f13aa98aa45a860ae55b) COPYING-videoproto: OK (sha256: f8f49bbad61967ebc890fb79fff5bfb7cfc1c341aa8f8dee13eb3fb534040b47) COPYING-windowswmproto: OK (sha256: eb183a00c61bb47992f096b6993ed7ec17518bea9c285fe87efff7f622cc6c12) COPYING-x11proto: OK (sha256: da4a28570230228b9bd80a701c5d8752f8609394de2e0d46d26d978bd07610db) COPYING-xcmiscproto: OK (sha256: 5531d18cfcc944dab39991f63f182cbbce3fe493ba0c7cf08a25c0d01ee84482) COPYING-xextproto: OK (sha256: fb42146c6c06a200a9b121220eb692ff9101ba0fbd0b224b9e16a016c59ae86a) COPYING-xf86bigfontproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86dgaproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86driproto: OK (sha256: 4a05d06752388d9db71ee1006f371d4fb2c316a821fc2fc272db90b3ef978334) COPYING-xf86miscproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86rushproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86vidmodeproto: OK (sha256: 942bb46a3503a708948491699171b00b9e0dfb47818d9268b160bccc5f51a4b9) COPYING-xineramaproto: OK (sha256: b2d8cda803e900915ce10f0ba735ff2c033b39c7cc5a8a436667ca583d4066fa) >>> host-xutil_util-macros 1.19.2 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> host-xlib_libXdmcp 1.1.2 Collecting legal info ERROR: No hash found for COPYING >>> host-xlib_xtrans 1.3.5 Collecting legal info ERROR: No hash found for COPYING >>> host-xlib_libxkbfile 1.0.9 Collecting legal info ERROR: No hash found for COPYING >>> host-xorriso 1.4.6 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYRIGHT >>> zsh 5.6.2 Collecting legal info LICENCE: OK (sha256: d06fdf3ef9b1ec69d6b9e170b0a9516fbad3523261ff1668bde3bfea6e0ef5f5) 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/rclinux/rc-buildroot-test/scripts/instance-1/output/legal-info make: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/instance-1/buildroot'