checking for strerror... yes checking for strncasecmp... yes checking for strstr... yes checking for strtoul... yes checking for strtoull... yes checking for library containing clock_gettime... none required checking pkg-config is at least version 0.9.0... yes checking for NCURSES... no checking for library containing delwin... (cached) -lncurses checking for PCIUTILS... yes checking for LIBNL... yes checking for library containing inet_aton... none required checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating Doxyfile config.status: creating src/Makefile config.status: creating traceevent/Makefile config.status: creating po/Makefile.in config.status: creating doc/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6 >>> powertop 2.9 Building PATH="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin:/home/dawncrow/buildroot-test/scripts/instance-0/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" /usr/bin/make -j6 -C /home/dawncrow/buildroot-test/scripts/instance-0/output/build/powertop-2.9/ make[1]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/powertop-2.9' /usr/bin/make all-recursive make[2]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/powertop-2.9' Making all in traceevent make[3]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/powertop-2.9/traceevent' CC event-parse.lo CC parse-filter.lo CC parse-utils.lo CC trace-seq.lo CCLD libtraceevnet.la make[3]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/powertop-2.9/traceevent' Making all in src make[3]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/powertop-2.9/src' /usr/bin/make all-am make[4]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/powertop-2.9/src' CXX powertop-devlist.o CXX powertop-display.o CXX powertop-lib.o CXX powertop-main.o CXX calibrate/powertop-calibrate.o CXX cpu/powertop-abstract_cpu.o In file included from display.cpp:25:0: display.h: In member function 'virtual void tab_window::cursor_down()': display.h:65:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (cursor_pos < cursor_max ) cursor_pos++; repaint(); ^~ display.h:65:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (cursor_pos < cursor_max ) cursor_pos++; repaint(); ^~~~~~~ display.h: In member function 'virtual void tab_window::cursor_up()': display.h:68:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (cursor_pos > 0) cursor_pos--; repaint(); ^~ display.h:68:37: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (cursor_pos > 0) cursor_pos--; repaint(); ^~~~~~~ In file included from main.cpp:62:0: display.h: In member function 'virtual void tab_window::cursor_down()': display.h:65:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (cursor_pos < cursor_max ) cursor_pos++; repaint(); ^~ display.h:65:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (cursor_pos < cursor_max ) cursor_pos++; repaint(); ^~~~~~~ display.h: In member function 'virtual void tab_window::cursor_up()': display.h:68:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (cursor_pos > 0) cursor_pos--; repaint(); ^~ display.h:68:37: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (cursor_pos > 0) cursor_pos--; repaint(); ^~~~~~~ CXX cpu/powertop-cpu.o CXX cpu/powertop-cpu_core.o CXX cpu/powertop-cpu_linux.o CXX cpu/powertop-cpu_package.o CXX cpu/powertop-cpu_rapl_device.o CXX cpu/powertop-cpudevice.o In file included from cpu/cpu.cpp:41:0: cpu/../display.h: In member function 'virtual void tab_window::cursor_down()': cpu/../display.h:65:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (cursor_pos < cursor_max ) cursor_pos++; repaint(); ^~ cpu/../display.h:65:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (cursor_pos < cursor_max ) cursor_pos++; repaint(); ^~~~~~~ cpu/../display.h: In member function 'virtual void tab_window::cursor_up()': cpu/../display.h:68:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (cursor_pos > 0) cursor_pos--; repaint(); ^~ cpu/../display.h:68:37: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (cursor_pos > 0) cursor_pos--; repaint(); ^~~~~~~ CXX cpu/powertop-dram_rapl_device.o CXX cpu/powertop-intel_cpus.o CXX cpu/powertop-intel_gpu.o CXX cpu/rapl/powertop-rapl_interface.o CXX devices/powertop-ahci.o In file included from cpu/intel_cpus.cpp:42:0: cpu/../display.h: In member function 'virtual void tab_window::cursor_down()': cpu/../display.h:65:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (cursor_pos < cursor_max ) cursor_pos++; repaint(); ^~ cpu/../display.h:65:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (cursor_pos < cursor_max ) cursor_pos++; repaint(); ^~~~~~~ cpu/../display.h: In member function 'virtual void tab_window::cursor_up()': cpu/../display.h:68:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (cursor_pos > 0) cursor_pos--; repaint(); ^~ cpu/../display.h:68:37: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (cursor_pos > 0) cursor_pos--; repaint(); ^~~~~~~ In file included from cpu/intel_gpu.cpp:41:0: cpu/../display.h: In member function 'virtual void tab_window::cursor_down()': cpu/../display.h:65:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (cursor_pos < cursor_max ) cursor_pos++; repaint(); ^~ cpu/../display.h:65:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (cursor_pos < cursor_max ) cursor_pos++; repaint(); ^~~~~~~ cpu/../display.h: In member function 'virtual void tab_window::cursor_up()': cpu/../display.h:68:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (cursor_pos > 0) cursor_pos--; repaint(); ^~ cpu/../display.h:68:37: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (cursor_pos > 0) cursor_pos--; repaint(); ^~~~~~~ CXX devices/powertop-alsa.o CXX devices/powertop-backlight.o CXX devices/powertop-devfreq.o CXX devices/powertop-device.o CXX devices/powertop-gpu_rapl_device.o CXX devices/powertop-i915-gpu.o In file included from devices/device.cpp:48:0: devices/../display.h: In member function 'virtual void tab_window::cursor_down()': devices/../display.h:65:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (cursor_pos < cursor_max ) cursor_pos++; repaint(); ^~ devices/../display.h:65:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (cursor_pos < cursor_max ) cursor_pos++; repaint(); ^~~~~~~ devices/../display.h: In member function 'virtual void tab_window::cursor_up()': devices/../display.h:68:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (cursor_pos > 0) cursor_pos--; repaint(); ^~ devices/../display.h:68:37: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (cursor_pos > 0) cursor_pos--; repaint(); ^~~~~~~ In file included from devices/devfreq.cpp:36:0: devices/../display.h: In member function 'virtual void tab_window::cursor_down()': devices/../display.h:65:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (cursor_pos < cursor_max ) cursor_pos++; repaint(); ^~ devices/../display.h:65:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (cursor_pos < cursor_max ) cursor_pos++; repaint(); ^~~~~~~ devices/../display.h: In member function 'virtual void tab_window::cursor_up()': devices/../display.h:68:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (cursor_pos > 0) cursor_pos--; repaint(); ^~ devices/../display.h:68:37: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (cursor_pos > 0) cursor_pos--; repaint(); ^~~~~~~ CXX devices/powertop-network.o CXX devices/powertop-rfkill.o CXX devices/powertop-runtime_pm.o CXX devices/powertop-thinkpad-fan.o CXX devices/powertop-thinkpad-light.o CXX devices/powertop-usb.o CXX measurement/powertop-acpi.o CXX measurement/powertop-extech.o CXX measurement/powertop-measurement.o CXX measurement/powertop-sysfs.o CXX measurement/powertop-opal-sensors.o CXX parameters/powertop-learn.o CXX parameters/powertop-parameters.o CXX parameters/powertop-persistent.o CXX perf/powertop-perf.o CXX perf/powertop-perf_bundle.o CXX process/powertop-do_process.o CXX process/powertop-interrupt.o parameters/parameters.cpp: In function 'int global_power_valid()': parameters/parameters.cpp:444:64: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'std::vector::size_type {aka unsigned int}' [-Wformat=] (3 * all_parameters.parameters.size()) - past_results.size()); ^ In file included from perf/perf.cpp:45:0: perf/../display.h: In member function 'virtual void tab_window::cursor_down()': perf/../display.h:65:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (cursor_pos < cursor_max ) cursor_pos++; repaint(); ^~ perf/../display.h:65:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (cursor_pos < cursor_max ) cursor_pos++; repaint(); ^~~~~~~ perf/../display.h: In member function 'virtual void tab_window::cursor_up()': perf/../display.h:68:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (cursor_pos > 0) cursor_pos--; repaint(); ^~ perf/../display.h:68:37: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (cursor_pos > 0) cursor_pos--; repaint(); ^~~~~~~ CXX process/powertop-powerconsumer.o CXX process/powertop-process.o CXX process/powertop-processdevice.o In file included from process/do_process.cpp:47:0: process/../display.h: In member function 'virtual void tab_window::cursor_down()': process/../display.h:65:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (cursor_pos < cursor_max ) cursor_pos++; repaint(); ^~ process/../display.h:65:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (cursor_pos < cursor_max ) cursor_pos++; repaint(); ^~~~~~~ process/../display.h: In member function 'virtual void tab_window::cursor_up()': process/../display.h:68:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (cursor_pos > 0) cursor_pos--; repaint(); ^~ process/../display.h:68:37: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (cursor_pos > 0) cursor_pos--; repaint(); ^~~~~~~ In file included from /home/dawncrow/buildroot-test/scripts/instance-0/output/host/opt/ext-toolchain/arm-buildroot-linux-uclibcgnueabi/include/c++/6.4.0/vector:69:0, from parameters/parameters.h:30, from parameters/parameters.cpp:25: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/opt/ext-toolchain/arm-buildroot-linux-uclibcgnueabi/include/c++/6.4.0/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_fill_insert(std::vector<_Tp, _Alloc>::iterator, std::vector<_Tp, _Alloc>::size_type, const value_type&) [with _Tp = double; _Alloc = std::allocator]': /home/dawncrow/buildroot-test/scripts/instance-0/output/host/opt/ext-toolchain/arm-buildroot-linux-uclibcgnueabi/include/c++/6.4.0/bits/vector.tcc:449:5: note: parameter passing for argument of type 'std::vector::iterator {aka __gnu_cxx::__normal_iterator >}' will change in GCC 7.1 vector<_Tp, _Alloc>:: ^~~~~~~~~~~~~~~~~~~ In file included from /home/dawncrow/buildroot-test/scripts/instance-0/output/host/opt/ext-toolchain/arm-buildroot-linux-uclibcgnueabi/include/c++/6.4.0/vector:64:0, from parameters/parameters.h:30, from parameters/parameters.cpp:25: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/opt/ext-toolchain/arm-buildroot-linux-uclibcgnueabi/include/c++/6.4.0/bits/stl_vector.h: In member function 'void std::vector<_Tp, _Alloc>::resize(std::vector<_Tp, _Alloc>::size_type, const value_type&) [with _Tp = double; _Alloc = std::allocator]': /home/dawncrow/buildroot-test/scripts/instance-0/output/host/opt/ext-toolchain/arm-buildroot-linux-uclibcgnueabi/include/c++/6.4.0/bits/stl_vector.h:1055:2: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' will change in GCC 7.1 _M_fill_insert(begin() + __offset, __n, __x); ^~~~~~~~~~~~~~ CXX process/powertop-timer.o CXX process/powertop-work.o CXX report/powertop-report-data-html.o CXX report/powertop-report-formatter-base.o CXX report/powertop-report-formatter-csv.o CXX report/powertop-report-formatter-html.o CXX report/powertop-report-maker.o CXX report/powertop-report.o CXX tuning/powertop-bluetooth.o CXX tuning/powertop-ethernet.o CC tuning/powertop-iw.o CXX tuning/powertop-runtime.o CXX tuning/powertop-tunable.o CXX tuning/powertop-tuning.o CXX tuning/powertop-tuningsysfs.o CXX tuning/powertop-tuningusb.o CXX tuning/powertop-tuningi2c.o CXX tuning/powertop-wifi.o In file included from tuning/tuning.cpp:41:0: tuning/../display.h: In member function 'virtual void tab_window::cursor_down()': tuning/../display.h:65:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (cursor_pos < cursor_max ) cursor_pos++; repaint(); ^~ tuning/../display.h:65:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (cursor_pos < cursor_max ) cursor_pos++; repaint(); ^~~~~~~ tuning/../display.h: In member function 'virtual void tab_window::cursor_up()': tuning/../display.h:68:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (cursor_pos > 0) cursor_pos--; repaint(); ^~ tuning/../display.h:68:37: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (cursor_pos > 0) cursor_pos--; repaint(); ^~~~~~~ CXXLD powertop make[4]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/powertop-2.9/src' make[3]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/powertop-2.9/src' Making all in po make[3]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/powertop-2.9/po' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/powertop-2.9/po' Making all in doc make[3]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/powertop-2.9/doc' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/powertop-2.9/doc' make[3]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/powertop-2.9' make[3]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/powertop-2.9' make[2]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/powertop-2.9' make[1]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/powertop-2.9' >>> powertop 2.9 Installing to target PATH="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin:/home/dawncrow/buildroot-test/scripts/instance-0/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" /usr/bin/make -j6 DESTDIR=/home/dawncrow/buildroot-test/scripts/instance-0/output/target install -C /home/dawncrow/buildroot-test/scripts/instance-0/output/build/powertop-2.9/ make[1]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/powertop-2.9' Making install in traceevent make[2]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/powertop-2.9/traceevent' make[3]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/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/dawncrow/buildroot-test/scripts/instance-0/output/build/powertop-2.9/traceevent' make[2]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/powertop-2.9/traceevent' Making install in src make[2]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/powertop-2.9/src' /usr/bin/make install-am make[3]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/powertop-2.9/src' make[4]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/powertop-2.9/src' make[4]: Nothing to be done for `install-data-am'. /bin/mkdir -p '/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/sbin' /bin/bash ../libtool --mode=install /usr/bin/install -c powertop '/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/sbin' libtool: install: /usr/bin/install -c powertop /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/sbin/powertop make[4]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/powertop-2.9/src' make[3]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/powertop-2.9/src' make[2]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/powertop-2.9/src' Making install in po make[2]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/powertop-2.9/po' if test "powertop" = "gettext-tools"; then \ /bin/mkdir -p /home/dawncrow/buildroot-test/scripts/instance-0/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/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[2]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/powertop-2.9/po' Making install in doc make[2]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/powertop-2.9/doc' make[3]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/powertop-2.9/doc' make[3]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/man/man8' /usr/bin/install -c -m 644 powertop.8 '/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/man/man8' make[3]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/powertop-2.9/doc' make[2]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/powertop-2.9/doc' make[2]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/powertop-2.9' make[3]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/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/dawncrow/buildroot-test/scripts/instance-0/output/build/powertop-2.9' make[2]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/powertop-2.9' make[1]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/powertop-2.9' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/dawncrow/buildroot-test/scripts/instance-0/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/dawncrow/buildroot-test/scripts/instance-0/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libpng', u'freetype', u'xz', u'libxml2', u'libnl', u'jimtcl', u'libsndfile', u'pciutils', u'slang'] Warning: staging file "./usr/lib/libnl-route-3.la" is touched by more than one package: [u'libnl', u'jimtcl', u'libsndfile', u'pciutils', u'slang'] Warning: staging file "./usr/lib/libfreetype.la" is touched by more than one package: [u'freetype', u'xz', u'libxml2', u'libnl', u'jimtcl', u'libsndfile', u'pciutils', u'slang'] Warning: staging file "./usr/lib/libnl-genl-3.la" is touched by more than one package: [u'libnl', u'jimtcl', u'libsndfile', u'pciutils', u'slang'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'libnl', u'jimtcl', u'libsndfile', u'pciutils', u'slang'] Warning: staging file "./usr/lib/libpng16.la" is touched by more than one package: [u'libpng', u'freetype', u'xz', u'libxml2', u'libnl', u'jimtcl', u'libsndfile', u'pciutils', u'slang'] Warning: staging file "./usr/lib/libnl-3.la" is touched by more than one package: [u'libnl', u'jimtcl', u'libsndfile', u'pciutils', u'slang'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'libpng', u'freetype', u'xz', u'libxml2', u'libnl', u'jimtcl', u'libsndfile', u'pciutils', u'slang'] Warning: staging file "./usr/lib/libnl-xfrm-3.la" is touched by more than one package: [u'libnl', u'jimtcl', u'libsndfile', u'pciutils', u'slang'] Warning: staging file "./usr/lib/libnl-idiag-3.la" is touched by more than one package: [u'libnl', u'jimtcl', u'libsndfile', u'pciutils', u'slang'] Warning: staging file "./usr/lib/libpng.la" is touched by more than one package: [u'libpng', u'freetype', u'xz', u'libxml2', u'libnl', u'jimtcl', u'libsndfile', u'pciutils', u'slang'] Warning: staging file "./usr/lib/libsndfile.la" is touched by more than one package: [u'libsndfile', u'pciutils', u'slang'] Warning: staging file "./usr/lib/liblzma.la" is touched by more than one package: [u'xz', u'libxml2', u'libnl', u'jimtcl', u'libsndfile', u'pciutils', u'slang'] Warning: staging file "./usr/lib/libnl-nf-3.la" is touched by more than one package: [u'libnl', u'jimtcl', u'libsndfile', u'pciutils', u'slang'] ./support/scripts/check-uniq-files -t host /home/dawncrow/buildroot-test/scripts/instance-0/output/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: [u'host-lzip', u'host-m4', u'host-bison', u'host-libtool', u'host-autoconf', u'host-automake', u'host-gettext'] mkdir -p /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc echo "buildroot" > /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc/hosts mkdir -p /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc echo "Welcome to Buildroot" > /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc/shadow rm -f /home/dawncrow/buildroot-test/scripts/instance-0/output/target/bin/sh rm -f /home/dawncrow/buildroot-test/scripts/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/dawncrow/buildroot-test/scripts/instance-0/output/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/dawncrow/buildroot-test/scripts/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/include /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/aclocal \ /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/pkgconfig /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/pkgconfig \ /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/cmake /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/cmake find /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/dawncrow/buildroot-test/scripts/instance-0/output/target/lib/ /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/ /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: `/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/libexec/': No such file or directory rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/gdb rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/bash-completion rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/zsh rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/man /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/man rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/info /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/info rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/doc /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/doc rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/gtk-doc rmdir /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share 2>/dev/null || true find /home/dawncrow/buildroot-test/scripts/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/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/dawncrow/buildroot-test/scripts/instance-0/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/dawncrow/buildroot-test/scripts/instance-0/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/dawncrow/buildroot-test/scripts/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/dawncrow/buildroot-test/scripts/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/dawncrow/buildroot-test/scripts/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.02-git-00711-g61a4255"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2019.02-git\"" \ ) > /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc >>> Sanitizing RPATH in target tree /home/dawncrow/buildroot-test/scripts/instance-0/buildroot/support/scripts/fix-rpath target touch /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr make: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/buildroot' make: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/buildroot' >>> Buildroot 2019.02-git-00711-g61a4255 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 >>> abootimg 7e127fee6a3981f6b0a50ce9910267cd501e09d4 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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) >>> dvdauthor 0.7.2 Collecting legal info ERROR: No hash found for COPYING >>> freetype 2.9.1 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.35 Collecting legal info LICENSE: OK (sha256: f9850940c6606003eea9c8864b2a3f177eb5c963614aba5a3c5a24c47dd043ab) >>> libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> xz 5.2.3 Collecting legal info ERROR: No hash found for COPYING.GPLv2 ERROR: No hash found for COPYING.GPLv3 ERROR: No hash found for COPYING.LGPLv2.1 >>> grep 3.1 Collecting legal info COPYING: OK (sha256: ca372a7d92560b1fa9f6d832b440e8bcd62d9adfa8870c98287deab66d98310e) >>> hostapd 2.7 Collecting legal info README: OK (sha256: 76eeecd8fc291a71f29189ea20e6a34387b8048a959cbc6a65c41b98194643a2) >>> 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 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-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> jimtcl 0.75 Collecting legal info ERROR: No hash found for LICENSE >>> libplayer 2.0.1 Collecting legal info ERROR: No hash found for COPYING >>> libsndfile 1.0.28 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 >>> pdmenu 1.3.4 Collecting legal info doc/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> slang 2.3.1a Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> pifmrds 0bf57f9ce0d954365a38d8af8e7be6f28521c3f2 Collecting legal info ERROR: No hash found for LICENSE >>> powertop 2.9 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/dawncrow/buildroot-test/scripts/instance-0/output/legal-info make: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/buildroot'