~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ devices/usb.cpp: In member function 'virtual void usbdevice::end_measurement()': devices/usb.cpp:149:39: warning: '/power/active_duration' directive output may be truncated writing 22 bytes into a region of size between 1 and 4096 [-Wformat-truncation=] snprintf(fullpath, sizeof(fullpath), "%s/power/active_duration", sysfs_path); ^~~~~~~~~~~~~~~~~~~~~~~~~~ devices/usb.cpp:149:10: note: 'snprintf' output between 23 and 4118 bytes into a destination of size 4096 snprintf(fullpath, sizeof(fullpath), "%s/power/active_duration", sysfs_path); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ devices/usb.cpp:156:39: warning: '/power/connected_duration' directive output may be truncated writing 25 bytes into a region of size between 1 and 4096 [-Wformat-truncation=] snprintf(fullpath, sizeof(fullpath), "%s/power/connected_duration", sysfs_path); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ devices/usb.cpp:156:10: note: 'snprintf' output between 26 and 4121 bytes into a destination of size 4096 snprintf(fullpath, sizeof(fullpath), "%s/power/connected_duration", sysfs_path); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ devices/usb.cpp: In function 'void create_all_usb_devices_callback(const char*)': devices/usb.cpp:226:45: warning: '/power/active_duration' directive output may be truncated writing 22 bytes into a region of size between 1 and 4096 [-Wformat-truncation=] snprintf(device_name, sizeof(device_name), "%s/power/active_duration", filename); ^~~~~~~~~~~~~~~~~~~~~~~~~~ devices/usb.cpp:226:10: note: 'snprintf' output between 23 and 4118 bytes into a destination of size 4096 snprintf(device_name, sizeof(device_name), "%s/power/active_duration", filename); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ devices/usb.cpp:230:45: warning: '/idVendor' directive output may be truncated writing 9 bytes into a region of size between 1 and 4096 [-Wformat-truncation=] snprintf(device_name, sizeof(device_name), "%s/idVendor", filename); ^~~~~~~~~~~~~ devices/usb.cpp:230:10: note: 'snprintf' output between 10 and 4105 bytes into a destination of size 4096 snprintf(device_name, sizeof(device_name), "%s/idVendor", filename); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ devices/usb.cpp:235:45: warning: '/idProduct' directive output may be truncated writing 10 bytes into a region of size between 1 and 4096 [-Wformat-truncation=] snprintf(device_name, sizeof(device_name), "%s/idProduct", filename); ^~~~~~~~~~~~~~ devices/usb.cpp:235:10: note: 'snprintf' output between 11 and 4106 bytes into a destination of size 4096 snprintf(device_name, sizeof(device_name), "%s/idProduct", filename); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 CXX process/powertop-powerconsumer.o CXX process/powertop-process.o CXX process/powertop-processdevice.o 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 tuning/runtime.cpp: In constructor 'runtime_tunable::runtime_tunable(const char*, const char*, const char*, const char*)': tuning/runtime.cpp:86:45: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4081 [-Wformat-truncation=] snprintf(toggle_good, sizeof(toggle_good), "echo 'auto' > '%s';", runtime_path); ^~~~~~~~~~~~~~~~~~~~~ tuning/runtime.cpp:86:10: note: 'snprintf' output between 18 and 4113 bytes into a destination of size 4096 snprintf(toggle_good, sizeof(toggle_good), "echo 'auto' > '%s';", runtime_path); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tuning/runtime.cpp:87:43: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4083 [-Wformat-truncation=] snprintf(toggle_bad, sizeof(toggle_bad), "echo 'on' > '%s';", runtime_path); ^~~~~~~~~~~~~~~~~~~ tuning/runtime.cpp:87:10: note: 'snprintf' output between 16 and 4111 bytes into a destination of size 4096 snprintf(toggle_bad, sizeof(toggle_bad), "echo 'on' > '%s';", runtime_path); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tuning/runtime.cpp: In function 'void add_runtime_tunables(const char*)': tuning/runtime.cpp:166:41: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 3822 and 4077 [-Wformat-truncation=] snprintf(filename, sizeof(filename), "/sys/bus/%s/devices/%s/%s/power/control", bus, entry->d_name, port); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~ tuning/runtime.cpp:166:12: note: 'snprintf' output 34 or more bytes (assuming 4384) into a destination of size 4096 snprintf(filename, sizeof(filename), "/sys/bus/%s/devices/%s/%s/power/control", bus, entry->d_name, port); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tuning/runtime.cpp:171:41: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 3822 and 4077 [-Wformat-truncation=] snprintf(filename, sizeof(filename), "/sys/bus/%s/devices/%s/%s", bus, entry->d_name, port); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~ tuning/runtime.cpp:171:12: note: 'snprintf' output 20 or more bytes (assuming 4370) into a destination of size 4096 snprintf(filename, sizeof(filename), "/sys/bus/%s/devices/%s/%s", bus, entry->d_name, port); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tuning/runtime.cpp:192:41: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4085 [-Wformat-truncation=] snprintf(filename, sizeof(filename), "/sys/block/%s/device", port); ^~~~~~~~~~~~~~~~~~~~~~ ~~~~ tuning/runtime.cpp:192:12: note: 'snprintf' output between 19 and 4114 bytes into a destination of size 4096 snprintf(filename, sizeof(filename), "/sys/block/%s/device", port); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CXX tuning/powertop-tuningi2c.o tuning/tuningsysfs.cpp: In constructor 'sysfs_tunable::sysfs_tunable(const char*, const char*, const char*)': tuning/tuningsysfs.cpp:50:45: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4090 [-Wformat-truncation=] snprintf(toggle_good, sizeof(toggle_good), "echo '%s' > '%s';", target_value, sysfs_path); ^~~~~~~~~~~~~~~~~~~ tuning/tuningsysfs.cpp:50:10: note: 'snprintf' output between 14 and 8204 bytes into a destination of size 4096 snprintf(toggle_good, sizeof(toggle_good), "echo '%s' > '%s';", target_value, sysfs_path); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tuning/tuningsysfs.cpp:51:43: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4090 [-Wformat-truncation=] snprintf(toggle_bad, sizeof(toggle_bad), "echo '%s' > '%s';", bad_value, sysfs_path); ^~~~~~~~~~~~~~~~~~~ tuning/tuningsysfs.cpp:51:10: note: 'snprintf' output between 14 and 8204 bytes into a destination of size 4096 snprintf(toggle_bad, sizeof(toggle_bad), "echo '%s' > '%s';", bad_value, sysfs_path); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tuning/tuningusb.cpp: In constructor 'usb_tunable::usb_tunable(const char*, const char*)': tuning/tuningusb.cpp:77:45: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4081 [-Wformat-truncation=] snprintf(toggle_good, sizeof(toggle_good), "echo 'auto' > '%s';", usb_path); ^~~~~~~~~~~~~~~~~~~~~ tuning/tuningusb.cpp:77:10: note: 'snprintf' output between 18 and 4113 bytes into a destination of size 4096 snprintf(toggle_good, sizeof(toggle_good), "echo 'auto' > '%s';", usb_path); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tuning/tuningusb.cpp:78:43: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4083 [-Wformat-truncation=] snprintf(toggle_bad, sizeof(toggle_bad), "echo 'on' > '%s';", usb_path); ^~~~~~~~~~~~~~~~~~~ tuning/tuningusb.cpp:78:10: note: 'snprintf' output between 16 and 4111 bytes into a destination of size 4096 snprintf(toggle_bad, sizeof(toggle_bad), "echo 'on' > '%s';", usb_path); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CXX tuning/powertop-wifi.o CXX wakeup/powertop-wakeup.o tuning/tuningi2c.cpp: In constructor 'i2c_tunable::i2c_tunable(const char*, const char*, bool)': tuning/tuningi2c.cpp:61:45: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4081 [-Wformat-truncation=] snprintf(toggle_good, sizeof(toggle_good), "echo 'auto' > '%s';", i2c_path); ^~~~~~~~~~~~~~~~~~~~~ tuning/tuningi2c.cpp:61:10: note: 'snprintf' output between 18 and 4113 bytes into a destination of size 4096 snprintf(toggle_good, sizeof(toggle_good), "echo 'auto' > '%s';", i2c_path); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tuning/tuningi2c.cpp:62:43: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4083 [-Wformat-truncation=] snprintf(toggle_bad, sizeof(toggle_bad), "echo 'on' > '%s';", i2c_path); ^~~~~~~~~~~~~~~~~~~ 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); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CXX wakeup/powertop-waketab.o CXX wakeup/powertop-wakeup_ethernet.o CXX wakeup/powertop-wakeup_usb.o tuning/wifi.cpp: In constructor 'wifi_tunable::wifi_tunable(const char*)': tuning/wifi.cpp:50:45: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4089 [-Wformat-truncation=] snprintf(toggle_good, sizeof(toggle_good), "iw dev %s set power_save on", iface); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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:51:43: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4089 [-Wformat-truncation=] snprintf(toggle_bad, sizeof(toggle_bad), "iw dev %s set power_save off", iface); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ wakeup/wakeup_usb.cpp: In constructor 'usb_wakeup::usb_wakeup(const char*, const char*)': wakeup/wakeup_usb.cpp:53:49: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4078 [-Wformat-truncation=] snprintf(toggle_enable, sizeof(toggle_enable), "echo 'enabled' > '%s';", usb_path); ^~~~~~~~~~~~~~~~~~~~~~~~ wakeup/wakeup_usb.cpp:53:10: note: 'snprintf' output between 21 and 4116 bytes into a destination of size 4096 snprintf(toggle_enable, sizeof(toggle_enable), "echo 'enabled' > '%s';", usb_path); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ wakeup/wakeup_usb.cpp:54:51: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4077 [-Wformat-truncation=] snprintf(toggle_disable, sizeof(toggle_disable), "echo 'disabled' > '%s';", usb_path); ^~~~~~~~~~~~~~~~~~~~~~~~~ wakeup/wakeup_usb.cpp:54:10: note: 'snprintf' output between 22 and 4117 bytes into a destination of size 4096 snprintf(toggle_disable, sizeof(toggle_disable), "echo 'disabled' > '%s';", usb_path); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ wakeup/wakeup_ethernet.cpp: In constructor 'ethernet_wakeup::ethernet_wakeup(const char*, const char*)': wakeup/wakeup_ethernet.cpp:53:49: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4078 [-Wformat-truncation=] snprintf(toggle_enable, sizeof(toggle_enable), "echo 'enabled' > '%s';", eth_path); ^~~~~~~~~~~~~~~~~~~~~~~~ wakeup/wakeup_ethernet.cpp:53:10: note: 'snprintf' output between 21 and 4116 bytes into a destination of size 4096 snprintf(toggle_enable, sizeof(toggle_enable), "echo 'enabled' > '%s';", eth_path); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ wakeup/wakeup_ethernet.cpp:54:51: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4077 [-Wformat-truncation=] snprintf(toggle_disable, sizeof(toggle_disable), "echo 'disabled' > '%s';", eth_path); ^~~~~~~~~~~~~~~~~~~~~~~~~ wakeup/wakeup_ethernet.cpp:54:10: note: 'snprintf' output between 22 and 4117 bytes into a destination of size 4096 snprintf(toggle_disable, sizeof(toggle_disable), "echo 'disabled' > '%s';", eth_path); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CXXLD powertop make[4]: Leaving directory '/home/naourr/work/instance-1/output-1/build/powertop-2.11/src' make[3]: Leaving directory '/home/naourr/work/instance-1/output-1/build/powertop-2.11/src' Making all in po make[3]: Entering directory '/home/naourr/work/instance-1/output-1/build/powertop-2.11/po' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/naourr/work/instance-1/output-1/build/powertop-2.11/po' Making all in doc make[3]: Entering directory '/home/naourr/work/instance-1/output-1/build/powertop-2.11/doc' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/naourr/work/instance-1/output-1/build/powertop-2.11/doc' Making all in scripts/bash-completion make[3]: Entering directory '/home/naourr/work/instance-1/output-1/build/powertop-2.11/scripts/bash-completion' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/naourr/work/instance-1/output-1/build/powertop-2.11/scripts/bash-completion' make[3]: Entering directory '/home/naourr/work/instance-1/output-1/build/powertop-2.11' make[3]: Leaving directory '/home/naourr/work/instance-1/output-1/build/powertop-2.11' make[2]: Leaving directory '/home/naourr/work/instance-1/output-1/build/powertop-2.11' make[1]: Leaving directory '/home/naourr/work/instance-1/output-1/build/powertop-2.11' >>> powertop 2.11 Installing to target PATH="/home/naourr/work/instance-1/output-1/host/bin:/home/naourr/work/instance-1/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-1/output-1/target install -C /home/naourr/work/instance-1/output-1/build/powertop-2.11/ make[1]: Entering directory '/home/naourr/work/instance-1/output-1/build/powertop-2.11' Making install in traceevent make[2]: Entering directory '/home/naourr/work/instance-1/output-1/build/powertop-2.11/traceevent' make[3]: Entering directory '/home/naourr/work/instance-1/output-1/build/powertop-2.11/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/naourr/work/instance-1/output-1/build/powertop-2.11/traceevent' make[2]: Leaving directory '/home/naourr/work/instance-1/output-1/build/powertop-2.11/traceevent' Making install in src make[2]: Entering directory '/home/naourr/work/instance-1/output-1/build/powertop-2.11/src' /usr/bin/make install-am make[3]: Entering directory '/home/naourr/work/instance-1/output-1/build/powertop-2.11/src' make[4]: Entering directory '/home/naourr/work/instance-1/output-1/build/powertop-2.11/src' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output-1/target/usr/sbin' make[4]: Nothing to be done for 'install-data-am'. /bin/sh ../libtool --mode=install /usr/bin/install -c powertop '/home/naourr/work/instance-1/output-1/target/usr/sbin' libtool: install: /usr/bin/install -c powertop /home/naourr/work/instance-1/output-1/target/usr/sbin/powertop make[4]: Leaving directory '/home/naourr/work/instance-1/output-1/build/powertop-2.11/src' make[3]: Leaving directory '/home/naourr/work/instance-1/output-1/build/powertop-2.11/src' make[2]: Leaving directory '/home/naourr/work/instance-1/output-1/build/powertop-2.11/src' Making install in po make[2]: Entering directory '/home/naourr/work/instance-1/output-1/build/powertop-2.11/po' installing ca.gmo as /home/naourr/work/instance-1/output-1/target/usr/share/locale/ca/LC_MESSAGES/powertop.mo installing cs_CZ.gmo as /home/naourr/work/instance-1/output-1/target/usr/share/locale/cs_CZ/LC_MESSAGES/powertop.mo installing de_DE.gmo as /home/naourr/work/instance-1/output-1/target/usr/share/locale/de_DE/LC_MESSAGES/powertop.mo installing en_GB.gmo as /home/naourr/work/instance-1/output-1/target/usr/share/locale/en_GB/LC_MESSAGES/powertop.mo installing en_US.gmo as /home/naourr/work/instance-1/output-1/target/usr/share/locale/en_US/LC_MESSAGES/powertop.mo installing es_ES.gmo as /home/naourr/work/instance-1/output-1/target/usr/share/locale/es_ES/LC_MESSAGES/powertop.mo installing hu_HU.gmo as /home/naourr/work/instance-1/output-1/target/usr/share/locale/hu_HU/LC_MESSAGES/powertop.mo installing id_ID.gmo as /home/naourr/work/instance-1/output-1/target/usr/share/locale/id_ID/LC_MESSAGES/powertop.mo installing nl_NL.gmo as /home/naourr/work/instance-1/output-1/target/usr/share/locale/nl_NL/LC_MESSAGES/powertop.mo installing zh_TW.gmo as /home/naourr/work/instance-1/output-1/target/usr/share/locale/zh_TW/LC_MESSAGES/powertop.mo if test "powertop" = "gettext-tools"; then \ /usr/bin/mkdir -p /home/naourr/work/instance-1/output-1/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/naourr/work/instance-1/output-1/target/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /home/naourr/work/instance-1/output-1/target/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[2]: Leaving directory '/home/naourr/work/instance-1/output-1/build/powertop-2.11/po' Making install in doc make[2]: Entering directory '/home/naourr/work/instance-1/output-1/build/powertop-2.11/doc' make[3]: Entering directory '/home/naourr/work/instance-1/output-1/build/powertop-2.11/doc' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/naourr/work/instance-1/output-1/target/usr/share/man/man8' /usr/bin/install -c -m 644 powertop.8 '/home/naourr/work/instance-1/output-1/target/usr/share/man/man8' make[3]: Leaving directory '/home/naourr/work/instance-1/output-1/build/powertop-2.11/doc' make[2]: Leaving directory '/home/naourr/work/instance-1/output-1/build/powertop-2.11/doc' Making install in scripts/bash-completion make[2]: Entering directory '/home/naourr/work/instance-1/output-1/build/powertop-2.11/scripts/bash-completion' make[3]: Entering directory '/home/naourr/work/instance-1/output-1/build/powertop-2.11/scripts/bash-completion' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/naourr/work/instance-1/output-1/target/usr/share/bash-completion/completions' /usr/bin/install -c -m 644 powertop '/home/naourr/work/instance-1/output-1/target/usr/share/bash-completion/completions' make[3]: Leaving directory '/home/naourr/work/instance-1/output-1/build/powertop-2.11/scripts/bash-completion' make[2]: Leaving directory '/home/naourr/work/instance-1/output-1/build/powertop-2.11/scripts/bash-completion' make[2]: Entering directory '/home/naourr/work/instance-1/output-1/build/powertop-2.11' make[3]: Entering directory '/home/naourr/work/instance-1/output-1/build/powertop-2.11' 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/naourr/work/instance-1/output-1/build/powertop-2.11' make[2]: Leaving directory '/home/naourr/work/instance-1/output-1/build/powertop-2.11' make[1]: Leaving directory '/home/naourr/work/instance-1/output-1/build/powertop-2.11' read-edid-3.0.2.tar.gz: OK (sha256: c7c6d8440f5b90f98e276829271ccea5b2ff5a3413df8a0f87ec09f834af186f) >>> read-edid 3.0.2 Extracting gzip -d -c /home/naourr/work/instance-1/dl/read-edid/read-edid-3.0.2.tar.gz | /home/naourr/work/instance-1/output-1/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-1/output-1/build/read-edid-3.0.2 -xf - >>> read-edid 3.0.2 Patching Applying 0001-Fix-install-file-list.patch using patch: patching file CMakeLists.txt Applying 0002-Fix-compiler-check.patch using patch: patching file CMakeLists.txt >>> read-edid 3.0.2 Configuring (mkdir -p /home/naourr/work/instance-1/output-1/build/read-edid-3.0.2/ && cd /home/naourr/work/instance-1/output-1/build/read-edid-3.0.2/ && rm -f CMakeCache.txt && PATH="/home/naourr/work/instance-1/output-1/host/bin:/home/naourr/work/instance-1/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/cmake /home/naourr/work/instance-1/output-1/build/read-edid-3.0.2/ -DCMAKE_TOOLCHAIN_FILE="/home/naourr/work/instance-1/output-1/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON -DCLASSICBUILD=OFF ) -- The C compiler identification is GNU 8.4.0 -- Check for working C compiler: /home/naourr/work/instance-1/output-1/host/bin/riscv64-buildroot-linux-musl-gcc -- Check for working C compiler: /home/naourr/work/instance-1/output-1/host/bin/riscv64-buildroot-linux-musl-gcc - works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_SHARED_LIBS BUILD_TEST BUILD_TESTING BUILD_TESTS -- Build files have been written to: /home/naourr/work/instance-1/output-1/build/read-edid-3.0.2 >>> read-edid 3.0.2 Building PATH="/home/naourr/work/instance-1/output-1/host/bin:/home/naourr/work/instance-1/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 -C /home/naourr/work/instance-1/output-1/build/read-edid-3.0.2/ make[1]: Entering directory '/home/naourr/work/instance-1/output-1/build/read-edid-3.0.2' make[2]: Entering directory '/home/naourr/work/instance-1/output-1/build/read-edid-3.0.2' make[3]: Entering directory '/home/naourr/work/instance-1/output-1/build/read-edid-3.0.2' make[3]: Entering directory '/home/naourr/work/instance-1/output-1/build/read-edid-3.0.2' Scanning dependencies of target get-edid make[3]: Leaving directory '/home/naourr/work/instance-1/output-1/build/read-edid-3.0.2' Scanning dependencies of target parse-edid make[3]: Leaving directory '/home/naourr/work/instance-1/output-1/build/read-edid-3.0.2' make[3]: Entering directory '/home/naourr/work/instance-1/output-1/build/read-edid-3.0.2' make[3]: Entering directory '/home/naourr/work/instance-1/output-1/build/read-edid-3.0.2' [ 16%] Building C object get-edid/CMakeFiles/get-edid.dir/get-edid.c.o [ 33%] Building C object get-edid/CMakeFiles/get-edid.dir/i2c.c.o [ 50%] Building C object parse-edid/CMakeFiles/parse-edid.dir/parse-edid.c.o [ 66%] Building C object get-edid/CMakeFiles/get-edid.dir/classic.c.o [ 83%] Linking C executable get-edid make[3]: Leaving directory '/home/naourr/work/instance-1/output-1/build/read-edid-3.0.2' [ 83%] Built target get-edid [100%] Linking C executable parse-edid make[3]: Leaving directory '/home/naourr/work/instance-1/output-1/build/read-edid-3.0.2' [100%] Built target parse-edid make[2]: Leaving directory '/home/naourr/work/instance-1/output-1/build/read-edid-3.0.2' make[1]: Leaving directory '/home/naourr/work/instance-1/output-1/build/read-edid-3.0.2' >>> read-edid 3.0.2 Installing to target PATH="/home/naourr/work/instance-1/output-1/host/bin:/home/naourr/work/instance-1/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-1/output-1/target install/fast -C /home/naourr/work/instance-1/output-1/build/read-edid-3.0.2/ make[1]: Entering directory '/home/naourr/work/instance-1/output-1/build/read-edid-3.0.2' Install the project... -- Install configuration: "Release" -- Installing: /home/naourr/work/instance-1/output-1/target/usr/share/man/man1/get-edid.1 -- Installing: /home/naourr/work/instance-1/output-1/target/usr/share/doc/read-edid/AUTHORS -- Installing: /home/naourr/work/instance-1/output-1/target/usr/share/doc/read-edid/ChangeLog -- Installing: /home/naourr/work/instance-1/output-1/target/usr/share/doc/read-edid/README -- Installing: /home/naourr/work/instance-1/output-1/target/usr/bin/get-edid -- Installing: /home/naourr/work/instance-1/output-1/target/usr/bin/parse-edid make[1]: Leaving directory '/home/naourr/work/instance-1/output-1/build/read-edid-3.0.2' v2.6.11.tar.gz: OK (sha256: 7ee4d5e4ec7d44fb9918ecb074ad7701eb0bcb3a840cee3c2924734ef3fd888a) >>> vuejs 2.6.11 Extracting gzip -d -c /home/naourr/work/instance-1/dl/vuejs/v2.6.11.tar.gz | /home/naourr/work/instance-1/output-1/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-1/output-1/build/vuejs-2.6.11 -xf - >>> vuejs 2.6.11 Patching >>> vuejs 2.6.11 Configuring >>> vuejs 2.6.11 Building >>> vuejs 2.6.11 Installing to target /usr/bin/install -m 644 -D /home/naourr/work/instance-1/output-1/build/vuejs-2.6.11/dist/vue.min.js /home/naourr/work/instance-1/output-1/target/var/www/vue.js >>> Finalizing host directory >>> Finalizing target directory /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/naourr/work/instance-1/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/naourr/work/instance-1/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/naourr/work/instance-1/output-1/build/busybox-1.31.1/.config; then grep -qsE '^/bin/ash$' /home/naourr/work/instance-1/output-1/target/etc/shells || echo "/bin/ash" >> /home/naourr/work/instance-1/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/naourr/work/instance-1/output-1/build/busybox-1.31.1/.config; then grep -qsE '^/bin/hush$' /home/naourr/work/instance-1/output-1/target/etc/shells || echo "/bin/hush" >> /home/naourr/work/instance-1/output-1/target/etc/shells; fi mkdir -p /home/naourr/work/instance-1/output-1/target/etc echo "buildroot" > /home/naourr/work/instance-1/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/naourr/work/instance-1/output-1/target/etc/hosts mkdir -p /home/naourr/work/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-1/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-1/output-1/target/etc/shadow rm -f /home/naourr/work/instance-1/output-1/target/bin/sh if [ -x /home/naourr/work/instance-1/output-1/target/sbin/swapon -a -x /home/naourr/work/instance-1/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/naourr/work/instance-1/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/naourr/work/instance-1/output-1/target/etc/inittab; fi rm -f /home/naourr/work/instance-1/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/work/instance-1/output-1/build/locales.nopurge; done for dir in /home/naourr/work/instance-1/output-1/target/usr/share/locale /home/naourr/work/instance-1/output-1/target/usr/share/X11/locale /home/naourr/work/instance-1/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/work/instance-1/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-1/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-1/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-1/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-1/output-1/target/usr/include /home/naourr/work/instance-1/output-1/target/usr/share/aclocal \ /home/naourr/work/instance-1/output-1/target/usr/lib/pkgconfig /home/naourr/work/instance-1/output-1/target/usr/share/pkgconfig \ /home/naourr/work/instance-1/output-1/target/usr/lib/cmake /home/naourr/work/instance-1/output-1/target/usr/share/cmake \ /home/naourr/work/instance-1/output-1/target/usr/doc find /home/naourr/work/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-1/output-1/target/lib/ /home/naourr/work/instance-1/output-1/target/usr/lib/ /home/naourr/work/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/naourr/work/instance-1/output-1/target/usr/libexec/': No such file or directory rm -rf /home/naourr/work/instance-1/output-1/target/usr/share/gdb rm -rf /home/naourr/work/instance-1/output-1/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-1/output-1/target/usr/share/zsh rm -rf /home/naourr/work/instance-1/output-1/target/usr/man /home/naourr/work/instance-1/output-1/target/usr/share/man rm -rf /home/naourr/work/instance-1/output-1/target/usr/info /home/naourr/work/instance-1/output-1/target/usr/share/info rm -rf /home/naourr/work/instance-1/output-1/target/usr/doc /home/naourr/work/instance-1/output-1/target/usr/share/doc rm -rf /home/naourr/work/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-1/output-1/target/usr/share 2>/dev/null || true find /home/naourr/work/instance-1/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/naourr/work/instance-1/output-1/host/bin/riscv64-buildroot-linux-musl-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/naourr/work/instance-1/output-1/host/bin/riscv64-buildroot-linux-musl-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/naourr/work/instance-1/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/naourr/work/instance-1/output-1/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/naourr/work/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.08-git-07541-gd6df8c3dc96"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2020.08-git\"" \ ) > /home/naourr/work/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/naourr/work/instance-1/output-1/per-package /home/naourr/work/instance-1/buildroot/support/scripts/fix-rpath target cat /home/naourr/work/instance-1/output-1/build/alsa-lib-1.2.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/busybox-1.31.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/gettext-gnu-0.20.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/gettext/.files-list.txt /home/naourr/work/instance-1/output-1/build/initscripts/.files-list.txt /home/naourr/work/instance-1/output-1/build/libebml-1.3.10/.files-list.txt /home/naourr/work/instance-1/output-1/build/libmatroska-1.5.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/libnl-3.5.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/liboauth-1.0.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/libopenssl-1.1.1g/.files-list.txt /home/naourr/work/instance-1/output-1/build/libraw1394-2.1.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/libuecc-7/.files-list.txt /home/naourr/work/instance-1/output-1/build/libzlib-1.2.11/.files-list.txt /home/naourr/work/instance-1/output-1/build/linux-headers-5.7.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/musl-1.2.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/ncurses-6.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/openssl/.files-list.txt /home/naourr/work/instance-1/output-1/build/pciutils-3.7.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/powertop-2.11/.files-list.txt /home/naourr/work/instance-1/output-1/build/read-edid-3.0.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/skeleton-init-common/.files-list.txt /home/naourr/work/instance-1/output-1/build/skeleton-init-sysv/.files-list.txt /home/naourr/work/instance-1/output-1/build/skeleton/.files-list.txt /home/naourr/work/instance-1/output-1/build/toolchain-buildroot/.files-list.txt /home/naourr/work/instance-1/output-1/build/toolchain/.files-list.txt /home/naourr/work/instance-1/output-1/build/vuejs-2.6.11/.files-list.txt /home/naourr/work/instance-1/output-1/build/zlib/.files-list.txt > /home/naourr/work/instance-1/output-1/build/packages-file-list.txt cat /home/naourr/work/instance-1/output-1/build/host-autoconf-2.69/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-automake-1.15.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-binutils-2.32/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-bison-3.4.2/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-flex-2.6.4/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-gcc-final-8.4.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-gcc-initial-8.4.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-gettext-gnu-0.20.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-gettext/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-gmp-6.1.2/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libtextstyle-0.20.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libtool-2.4.6/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libxml2-2.9.10/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-m4-1.4.18/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-mpc-1.1.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-mpfr-4.0.2/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-ncurses-6.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-patchelf-0.9/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-pkgconf-1.6.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-skeleton/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-tar-1.29/.files-list-host.txt > /home/naourr/work/instance-1/output-1/build/packages-file-list-host.txt cat /home/naourr/work/instance-1/output-1/build/alsa-lib-1.2.2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/gettext-gnu-0.20.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libebml-1.3.10/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libmatroska-1.5.2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libnl-3.5.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/liboauth-1.0.3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libopenssl-1.1.1g/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libraw1394-2.1.2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libuecc-7/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libzlib-1.2.11/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/linux-headers-5.7.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/musl-1.2.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/musl-compat-headers/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/ncurses-6.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/pciutils-3.7.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/skeleton-init-common/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/toolchain/.files-list-staging.txt > /home/naourr/work/instance-1/output-1/build/packages-file-list-staging.txt touch /home/naourr/work/instance-1/output-1/target/usr ln -snf /home/naourr/work/instance-1/output-1/host/riscv64-buildroot-linux-musl/sysroot /home/naourr/work/instance-1/output-1/staging make: Leaving directory '/home/naourr/work/instance-1/buildroot' make: Entering directory '/home/naourr/work/instance-1/buildroot' >>> Buildroot 2020.08-git-07541-gd6df8c3dc96 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 8.4.0 Collecting legal info >>> host-binutils 2.32 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gmp 6.1.2 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-mpc 1.1.0 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.0.2 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> musl 1.2.0 Collecting legal info COPYRIGHT: OK (sha256: afe1df384787fce3577f3356b8b0d417381483f7c704eacb63f8050349fac77a) >>> host-gcc-initial 8.4.0 Collecting legal info >>> linux-headers 5.7.1 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> musl-compat-headers Collecting legal info >>> toolchain Collecting legal info >>> alsa-lib 1.2.2 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> busybox 1.31.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> pciutils 3.7.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> gettext-gnu 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) gettext-runtime/intl/COPYING.LIB: OK (sha256: 3fe5361f24b7c49ba12911c08f5a33f9cb18871d95d9fb881f5b8a4793e04288) >>> gettext Collecting legal info >>> initscripts Collecting legal info >>> libebml 1.3.10 Collecting legal info LICENSE.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libmatroska 1.5.2 Collecting legal info LICENSE.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnl 3.5.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-gnu 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) gettext-runtime/intl/COPYING.LIB: OK (sha256: 3fe5361f24b7c49ba12911c08f5a33f9cb18871d95d9fb881f5b8a4793e04288) >>> host-libtextstyle 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> liboauth 1.0.3 Collecting legal info COPYING.MIT: OK (sha256: c30608672733bf3abd2ccf6f3206be8d91b7ee58b007b2fdbcfbc61c655e7fb7) >>> openssl Collecting legal info >>> libopenssl 1.1.1g Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libraw1394 2.1.2 Collecting legal info COPYING.LIB: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libuecc 7 Collecting legal info COPYRIGHT: OK (sha256: ec4d9fcc3a37a7998a9ea4decf38f4c0c91a44fd05bb17638c52fe16f2b12e23) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> powertop 2.11 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) >>> read-edid 3.0.2 Collecting legal info LICENSE: OK (sha256: 1f8e8a59865d73076ab0a015330bc5bde7332384281260093878a3c366b778b7) >>> vuejs 2.6.11 Collecting legal info LICENSE: OK (sha256: 17fb24bc303763f3fe1911ee24e5225c7ad59f0e3a5d8123e9b730c100a306a6) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-8.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-8.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.7.1: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-1/output-1/legal-info make: Leaving directory '/home/naourr/work/instance-1/buildroot'