^~~~~~~~~~~ tuning/tuningi2c.cpp:62:10: note: 'snprintf' output between 16 and 4111 bytes into a destination of size 4096 snprintf(toggle_bad, sizeof(toggle_bad), "echo 'on' > '%s';", i2c_path); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tuning/wifi.cpp: In constructor 'wifi_tunable::wifi_tunable(const char*)': tuning/wifi.cpp:45:1: warning: '%s' directive writing up to 4095 bytes into a region of size 4060 [-Wformat-overflow=] wifi_tunable::wifi_tunable(const char *_iface) : tunable("", 1.5, _("Good"), _("Bad"), _("Unknown")) ^~~~~~~~~~~~ tuning/wifi.cpp:48:9: note: 'sprintf' output between 37 and 4132 bytes into a destination of size 4096 sprintf(desc, _("Wireless Power Saving for interface %s"), iface); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tuning/wifi.cpp:45:1: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4089 [-Wformat-truncation=] wifi_tunable::wifi_tunable(const char *_iface) : tunable("", 1.5, _("Good"), _("Bad"), _("Unknown")) ^~~~~~~~~~~~ tuning/wifi.cpp:50:10: note: 'snprintf' output between 26 and 4121 bytes into a destination of size 4096 snprintf(toggle_good, sizeof(toggle_good), "iw dev %s set power_save on", iface); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tuning/wifi.cpp:45:1: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4089 [-Wformat-truncation=] wifi_tunable::wifi_tunable(const char *_iface) : tunable("", 1.5, _("Good"), _("Bad"), _("Unknown")) ^~~~~~~~~~~~ tuning/wifi.cpp:51:10: note: 'snprintf' output between 27 and 4122 bytes into a destination of size 4096 snprintf(toggle_bad, sizeof(toggle_bad), "iw dev %s set power_save off", iface); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CXXLD powertop make[4]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/powertop-2.9/src' make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/powertop-2.9/src' Making all in po make[3]: Entering directory '/home/buildroot/autobuild/run/instance-1/output/build/powertop-2.9/po' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/powertop-2.9/po' Making all in doc make[3]: Entering directory '/home/buildroot/autobuild/run/instance-1/output/build/powertop-2.9/doc' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/powertop-2.9/doc' make[3]: Entering directory '/home/buildroot/autobuild/run/instance-1/output/build/powertop-2.9' make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/powertop-2.9' make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/powertop-2.9' make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/powertop-2.9' >>> powertop 2.9 Installing to target PATH="/home/buildroot/autobuild/run/instance-1/output/host/bin:/home/buildroot/autobuild/run/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/snap/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/run/instance-1/output/target install -C /home/buildroot/autobuild/run/instance-1/output/build/powertop-2.9/ make[1]: Entering directory '/home/buildroot/autobuild/run/instance-1/output/build/powertop-2.9' Making install in traceevent make[2]: Entering directory '/home/buildroot/autobuild/run/instance-1/output/build/powertop-2.9/traceevent' make[3]: Entering directory '/home/buildroot/autobuild/run/instance-1/output/build/powertop-2.9/traceevent' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/powertop-2.9/traceevent' make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/powertop-2.9/traceevent' Making install in src make[2]: Entering directory '/home/buildroot/autobuild/run/instance-1/output/build/powertop-2.9/src' /usr/bin/make install-am make[3]: Entering directory '/home/buildroot/autobuild/run/instance-1/output/build/powertop-2.9/src' make[4]: Entering directory '/home/buildroot/autobuild/run/instance-1/output/build/powertop-2.9/src' make[4]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/target/usr/sbin' /bin/bash ../libtool --mode=install /usr/bin/install -c powertop '/home/buildroot/autobuild/run/instance-1/output/target/usr/sbin' libtool: install: /usr/bin/install -c powertop /home/buildroot/autobuild/run/instance-1/output/target/usr/sbin/powertop make[4]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/powertop-2.9/src' make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/powertop-2.9/src' make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/powertop-2.9/src' Making install in po make[2]: Entering directory '/home/buildroot/autobuild/run/instance-1/output/build/powertop-2.9/po' if test "powertop" = "gettext-tools"; then \ /bin/mkdir -p /home/buildroot/autobuild/run/instance-1/output/target/usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /usr/bin/install -c -m 644 ./$file \ /home/buildroot/autobuild/run/instance-1/output/target/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /home/buildroot/autobuild/run/instance-1/output/target/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/powertop-2.9/po' Making install in doc make[2]: Entering directory '/home/buildroot/autobuild/run/instance-1/output/build/powertop-2.9/doc' make[3]: Entering directory '/home/buildroot/autobuild/run/instance-1/output/build/powertop-2.9/doc' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/target/usr/share/man/man8' /usr/bin/install -c -m 644 powertop.8 '/home/buildroot/autobuild/run/instance-1/output/target/usr/share/man/man8' make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/powertop-2.9/doc' make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/powertop-2.9/doc' make[2]: Entering directory '/home/buildroot/autobuild/run/instance-1/output/build/powertop-2.9' make[3]: Entering directory '/home/buildroot/autobuild/run/instance-1/output/build/powertop-2.9' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/powertop-2.9' make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/powertop-2.9' make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/powertop-2.9' >>> triggerhappy b822888066129350e51ad79f1cf307fa38dae4f7 Downloading --2019-03-02 12:06:42-- https://github.com/wertarbyte/triggerhappy/archive/b822888066129350e51ad79f1cf307fa38dae4f7/triggerhappy-b822888066129350e51ad79f1cf307fa38dae4f7.tar.gz Resolving github.com (github.com)... 140.82.118.3, 140.82.118.4 Connecting to github.com (github.com)|140.82.118.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/wertarbyte/triggerhappy/tar.gz/b822888066129350e51ad79f1cf307fa38dae4f7 [following] --2019-03-02 12:06:42-- https://codeload.github.com/wertarbyte/triggerhappy/tar.gz/b822888066129350e51ad79f1cf307fa38dae4f7 Resolving codeload.github.com (codeload.github.com)... 192.30.253.120, 192.30.253.121 Connecting to codeload.github.com (codeload.github.com)|192.30.253.120|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/home/buildroot/autobuild/run/instance-1/output/build/.triggerhappy-b822888066129350e51ad79f1cf307fa38dae4f7.tar.gz.4phwjp/output' 0K .......... .......... ......... 330K=0.09s 2019-03-02 12:06:43 (330 KB/s) - '/home/buildroot/autobuild/run/instance-1/output/build/.triggerhappy-b822888066129350e51ad79f1cf307fa38dae4f7.tar.gz.4phwjp/output' saved [29866] triggerhappy-b822888066129350e51ad79f1cf307fa38dae4f7.tar.gz: OK (sha256: 1b3221963b9adca26eacc5442d8c2422cf2072f8adde1dbd691a69b37a583fb1) >>> triggerhappy b822888066129350e51ad79f1cf307fa38dae4f7 Extracting gzip -d -c /home/buildroot/autobuild/run/instance-1/dl/triggerhappy/triggerhappy-b822888066129350e51ad79f1cf307fa38dae4f7.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/run/instance-1/output/build/triggerhappy-b822888066129350e51ad79f1cf307fa38dae4f7 -xf - >>> triggerhappy b822888066129350e51ad79f1cf307fa38dae4f7 Patching >>> triggerhappy b822888066129350e51ad79f1cf307fa38dae4f7 Configuring >>> triggerhappy b822888066129350e51ad79f1cf307fa38dae4f7 Building /usr/bin/make -j4 PATH="/home/buildroot/autobuild/run/instance-1/output/host/bin:/home/buildroot/autobuild/run/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/snap/bin" AR="/home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-ar" AS="/home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-as" LD="/home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-ld" NM="/home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-nm" CC="/home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-gcc" GCC="/home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-gcc" CPP="/home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-cpp" CXX="/home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-g++" FC="/home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-gfortran" F77="/home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-gfortran" RANLIB="/home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-ranlib" READELF="/home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-readelf" STRIP="/home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-strip" OBJCOPY="/home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-objcopy" OBJDUMP="/home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/run/instance-1/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-1/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-1/output/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/run/instance-1/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-1/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-as" DEFAULT_LINKER="/home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 " LDFLAGS="" FCFLAGS=" -O2 " FFLAGS=" -O2 " PKG_CONFIG="/home/buildroot/autobuild/run/instance-1/output/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/run/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl PKGCONFIG="/home/buildroot/autobuild/run/instance-1/output/host/bin/pkg-config" -C /home/buildroot/autobuild/run/instance-1/output/build/triggerhappy-b822888066129350e51ad79f1cf307fa38dae4f7 thd th-cmd make[1]: Entering directory '/home/buildroot/autobuild/run/instance-1/output/build/triggerhappy-b822888066129350e51ad79f1cf307fa38dae4f7' /home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-gcc -M -MG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o cmdsocket.d cmdsocket.c /home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-gcc -M -MG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o th-cmd.d th-cmd.c /home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-gcc -M -MG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o triggerparser.d triggerparser.c /home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-gcc -M -MG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o uinput.d uinput.c /home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-gcc -M -MG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o ignore.d ignore.c /home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-gcc -M -MG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o obey.d obey.c /home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-gcc -M -MG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o devices.d devices.c /home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-gcc -M -MG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o eventnames.d eventnames.c /home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-gcc -M -MG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o trigger.d trigger.c /home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-gcc -M -MG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o keystate.d keystate.c /home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-gcc -M -MG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o thd.d thd.c sed -r 's!(.*)!#define TH_VERSION "\1"!' version.inc > version.h /home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o keystate.o keystate.c /home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o trigger.o trigger.c echo "#include " | /home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -dM -E - > linux_input_defs_gen.inc /home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o devices.o devices.c /home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o cmdsocket.o cmdsocket.c /home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o obey.o obey.c /home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o ignore.o ignore.c /home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o uinput.o uinput.c /home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o triggerparser.o triggerparser.c /home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o th-cmd.o th-cmd.c /home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o thd.o thd.c awk '/^#define EV_/ && $2 !~ /_(MIN_INTERESTING|MAX|CNT|VERSION)$/ {print "EV_MAP("$2"),"}' linux_input_defs_gen.inc > evtable_EV.inc awk '/^#define KEY_/ && $2 !~ /_(MIN_INTERESTING|MAX|CNT|VERSION)$/ {print "EV_MAP("$2"),"}' linux_input_defs_gen.inc > evtable_KEY.inc awk '/^#define BTN_/ && $2 !~ /_(MIN_INTERESTING|MAX|CNT|VERSION)$/ {print "EV_MAP("$2"),"}' linux_input_defs_gen.inc > evtable_BTN.inc awk '/^#define REL_/ && $2 !~ /_(MIN_INTERESTING|MAX|CNT|VERSION)$/ {print "EV_MAP("$2"),"}' linux_input_defs_gen.inc > evtable_REL.inc awk '/^#define ABS_/ && $2 !~ /_(MIN_INTERESTING|MAX|CNT|VERSION)$/ {print "EV_MAP("$2"),"}' linux_input_defs_gen.inc > evtable_ABS.inc awk '/^#define SW_/ && $2 !~ /_(MIN_INTERESTING|MAX|CNT|VERSION)$/ {print "EV_MAP("$2"),"}' linux_input_defs_gen.inc > evtable_SW.inc /home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o eventnames.o eventnames.c /home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-gcc th-cmd.o cmdsocket.o -o th-cmd /home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-gcc thd.o keystate.o trigger.o eventnames.o devices.o cmdsocket.o obey.o ignore.o uinput.o triggerparser.o -o thd make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/triggerhappy-b822888066129350e51ad79f1cf307fa38dae4f7' >>> triggerhappy b822888066129350e51ad79f1cf307fa38dae4f7 Installing to target /usr/bin/install -d /home/buildroot/autobuild/run/instance-1/output/target/etc/triggerhappy/triggers.d /usr/bin/install -D -m 0755 /home/buildroot/autobuild/run/instance-1/output/build/triggerhappy-b822888066129350e51ad79f1cf307fa38dae4f7/thd /home/buildroot/autobuild/run/instance-1/output/target/usr/sbin/thd /usr/bin/install -D -m 0755 /home/buildroot/autobuild/run/instance-1/output/build/triggerhappy-b822888066129350e51ad79f1cf307fa38dae4f7/th-cmd /home/buildroot/autobuild/run/instance-1/output/target/usr/sbin/th-cmd >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/buildroot/autobuild/run/instance-1/output/build/packages-file-list.txt Warning: target file "./usr/share/info/dir" is touched by more than one package: [u'gnupg', u'libgpgme'] ./support/scripts/check-uniq-files -t staging /home/buildroot/autobuild/run/instance-1/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libnl-route-3.la" is touched by more than one package: [u'libnl', u'opus', u'libopusenc', u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'atk', u'c-ares', u'dawgdic', u'libopenssl', u'protobuf', u'grpc', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libupnp', u'libusb', u'iptables', u'libgpg-error', u'libassuan', u'libcrossguid', u'libgpgme', u'libnl', u'opus', u'libopusenc', u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] Warning: staging file "./usr/lib/libraw1394.la" is touched by more than one package: [u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'atk', u'c-ares', u'dawgdic', u'libopenssl', u'protobuf', u'grpc', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libupnp', u'libusb', u'iptables', u'libgpg-error', u'libassuan', u'libcrossguid', u'libgpgme', u'libnl', u'opus', u'libopusenc', u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] Warning: staging file "./usr/lib/libprotobuf.la" is touched by more than one package: [u'protobuf', u'grpc', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libupnp', u'libusb', u'iptables', u'libgpg-error', u'libassuan', u'libcrossguid', u'libgpgme', u'libnl', u'opus', u'libopusenc', u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'libglib2', u'atk', u'c-ares', u'dawgdic', u'libopenssl', u'protobuf', u'grpc', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libupnp', u'libusb', u'iptables', u'libgpg-error', u'libassuan', u'libcrossguid', u'libgpgme', u'libnl', u'opus', u'libopusenc', u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] Warning: staging file "./usr/lib/libgupnp-av-1.0.la" is touched by more than one package: [u'gupnp-av', u'libupnp', u'libusb', u'iptables', u'libgpg-error', u'libassuan', u'libcrossguid', u'libgpgme', u'libnl', u'opus', u'libopusenc', u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'libglib2', u'atk', u'c-ares', u'dawgdic', u'libopenssl', u'protobuf', u'grpc', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libupnp', u'libusb', u'iptables', u'libgpg-error', u'libassuan', u'libcrossguid', u'libgpgme', u'libnl', u'opus', u'libopusenc', u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] Warning: staging file "./usr/lib/libthreadutil.la" is touched by more than one package: [u'libupnp', u'libusb', u'iptables', u'libgpg-error', u'libassuan', u'libcrossguid', u'libgpgme', u'libnl', u'opus', u'libopusenc', u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'atk', u'c-ares', u'dawgdic', u'libopenssl', u'protobuf', u'grpc', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libupnp', u'libusb', u'iptables', u'libgpg-error', u'libassuan', u'libcrossguid', u'libgpgme', u'libnl', u'opus', u'libopusenc', u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] Warning: staging file "./usr/lib/liborc-test-0.4.la" is touched by more than one package: [u'orc', u'pciutils'] Warning: staging file "./usr/lib/libopusenc.la" is touched by more than one package: [u'libopusenc', u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] Warning: staging file "./usr/lib/libopus.la" is touched by more than one package: [u'opus', u'libopusenc', u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] Warning: staging file "./usr/lib/libiptc.la" is touched by more than one package: [u'iptables', u'libgpg-error', u'libassuan', u'libcrossguid', u'libgpgme', u'libnl', u'opus', u'libopusenc', u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'libglib2', u'atk', u'c-ares', u'dawgdic', u'libopenssl', u'protobuf', u'grpc', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libupnp', u'libusb', u'iptables', u'libgpg-error', u'libassuan', u'libcrossguid', u'libgpgme', u'libnl', u'opus', u'libopusenc', u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'apr', u'libffi', u'pcre', u'libglib2', u'atk', u'c-ares', u'dawgdic', u'libopenssl', u'protobuf', u'grpc', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libupnp', u'libusb', u'iptables', u'libgpg-error', u'libassuan', u'libcrossguid', u'libgpgme', u'libnl', u'opus', u'libopusenc', u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] Warning: staging file "./usr/lib/libprotobuf-lite.la" is touched by more than one package: [u'protobuf', u'grpc', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libupnp', u'libusb', u'iptables', u'libgpg-error', u'libassuan', u'libcrossguid', u'libgpgme', u'libnl', u'opus', u'libopusenc', u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] Warning: staging file "./usr/lib/libusb-1.0.la" is touched by more than one package: [u'libusb', u'iptables', u'libgpg-error', u'libassuan', u'libcrossguid', u'libgpgme', u'libnl', u'opus', u'libopusenc', u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'libglib2', u'atk', u'c-ares', u'dawgdic', u'libopenssl', u'protobuf', u'grpc', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libupnp', u'libusb', u'iptables', u'libgpg-error', u'libassuan', u'libcrossguid', u'libgpgme', u'libnl', u'opus', u'libopusenc', u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] 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/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'atk', u'c-ares', u'dawgdic', u'libopenssl', u'protobuf', u'grpc', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libupnp', u'libusb', u'iptables', u'libgpg-error', u'libassuan', u'libcrossguid', u'libgpgme', u'libnl', u'opus', u'libopusenc', u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'atk', u'c-ares', u'dawgdic', u'libopenssl', u'protobuf', u'grpc', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libupnp', u'libusb', u'iptables', u'libgpg-error', u'libassuan', u'libcrossguid', u'libgpgme', u'libnl', u'opus', u'libopusenc', u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] Warning: staging file "./usr/lib/libixml.la" is touched by more than one package: [u'libupnp', u'libusb', u'iptables', u'libgpg-error', u'libassuan', u'libcrossguid', u'libgpgme', u'libnl', u'opus', u'libopusenc', u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] Warning: staging file "./usr/lib/libprotoc.la" is touched by more than one package: [u'protobuf', u'grpc', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libupnp', u'libusb', u'iptables', u'libgpg-error', u'libassuan', u'libcrossguid', u'libgpgme', u'libnl', u'opus', u'libopusenc', u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] Warning: staging file "./usr/lib/libphidget21.la" is touched by more than one package: [u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'apr', u'libffi', u'pcre', u'libglib2', u'atk', u'c-ares', u'dawgdic', u'libopenssl', u'protobuf', u'grpc', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libupnp', u'libusb', u'iptables', u'libgpg-error', u'libassuan', u'libcrossguid', u'libgpgme', u'libnl', u'opus', u'libopusenc', u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] Warning: staging file "./usr/lib64" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./usr/lib/liborc-0.4.la" is touched by more than one package: [u'orc', u'pciutils'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libupnp', u'libusb', u'iptables', u'libgpg-error', u'libassuan', u'libcrossguid', u'libgpgme', u'libnl', u'opus', u'libopusenc', u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] Warning: staging file "./usr/lib/libgupnp-1.0.la" is touched by more than one package: [u'gupnp', u'gupnp-av', u'libupnp', u'libusb', u'iptables', u'libgpg-error', u'libassuan', u'libcrossguid', u'libgpgme', u'libnl', u'opus', u'libopusenc', u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] 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/libassuan.la" is touched by more than one package: [u'libassuan', u'libcrossguid', u'libgpgme', u'libnl', u'opus', u'libopusenc', u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] Warning: staging file "./usr/lib/libgpgme.la" is touched by more than one package: [u'libgpgme', u'libnl', u'opus', u'libopusenc', u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] Warning: staging file "./usr/lib/libSoundTouch.la" is touched by more than one package: [u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] Warning: staging file "./usr/lib/libcares.la" is touched by more than one package: [u'c-ares', u'dawgdic', u'libopenssl', u'protobuf', u'grpc', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libupnp', u'libusb', u'iptables', u'libgpg-error', u'libassuan', u'libcrossguid', u'libgpgme', u'libnl', u'opus', u'libopusenc', u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] Warning: staging file "./usr/lib/libsoup-2.4.la" is touched by more than one package: [u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libupnp', u'libusb', u'iptables', u'libgpg-error', u'libassuan', u'libcrossguid', u'libgpgme', u'libnl', u'opus', u'libopusenc', u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] Warning: staging file "./usr/lib/libupnp.la" is touched by more than one package: [u'libupnp', u'libusb', u'iptables', u'libgpg-error', u'libassuan', u'libcrossguid', u'libgpgme', u'libnl', u'opus', u'libopusenc', u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] Warning: staging file "./usr/lib/libip4tc.la" is touched by more than one package: [u'iptables', u'libgpg-error', u'libassuan', u'libcrossguid', u'libgpgme', u'libnl', u'opus', u'libopusenc', u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] Warning: staging file "./usr/lib/libnl-genl-3.la" is touched by more than one package: [u'libnl', u'opus', u'libopusenc', u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] Warning: staging file "./usr/lib/libapr-1.la" is touched by more than one package: [u'apr', u'libffi', u'pcre', u'libglib2', u'atk', u'c-ares', u'dawgdic', u'libopenssl', u'protobuf', u'grpc', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libupnp', u'libusb', u'iptables', u'libgpg-error', u'libassuan', u'libcrossguid', u'libgpgme', u'libnl', u'opus', u'libopusenc', u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] Warning: staging file "./usr/lib/libnl-3.la" is touched by more than one package: [u'libnl', u'opus', u'libopusenc', u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] Warning: staging file "./usr/lib/libgpgmepp.la" is touched by more than one package: [u'libgpgme', u'libnl', u'opus', u'libopusenc', u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'apr', u'libffi', u'pcre', u'libglib2', u'atk', u'c-ares', u'dawgdic', u'libopenssl', u'protobuf', u'grpc', u'libxml2', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libupnp', u'libusb', u'iptables', u'libgpg-error', u'libassuan', u'libcrossguid', u'libgpgme', u'libnl', u'opus', u'libopusenc', u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] Warning: staging file "./usr/lib/libxtables.la" is touched by more than one package: [u'iptables', u'libgpg-error', u'libassuan', u'libcrossguid', u'libgpgme', u'libnl', u'opus', u'libopusenc', u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] Warning: staging file "./usr/lib/libnl-xfrm-3.la" is touched by more than one package: [u'libnl', u'opus', u'libopusenc', u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] Warning: staging file "./usr/lib/libnl-idiag-3.la" is touched by more than one package: [u'libnl', u'opus', u'libopusenc', u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] Warning: staging file "./usr/lib/libgssdp-1.0.la" is touched by more than one package: [u'gssdp', u'gupnp', u'gupnp-av', u'libupnp', u'libusb', u'iptables', u'libgpg-error', u'libassuan', u'libcrossguid', u'libgpgme', u'libnl', u'opus', u'libopusenc', u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] Warning: staging file "./usr/lib/libip6tc.la" is touched by more than one package: [u'iptables', u'libgpg-error', u'libassuan', u'libcrossguid', u'libgpgme', u'libnl', u'opus', u'libopusenc', u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] Warning: staging file "./usr/lib/libsqlite3.la" is touched by more than one package: [u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libupnp', u'libusb', u'iptables', u'libgpg-error', u'libassuan', u'libcrossguid', u'libgpgme', u'libnl', u'opus', u'libopusenc', u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] Warning: staging file "./usr/lib/libnl-nf-3.la" is touched by more than one package: [u'libnl', u'opus', u'libopusenc', u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] Warning: staging file "./usr/lib/libgpg-error.la" is touched by more than one package: [u'libgpg-error', u'libassuan', u'libcrossguid', u'libgpgme', u'libnl', u'opus', u'libopusenc', u'libphidget', u'libraw1394', u'libsoundtouch', u'libsrtp', u'libuecc', u'orc', u'pciutils'] ./support/scripts/check-uniq-files -t host /home/buildroot/autobuild/run/instance-1/output/build/packages-file-list-host.txt Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libprotobuf.la" is touched by more than one package: [u'host-libxml-parser-perl', u'host-bison', u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libprotoc.la" is touched by more than one package: [u'host-libxml-parser-perl', u'host-bison', u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libgupnp-1.0.la" is touched by more than one package: [u'host-bison', u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libiptc.la" is touched by more than one package: [u'host-bison', u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libxml2.la" is touched by more than one package: [u'host-bison', u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libraw1394.la" is touched by more than one package: [u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libpcreposix.la" is touched by more than one package: [u'host-gauche', u'host-libxml-parser-perl', u'host-bison', u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libgpgmepp.la" is touched by more than one package: [u'host-bison', u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libSoundTouch.la" is touched by more than one package: [u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libopusenc.la" is touched by more than one package: [u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libapr-1.la" is touched by more than one package: [u'host-expat', u'host-gauche', u'host-libxml-parser-perl', u'host-bison', u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libgpgme.la" is touched by more than one package: [u'host-bison', u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libupnp.la" is touched by more than one package: [u'host-bison', u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libip4tc.la" is touched by more than one package: [u'host-bison', u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libprotobuf-lite.la" is touched by more than one package: [u'host-libxml-parser-perl', u'host-bison', u'host-opkg-utils', u'host-patchelf'] Warning: host file "./bin/2to3" is touched by more than one package: [u'host-python', u'host-python3'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libnl-nf-3.la" is touched by more than one package: [u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'host-gauche', u'host-libxml-parser-perl', u'host-bison', u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libgpg-error.la" is touched by more than one package: [u'host-bison', u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libphidget21.la" is touched by more than one package: [u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libsoup-2.4.la" is touched by more than one package: [u'host-bison', u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libgio-2.0.la" is touched by more than one package: [u'host-gauche', u'host-libxml-parser-perl', u'host-bison', u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libgobject-2.0.la" is touched by more than one package: [u'host-gauche', u'host-libxml-parser-perl', u'host-bison', u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libnl-xfrm-3.la" is touched by more than one package: [u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libnl-idiag-3.la" is touched by more than one package: [u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libnl-route-3.la" is touched by more than one package: [u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libopus.la" is touched by more than one package: [u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libip6tc.la" is touched by more than one package: [u'host-bison', u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libgssdp-1.0.la" is touched by more than one package: [u'host-bison', u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libuuid.la" is touched by more than one package: [u'host-expat', u'host-gauche', u'host-libxml-parser-perl', u'host-bison', u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libthreadutil.la" is touched by more than one package: [u'host-bison', u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libnl-genl-3.la" is touched by more than one package: [u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libpcre.la" is touched by more than one package: [u'host-gauche', u'host-libxml-parser-perl', u'host-bison', u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libgupnp-av-1.0.la" is touched by more than one package: [u'host-bison', u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libcares.la" is touched by more than one package: [u'host-gauche', u'host-libxml-parser-perl', u'host-bison', u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libusb-1.0.la" is touched by more than one package: [u'host-bison', u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libassuan.la" is touched by more than one package: [u'host-bison', u'host-opkg-utils', u'host-patchelf'] Warning: host file "./share/info/dir" is touched by more than one package: [u'host-lzip', u'host-m4', u'host-libtool', u'host-autoconf', u'host-automake', u'host-gettext', u'host-bison'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libxtables.la" is touched by more than one package: [u'host-bison', u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libmount.la" is touched by more than one package: [u'host-expat', u'host-gauche', u'host-libxml-parser-perl', u'host-bison', u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libblkid.la" is touched by more than one package: [u'host-expat', u'host-gauche', u'host-libxml-parser-perl', u'host-bison', u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libsqlite3.la" is touched by more than one package: [u'host-bison', u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libnl-3.la" is touched by more than one package: [u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libffi.la" is touched by more than one package: [u'host-gauche', u'host-libxml-parser-perl', u'host-bison', u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libglib-2.0.la" is touched by more than one package: [u'host-gauche', u'host-libxml-parser-perl', u'host-bison', u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libpcrecpp.la" is touched by more than one package: [u'host-gauche', u'host-libxml-parser-perl', u'host-bison', u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libgthread-2.0.la" is touched by more than one package: [u'host-gauche', u'host-libxml-parser-perl', u'host-bison', u'host-opkg-utils', u'host-patchelf'] Warning: host file "./mips64el-buildroot-linux-gnu/sysroot/usr/lib/libixml.la" is touched by more than one package: [u'host-bison', u'host-opkg-utils', u'host-patchelf'] rm -f /home/buildroot/autobuild/run/instance-1/output/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/autobuild/run/instance-1/output/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/autobuild/run/instance-1/output/host/bin/glib-compile-schemas /home/buildroot/autobuild/run/instance-1/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/autobuild/run/instance-1/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/buildroot/autobuild/run/instance-1/output/host/etc/meson sed -e "s%@TARGET_CROSS@%/home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-%g" -e "s%@TARGET_ARCH@%mips64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%"little"%g" -e "s%@TARGET_CFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 `%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 `%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/run/instance-1/output/host%g" package/meson//cross-compilation.conf.in > /home/buildroot/autobuild/run/instance-1/output/host/etc/meson/cross-compilation.conf mkdir -p /home/buildroot/autobuild/run/instance-1/output/target/etc echo "buildroot" > /home/buildroot/autobuild/run/instance-1/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/run/instance-1/output/target/etc/hosts mkdir -p /home/buildroot/autobuild/run/instance-1/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/run/instance-1/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/run/instance-1/output/target/etc/shadow rm -f /home/buildroot/autobuild/run/instance-1/output/target/bin/sh rm -f /home/buildroot/autobuild/run/instance-1/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/autobuild/run/instance-1/output/build/locales.nopurge; done for dir in /home/buildroot/autobuild/run/instance-1/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/run/instance-1/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/run/instance-1/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/run/instance-1/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/run/instance-1/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/include /home/buildroot/autobuild/run/instance-1/output/target/usr/share/aclocal \ /home/buildroot/autobuild/run/instance-1/output/target/usr/lib/pkgconfig /home/buildroot/autobuild/run/instance-1/output/target/usr/share/pkgconfig \ /home/buildroot/autobuild/run/instance-1/output/target/usr/lib/cmake /home/buildroot/autobuild/run/instance-1/output/target/usr/share/cmake find /home/buildroot/autobuild/run/instance-1/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/run/instance-1/output/target/lib/ /home/buildroot/autobuild/run/instance-1/output/target/usr/lib/ /home/buildroot/autobuild/run/instance-1/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: '/home/buildroot/autobuild/run/instance-1/output/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/share/gdb rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/share/zsh rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/man /home/buildroot/autobuild/run/instance-1/output/target/usr/share/man rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/info /home/buildroot/autobuild/run/instance-1/output/target/usr/share/info rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/doc /home/buildroot/autobuild/run/instance-1/output/target/usr/share/doc rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/run/instance-1/output/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/run/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/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/run/instance-1/output/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/autobuild/run/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/buildroot/autobuild/run/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/buildroot/autobuild/run/instance-1/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.02-rc3"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.02-rc3"; \ echo "PRETTY_NAME=\"Buildroot 2019.02-rc3\"" \ ) > /home/buildroot/autobuild/run/instance-1/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/run/instance-1/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/autobuild/run/instance-1/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/run/instance-1/output/target/usr make: Leaving directory '/home/buildroot/autobuild/run/instance-1/buildroot' make: Entering directory '/home/buildroot/autobuild/run/instance-1/buildroot' >>> Buildroot 2019.02-rc3 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> apr 1.6.3 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) ERROR: No hash found for libltdl/COPYING.LIB >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> util-linux 2.33 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.5.3 Collecting legal info ERROR: No hash found for COPYING >>> ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> atk 2.30.0 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> host-meson 0.49.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja v1.8.2 Collecting legal info ERROR: No hash found for COPYING >>> host-python 2.7.15 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> 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-python3 3.7.2 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> host-libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-python3-setuptools 40.6.3 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> libglib2 2.56.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.56.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.9 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> host-util-linux 2.33 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> c-ares 1.15.0 Collecting legal info LICENSE.md: OK (sha256: db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4c) >>> corkscrew a94f745b40077172b8fe7d77e2d583b9cf900281 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> dawgdic 16ac537ba9883ff01b63b6d1fdc3072150c68fee Collecting legal info ERROR: No hash found for COPYING >>> gauche 0.9.5 Collecting legal info ERROR: No hash found for COPYING >>> host-gauche 0.9.5 Collecting legal info ERROR: No hash found for COPYING >>> gnupg 1.4.23 Collecting legal info ERROR: No hash found for COPYING >>> grpc v1.16.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> host-grpc v1.16.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-c-ares 1.15.0 Collecting legal info LICENSE.md: OK (sha256: db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1a Collecting legal info LICENSE: OK (sha256: 350c7817af2ef980d3f3922bc5e0bb6a9d9f6cc21e784a699bcd2a31c74a84b1) >>> host-protobuf 3.6.0 Collecting legal info LICENSE: OK (sha256: 6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d) >>> openssl Collecting legal info >>> libopenssl 1.1.1a Collecting legal info LICENSE: OK (sha256: 350c7817af2ef980d3f3922bc5e0bb6a9d9f6cc21e784a699bcd2a31c74a84b1) >>> protobuf 3.6.0 Collecting legal info LICENSE: OK (sha256: 6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d) >>> gssdp 1.0.2 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libsoup 2.62.3 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> 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 >>> libxml2 2.9.9 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> sqlite 3250300 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> gupnp-av 0.12.10 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> gupnp 1.0.3 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> igd2-for-linux v1.2 Collecting legal info linuxigd2/doc/LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> libupnp 1.6.25 Collecting legal info LICENSE: OK (sha256: 0375955c8a79d6e8fa0792d45d00fc4e7710d7ac95bcbd27f9225a83f5c946fd) >>> imx-usb-loader 4aa9809099dcece9a9225776321f3b4b5b896d78 Collecting legal info ERROR: No hash found for COPYING >>> libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> iptables 1.8.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libassuan 2.5.2 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.33 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libcrossguid 8f399e8bd4252be9952f3dfa8199924cc8487ca4 Collecting legal info ERROR: No hash found for LICENSE >>> libgpgme 1.12.0 Collecting legal info COPYING.LESSER: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libnl 3.4.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libphidget 2.1.8.20170607 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libraw1394 2.1.2 Collecting legal info COPYING.LIB: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libsoundtouch 010a91a59071c7fefd316fca62c0d980ec85b4b1 Collecting legal info ERROR: No hash found for COPYING.TXT >>> libsrtp v2.2.0 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> libuecc 7 Collecting legal info ERROR: No hash found for COPYRIGHT >>> links 2.14 Collecting legal info ERROR: No hash found for COPYING >>> odhcploc 20111021 Collecting legal info ERROR: No hash found for COPYING >>> host-opkg-utils 0.3.4 Collecting legal info ERROR: No hash found for COPYING >>> orc 0.4.27 Collecting legal info ERROR: No hash found for COPYING >>> host-orc 0.4.27 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pciutils 3.5.5 Collecting legal info ERROR: No hash found for COPYING >>> phidgetwebservice 2.1.8.20170607 Collecting legal info COPYING: OK (sha256: ea8af5e789cb2d4e9b10bce3874982ade163b749b6bfbdb32e2df21c4d106de1) >>> pigz v2.4 Collecting legal info README: OK (sha256: dc8f78258cdb4478b5922f4c00eb63d3cbac06c171dc829648fd414bb0cf4493) >>> powertop 2.9 Collecting legal info ERROR: No hash found for COPYING >>> triggerhappy b822888066129350e51ad79f1cf307fa38dae4f7 Collecting legal info ERROR: No hash found for COPYING 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/buildroot/autobuild/run/instance-1/output/legal-info make: Leaving directory '/home/buildroot/autobuild/run/instance-1/buildroot'