checking dependency style of /home/buildroot/autobuild/run/instance-3/output/host/bin/xtensa-linux-gcc... (cached) none checking for FORTIFY_SOURCE support... checking whether /home/buildroot/autobuild/run/instance-3/output/host/bin/xtensa-linux-g++ supports C++11 features by default... yes checking if compiler needs -Werror to reject unknown flags... no checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking ncurses.h usability... yes checking ncurses.h presence... yes checking for ncurses.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/statfs.h usability... yes checking sys/statfs.h presence... yes checking for sys/statfs.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking for unistd.h... (cached) yes checking for stdbool.h that conforms to C99... no checking for _Bool... no checking for inline... inline checking for int64_t... yes checking for pid_t... yes checking for size_t... yes checking for ssize_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... (cached) yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for getpagesize... yes checking for working mmap... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... (cached) yes checking for working strtod... no checking for pow... yes checking for fdatasync... yes checking for getpagesize... (cached) yes checking for gettimeofday... yes checking for memmove... yes checking for memset... yes checking for mkdir... yes checking for munmap... yes checking for pow... (cached) yes checking for realpath... yes checking for regcomp... yes checking for select... yes checking for setlocale... yes checking for socket... yes checking for sqrt... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes 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/buildroot/autobuild/run/instance-3/output/host/bin:/home/buildroot/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-3/output/build/powertop-2.9/ /usr/bin/make all-recursive Making all in traceevent CC event-parse.lo CC parse-filter.lo CC parse-utils.lo CC trace-seq.lo CCLD libtraceevnet.la Making all in src /usr/bin/make all-am CXX powertop-devlist.o CXX powertop-display.o CXX powertop-lib.o CXX powertop-main.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 calibrate/powertop-calibrate.o CXX cpu/powertop-abstract_cpu.o CXX cpu/powertop-cpu.o CXX cpu/powertop-cpu_core.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-cpu_linux.o CXX cpu/powertop-cpu_package.o CXX cpu/powertop-cpu_rapl_device.o CXX cpu/powertop-cpudevice.o 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 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-ahci.o 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 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-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(); ^~~~~~~ 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 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()); ^ CXX process/powertop-do_process.o 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-interrupt.o CXX process/powertop-powerconsumer.o CXX process/powertop-process.o CXX process/powertop-processdevice.o CXX process/powertop-timer.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(); ^~~~~~~ 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 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(); ^~~~~~~ CXX tuning/powertop-tuningi2c.o CXX tuning/powertop-wifi.o CXXLD powertop Making all in po make[4]: Nothing to be done for `all'. Making all in doc make[4]: Nothing to be done for `all'. >>> powertop 2.9 Installing to target PATH="/home/buildroot/autobuild/run/instance-3/output/host/bin:/home/buildroot/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/run/instance-3/output/target install -C /home/buildroot/autobuild/run/instance-3/output/build/powertop-2.9/ Making install in traceevent make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. Making install in src /usr/bin/make install-am /bin/mkdir -p '/home/buildroot/autobuild/run/instance-3/output/target/usr/sbin' make[5]: Nothing to be done for `install-data-am'. /bin/sh ../libtool --mode=install /usr/bin/install -c powertop '/home/buildroot/autobuild/run/instance-3/output/target/usr/sbin' libtool: install: /usr/bin/install -c powertop /home/buildroot/autobuild/run/instance-3/output/target/usr/sbin/powertop Making install in po if test "powertop" = "gettext-tools"; then \ /bin/mkdir -p /home/buildroot/autobuild/run/instance-3/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-3/output/target/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /home/buildroot/autobuild/run/instance-3/output/target/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi Making install in doc make[4]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/run/instance-3/output/target/usr/share/man/man8' /usr/bin/install -c -m 644 powertop.8 '/home/buildroot/autobuild/run/instance-3/output/target/usr/share/man/man8' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. >>> 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-3/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/buildroot/autobuild/run/instance-3/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libconfuse.la" is touched by more than one package: [u'libconfuse', u'libsodium', u'libnl', u'lz4', u'ncurses', u'pciutils'] Warning: staging file "./usr/lib/libnl-route-3.la" is touched by more than one package: [u'libnl', u'lz4', u'ncurses', u'pciutils'] Warning: staging file "./usr/lib/libnl-genl-3.la" is touched by more than one package: [u'libnl', u'lz4', u'ncurses', u'pciutils'] Warning: staging file "./usr/lib/libnl-3.la" is touched by more than one package: [u'libnl', u'lz4', u'ncurses', u'pciutils'] Warning: staging file "./usr/lib/libnl-xfrm-3.la" is touched by more than one package: [u'libnl', u'lz4', u'ncurses', u'pciutils'] Warning: staging file "./usr/lib/libnl-idiag-3.la" is touched by more than one package: [u'libnl', u'lz4', u'ncurses', u'pciutils'] Warning: staging file "./usr/lib/libsodium.la" is touched by more than one package: [u'libsodium', u'libnl', u'lz4', u'ncurses', u'pciutils'] Warning: staging file "./usr/lib/libnl-nf-3.la" is touched by more than one package: [u'libnl', u'lz4', u'ncurses', u'pciutils'] Warning: staging file "./usr/lib/libarchive.la" is touched by more than one package: [u'libarchive', u'libconfuse', u'libsodium', u'libnl', u'lz4', u'ncurses', u'pciutils'] ./support/scripts/check-uniq-files -t host /home/buildroot/autobuild/run/instance-3/output/build/packages-file-list-host.txt mkdir -p /home/buildroot/autobuild/run/instance-3/output/target/etc echo "buildroot" > /home/buildroot/autobuild/run/instance-3/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-3/output/target/etc/hosts mkdir -p /home/buildroot/autobuild/run/instance-3/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/run/instance-3/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/run/instance-3/output/target/etc/shadow rm -f /home/buildroot/autobuild/run/instance-3/output/target/bin/sh rm -f /home/buildroot/autobuild/run/instance-3/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/autobuild/run/instance-3/output/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/run/instance-3/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/run/instance-3/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/run/instance-3/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/run/instance-3/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/include /home/buildroot/autobuild/run/instance-3/output/target/usr/share/aclocal \ /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/pkgconfig /home/buildroot/autobuild/run/instance-3/output/target/usr/share/pkgconfig \ /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/cmake /home/buildroot/autobuild/run/instance-3/output/target/usr/share/cmake find /home/buildroot/autobuild/run/instance-3/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/run/instance-3/output/target/lib/ /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/ /home/buildroot/autobuild/run/instance-3/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: `/home/buildroot/autobuild/run/instance-3/output/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/share/gdb rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/share/zsh rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/man /home/buildroot/autobuild/run/instance-3/output/target/usr/share/man rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/info /home/buildroot/autobuild/run/instance-3/output/target/usr/share/info rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/doc /home/buildroot/autobuild/run/instance-3/output/target/usr/share/doc rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/run/instance-3/output/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/run/instance-3/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-3/output/host/bin/xtensa-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/run/instance-3/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/buildroot/autobuild/run/instance-3/output/host/bin/xtensa-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/buildroot/autobuild/run/instance-3/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/buildroot/autobuild/run/instance-3/output/host/bin/xtensa-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/buildroot/autobuild/run/instance-3/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-3/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-3/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.02-00159-gc3e1d98"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.02"; \ echo "PRETTY_NAME=\"Buildroot 2018.02\"" \ ) > /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/run/instance-3/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/autobuild/run/instance-3/buildroot/support/scripts/fix-rpath target make: Leaving directory `/home/buildroot/autobuild/run/instance-3/buildroot' make: Entering directory `/home/buildroot/autobuild/run/instance-3/buildroot' >>> Buildroot 2018.02-00159-gc3e1d98 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> host-lzip 1.19 Collecting legal info ERROR: No hash found for COPYING >>> toolchain-external 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 >>> atftp 0.7.1 Collecting legal info ERROR: No hash found for LICENSE >>> empty 0.6.20b Collecting legal info ERROR: No hash found for COPYRIGHT >>> fwup v0.15.4 Collecting legal info ERROR: No hash found for LICENSE >>> 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) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> libarchive 3.3.2 Collecting legal info ERROR: No hash found for COPYING >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libconfuse 3.2 Collecting legal info ERROR: No hash found for LICENSE >>> libsodium 1.0.16 Collecting legal info LICENSE: OK (sha256: 6faf327c97dca6da69acefc6d3969d7bffb70a24f0707874870fdcfd6b0acf58) >>> haserl 0.9.35 Collecting legal info ERROR: No hash found for COPYING >>> 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) >>> 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.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> lz4 v1.7.5 Collecting legal info ERROR: No hash found for lib/LICENSE ERROR: No hash found for programs/COPYING >>> ncurses 6.0 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.0 Collecting legal info ERROR: No hash found for README >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pciutils 3.5.5 Collecting legal info ERROR: No hash found for COPYING >>> 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/buildroot/autobuild/run/instance-3/output/legal-info make: Leaving directory `/home/buildroot/autobuild/run/instance-3/buildroot'