mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> ubus 34c6e818e431cc53478a0f7c7c1eca07d194d692 Installing to target PATH="/home/buildroot/build/instance-0/output/host/bin:/home/buildroot/build/instance-0/output/host/sbin:/sbin:/usr/sbin:/bin:/usr/bin" /usr/bin/make -j8 DESTDIR=/home/buildroot/build/instance-0/output/target install/fast -C /home/buildroot/build/instance-0/output/build/ubus-34c6e818e431cc53478a0f7c7c1eca07d194d692/ make[1]: Entering directory '/home/buildroot/build/instance-0/output/build/ubus-34c6e818e431cc53478a0f7c7c1eca07d194d692' Install the project... -- Install configuration: "Release" -- Installing: /home/buildroot/build/instance-0/output/target/usr/lib/libubus.so -- Installing: /home/buildroot/build/instance-0/output/target/usr/bin/ubus -- Set runtime path of "/home/buildroot/build/instance-0/output/target/usr/bin/ubus" to "" -- Installing: /home/buildroot/build/instance-0/output/target/usr/sbin/ubusd -- Installing: /home/buildroot/build/instance-0/output/target/usr/include/ubusmsg.h -- Installing: /home/buildroot/build/instance-0/output/target/usr/include/ubus_common.h -- Installing: /home/buildroot/build/instance-0/output/target/usr/include/libubus.h make[1]: Leaving directory '/home/buildroot/build/instance-0/output/build/ubus-34c6e818e431cc53478a0f7c7c1eca07d194d692' >>> wireless_tools 30.pre9 Downloading converted 'https://hewlettpackard.github.io/wireless-tools/wireless_tools.30.pre9.tar.gz' (ANSI_X3.4-1968) -> 'https://hewlettpackard.github.io/wireless-tools/wireless_tools.30.pre9.tar.gz' (UTF-8) --2019-06-24 22:39:57-- https://hewlettpackard.github.io/wireless-tools/wireless_tools.30.pre9.tar.gz Resolving hewlettpackard.github.io (hewlettpackard.github.io)... 185.199.108.153, 185.199.110.153, 185.199.109.153, ... Connecting to hewlettpackard.github.io (hewlettpackard.github.io)|185.199.108.153|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 348477 (340K) [application/gzip] Saving to: '/home/buildroot/build/instance-0/output/build/.wireless_tools.30.pre9.tar.gz.S0akxX/output' 0K .......... .......... .......... .......... .......... 14% 4.14M 0s 50K .......... .......... .......... .......... .......... 29% 8.31M 0s 100K .......... .......... .......... .......... .......... 44% 74.2M 0s 150K .......... .......... .......... .......... .......... 58% 9.33M 0s 200K .......... .......... .......... .......... .......... 73% 81.2M 0s 250K .......... .......... .......... .......... .......... 88% 137M 0s 300K .......... .......... .......... .......... 100% 65.7M=0.03s 2019-06-24 22:39:58 (13.2 MB/s) - '/home/buildroot/build/instance-0/output/build/.wireless_tools.30.pre9.tar.gz.S0akxX/output' saved [348477/348477] wireless_tools.30.pre9.tar.gz: OK (sha256: abd9c5c98abf1fdd11892ac2f8a56737544fe101e1be27c6241a564948f34c63) >>> wireless_tools 30.pre9 Extracting gzip -d -c /home/buildroot/build/instance-0/dl/wireless_tools/wireless_tools.30.pre9.tar.gz | tar --strip-components=1 -C /home/buildroot/build/instance-0/output/build/wireless_tools-30.pre9 -xf - >>> wireless_tools 30.pre9 Patching Applying 0001-remove-bzero.patch using patch: patching file ifrename.c patching file iwlib.c >>> wireless_tools 30.pre9 Configuring >>> wireless_tools 30.pre9 Building PATH="/home/buildroot/build/instance-0/output/host/bin:/home/buildroot/build/instance-0/output/host/sbin:/sbin:/usr/sbin:/bin:/usr/bin" /usr/bin/make -j8 -C /home/buildroot/build/instance-0/output/build/wireless_tools-30.pre9 CC="/home/buildroot/build/instance-0/output/host/bin/aarch64-linux-gcc" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " iwmulticall make[1]: Entering directory '/home/buildroot/build/instance-0/output/build/wireless_tools-30.pre9' cp wireless.22.h wireless.h /home/buildroot/build/instance-0/output/host/bin/aarch64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -MMD -c iwmulticall.c /home/buildroot/build/instance-0/output/host/bin/aarch64-linux-gcc -Wl,-s -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -MMD -o iwmulticall iwmulticall.o -lm make[1]: Leaving directory '/home/buildroot/build/instance-0/output/build/wireless_tools-30.pre9' >>> wireless_tools 30.pre9 Installing to staging directory >>> wireless_tools 30.pre9 Fixing libtool files for la in $(find /home/buildroot/build/instance-0/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/buildroot/build/instance-0/output:@BASE_DIR@:g" \ -e "s:/home/buildroot/build/instance-0/output/host/aarch64-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ -e "s:/home/buildroot/build/instance-0/output/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/home/buildroot/build/instance-0/output/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/home/buildroot/build/instance-0/output/host/aarch64-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/build/instance-0/output:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> wireless_tools 30.pre9 Installing to target PATH="/home/buildroot/build/instance-0/output/host/bin:/home/buildroot/build/instance-0/output/host/sbin:/sbin:/usr/sbin:/bin:/usr/bin" /usr/bin/make -j8 -C /home/buildroot/build/instance-0/output/build/wireless_tools-30.pre9 PREFIX="/home/buildroot/build/instance-0/output/target" LDCONFIG=/bin/true install-iwmulticall make[1]: Entering directory '/home/buildroot/build/instance-0/output/build/wireless_tools-30.pre9' install -m 755 -d /home/buildroot/build/instance-0/output/target/sbin install -m 755 iwmulticall /home/buildroot/build/instance-0/output/target/sbin/iwconfig ( cd /home/buildroot/build/instance-0/output/target/sbin ; \ ln -f -s iwconfig iwlist ; \ ln -f -s iwconfig iwspy ; \ ln -f -s iwconfig iwpriv ; \ ln -f -s iwconfig iwgetid ) make[1]: Leaving directory '/home/buildroot/build/instance-0/output/build/wireless_tools-30.pre9' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/buildroot/build/instance-0/output/build/packages-file-list.txt Warning: target file "./etc/fstab" is touched by more than one package: [u'skeleton-init-sysv', u'libselinux'] ./support/scripts/check-uniq-files -t staging /home/buildroot/build/instance-0/output/build/packages-file-list-staging.txt 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/lib64" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./etc/mtab" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] ./support/scripts/check-uniq-files -t host /home/buildroot/build/instance-0/output/build/packages-file-list-host.txt Warning: host file "./lib/scons-3.0.5/SCons/PathList.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/gdc.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/link.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Action.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Util.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/m4.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/filesystem.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/CacheDir.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Executor.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/ldc.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Scanner/Dir.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Node/Python.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/fortran.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/javac.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/gs.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/g77.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Scanner/SWIG.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/jar.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Debug.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/SConsign.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/gas.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/f77.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/f95.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Subst.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Platform/mingw.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Warnings.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/ifort.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/cpp.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Node/Alias.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Conftest.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./bin/2to3" is touched by more than one package: [u'host-python', u'host-python3'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/cxx.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Scanner/Fortran.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/rpm.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/pdflatex.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/pdf.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Platform/virtualenv.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Platform/posix.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Script/SConsOptions.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Defaults.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Taskmaster.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Scanner/D.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/JavaCommon.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/javah.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/gxx.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Job.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/SConf.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/cc.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Scanner/__init__.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/dblite.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Scanner/Prog.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/gfortran.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Script/__init__.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/g++.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/gnulink.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/f90.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Script/Main.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/dvi.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Memoize.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Errors.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Variables/PackageVariable.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/dvipdf.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/__init__.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/yacc.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/install.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/dmd.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Variables/PathVariable.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/as.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Node/__init__.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/textfile.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/gcc.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/__init__.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Builder.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/default.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Script/SConscript.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/tex.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/DCommon.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/compat/__init__.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/rpcgen.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Node/FS.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Platform/cygwin.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/FortranCommon.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/tar.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Platform/win32.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Platform/__init__.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Scanner/C.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Variables/BoolVariable.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Scanner/LaTeX.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Variables/__init__.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/wix.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/rmic.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Variables/EnumVariable.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/python3.7/site-packages/pycparser/c_ast.pyc" is touched by more than one package: [u'host-python-pycparser', u'host-python-setuptools-scm'] Warning: host file "./lib/scons-3.0.5/SCons/Environment.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/dvips.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/pdftex.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/latex.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/ar.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/zip.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/swig.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Script/Interactive.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/ifl.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Variables/ListVariable.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/lex.pyc" is touched by more than one package: [u'host-scons', u'host-xutil_util-macros'] /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/buildroot/build/instance-0/output/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/buildroot/build/instance-0/output/target/etc/inittab if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /home/buildroot/build/instance-0/output/target/etc/shells || echo "/bin/ash" >> /home/buildroot/build/instance-0/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/buildroot/build/instance-0/output/target/etc/shells || echo "/bin/hush" >> /home/buildroot/build/instance-0/output/target/etc/shells; fi grep: ./.config: No such file or directory mkdir -p /home/buildroot/build/instance-0/output/host/etc/meson sed -e "s%@TARGET_CROSS@%/home/buildroot/build/instance-0/output/host/bin/aarch64-linux-%g" -e "s%@TARGET_ARCH@%aarch64%g" -e "s%@TARGET_CPU@%cortex-a53%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/buildroot/build/instance-0/output/host%g" package/meson//cross-compilation.conf.in > /home/buildroot/build/instance-0/output/host/etc/meson/cross-compilation.conf PYTHONPATH="/home/buildroot/build/instance-0/output/target/usr/lib/python3.7/" cd /home/buildroot/build/instance-0/output/target && /home/buildroot/build/instance-0/output/host/bin/python3.7 /home/buildroot/build/instance-0/buildroot/support/scripts/pycompile.py usr/lib/python3.7 find /home/buildroot/build/instance-0/output/target/usr/lib/python3.7 -name '*.py' -print0 | xargs -0 --no-run-if-empty rm -f find /home/buildroot/build/instance-0/output/target/usr/lib/python3.7 -name '*.opt-1.pyc' -print0 -o -name '*.opt-2.pyc' -print0 | xargs -0 --no-run-if-empty rm -f mkdir -p /home/buildroot/build/instance-0/output/target/etc echo "buildroot" > /home/buildroot/build/instance-0/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/build/instance-0/output/target/etc/hosts mkdir -p /home/buildroot/build/instance-0/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/build/instance-0/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/build/instance-0/output/target/etc/shadow rm -f /home/buildroot/build/instance-0/output/target/bin/sh rm -f /home/buildroot/build/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/build/instance-0/output/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/build/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/build/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/build/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/build/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/build/instance-0/output/target/usr/include /home/buildroot/build/instance-0/output/target/usr/share/aclocal \ /home/buildroot/build/instance-0/output/target/usr/lib/pkgconfig /home/buildroot/build/instance-0/output/target/usr/share/pkgconfig \ /home/buildroot/build/instance-0/output/target/usr/lib/cmake /home/buildroot/build/instance-0/output/target/usr/share/cmake find /home/buildroot/build/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/build/instance-0/output/target/lib/ /home/buildroot/build/instance-0/output/target/usr/lib/ /home/buildroot/build/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: `/home/buildroot/build/instance-0/output/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/build/instance-0/output/target/usr/share/gdb rm -rf /home/buildroot/build/instance-0/output/target/usr/share/bash-completion rm -rf /home/buildroot/build/instance-0/output/target/usr/share/zsh rm -rf /home/buildroot/build/instance-0/output/target/usr/man /home/buildroot/build/instance-0/output/target/usr/share/man rm -rf /home/buildroot/build/instance-0/output/target/usr/info /home/buildroot/build/instance-0/output/target/usr/share/info rm -rf /home/buildroot/build/instance-0/output/target/usr/doc /home/buildroot/build/instance-0/output/target/usr/share/doc rm -rf /home/buildroot/build/instance-0/output/target/usr/share/gtk-doc rmdir /home/buildroot/build/instance-0/output/target/usr/share 2>/dev/null || true find /home/buildroot/build/instance-0/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/build/instance-0/output/host/bin/aarch64-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/build/instance-0/output/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/build/instance-0/output/host/bin/aarch64-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/build/instance-0/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/build/instance-0/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/build/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.08-git-00415-gcd1b177"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2019.08-git\"" \ ) > /home/buildroot/build/instance-0/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/build/instance-0/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/build/instance-0/buildroot/support/scripts/fix-rpath target touch /home/buildroot/build/instance-0/output/target/usr make: Leaving directory '/home/buildroot/build/instance-0/buildroot' make: Entering directory '/home/buildroot/build/instance-0/buildroot' >>> Buildroot 2019.08-git-00415-gcd1b177 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 >>> 18xx-ti-utils R8.7_SP3 Collecting legal info COPYING: OK (sha256: 363cef40b276a7a91ebcff3f78626d9cfe5e5a51927c725236007259403d5fc4) >>> libnl 3.4.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny c6dcdcdef801127549d3906d153c061880d25a73 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) extra/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> alsa-lib 1.1.9 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> boost 1.70.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> busybox 1.31.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> ntp 4.2.8p13 Collecting legal info COPYRIGHT: OK (sha256: 3828da5fc8126889d6a64432288ace08526c490bf5427d799931689069968d91) >>> libevent 2.1.10 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> openssl Collecting legal info >>> libopenssl 1.1.1c Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> bwm-ng f54b3fad2c80bfe63f920c9b5e7c1d80389c57ef Collecting legal info ERROR: No hash found for COPYING >>> ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> flatbuffers v1.11.0 Collecting legal info LICENSE.txt: OK (sha256: 7ec9661a8afafab1eee3523d6f1a193eff76314a5ab10b4ce96aefd87621b0c3) >>> host-cmake 3.8.2 Collecting legal info Copyright.txt: OK (sha256: af3030e1bf1af2f534430fdfe3cfc5a617966648a2a7f0c06a631adc92be1e5f) >>> fping 4.0 Collecting legal info ERROR: No hash found for COPYING >>> googlefontdirectory 94dff3eaa9301b6640cccc63c56d6ff33d82882c Collecting legal info ufl/ubuntu/LICENCE.txt: OK (sha256: 2f0015108d68627bd788d313f529c21ff4da2c2c42a5e1f3883acc83480f9002) >>> gpsd 3.18.1 Collecting legal info COPYING: OK (sha256: 71ff85d18bf063954cfc4251678d0e772223e21f80febbd99d5524c90f73f832) >>> host-python 2.7.16 Collecting legal info LICENSE: OK (sha256: a77d71d6be6f9032e6b6e5d2cf6da68f9eeab9036edfbc043633c8979cd5e82c) >>> host-expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-scons 3.0.5 Collecting legal info LICENSE.txt: OK (sha256: c4248451b6a4cd09870de4fb82a857feb9f98174167b07500c19ed0263fd4db7) >>> host-python3 3.7.3 Collecting legal info LICENSE: OK (sha256: a77d71d6be6f9032e6b6e5d2cf6da68f9eeab9036edfbc043633c8979cd5e82c) >>> host-libffi 3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> initscripts Collecting legal info >>> jack2 1.9.12 Collecting legal info >>> libsamplerate 0.1.9 Collecting legal info ERROR: No hash found for COPYING >>> libsndfile 1.0.28 Collecting legal info ERROR: No hash found for COPYING >>> jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info ERROR: No hash found for jsmin.c >>> json-c 0.13.1 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libcap-ng 0.7.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> libcodec2 0.7 Collecting legal info COPYING: OK (sha256: 9ebb6f82b7380a62ac74c5f0322c88e6744dedf2ebe1f54d6f088282b39844bf) >>> libdrm 2.4.98 Collecting legal info >>> host-xutil_util-macros 1.19.2 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> libpthread-stubs 0.4 Collecting legal info ERROR: No hash found for COPYING >>> libev 4.24 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libffi 3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> libhid 0.2.16 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libusb-compat 0.1.5 Collecting legal info ERROR: No hash found for COPYING >>> libmpeg2 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libselinux 2.9 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> host-swig 3.0.12 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> libsepol 2.9 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> python3 3.7.3 Collecting legal info LICENSE: OK (sha256: a77d71d6be6f9032e6b6e5d2cf6da68f9eeab9036edfbc043633c8979cd5e82c) >>> libubox 723730214732862de7e892bae2f7a7889e66bf1b Collecting legal info >>> host-mkpasswd Collecting legal info >>> monit 5.25.3 Collecting legal info COPYING: OK (sha256: d5a4f52b1a5e1e7fe14e01a76aac8b08dc6bbea15466058f271456c97aac1ada) >>> mp4v2 2.0.0 Collecting legal info ERROR: No hash found for COPYING >>> mpd 0.20.23 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mtdev 1.1.4 Collecting legal info ERROR: No hash found for COPYING >>> mtr 66de3ecbab28b054b868a73fbb57f30549d770ac Collecting legal info ERROR: No hash found for COPYING >>> mutt 1.11.4 Collecting legal info GPL: OK (sha256: 732f24b69a6c71cd8e01e4672bb8e12cc1cbb88a50a4665e6ca4fd95000a57ee) >>> nanocom 1.0 Collecting legal info ERROR: No hash found for COPYING >>> netstat-nat 1.4.10 Collecting legal info ERROR: No hash found for COPYING >>> nss-pam-ldapd 0.9.8 Collecting legal info ERROR: No hash found for COPYING >>> openldap 2.4.47 Collecting legal info LICENSE: OK (sha256: 310fe25c858a9515fc8c8d7d1f24a67c9496f84a91e0a0e41ea9975b1371e569) >>> orc 0.4.29 Collecting legal info COPYING: OK (sha256: 4f5dabb1b44bb6fc5cd53820b1f103147ad61b395a57903991325bd1b85d97bf) >>> host-orc 0.4.29 Collecting legal info COPYING: OK (sha256: 4f5dabb1b44bb6fc5cd53820b1f103147ad61b395a57903991325bd1b85d97bf) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pppd 2.4.7 Collecting legal info ERROR: No hash found for pppd/tdb.c ERROR: No hash found for pppd/plugins/pppoatm/COPYING ERROR: No hash found for pppdump/bsd-comp.c ERROR: No hash found for pppd/ccp.c ERROR: No hash found for pppd/plugins/passprompt.c >>> putty 0.71 Collecting legal info LICENCE: OK (sha256: b517b4a9504ba0f651d5e590245197b88d9a81d073905cc798cc9464c5ca7ba8) >>> python-certifi 2018.11.29 Collecting legal info LICENSE: OK (sha256: 6a70a4bf6b010016d59a64b8ae4ad8dc7f5ef16f1fb453cc2ecd771c5a341131) >>> host-python3-setuptools 41.0.1 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> python-cffi 1.11.2 Collecting legal info LICENSE: OK (sha256: 04b80f5b077bbed68808cfebadeb5e3523f2a8c9a96495c587bd96df1eac2a33) >>> python-characteristic 14.3.0 Collecting legal info ERROR: No hash found for LICENSE >>> python-chardet 3.0.4 Collecting legal info ERROR: No hash found for LICENSE >>> python-decorator 4.0.11 Collecting legal info LICENSE.txt: OK (sha256: c9fbbd46d5af040b2b26db2f693034c95de8e9faaaf1cd68af358b092a56d454) >>> python-docutils 0.14 Collecting legal info COPYING.txt: OK (sha256: 58c2807e9e6e3297ad4da08acc8884d09d8c5ffc9d824dd100922d0bb1ee4717) >>> python-idna 2.8 Collecting legal info LICENSE.rst: OK (sha256: 0d4bc7abd48dcfb14e24254ee404066737ff0167144e222914a2113b8794683e) >>> python-msgpack 0.6.1 Collecting legal info COPYING: OK (sha256: 492dedba85da5872f78e6091bcd1fea474d660d35acb4dee964b8aab3f007427) >>> python-mwclient 0.9.2 Collecting legal info mwclient/__init__.py: OK (sha256: d29eaa80939b6d8fc3ab458bab90f4af879fa9e0430ed7e0fb2b94752e7eb33f) >>> python-netaddr 0.7.19 Collecting legal info ERROR: No hash found for LICENSE >>> python-networkx 1.11 Collecting legal info LICENSE.txt: OK (sha256: f4c13bf0e83bef45116ebda6c360066df6fd99610efaea9790b998c5441b0c0d) >>> python-oauthlib 2.1.0 Collecting legal info LICENSE: OK (sha256: 9e1ae8725f5815738dadb6cbb09f450453d94e07c7b5efaee864f546a6209a95) >>> python-pyasn1-modules 0.2.4 Collecting legal info LICENSE.txt: OK (sha256: 22c5cc6922ab5d69fba32d8c5ee4cdd14981508cb53afc0ebd85593847fd95a5) >>> python-pyasn1 0.4.5 Collecting legal info LICENSE.rst: OK (sha256: 22c5cc6922ab5d69fba32d8c5ee4cdd14981508cb53afc0ebd85593847fd95a5) >>> python-pycparser 2.19 Collecting legal info LICENSE: OK (sha256: 3c76629880aec2f8578ed914701a4ff9e5da8b60acb8b7ec675abf83c90c5168) >>> python-pyqrcode 1.2.1 Collecting legal info ERROR: No hash found for setup.py >>> python-requests-oauthlib 1.0.0 Collecting legal info LICENSE: OK (sha256: ae01846afad8a8291fe6a08966f3015af9a8ff675d84b981f9793c122f7876e8) >>> python-requests 2.22.0 Collecting legal info LICENSE: OK (sha256: be41abac2c40f8530307e8d172c590b476f4a488bc6a68f8de57b7cf64786687) >>> python-setuptools 41.0.1 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> python-shutilwhich 1.1.0 Collecting legal info >>> python-six 1.12.0 Collecting legal info LICENSE: OK (sha256: e732f54da58f3e9cf0c48e8b512948936fcf7361bd58afa63a9a3c392bf794ad) >>> python-smbus-cffi 0.5.1 Collecting legal info ERROR: No hash found for LICENSE >>> host-python-cffi 1.11.2 Collecting legal info LICENSE: OK (sha256: 04b80f5b077bbed68808cfebadeb5e3523f2a8c9a96495c587bd96df1eac2a33) >>> host-python-pycparser 2.19 Collecting legal info LICENSE: OK (sha256: 3c76629880aec2f8578ed914701a4ff9e5da8b60acb8b7ec675abf83c90c5168) >>> python-sortedcontainers 2.1.0 Collecting legal info LICENSE: OK (sha256: 7dcf4a5137118a925727b8a1690bc6ea70b156ee6739dbb51fd4d386718d6ce5) >>> python-urllib3 1.24.2 Collecting legal info LICENSE.txt: OK (sha256: 11db569430ca5ad793f1399297b8df5041a22137abaf90642ea71da21d59121c) >>> python-xlib 0.25 Collecting legal info LICENSE: OK (sha256: 06eb1c441443cf15ac84f309003f4c43c62246939d37c75fc3e056c2d34cd300) >>> host-python-setuptools-scm 3.2.0 Collecting legal info LICENSE: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) >>> quota 4.05 Collecting legal info COPYING: OK (sha256: 35b2d9797b83bce16076da9c3273f264f50b8d02f492ee32cd4c51ba6897bceb) >>> host-nfs-utils 1.3.3 Collecting legal info ERROR: No hash found for COPYING >>> host-libtirpc 1.1.4 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> rabbitmq-c 0.9.0 Collecting legal info LICENSE-MIT: OK (sha256: 94a12c906acb31a66c2c8a6c1b6e46cab52bc5694c5ada2a06d86b05d3d3f422) >>> setools 4.1.1 Collecting legal info COPYING: OK (sha256: 2f7547e10f76a382c24c053595f38a5cc6dda9347f508f254ca490e0046a9624) COPYING.GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> snappy 1.1.7 Collecting legal info COPYING: OK (sha256: 55172044f7e241207117448a4d9d6ba1d0925c8ad66b5d4c08c70adfa9cc3de6) >>> sphinxbase 5prealpha Collecting legal info ERROR: No hash found for src/libsphinxbase/util/bio.c >>> stm32flash 1f934ae86babdeea47afdfae1d856d5fd5da6c53 Collecting legal info ERROR: No hash found for gpl-2.0.txt >>> ubus 34c6e818e431cc53478a0f7c7c1eca07d194d692 Collecting legal info ERROR: No hash found for ubusd_acl.h >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: jack2-1.9.12: cannot save license (JACK2_LICENSE_FILES not defined) WARNING: libdrm-2.4.98: cannot save license (LIBDRM_LICENSE_FILES not defined) WARNING: libubox-723730214732862de7e892bae2f7a7889e66bf1b: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: python-shutilwhich-1.1.0: cannot save license (PYTHON_SHUTILWHICH_LICENSE_FILES not defined) Legal info produced in /home/buildroot/build/instance-0/output/legal-info make: Leaving directory '/home/buildroot/build/instance-0/buildroot'