111 | swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) | ^~~~~~~~~~~~~~~ core/swupdate.c:344:3: note: in expansion of macro 'ERROR' 344 | ERROR("failed to scan for pos '%ld'!", pos); | ^~~~~ core/swupdate.c:344:36: note: format string is defined here 344 | ERROR("failed to scan for pos '%ld'!", pos); | ~~^ | | | long int | %lld ipc/network_ipc.c: In function 'prepare_ipc': ipc/network_ipc.c:79:2: warning: 'strncpy' specified bound 108 equals destination size [-Wstringop-truncation] 79 | strncpy(servaddr.sun_path, get_ctrl_socket(), sizeof(servaddr.sun_path)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC handlers/raw_handler.o corelib/artifacts_versions.c: In function 'read_sw_version_file': corelib/artifacts_versions.c:64:4: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 64 | strncpy(swcomp->name, name, sizeof(swcomp->name)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ corelib/artifacts_versions.c:65:4: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 65 | strncpy(swcomp->version, version, sizeof(swcomp->version)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC corelib/installer.o CC ipc/progress_ipc.o ipc/progress_ipc.c: In function '_progress_ipc_connect': ipc/progress_ipc.c:45:2: warning: 'strncpy' specified bound 108 equals destination size [-Wstringop-truncation] 45 | strncpy(servaddr.sun_path, socketpath, sizeof(servaddr.sun_path)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ AR ipc/lib.a CC mongoose/mongoose.o In function 'parse_image_selector', inlined from 'main' at core/swupdate.c:985:7: core/swupdate.c:421:2: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 421 | strncpy(sw->running_mode, pos + 1, sizeof(sw->running_mode)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'opt_to_hwrev', inlined from 'main' at core/swupdate.c:802:8: core/swupdate.c:216:2: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 216 | strncpy(hw->revision, s + 1, sizeof(hw->revision)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ core/swupdate.c:218:2: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 218 | strncpy(hw->boardname, param, sizeof(hw->boardname)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ core/swupdate.c: In function 'main': core/swupdate.c:833:4: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 833 | strncpy(swcfg.globals.postupdatecmd, optarg, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 834 | sizeof(swcfg.globals.postupdatecmd)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ core/swupdate.c:734:4: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 734 | strncpy(swcfg.output, optarg, sizeof(swcfg.output)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ core/swupdate.c:746:4: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 746 | strncpy(swcfg.globals.publickeyfname, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 747 | optarg, | ~~~~~~~ 748 | sizeof(swcfg.globals.publickeyfname)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ core/swupdate.c:730:4: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 730 | strncpy(fname, optarg, sizeof(fname)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ core/swupdate.c:771:4: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 771 | strncpy(swcfg.globals.current_version, optarg, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 772 | sizeof(swcfg.globals.current_version)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ core/swupdate.c:837:4: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 837 | strncpy(swcfg.globals.preupdatecmd, optarg, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 838 | sizeof(swcfg.globals.preupdatecmd)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ core/swupdate.c:766:4: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 766 | strncpy(swcfg.globals.minimum_version, optarg, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 767 | sizeof(swcfg.globals.minimum_version)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ core/swupdate.c:754:4: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 754 | strncpy(swcfg.globals.forced_signer_name, optarg, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 755 | sizeof(swcfg.globals.forced_signer_name)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LD handlers/built-in.o CC parser/parse_external.o CC parser/parser.o CC core/cpio_utils.o CC corelib/network_thread.o core/cpio_utils.c: In function 'extract_sw_description': core/cpio_utils.c:654:2: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 654 | strncpy(output_file, TMPDIR, sizeof(output_file)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC core/notifier.o AR parser/lib.a CC corelib/parsing_library.o In file included from corelib/parsing_library.c:19: corelib/parsing_library.c: In function 'set_find_path': include/util.h:93:11: warning: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 93 | "ERROR %s : %s : %d : " format, \ | ^~~~~~~~~~~~~~~~~~~~~~~ include/util.h:111:2: note: in expansion of macro 'swupdate_notify' 111 | swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) | ^~~~~~~~~~~~~~~ corelib/parsing_library.c:218:3: note: in expansion of macro 'ERROR' 218 | ERROR("No memory: failed for %lu bytes", | ^~~~~ corelib/parsing_library.c:218:34: note: format string is defined here 218 | ERROR("No memory: failed for %lu bytes", | ~~^ | | | long unsigned int | %u In file included from corelib/parsing_library.c:19: include/util.h:100:14: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 100 | "ERROR : " format, ## arg); \ | ^~~~~~~~~~ include/util.h:111:2: note: in expansion of macro 'swupdate_notify' 111 | swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) | ^~~~~~~~~~~~~~~ corelib/parsing_library.c:218:3: note: in expansion of macro 'ERROR' 218 | ERROR("No memory: failed for %lu bytes", | ^~~~~ corelib/parsing_library.c:218:34: note: format string is defined here 218 | ERROR("No memory: failed for %lu bytes", | ~~^ | | | long unsigned int | %u In file included from corelib/parsing_library.c:19: include/util.h:104:13: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 104 | "[%s] : " format, __func__, ## arg); \ | ^~~~~~~~~ include/util.h:111:2: note: in expansion of macro 'swupdate_notify' 111 | swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) | ^~~~~~~~~~~~~~~ corelib/parsing_library.c:218:3: note: in expansion of macro 'ERROR' 218 | ERROR("No memory: failed for %lu bytes", | ^~~~~ corelib/parsing_library.c:218:34: note: format string is defined here 218 | ERROR("No memory: failed for %lu bytes", | ~~^ | | | long unsigned int | %u In file included from corelib/parsing_library.c:19: include/util.h:93:11: warning: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'unsigned int' [-Wformat=] 93 | "ERROR %s : %s : %d : " format, \ | ^~~~~~~~~~~~~~~~~~~~~~~ include/util.h:111:2: note: in expansion of macro 'swupdate_notify' 111 | swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) | ^~~~~~~~~~~~~~~ corelib/parsing_library.c:240:3: note: in expansion of macro 'ERROR' 240 | ERROR("No memory: calloc failed for %lu bytes", | ^~~~~ corelib/parsing_library.c:240:41: note: format string is defined here 240 | ERROR("No memory: calloc failed for %lu bytes", | ~~^ | | | long unsigned int | %u In file included from corelib/parsing_library.c:19: include/util.h:100:14: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'unsigned int' [-Wformat=] 100 | "ERROR : " format, ## arg); \ | ^~~~~~~~~~ include/util.h:111:2: note: in expansion of macro 'swupdate_notify' 111 | swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) | ^~~~~~~~~~~~~~~ corelib/parsing_library.c:240:3: note: in expansion of macro 'ERROR' 240 | ERROR("No memory: calloc failed for %lu bytes", | ^~~~~ corelib/parsing_library.c:240:41: note: format string is defined here 240 | ERROR("No memory: calloc failed for %lu bytes", | ~~^ | | | long unsigned int | %u In file included from corelib/parsing_library.c:19: include/util.h:104:13: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'unsigned int' [-Wformat=] 104 | "[%s] : " format, __func__, ## arg); \ | ^~~~~~~~~ include/util.h:111:2: note: in expansion of macro 'swupdate_notify' 111 | swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) | ^~~~~~~~~~~~~~~ corelib/parsing_library.c:240:3: note: in expansion of macro 'ERROR' 240 | ERROR("No memory: calloc failed for %lu bytes", | ^~~~~ corelib/parsing_library.c:240:41: note: format string is defined here 240 | ERROR("No memory: calloc failed for %lu bytes", | ~~^ | | | long unsigned int | %u In file included from corelib/parsing_library.c:19: include/util.h:93:11: warning: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 93 | "ERROR %s : %s : %d : " format, \ | ^~~~~~~~~~~~~~~~~~~~~~~ include/util.h:111:2: note: in expansion of macro 'swupdate_notify' 111 | swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) | ^~~~~~~~~~~~~~~ corelib/parsing_library.c:255:3: note: in expansion of macro 'ERROR' 255 | ERROR("No memory: failed for %lu bytes", | ^~~~~ corelib/parsing_library.c:255:34: note: format string is defined here 255 | ERROR("No memory: failed for %lu bytes", | ~~^ | | | long unsigned int | %u In file included from corelib/parsing_library.c:19: include/util.h:100:14: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 100 | "ERROR : " format, ## arg); \ | ^~~~~~~~~~ include/util.h:111:2: note: in expansion of macro 'swupdate_notify' 111 | swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) | ^~~~~~~~~~~~~~~ corelib/parsing_library.c:255:3: note: in expansion of macro 'ERROR' 255 | ERROR("No memory: failed for %lu bytes", | ^~~~~ corelib/parsing_library.c:255:34: note: format string is defined here 255 | ERROR("No memory: failed for %lu bytes", | ~~^ | | | long unsigned int | %u In file included from corelib/parsing_library.c:19: include/util.h:104:13: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 104 | "[%s] : " format, __func__, ## arg); \ | ^~~~~~~~~ include/util.h:111:2: note: in expansion of macro 'swupdate_notify' 111 | swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) | ^~~~~~~~~~~~~~~ corelib/parsing_library.c:255:3: note: in expansion of macro 'ERROR' 255 | ERROR("No memory: failed for %lu bytes", | ^~~~~ corelib/parsing_library.c:255:34: note: format string is defined here 255 | ERROR("No memory: failed for %lu bytes", | ~~^ | | | long unsigned int | %u CC corelib/parsing_library_libconfig.o CC core/handler.o CC corelib/progress_thread.o AR suricatta/lib.a CC bootloader/none.o CC core/util.o AR bootloader/lib.a CC tools/swupdate-client.o CC corelib/stream_interface.o CC tools/swupdate-hawkbitcfg.o core/util.c: In function 'get_hw_revision': core/util.c:276:2: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 276 | strncpy(hw->boardname, b1, sizeof(hw->boardname)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ core/util.c:277:2: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 277 | strncpy(hw->revision, b2, sizeof(hw->revision)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC tools/swupdate-progress.o CC tools/swupdate-sendtohawkbit.o CC corelib/swupdate_dict.o CC core/parser.o CC tools/swupdate-sysrestart.o tools/swupdate-sysrestart.c:255:2: warning: #warning "swupdate-sysrestart needs libcurl, replaced with dummy" [-Wcpp] 255 | #warning "swupdate-sysrestart needs libcurl, replaced with dummy" | ^~~~~~~ tools/swupdate-sysrestart.c: In function 'main': tools/swupdate-sysrestart.c:257:14: warning: unused parameter 'argc' [-Wunused-parameter] 257 | int main(int argc, char **argv) | ~~~~^~~~ tools/swupdate-sysrestart.c:257:27: warning: unused parameter 'argv' [-Wunused-parameter] 257 | int main(int argc, char **argv) | ~~~~~~~^~~~ AR tools/lib.a CC corelib/swupdate_settings.o CC core/pctl.o CC core/state.o AR corelib/lib.a CC core/syslog.o CC mongoose/mongoose_interface.o LD core/built-in.o AR mongoose/lib.a LD swupdate_unstripped LD tools/swupdate-sendtohawkbit LD tools/swupdate-hawkbitcfg LD tools/swupdate-client STRIP tools/swupdate-hawkbitcfg STRIP tools/swupdate-client STRIP tools/swupdate-sendtohawkbit LD tools/swupdate-sysrestart LD tools/swupdate-progress STRIP swupdate STRIP tools/swupdate-sysrestart STRIP tools/swupdate-progress make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/swupdate-2019.11' >>> swupdate 2019.11 Installing to target /usr/bin/install -D -m 0755 /home/buildroot/autobuild/instance-0/output-1/build/swupdate-2019.11/swupdate /home/buildroot/autobuild/instance-0/output-1/target/usr/bin/swupdate tcping-1.3.6.tar.gz: OK (sha256: a731f0e48ff931d7b2a0e896e4db40867043740fe901dd225780f2164fdbdcf3) >>> tcping 1.3.6 Extracting gzip -d -c /home/buildroot/autobuild/instance-0/dl/tcping/tcping-1.3.6.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/tcping-1.3.6 -xf - >>> tcping 1.3.6 Patching >>> tcping 1.3.6 Configuring >>> tcping 1.3.6 Building PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 CC="/home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 " -C /home/buildroot/autobuild/instance-0/output-1/build/tcping-1.3.6 tcping.linux make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/tcping-1.3.6' /home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -o tcping -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_HSTRERROR tcping.c make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/tcping-1.3.6' >>> tcping 1.3.6 Installing to target /usr/bin/install -D -m 0755 /home/buildroot/autobuild/instance-0/output-1/build/tcping-1.3.6/tcping /home/buildroot/autobuild/instance-0/output-1/target/usr/bin/tcping >>> Finalizing host directory >>> Finalizing target directory # Check files that are touched by more than one package /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/buildroot/autobuild/instance-0/output-1/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/buildroot/autobuild/instance-0/output-1/target/etc/inittab if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /home/buildroot/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/ash" >> /home/buildroot/autobuild/instance-0/output-1/target/etc/shells; fi grep: ./.config: No such file or directory if grep -q CONFIG_HUSH=y ./.config; then grep -qsE '^/bin/hush$' /home/buildroot/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/hush" >> /home/buildroot/autobuild/instance-0/output-1/target/etc/shells; fi grep: ./.config: No such file or directory mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-0/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-0/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-0/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-0/output-1/target/etc/shadow rm -f /home/buildroot/autobuild/instance-0/output-1/target/bin/sh if [ -x /home/buildroot/autobuild/instance-0/output-1/target/sbin/swapon -a -x /home/buildroot/autobuild/instance-0/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/autobuild/instance-0/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/autobuild/instance-0/output-1/target/etc/inittab; fi rm -f /home/buildroot/autobuild/instance-0/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/autobuild/instance-0/output-1/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/instance-0/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/instance-0/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/instance-0/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/instance-0/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/include /home/buildroot/autobuild/instance-0/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-0/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-0/output-1/target/usr/share/cmake find /home/buildroot/autobuild/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-0/output-1/target/lib/ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: '/home/buildroot/autobuild/instance-0/output-1/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/man /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/info /home/buildroot/autobuild/instance-0/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/doc /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-0/output-1/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/instance-0/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/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/autobuild/instance-0/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/buildroot/autobuild/instance-0/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/buildroot/autobuild/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.02-git-04318-g115185b407a"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2020.02-git\"" \ ) > /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-0/output-1/per-package /home/buildroot/autobuild/instance-0/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-0/output-1/target/usr make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-0/buildroot' >>> Buildroot 2020.02-git-04318-g115185b407a Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final arc-2019.09-release Collecting legal info >>> host-binutils arc-2019.09-release Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-bison 3.4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-skeleton Collecting legal info >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny adaa9c64921e80f2b8dd3610ffb508618b9204f3 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) extra/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gmp 6.1.2 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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) >>> uclibc 1.0.32 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial arc-2019.09-release Collecting legal info >>> linux-headers 5.4.18 Collecting legal info COPYING: OK (sha256: ee5808b032a67f587d3541099d46de34f5bec8cd5976114ba07f1299ee6001ff) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> bitstream 1.4 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> busybox 1.31.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> dosfstools 4.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> util-linux 2.35.1 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) 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.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> dhcpdump 1.8 Collecting legal info LICENSE: OK (sha256: bab6ca76b7e93885396513689b1248dfb0e8fd662695b8bd1b26784ef71a0192) >>> libpcap 1.9.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> dvblast 3.4 Collecting legal info COPYING: OK (sha256: 94f68aec169fb6c9937eade757251714d38a56812be5dbfc3973914a71ad8d2d) COPYING.WTFPL: OK (sha256: 2c1bea2f338d46ee6f2712f2c2bf05b874327ca0bec5eb0b7b4fbe208a23677f) >>> libev 4.27 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> explorercanvas aa989ea9d9bac748638f7c66b0fc88e619715da6 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> freetype 2.10.1 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> gtest 1.10.0 Collecting legal info googletest/LICENSE: OK (sha256: 9702de7e4117a8e2b20dafab11ffda58c198aede066406496bef670d40a22138) >>> host-cmake 3.15.5 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> initscripts Collecting legal info >>> irda-utils 0.9.18 Collecting legal info man/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> keyutils 1.6 Collecting legal info LICENCE.GPL: OK (sha256: f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d) LICENCE.LGPL: OK (sha256: 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521) >>> lcms2 2.9 Collecting legal info COPYING: OK (sha256: c725daac91a9259ce5e195683c0eeb797d345035c36ac5ba114c9fa80e11639a) >>> libconfig 1.7.2 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libfribidi 1.0.7 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) >>> libite 2.1.0 Collecting legal info LICENSE: OK (sha256: 0e97ab27b60e20a7ddb8e9638189ad159124e51d2c12e12735b05423df224da5) src/chomp.c: OK (sha256: 9e0fb98d251dddf5ba81a355f6b4d89835ec53bc5d7f5fcd2c866b54ec5ccec8) src/pidfile.c: OK (sha256: a7d29c148e057fae11a87febc3a51970a26433c35a08fc710be689394442d32d) >>> openntpd 6.2p3 Collecting legal info COPYING: OK (sha256: 6c1822ee950652c12bb3773849db18794f62c63452a70d018edf23e8cba71839) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> poppler 0.84.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> spi-tools 0.8.4 Collecting legal info LICENSE: OK (sha256: a01259a1b522cf0de95824f9860613b453153eebac468e96196d5d7dba84786c) >>> host-swig 4.0.1 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-pcre 8.43 Collecting legal info LICENCE: OK (sha256: a5fce68baf797e0918463a4437ef75984c41118f43850ddeabda1b5a90154309) >>> swupdate 2019.11 Collecting legal info Licenses/Exceptions: OK (sha256: 43492b377cf2fb67942d1dd231146bd4e6578646ad13ef289297c9dd75cbc478) Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Licenses/lgpl-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Licenses/mit.txt: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) >>> tcping 1.3.6 Collecting legal info LICENSE: OK (sha256: 4a35620e27ddb8de27898e4206c8f93633d877c1e128e98e95a035f760d94428) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-arc-2019.09-release: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-arc-2019.09-release: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-0/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot'