^~~~~~~~~~~~~~~~~~~~~~~~~~ xwud.c:73:13: note: expected 'char *' but argument is of type 'const char *' static void Error(char *string) _X_NORETURN; ^~~~~ xwud.c:319:9: warning: passing argument 1 of 'Error' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] Error("Unable to read color map from dump file."); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xwud.c:73:13: note: expected 'char *' but argument is of type 'const char *' static void Error(char *string) _X_NORETURN; ^~~~~ xwud.c:340:13: warning: passing argument 1 of 'Error' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] Error("Can't malloc data buffer."); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ xwud.c:73:13: note: expected 'char *' but argument is of type 'const char *' static void Error(char *string) _X_NORETURN; ^~~~~ xwud.c:344:15: warning: passing argument 1 of 'Error' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] Error("Unable to read pixmap from dump file."); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xwud.c:73:13: note: expected 'char *' but argument is of type 'const char *' static void Error(char *string) _X_NORETURN; ^~~~~ xwud.c:350:8: warning: passing argument 1 of 'Error' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] Error("plane number exceeds image depth"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xwud.c:73:13: note: expected 'char *' but argument is of type 'const char *' static void Error(char *string) _X_NORETURN; ^~~~~ xwud.c:373:12: warning: passing argument 1 of 'Error' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] Error("specified standard colormap does not exist"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xwud.c:73:13: note: expected 'char *' but argument is of type 'const char *' static void Error(char *string) _X_NORETURN; ^~~~~ xwud.c:412:14: warning: passing argument 1 of 'Error' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] Error("invalid visual specifier"); ^~~~~~~~~~~~~~~~~~~~~~~~~~ xwud.c:73:13: note: expected 'char *' but argument is of type 'const char *' static void Error(char *string) _X_NORETURN; ^~~~~ xwud.c:421:8: warning: passing argument 1 of 'Error' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] Error("no matching visual found"); ^~~~~~~~~~~~~~~~~~~~~~~~~~ xwud.c:73:13: note: expected 'char *' but argument is of type 'const char *' static void Error(char *string) _X_NORETURN; ^~~~~ xwud.c:434:9: warning: passing argument 1 of 'Error' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] Error("no standard colormap matching specified visual"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xwud.c:73:13: note: expected 'char *' but argument is of type 'const char *' static void Error(char *string) _X_NORETURN; ^~~~~ xwud.c:627:26: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] class_hint.res_class = "Xwud"; ^ xwud.c: In function 'CopyColormapAndFree': xwud.c:963:11: warning: passing argument 1 of 'Error' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] Error("Visual type is not large enough to hold all colors of the image."); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xwud.c:73:13: note: expected 'char *' but argument is of type 'const char *' static void Error(char *string) _X_NORETURN; ^~~~~ xwud.c: In function 'Do_Direct': xwud.c:1026:12: warning: passing argument 1 of 'Error' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] Error("Unable to allocate memory for pixel conversion"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xwud.c:73:13: note: expected 'char *' but argument is of type 'const char *' static void Error(char *string) _X_NORETURN; ^~~~~ xwud.c:1095:12: warning: passing argument 1 of 'Error' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] Error("Unable to allocate memory for pixel conversion"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xwud.c:73:13: note: expected 'char *' but argument is of type 'const char *' static void Error(char *string) _X_NORETURN; ^~~~~ CCLD xwud >>> xapp_xwud 1.0.4 Installing to target PATH="/home/naourr/git/buildroot-test/instance-2/output/host/bin:/home/naourr/git/buildroot-test/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/git/buildroot-test/instance-2/output/target install -C /home/naourr/git/buildroot-test/instance-2/output/build/xapp_xwud-1.0.4/ Making install in man make[4]: Nothing to be done for 'install-exec-am'. test -z "/usr/share/man/man1" || /usr/bin/mkdir -p "/home/naourr/git/buildroot-test/instance-2/output/target/usr/share/man/man1" /usr/bin/install -c -m 644 xwud.1 '/home/naourr/git/buildroot-test/instance-2/output/target/usr/share/man/man1' test -z "/usr/bin" || /usr/bin/mkdir -p "/home/naourr/git/buildroot-test/instance-2/output/target/usr/bin" make[4]: Nothing to be done for 'install-data-am'. /usr/bin/install -c xwud '/home/naourr/git/buildroot-test/instance-2/output/target/usr/bin' zlog-6ddb9bbf3ff0123e701bf60996f351576ebe9c00.tar.gz: OK (sha256: d3afb1f0ce67df29f759da74235949370ac2818faf242f3f674cb48f9f4c57d3) >>> zlog 6ddb9bbf3ff0123e701bf60996f351576ebe9c00 Extracting gzip -d -c /home/naourr/git/buildroot-test/instance-2/dl/zlog-6ddb9bbf3ff0123e701bf60996f351576ebe9c00.tar.gz | tar --strip-components=1 -C /home/naourr/git/buildroot-test/instance-2/output/build/zlog-6ddb9bbf3ff0123e701bf60996f351576ebe9c00 -xf - >>> zlog 6ddb9bbf3ff0123e701bf60996f351576ebe9c00 Patching Applying 0001-fix-compiling-on-Buildroot.patch using patch: patching file src/fmacros.h Applying 0002-compile-Remove-Werror-and-avoid-build-failures-becau.patch using patch: patching file src/makefile >>> zlog 6ddb9bbf3ff0123e701bf60996f351576ebe9c00 Configuring >>> zlog 6ddb9bbf3ff0123e701bf60996f351576ebe9c00 Building PATH="/home/naourr/git/buildroot-test/instance-2/output/host/bin:/home/naourr/git/buildroot-test/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j1 CC="/home/naourr/git/buildroot-test/instance-2/output/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " -C /home/naourr/git/buildroot-test/instance-2/output/build/zlog-6ddb9bbf3ff0123e701bf60996f351576ebe9c00 all cd src && /usr/bin/make all /home/naourr/git/buildroot-test/instance-2/output/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb buf.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb category.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb category_table.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb conf.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb event.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb format.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb level.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb level_list.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb mdc.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb record.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb record_table.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb rotater.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb rule.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb spec.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb thread.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zc_arraylist.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zc_hashtable.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zc_profile.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zc_util.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zlog.c /home/naourr/git/buildroot-test/instance-2/output/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -shared -Wl,-soname,libzlog.so.1.2 -o libzlog.so buf.o category.o category_table.o conf.o event.o format.o level.o level_list.o mdc.o record.o record_table.o rotater.o rule.o spec.o thread.o zc_arraylist.o zc_hashtable.o zc_profile.o zc_util.o zlog.o -pthread # for use in test folder - linux and requirement for aix runtime # resolving cp -f libzlog.so libzlog.so.1 cp -f libzlog.so libzlog.so.1.2 /home/naourr/git/buildroot-test/instance-2/output/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zlog-chk-conf.c ar rcs libzlog.a buf.o category.o category_table.o conf.o event.o format.o level.o level_list.o mdc.o record.o record_table.o rotater.o rule.o spec.o thread.o zc_arraylist.o zc_hashtable.o zc_profile.o zc_util.o zlog.o /home/naourr/git/buildroot-test/instance-2/output/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o zlog-chk-conf zlog-chk-conf.o -L. -lzlog -pthread >>> zlog 6ddb9bbf3ff0123e701bf60996f351576ebe9c00 Installing to staging directory PATH="/home/naourr/git/buildroot-test/instance-2/output/host/bin:/home/naourr/git/buildroot-test/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 PREFIX=/home/naourr/git/buildroot-test/instance-2/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr -C /home/naourr/git/buildroot-test/instance-2/output/build/zlog-6ddb9bbf3ff0123e701bf60996f351576ebe9c00 install cd src && /usr/bin/make install mkdir -p /home/naourr/git/buildroot-test/instance-2/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include /home/naourr/git/buildroot-test/instance-2/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib cp -a zlog.h /home/naourr/git/buildroot-test/instance-2/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include cp -a libzlog.so /home/naourr/git/buildroot-test/instance-2/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libzlog.so.1.2 cd /home/naourr/git/buildroot-test/instance-2/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib && ln -sf libzlog.so.1.2 libzlog.so.1 cd /home/naourr/git/buildroot-test/instance-2/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib && ln -sf libzlog.so.1 libzlog.so cp -a libzlog.a /home/naourr/git/buildroot-test/instance-2/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib >>> zlog 6ddb9bbf3ff0123e701bf60996f351576ebe9c00 Fixing libtool files >>> zlog 6ddb9bbf3ff0123e701bf60996f351576ebe9c00 Installing to target PATH="/home/naourr/git/buildroot-test/instance-2/output/host/bin:/home/naourr/git/buildroot-test/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 PREFIX=/home/naourr/git/buildroot-test/instance-2/output/target/usr -C /home/naourr/git/buildroot-test/instance-2/output/build/zlog-6ddb9bbf3ff0123e701bf60996f351576ebe9c00 install cd src && /usr/bin/make install mkdir -p /home/naourr/git/buildroot-test/instance-2/output/target/usr/include /home/naourr/git/buildroot-test/instance-2/output/target/usr/lib cp -a zlog.h /home/naourr/git/buildroot-test/instance-2/output/target/usr/include cp -a libzlog.so /home/naourr/git/buildroot-test/instance-2/output/target/usr/lib/libzlog.so.1.2 cd /home/naourr/git/buildroot-test/instance-2/output/target/usr/lib && ln -sf libzlog.so.1.2 libzlog.so.1 cd /home/naourr/git/buildroot-test/instance-2/output/target/usr/lib && ln -sf libzlog.so.1 libzlog.so cp -a libzlog.a /home/naourr/git/buildroot-test/instance-2/output/target/usr/lib >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/naourr/git/buildroot-test/instance-2/output/build/packages-file-list.txt Warning: target file "./usr/bin/chvt" is touched by more than one package: ['busybox', 'kbd'] Warning: target file "./usr/bin/openvt" is touched by more than one package: ['busybox', 'kbd'] Warning: target file "./usr/bin/deallocvt" is touched by more than one package: ['busybox', 'kbd'] Warning: target file "./usr/bin/setkeycodes" is touched by more than one package: ['busybox', 'kbd'] Warning: target file "./usr/bin/lspci" is touched by more than one package: ['busybox', 'pciutils'] ./support/scripts/check-uniq-files -t staging /home/naourr/git/buildroot-test/instance-2/output/build/packages-file-list-staging.txt ./support/scripts/check-uniq-files -t host /home/naourr/git/buildroot-test/instance-2/output/build/packages-file-list-host.txt Warning: host file "./share/locale/fr/LC_MESSAGES/bfd.mo" is touched by more than one package: ['host-binutils', 'host-gdb'] Warning: host file "./share/locale/da/LC_MESSAGES/opcodes.mo" is touched by more than one package: ['host-binutils', 'host-gdb'] Warning: host file "./share/info/bfd.info" is touched by more than one package: ['host-binutils', 'host-gdb'] Warning: host file "./share/locale/id/LC_MESSAGES/bfd.mo" is touched by more than one package: ['host-binutils', 'host-gdb'] Warning: host file "./bin/arm-buildroot-linux-uclibcgnueabi-gcc.br_real" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./lib/gcc/arm-buildroot-linux-uclibcgnueabi/6.4.0/install-tools/include/limits.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./share/info/dir" is touched by more than one package: ['host-lzip', 'host-binutils', 'host-m4', 'host-gmp', 'host-mpfr', 'host-mpc', 'host-gcc-initial', 'host-gcc-final', 'host-libtool', 'host-autoconf', 'host-automake', 'host-gettext', 'host-gdb', 'host-bison'] Warning: host file "./share/locale/vi/LC_MESSAGES/opcodes.mo" is touched by more than one package: ['host-binutils', 'host-gdb'] Warning: host file "./bin/arm-buildroot-linux-uclibcgnueabi-gcov" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arm-buildroot-linux-uclibcgnueabi-gcov-tool" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./share/locale/tr/LC_MESSAGES/bfd.mo" is touched by more than one package: ['host-binutils', 'host-gdb'] Warning: host file "./share/locale/ru/LC_MESSAGES/bfd.mo" is touched by more than one package: ['host-binutils', 'host-gdb'] Warning: host file "./share/locale/id/LC_MESSAGES/opcodes.mo" is touched by more than one package: ['host-binutils', 'host-gdb'] Warning: host file "./share/locale/zh_CN/LC_MESSAGES/bfd.mo" is touched by more than one package: ['host-binutils', 'host-gdb'] Warning: host file "./share/locale/vi/LC_MESSAGES/bfd.mo" is touched by more than one package: ['host-binutils', 'host-gdb'] Warning: host file "./lib/gcc/arm-buildroot-linux-uclibcgnueabi/6.4.0/include-fixed/limits.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./lib/gcc/arm-buildroot-linux-uclibcgnueabi/6.4.0/crtfastmath.o" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./lib/gcc/arm-buildroot-linux-uclibcgnueabi/6.4.0/crtbeginT.o" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./lib/gcc/arm-buildroot-linux-uclibcgnueabi/6.4.0/libgcc.a" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./share/locale/es/LC_MESSAGES/bfd.mo" is touched by more than one package: ['host-binutils', 'host-gdb'] Warning: host file "./share/locale/sv/LC_MESSAGES/opcodes.mo" is touched by more than one package: ['host-binutils', 'host-gdb'] Warning: host file "./lib/gcc/arm-buildroot-linux-uclibcgnueabi/6.4.0/plugin/include/auto-host.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arm-buildroot-linux-uclibcgnueabi-gcov-dump" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arm-linux-cpp.br_real" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arm-buildroot-linux-uclibcgnueabi-cpp.br_real" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arm-buildroot-linux-uclibcgnueabi-gcc-6.4.0.br_real" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arm-linux-gcov-dump" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./lib/gcc/arm-buildroot-linux-uclibcgnueabi/6.4.0/plugin/include/configargs.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./share/locale/ro/LC_MESSAGES/bfd.mo" is touched by more than one package: ['host-binutils', 'host-gdb'] Warning: host file "./bin/arm-linux-gcc.br_real" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./share/locale/ga/LC_MESSAGES/opcodes.mo" is touched by more than one package: ['host-binutils', 'host-gdb'] Warning: host file "./share/locale/es/LC_MESSAGES/opcodes.mo" is touched by more than one package: ['host-binutils', 'host-gdb'] Warning: host file "./libexec/gcc/arm-buildroot-linux-uclibcgnueabi/6.4.0/collect2" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./share/locale/da/LC_MESSAGES/bfd.mo" is touched by more than one package: ['host-binutils', 'host-gdb'] Warning: host file "./share/locale/fr/LC_MESSAGES/opcodes.mo" is touched by more than one package: ['host-binutils', 'host-gdb'] Warning: host file "./share/locale/nl/LC_MESSAGES/opcodes.mo" is touched by more than one package: ['host-binutils', 'host-gdb'] Warning: host file "./share/locale/uk/LC_MESSAGES/bfd.mo" is touched by more than one package: ['host-binutils', 'host-gdb'] Warning: host file "./lib/gcc/arm-buildroot-linux-uclibcgnueabi/6.4.0/libgcov.a" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./share/locale/ja/LC_MESSAGES/bfd.mo" is touched by more than one package: ['host-binutils', 'host-gdb'] Warning: host file "./share/locale/it/LC_MESSAGES/opcodes.mo" is touched by more than one package: ['host-binutils', 'host-gdb'] Warning: host file "./lib/gcc/arm-buildroot-linux-uclibcgnueabi/6.4.0/crtbeginS.o" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./libexec/gcc/arm-buildroot-linux-uclibcgnueabi/6.4.0/lto-wrapper" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./share/locale/fi/LC_MESSAGES/opcodes.mo" is touched by more than one package: ['host-binutils', 'host-gdb'] Warning: host file "./share/locale/ro/LC_MESSAGES/opcodes.mo" is touched by more than one package: ['host-binutils', 'host-gdb'] Warning: host file "./share/locale/sv/LC_MESSAGES/bfd.mo" is touched by more than one package: ['host-binutils', 'host-gdb'] Warning: host file "./bin/arm-linux-gcc-6.4.0.br_real" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./libexec/gcc/arm-buildroot-linux-uclibcgnueabi/6.4.0/lto1" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./libexec/gcc/arm-buildroot-linux-uclibcgnueabi/6.4.0/cc1" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./share/locale/de/LC_MESSAGES/opcodes.mo" is touched by more than one package: ['host-binutils', 'host-gdb'] Warning: host file "./bin/arm-linux-gcov-tool" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./share/locale/tr/LC_MESSAGES/opcodes.mo" is touched by more than one package: ['host-binutils', 'host-gdb'] Warning: host file "./share/locale/uk/LC_MESSAGES/opcodes.mo" is touched by more than one package: ['host-binutils', 'host-gdb'] Warning: host file "./share/locale/pt_BR/LC_MESSAGES/opcodes.mo" is touched by more than one package: ['host-binutils', 'host-gdb'] Warning: host file "./lib/gcc/arm-buildroot-linux-uclibcgnueabi/6.4.0/crtbegin.o" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arm-linux-gcov" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./share/locale/fi/LC_MESSAGES/bfd.mo" is touched by more than one package: ['host-binutils', 'host-gdb'] Warning: host file "./share/locale/zh_CN/LC_MESSAGES/opcodes.mo" is touched by more than one package: ['host-binutils', 'host-gdb'] /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/naourr/git/buildroot-test/instance-2/output/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/naourr/git/buildroot-test/instance-2/output/target/etc/inittab mkdir -p /home/naourr/git/buildroot-test/instance-2/output/target/etc echo "buildroot" > /home/naourr/git/buildroot-test/instance-2/output/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/naourr/git/buildroot-test/instance-2/output/target/etc/hosts mkdir -p /home/naourr/git/buildroot-test/instance-2/output/target/etc echo "Welcome to Buildroot" > /home/naourr/git/buildroot-test/instance-2/output/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/git/buildroot-test/instance-2/output/target/etc/shadow rm -f /home/naourr/git/buildroot-test/instance-2/output/target/bin/sh rm -f /home/naourr/git/buildroot-test/instance-2/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/git/buildroot-test/instance-2/output/build/locales.nopurge; done for dir in /home/naourr/git/buildroot-test/instance-2/output/target/usr/share/X11/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/git/buildroot-test/instance-2/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/git/buildroot-test/instance-2/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/git/buildroot-test/instance-2/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/git/buildroot-test/instance-2/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/git/buildroot-test/instance-2/output/target/usr/include /home/naourr/git/buildroot-test/instance-2/output/target/usr/share/aclocal \ /home/naourr/git/buildroot-test/instance-2/output/target/usr/lib/pkgconfig /home/naourr/git/buildroot-test/instance-2/output/target/usr/share/pkgconfig \ /home/naourr/git/buildroot-test/instance-2/output/target/usr/lib/cmake /home/naourr/git/buildroot-test/instance-2/output/target/usr/share/cmake find /home/naourr/git/buildroot-test/instance-2/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/git/buildroot-test/instance-2/output/target/lib/ /home/naourr/git/buildroot-test/instance-2/output/target/usr/lib/ /home/naourr/git/buildroot-test/instance-2/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: '/home/naourr/git/buildroot-test/instance-2/output/target/usr/libexec/': No such file or directory rm -rf /home/naourr/git/buildroot-test/instance-2/output/target/usr/share/gdb rm -rf /home/naourr/git/buildroot-test/instance-2/output/target/usr/share/bash-completion rm -rf /home/naourr/git/buildroot-test/instance-2/output/target/usr/share/zsh rm -rf /home/naourr/git/buildroot-test/instance-2/output/target/usr/man /home/naourr/git/buildroot-test/instance-2/output/target/usr/share/man rm -rf /home/naourr/git/buildroot-test/instance-2/output/target/usr/info /home/naourr/git/buildroot-test/instance-2/output/target/usr/share/info rm -rf /home/naourr/git/buildroot-test/instance-2/output/target/usr/doc /home/naourr/git/buildroot-test/instance-2/output/target/usr/share/doc rm -rf /home/naourr/git/buildroot-test/instance-2/output/target/usr/share/gtk-doc rmdir /home/naourr/git/buildroot-test/instance-2/output/target/usr/share 2>/dev/null || true find /home/naourr/git/buildroot-test/instance-2/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/naourr/git/buildroot-test/instance-2/output/host/bin/arm-buildroot-linux-uclibcgnueabi-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/git/buildroot-test/instance-2/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/naourr/git/buildroot-test/instance-2/output/host/bin/arm-buildroot-linux-uclibcgnueabi-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/naourr/git/buildroot-test/instance-2/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/naourr/git/buildroot-test/instance-2/output/host/bin/arm-buildroot-linux-uclibcgnueabi-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/naourr/git/buildroot-test/instance-2/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/naourr/git/buildroot-test/instance-2/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/naourr/git/buildroot-test/instance-2/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.02-git-00933-g5c7fd2ad10"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.02-git\"" \ ) > /home/naourr/git/buildroot-test/instance-2/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/git/buildroot-test/instance-2/output/target/etc >>> Sanitizing RPATH in target tree /home/naourr/git/buildroot-test/instance-2/buildroot/support/scripts/fix-rpath target make: Leaving directory '/home/naourr/git/buildroot-test/instance-2/buildroot' make: Entering directory '/home/naourr/git/buildroot-test/instance-2/buildroot' >>> Buildroot 2018.02-git-00933-g5c7fd2ad10 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> host-lzip 1.19 Collecting legal info ERROR: No hash found for COPYING >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 6.4.0 Collecting legal info >>> host-binutils 2.29.1 Collecting legal info ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING.LIB >>> host-gmp 6.1.2 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-mpc 1.0.3 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> host-mpfr 3.1.6 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> uclibc 1.0.28 Collecting legal info ERROR: No hash found for COPYING.LIB >>> host-gcc-initial 6.4.0 Collecting legal info >>> linux-headers 4.15 Collecting legal info WARNING: no hash file for COPYING >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> acsccid 1.1.4 Collecting legal info ERROR: No hash found for COPYING >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> libusb 1.0.21 Collecting legal info ERROR: No hash found for COPYING >>> pcsc-lite 1.8.22 Collecting legal info ERROR: No hash found for COPYING >>> busybox 1.27.2 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> libtirpc 1.0.2 Collecting legal info ERROR: No hash found for COPYING >>> linux-pam 1.3.0 Collecting legal info ERROR: No hash found for Copyright >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> can-utils c3305fdd515464153d20199db232b6124bc962c0 Collecting legal info >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> ethtool 4.13 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> evemu 2.7.0 Collecting legal info ERROR: No hash found for COPYING >>> libevdev 1.5.8 Collecting legal info ERROR: No hash found for COPYING >>> ficl 4.1.0 Collecting legal info ERROR: No hash found for ReadMe.txt >>> fluxbox 1.3.7 Collecting legal info ERROR: No hash found for COPYING >>> xlib_libX11 1.6.5 Collecting legal info ERROR: No hash found for COPYING >>> host-xproto_xproto 7.0.31 Collecting legal info ERROR: No hash found for COPYING >>> libxcb 1.12 Collecting legal info ERROR: No hash found for COPYING >>> host-libxslt 1.1.29 Collecting legal info ERROR: No hash found for COPYING >>> host-python 2.7.14 Collecting legal info LICENSE: OK (sha256: d2d17b17388da74dc9c6bdbf78eb7237432c3f8a0c87852df740ec99de2ec680) >>> host-expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-xcb-proto 1.12 Collecting legal info ERROR: No hash found for COPYING >>> libpthread-stubs 0.4 Collecting legal info ERROR: No hash found for COPYING >>> xcb-proto 1.12 Collecting legal info ERROR: No hash found for COPYING >>> xlib_libXau 1.0.8 Collecting legal info ERROR: No hash found for COPYING >>> xproto_xproto 7.0.31 Collecting legal info ERROR: No hash found for COPYING >>> xutil_util-macros 1.19.1 Collecting legal info ERROR: No hash found for COPYING >>> xlib_libXdmcp 1.1.2 Collecting legal info ERROR: No hash found for COPYING >>> xlib_xtrans 1.3.5 Collecting legal info ERROR: No hash found for COPYING >>> xproto_inputproto 2.3.2 Collecting legal info ERROR: No hash found for COPYING >>> xproto_kbproto 1.0.7 Collecting legal info ERROR: No hash found for COPYING >>> xproto_xextproto 7.3.0 Collecting legal info ERROR: No hash found for COPYING >>> xproto_xf86bigfontproto 1.2.0 Collecting legal info ERROR: No hash found for COPYING >>> xlib_libXext 1.3.3 Collecting legal info ERROR: No hash found for COPYING >>> xlib_libXpm 3.5.12 Collecting legal info ERROR: No hash found for COPYING >>> xlib_libXt 1.1.5 Collecting legal info ERROR: No hash found for COPYING >>> xlib_libSM 1.2.2 Collecting legal info ERROR: No hash found for COPYING >>> xlib_libICE 1.0.9 Collecting legal info ERROR: No hash found for COPYING >>> host-gdb 7.11.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING3.LIB >>> host-ncurses 6.0 Collecting legal info ERROR: No hash found for README >>> host-genext2fs 1.4.1 Collecting legal info ERROR: No hash found for COPYING >>> initscripts Collecting legal info >>> iprutils 2.4.15.1 Collecting legal info ERROR: No hash found for LICENSE >>> libsysfs 2.1.0 Collecting legal info ERROR: No hash found for cmd/GPL ERROR: No hash found for lib/LGPL >>> ncurses 6.0 Collecting legal info ERROR: No hash found for README >>> pciutils 3.5.5 Collecting legal info ERROR: No hash found for COPYING >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> iw 4.9 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) >>> kbd 2.0.4 Collecting legal info ERROR: No hash found for COPYING >>> libarchive 3.3.2 Collecting legal info ERROR: No hash found for COPYING >>> openssl Collecting legal info >>> libopenssl 1.0.2n Collecting legal info LICENSE: OK (sha256: 9ee37d72966bb4a841343f0606ce44d41b3eae4df4285200c5a8ddc2b935992a) >>> libassuan 2.5.1 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.27 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> libcap-ng 0.7.8 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> libconfig 1.5 Collecting legal info ERROR: No hash found for COPYING.LIB >>> libexif 0.6.21 Collecting legal info ERROR: No hash found for COPYING >>> libiqrf v0.1.2 Collecting legal info >>> libmnl 1.0.4 Collecting legal info ERROR: No hash found for COPYING >>> libnftnl 1.0.9 Collecting legal info COPYING: OK (sha256: 98193898c663001eff2fdcfb676e210c13042bc1a05e8d570c363efa396f8e24) >>> libserialport 0.1.1 Collecting legal info ERROR: No hash found for COPYING >>> libusbgx 2e3d43ee098ed928d1baa61ce791ce9ff4788c5a Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LGPL >>> lm-sensors 3.4.0 Collecting legal info ERROR: No hash found for COPYING.LGPL ERROR: No hash found for COPYING >>> ltp-testsuite 20180118 Collecting legal info ERROR: No hash found for COPYING >>> mbedtls 2.6.0 Collecting legal info apache-2.0.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> memtester 4.3.0 Collecting legal info ERROR: No hash found for COPYING >>> host-mkpasswd Collecting legal info >>> nanocom 1.0 Collecting legal info ERROR: No hash found for COPYING >>> netsnmp 5.7.3 Collecting legal info ERROR: No hash found for COPYING >>> nut 2.7.4 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for LICENSE-GPL2 ERROR: No hash found for LICENSE-GPL3 >>> open-plc-utils 1be781d1ea81827e5f6c1a35961c65dd4d15472c Collecting legal info ERROR: No hash found for LICENSE >>> openmpi 1.10.7 Collecting legal info ERROR: No hash found for LICENSE >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pound 2.7 Collecting legal info ERROR: No hash found for GPL.txt >>> scrub 2.6.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) DISCLAIMER: OK (sha256: f76abbfb80cde1036cb553cdecb08bb846a48e33c91ef56c0f494172fd407f33) >>> strace 4.20 Collecting legal info COPYING: OK (sha256: ea7ff222f36c9df0aa2924a8f7c7d2aec3ea11e752feba4b15ec79b695b6236a) >>> tinyxml 2.6.2_2 Collecting legal info ERROR: No hash found for README >>> uclibc-ng-test c6d62cbc60504c7f6867b486248b0ef7cc2da554 Collecting legal info WARNING: no hash file for COPYING.LIB >>> usbredir 0.7.1 Collecting legal info ERROR: No hash found for COPYING.LIB >>> wavemon v0.8.1 Collecting legal info ERROR: No hash found for COPYING >>> xapp_xditview 1.0.4 Collecting legal info ERROR: No hash found for COPYING >>> xlib_libXaw 1.0.13 Collecting legal info ERROR: No hash found for COPYING >>> xlib_libXmu 1.1.2 Collecting legal info ERROR: No hash found for COPYING >>> xapp_xmessage 1.0.4 Collecting legal info ERROR: No hash found for COPYING >>> xapp_xmodmap 1.0.9 Collecting legal info ERROR: No hash found for COPYING >>> xapp_xwud 1.0.4 Collecting legal info ERROR: No hash found for COPYING >>> zlog 6ddb9bbf3ff0123e701bf60996f351576ebe9c00 Collecting legal info ERROR: No hash found for COPYING WARNING: the Buildroot source code has not been saved WARNING: gcc-final-6.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-6.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: can-utils-c3305fdd515464153d20199db232b6124bc962c0: cannot save license (CAN_UTILS_LICENSE_FILES not defined) WARNING: libiqrf-v0.1.2: cannot save license (LIBIQRF_LICENSE_FILES not defined) Legal info produced in /home/naourr/git/buildroot-test/instance-2/output/legal-info make: Leaving directory '/home/naourr/git/buildroot-test/instance-2/buildroot'