/home/naourr/work/instance-0/output/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib/gmappedfile.h:54:14: note: declared here void g_mapped_file_free (GMappedFile *file); ^~~~~~~~~~~~~~~~~~ CC sysprof_cli-profile.o demangle.c:5118:38: warning: 'libiberty_demanglers' defined but not used [-Wunused-const-variable=] static const struct demangler_engine libiberty_demanglers[] = ^~~~~~~~~~~~~~~~~~~~ CC sysprof_cli-sfile.o sfile.c: In function 'sfile_load': sfile.c:698:9: warning: 'g_mapped_file_free' is deprecated: Use 'g_mapped_file_unref' instead [-Wdeprecated-declarations] g_mapped_file_free (file); ^~~~~~~~~~~~~~~~~~ In file included from /home/naourr/work/instance-0/output/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib.h:59:0, from sfile.c:25: /home/naourr/work/instance-0/output/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib/gmappedfile.h:54:14: note: declared here void g_mapped_file_free (GMappedFile *file); ^~~~~~~~~~~~~~~~~~ sfile.c:702:5: warning: 'g_mapped_file_free' is deprecated: Use 'g_mapped_file_unref' instead [-Wdeprecated-declarations] g_mapped_file_free (file); ^~~~~~~~~~~~~~~~~~ In file included from /home/naourr/work/instance-0/output/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib.h:59:0, from sfile.c:25: /home/naourr/work/instance-0/output/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib/gmappedfile.h:54:14: note: declared here void g_mapped_file_free (GMappedFile *file); ^~~~~~~~~~~~~~~~~~ CC sysprof_cli-sformat.o CC sysprof_cli-stackstash.o sformat.c: In function 'type_new_value': sformat.c:218:17: warning: variable 'value' set but not used [-Wunused-but-set-variable] Transition *value; ^~~~~ CC sysprof_cli-tracker.o CC sysprof_cli-unwind.o CC sysprof_cli-watch.o unwind.c: In function 'decode_cie': unwind.c:276:18: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] augmentation = (*data); ^ unwind.c:278:22: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] *data += strlen (*data) + 1; ^ In file included from /home/naourr/work/instance-0/output/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib/gtestutils.h:30:0, from /home/naourr/work/instance-0/output/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib.h:82, from elfparser.h:18, from unwind.c:1: /home/naourr/work/instance-0/output/host/i586-buildroot-linux-musl/sysroot/usr/include/string.h:52:8: note: expected 'const char *' but argument is of type 'const guchar * {aka const unsigned char *}' size_t strlen (const char *); ^~~~~~ unwind.c:272:12: warning: unused variable 'field' [-Wunused-variable] int i, field; ^~~~~ unwind.c:271:10: warning: unused variable 'cie' [-Wunused-variable] CIE *cie; ^~~ unwind.c:304:8: warning: 'has_augmentation' is used uninitialized in this function [-Wuninitialized] if (has_augmentation) ^ tracker.c:226:1: warning: 'time_diff' defined but not used [-Wunused-function] time_diff (const GTimeVal *first, ^~~~~~~~~ unwind.c: In function 'unwind': unwind.c:308:8: warning: 'aug_len' may be used uninitialized in this function [-Wmaybe-uninitialized] *data += aug_len; ^~ unwind.c:269:13: note: 'aug_len' was declared here guint64 aug_len; ^~~~~~~ CC sysprof_cli-signal-handler.o CC sysprof_cli-sysprof-cli.o CC testelf-testelf.o CC testelf-demangle.o CC testelf-elfparser.o elfparser.c: In function 'elf_parser_new_from_data': elfparser.c:188:11: warning: variable 'section_headers' set but not used [-Wunused-but-set-variable] gsize section_headers; ^~~~~~~~~~~~~~~ elfparser.c: In function 'elf_parser_new': elfparser.c:280:2: warning: 'g_mapped_file_free' is deprecated: Use 'g_mapped_file_unref' instead [-Wdeprecated-declarations] g_mapped_file_free (file); ^~~~~~~~~~~~~~~~~~ In file included from /home/naourr/work/instance-0/output/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib.h:59:0, from elfparser.h:18, from elfparser.c:22: /home/naourr/work/instance-0/output/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib/gmappedfile.h:54:14: note: declared here void g_mapped_file_free (GMappedFile *file); ^~~~~~~~~~~~~~~~~~ elfparser.c: In function 'elf_parser_free': elfparser.c:384:2: warning: 'g_mapped_file_free' is deprecated: Use 'g_mapped_file_unref' instead [-Wdeprecated-declarations] g_mapped_file_free (parser->file); ^~~~~~~~~~~~~~~~~~ In file included from /home/naourr/work/instance-0/output/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib.h:59:0, from elfparser.h:18, from elfparser.c:22: /home/naourr/work/instance-0/output/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib/gmappedfile.h:54:14: note: declared here void g_mapped_file_free (GMappedFile *file); ^~~~~~~~~~~~~~~~~~ demangle.c:5118:38: warning: 'libiberty_demanglers' defined but not used [-Wunused-const-variable=] static const struct demangler_engine libiberty_demanglers[] = ^~~~~~~~~~~~~~~~~~~~ CC testunwind-testunwind.o testunwind.c: In function 'main': testunwind.c:24:13: warning: passing argument 1 of 'unwind' from incompatible pointer type [-Wincompatible-pointer-types] unwind (elf); ^~~ In file included from testunwind.c:2:0: unwind.h:3:6: note: expected 'const guchar * {aka const unsigned char *}' but argument is of type 'ElfParser * {aka struct ElfParser *}' void unwind (const guchar *data); ^~~~~~ testunwind.c:7:19: warning: unused variable 'data' [-Wunused-variable] const guchar *data; ^~~~ CC testunwind-demangle.o demangle.c:5118:38: warning: 'libiberty_demanglers' defined but not used [-Wunused-const-variable=] static const struct demangler_engine libiberty_demanglers[] = ^~~~~~~~~~~~~~~~~~~~ CC testunwind-elfparser.o elfparser.c: In function 'elf_parser_new_from_data': elfparser.c:188:11: warning: variable 'section_headers' set but not used [-Wunused-but-set-variable] gsize section_headers; ^~~~~~~~~~~~~~~ elfparser.c: In function 'elf_parser_new': elfparser.c:280:2: warning: 'g_mapped_file_free' is deprecated: Use 'g_mapped_file_unref' instead [-Wdeprecated-declarations] g_mapped_file_free (file); ^~~~~~~~~~~~~~~~~~ In file included from /home/naourr/work/instance-0/output/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib.h:59:0, from elfparser.h:18, from elfparser.c:22: /home/naourr/work/instance-0/output/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib/gmappedfile.h:54:14: note: declared here void g_mapped_file_free (GMappedFile *file); ^~~~~~~~~~~~~~~~~~ elfparser.c: In function 'elf_parser_free': elfparser.c:384:2: warning: 'g_mapped_file_free' is deprecated: Use 'g_mapped_file_unref' instead [-Wdeprecated-declarations] g_mapped_file_free (parser->file); ^~~~~~~~~~~~~~~~~~ In file included from /home/naourr/work/instance-0/output/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib.h:59:0, from elfparser.h:18, from elfparser.c:22: /home/naourr/work/instance-0/output/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib/gmappedfile.h:54:14: note: declared here void g_mapped_file_free (GMappedFile *file); ^~~~~~~~~~~~~~~~~~ CC testunwind-unwind.o unwind.c: In function 'decode_cie': unwind.c:276:18: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] augmentation = (*data); ^ unwind.c:278:22: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] *data += strlen (*data) + 1; ^ In file included from /home/naourr/work/instance-0/output/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib/gtestutils.h:30:0, from /home/naourr/work/instance-0/output/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib.h:82, from elfparser.h:18, from unwind.c:1: /home/naourr/work/instance-0/output/host/i586-buildroot-linux-musl/sysroot/usr/include/string.h:52:8: note: expected 'const char *' but argument is of type 'const guchar * {aka const unsigned char *}' size_t strlen (const char *); ^~~~~~ unwind.c:272:12: warning: unused variable 'field' [-Wunused-variable] int i, field; ^~~~~ unwind.c:271:10: warning: unused variable 'cie' [-Wunused-variable] CIE *cie; ^~~ unwind.c:304:8: warning: 'has_augmentation' is used uninitialized in this function [-Wuninitialized] if (has_augmentation) ^ unwind.c: In function 'unwind': unwind.c:308:8: warning: 'aug_len' may be used uninitialized in this function [-Wmaybe-uninitialized] *data += aug_len; ^~ unwind.c:269:13: note: 'aug_len' was declared here guint64 aug_len; ^~~~~~~ CC testdemangle-testdemangle.o testdemangle.c: In function 'main': testdemangle.c:6:5: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration] printf ("%s\n", elf_demangle ("_ZN8Inkscape7FiltersL12filter2D_FIRIhLj4EEEvPT_iiPKS2_iiiiPKNS_4Util10FixedPointIjLj16EEEii")); ^~~~~~ testdemangle.c:6:5: warning: incompatible implicit declaration of built-in function 'printf' testdemangle.c:6:5: note: include '' or provide a declaration of 'printf' CC testdemangle-elfparser.o elfparser.c: In function 'elf_parser_new_from_data': elfparser.c:188:11: warning: variable 'section_headers' set but not used [-Wunused-but-set-variable] gsize section_headers; ^~~~~~~~~~~~~~~ elfparser.c: In function 'elf_parser_new': elfparser.c:280:2: warning: 'g_mapped_file_free' is deprecated: Use 'g_mapped_file_unref' instead [-Wdeprecated-declarations] g_mapped_file_free (file); ^~~~~~~~~~~~~~~~~~ In file included from /home/naourr/work/instance-0/output/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib.h:59:0, from elfparser.h:18, from elfparser.c:22: /home/naourr/work/instance-0/output/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib/gmappedfile.h:54:14: note: declared here void g_mapped_file_free (GMappedFile *file); ^~~~~~~~~~~~~~~~~~ elfparser.c: In function 'elf_parser_free': elfparser.c:384:2: warning: 'g_mapped_file_free' is deprecated: Use 'g_mapped_file_unref' instead [-Wdeprecated-declarations] g_mapped_file_free (parser->file); ^~~~~~~~~~~~~~~~~~ In file included from /home/naourr/work/instance-0/output/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib.h:59:0, from elfparser.h:18, from elfparser.c:22: /home/naourr/work/instance-0/output/host/bin/../i586-buildroot-linux-musl/sysroot/usr/include/glib-2.0/glib/gmappedfile.h:54:14: note: declared here void g_mapped_file_free (GMappedFile *file); ^~~~~~~~~~~~~~~~~~ CC testdemangle-demangle.o CCLD testelf CCLD sysprof-cli demangle.c:5118:38: warning: 'libiberty_demanglers' defined but not used [-Wunused-const-variable=] static const struct demangler_engine libiberty_demanglers[] = ^~~~~~~~~~~~~~~~~~~~ CCLD testunwind CCLD testdemangle make[2]: Leaving directory '/home/naourr/work/instance-0/output/build/sysprof-1.2.0' make[1]: Leaving directory '/home/naourr/work/instance-0/output/build/sysprof-1.2.0' >>> sysprof 1.2.0 Installing to target PATH="/home/naourr/work/instance-0/output/host/bin:/home/naourr/work/instance-0/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/work/instance-0/output/target install -C /home/naourr/work/instance-0/output/build/sysprof-1.2.0/ make[1]: Entering directory '/home/naourr/work/instance-0/output/build/sysprof-1.2.0' make[2]: Entering directory '/home/naourr/work/instance-0/output/build/sysprof-1.2.0' test -z "/usr/bin" || /usr/bin/mkdir -p "/home/naourr/work/instance-0/output/target/usr/bin" test -z "/usr/share/pixmaps" || /usr/bin/mkdir -p "/home/naourr/work/instance-0/output/target/usr/share/pixmaps" test -z "/usr/share/sysprof" || /usr/bin/mkdir -p "/home/naourr/work/instance-0/output/target/usr/share/sysprof" test -z "/etc/udev/rules.d" || /usr/bin/mkdir -p "/home/naourr/work/instance-0/output/target/etc/udev/rules.d" /usr/bin/install -c -m 644 sysprof-icon-16.png sysprof-icon-24.png sysprof-icon-32.png sysprof-icon-48.png '/home/naourr/work/instance-0/output/target/usr/share/pixmaps' /usr/bin/install -c sysprof-cli '/home/naourr/work/instance-0/output/target/usr/bin' /usr/bin/install -c -m 644 sysprof.glade '/home/naourr/work/instance-0/output/target/usr/share/sysprof' /usr/bin/install -c -m 644 60-sysprof.rules '/home/naourr/work/instance-0/output/target/etc/udev/rules.d' make[2]: Leaving directory '/home/naourr/work/instance-0/output/build/sysprof-1.2.0' make[1]: Leaving directory '/home/naourr/work/instance-0/output/build/sysprof-1.2.0' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/naourr/work/instance-0/output/build/packages-file-list.txt Warning: target file "./usr/bin/unxz" is touched by more than one package: [u'busybox', u'xz'] Warning: target file "./usr/share/info/dir" is touched by more than one package: [u'libffi', u'check'] Warning: target file "./usr/bin/xz" is touched by more than one package: [u'busybox', u'xz'] Warning: target file "./usr/bin/unlzma" is touched by more than one package: [u'busybox', u'xz'] Warning: target file "./usr/bin/lzma" is touched by more than one package: [u'busybox', u'xz'] Warning: target file "./bin/umount" is touched by more than one package: [u'busybox', u'util-linux'] Warning: target file "./usr/bin/lzcat" is touched by more than one package: [u'busybox', u'xz'] Warning: target file "./bin/mount" is touched by more than one package: [u'busybox', u'util-linux'] Warning: target file "./usr/bin/xzcat" is touched by more than one package: [u'busybox', u'xz'] ./support/scripts/check-uniq-files -t staging /home/naourr/work/instance-0/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libgstvideo-1.0.la" is touched by more than one package: [u'gst1-plugins-base', u'ibrcommon', u'ibrdtn', u'xz', u'libarchive', u'libpcap', u'libsecret', u'libsepol', u'libsndfile', u'libuecc', u'libxkbcommon', u'mp4v2', u'sbc'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'atk', u'benejson', u'libaio', u'check', u'zeromq', u'cppzmq', u'gstreamer1', u'gst1-plugins-base', u'ibrcommon', u'ibrdtn', u'xz', u'libarchive', u'libpcap', u'libsecret', u'libsepol', u'libsndfile', u'libuecc', u'libxkbcommon', u'mp4v2', u'sbc'] Warning: staging file "./usr/lib/libgstrtp-1.0.la" is touched by more than one package: [u'gst1-plugins-base', u'ibrcommon', u'ibrdtn', u'xz', u'libarchive', u'libpcap', u'libsecret', u'libsepol', u'libsndfile', u'libuecc', u'libxkbcommon', u'mp4v2', u'sbc'] Warning: staging file "./usr/lib/libgstfft-1.0.la" is touched by more than one package: [u'gst1-plugins-base', u'ibrcommon', u'ibrdtn', u'xz', u'libarchive', u'libpcap', u'libsecret', u'libsepol', u'libsndfile', u'libuecc', u'libxkbcommon', u'mp4v2', u'sbc'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'atk', u'benejson', u'libaio', u'check', u'zeromq', u'cppzmq', u'gstreamer1', u'gst1-plugins-base', u'ibrcommon', u'ibrdtn', u'xz', u'libarchive', u'libpcap', u'libsecret', u'libsepol', u'libsndfile', u'libuecc', u'libxkbcommon', u'mp4v2', u'sbc'] Warning: staging file "./usr/lib/libsndfile.la" is touched by more than one package: [u'libsndfile', u'libuecc', u'libxkbcommon', u'mp4v2', u'sbc'] Warning: staging file "./usr/share/info/dir" is touched by more than one package: [u'libffi', u'check'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'atk', u'benejson', u'libaio', u'check', u'zeromq', u'cppzmq', u'gstreamer1', u'gst1-plugins-base', u'ibrcommon', u'ibrdtn', u'xz', u'libarchive', u'libpcap', u'libsecret', u'libsepol', u'libsndfile', u'libuecc', u'libxkbcommon', u'mp4v2', u'sbc'] Warning: staging file "./usr/lib/libgstsdp-1.0.la" is touched by more than one package: [u'gst1-plugins-base', u'ibrcommon', u'ibrdtn', u'xz', u'libarchive', u'libpcap', u'libsecret', u'libsepol', u'libsndfile', u'libuecc', u'libxkbcommon', u'mp4v2', u'sbc'] Warning: staging file "./usr/lib/gstreamer-1.0/libgstpbtypes.la" is touched by more than one package: [u'gst1-plugins-base', u'ibrcommon', u'ibrdtn', u'xz', u'libarchive', u'libpcap', u'libsecret', u'libsepol', u'libsndfile', u'libuecc', u'libxkbcommon', u'mp4v2', u'sbc'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'libzlib', u'util-linux', u'libglib2', u'atk', u'benejson', u'libaio', u'check', u'zeromq', u'cppzmq', u'gstreamer1', u'gst1-plugins-base', u'ibrcommon', u'ibrdtn', u'xz', u'libarchive', u'libpcap', u'libsecret', u'libsepol', u'libsndfile', u'libuecc', u'libxkbcommon', u'mp4v2', u'sbc'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'atk', u'benejson', u'libaio', u'check', u'zeromq', u'cppzmq', u'gstreamer1', u'gst1-plugins-base', u'ibrcommon', u'ibrdtn', u'xz', u'libarchive', u'libpcap', u'libsecret', u'libsepol', u'libsndfile', u'libuecc', u'libxkbcommon', u'mp4v2', u'sbc'] Warning: staging file "./usr/lib/libibrcommon.la" is touched by more than one package: [u'ibrcommon', u'ibrdtn', u'xz', u'libarchive', u'libpcap', u'libsecret', u'libsepol', u'libsndfile', u'libuecc', u'libxkbcommon', u'mp4v2', u'sbc'] Warning: staging file "./usr/lib/libgstaudio-1.0.la" is touched by more than one package: [u'gst1-plugins-base', u'ibrcommon', u'ibrdtn', u'xz', u'libarchive', u'libpcap', u'libsecret', u'libsepol', u'libsndfile', u'libuecc', u'libxkbcommon', u'mp4v2', u'sbc'] Warning: staging file "./usr/lib/libgstallocators-1.0.la" is touched by more than one package: [u'gst1-plugins-base', u'ibrcommon', u'ibrdtn', u'xz', u'libarchive', u'libpcap', u'libsecret', u'libsepol', u'libsndfile', u'libuecc', u'libxkbcommon', u'mp4v2', u'sbc'] Warning: staging file "./usr/lib/libgstnet-1.0.la" is touched by more than one package: [u'gstreamer1', u'gst1-plugins-base', u'ibrcommon', u'ibrdtn', u'xz', u'libarchive', u'libpcap', u'libsecret', u'libsepol', u'libsndfile', u'libuecc', u'libxkbcommon', u'mp4v2', u'sbc'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'libglib2', u'atk', u'benejson', u'libaio', u'check', u'zeromq', u'cppzmq', u'gstreamer1', u'gst1-plugins-base', u'ibrcommon', u'ibrdtn', u'xz', u'libarchive', u'libpcap', u'libsecret', u'libsepol', u'libsndfile', u'libuecc', u'libxkbcommon', u'mp4v2', u'sbc'] Warning: staging file "./usr/lib/libatk-1.0.la" is touched by more than one package: [u'atk', u'benejson', u'libaio', u'check', u'zeromq', u'cppzmq', u'gstreamer1', u'gst1-plugins-base', u'ibrcommon', u'ibrdtn', u'xz', u'libarchive', u'libpcap', u'libsecret', u'libsepol', u'libsndfile', u'libuecc', u'libxkbcommon', u'mp4v2', u'sbc'] Warning: staging file "./usr/lib/libibrdtn.la" is touched by more than one package: [u'ibrdtn', u'xz', u'libarchive', u'libpcap', u'libsecret', u'libsepol', u'libsndfile', u'libuecc', u'libxkbcommon', u'mp4v2', u'sbc'] Warning: staging file "./usr/lib/libcheck.la" is touched by more than one package: [u'check', u'zeromq', u'cppzmq', u'gstreamer1', u'gst1-plugins-base', u'ibrcommon', u'ibrdtn', u'xz', u'libarchive', u'libpcap', u'libsecret', u'libsepol', u'libsndfile', u'libuecc', u'libxkbcommon', u'mp4v2', u'sbc'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'libzlib', u'util-linux', u'libglib2', u'atk', u'benejson', u'libaio', u'check', u'zeromq', u'cppzmq', u'gstreamer1', u'gst1-plugins-base', u'ibrcommon', u'ibrdtn', u'xz', u'libarchive', u'libpcap', u'libsecret', u'libsepol', u'libsndfile', u'libuecc', u'libxkbcommon', u'mp4v2', u'sbc'] Warning: staging file "./usr/lib/libxkbcommon.la" is touched by more than one package: [u'libxkbcommon', u'mp4v2', u'sbc'] Warning: staging file "./usr/lib/libgsttag-1.0.la" is touched by more than one package: [u'gst1-plugins-base', u'ibrcommon', u'ibrdtn', u'xz', u'libarchive', u'libpcap', u'libsecret', u'libsepol', u'libsndfile', u'libuecc', u'libxkbcommon', u'mp4v2', u'sbc'] Warning: staging file "./usr/lib/libgstbase-1.0.la" is touched by more than one package: [u'gstreamer1', u'gst1-plugins-base', u'ibrcommon', u'ibrdtn', u'xz', u'libarchive', u'libpcap', u'libsecret', u'libsepol', u'libsndfile', u'libuecc', u'libxkbcommon', u'mp4v2', u'sbc'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'atk', u'benejson', u'libaio', u'check', u'zeromq', u'cppzmq', u'gstreamer1', u'gst1-plugins-base', u'ibrcommon', u'ibrdtn', u'xz', u'libarchive', u'libpcap', u'libsecret', u'libsepol', u'libsndfile', u'libuecc', u'libxkbcommon', u'mp4v2', u'sbc'] Warning: staging file "./usr/lib/gstreamer-1.0/libgstcoretracers.la" is touched by more than one package: [u'gstreamer1', u'gst1-plugins-base', u'ibrcommon', u'ibrdtn', u'xz', u'libarchive', u'libpcap', u'libsecret', u'libsepol', u'libsndfile', u'libuecc', u'libxkbcommon', u'mp4v2', u'sbc'] Warning: staging file "./usr/lib/libgstreamer-1.0.la" is touched by more than one package: [u'gstreamer1', u'gst1-plugins-base', u'ibrcommon', u'ibrdtn', u'xz', u'libarchive', u'libpcap', u'libsecret', u'libsepol', u'libsndfile', u'libuecc', u'libxkbcommon', u'mp4v2', u'sbc'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'libzlib', u'util-linux', u'libglib2', u'atk', u'benejson', u'libaio', u'check', u'zeromq', u'cppzmq', u'gstreamer1', u'gst1-plugins-base', u'ibrcommon', u'ibrdtn', u'xz', u'libarchive', u'libpcap', u'libsecret', u'libsepol', u'libsndfile', u'libuecc', u'libxkbcommon', u'mp4v2', u'sbc'] Warning: staging file "./usr/lib/libgstcontroller-1.0.la" is touched by more than one package: [u'gstreamer1', u'gst1-plugins-base', u'ibrcommon', u'ibrdtn', u'xz', u'libarchive', u'libpcap', u'libsecret', u'libsepol', u'libsndfile', u'libuecc', u'libxkbcommon', u'mp4v2', u'sbc'] Warning: staging file "./usr/lib/liblzma.la" is touched by more than one package: [u'xz', u'libarchive', u'libpcap', u'libsecret', u'libsepol', u'libsndfile', u'libuecc', u'libxkbcommon', u'mp4v2', u'sbc'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'atk', u'benejson', u'libaio', u'check', u'zeromq', u'cppzmq', u'gstreamer1', u'gst1-plugins-base', u'ibrcommon', u'ibrdtn', u'xz', u'libarchive', u'libpcap', u'libsecret', u'libsepol', u'libsndfile', u'libuecc', u'libxkbcommon', u'mp4v2', u'sbc'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'atk', u'benejson', u'libaio', u'check', u'zeromq', u'cppzmq', u'gstreamer1', u'gst1-plugins-base', u'ibrcommon', u'ibrdtn', u'xz', u'libarchive', u'libpcap', u'libsecret', u'libsepol', u'libsndfile', u'libuecc', u'libxkbcommon', u'mp4v2', u'sbc'] Warning: staging file "./usr/lib/libgstriff-1.0.la" is touched by more than one package: [u'gst1-plugins-base', u'ibrcommon', u'ibrdtn', u'xz', u'libarchive', u'libpcap', u'libsecret', u'libsepol', u'libsndfile', u'libuecc', u'libxkbcommon', u'mp4v2', u'sbc'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'libzlib', u'util-linux', u'libglib2', u'atk', u'benejson', u'libaio', u'check', u'zeromq', u'cppzmq', u'gstreamer1', u'gst1-plugins-base', u'ibrcommon', u'ibrdtn', u'xz', u'libarchive', u'libpcap', u'libsecret', u'libsepol', u'libsndfile', u'libuecc', u'libxkbcommon', u'mp4v2', u'sbc'] Warning: staging file "./usr/lib/libzmq.la" is touched by more than one package: [u'zeromq', u'cppzmq', u'gstreamer1', u'gst1-plugins-base', u'ibrcommon', u'ibrdtn', u'xz', u'libarchive', u'libpcap', u'libsecret', u'libsepol', u'libsndfile', u'libuecc', u'libxkbcommon', u'mp4v2', u'sbc'] Warning: staging file "./usr/lib/libarchive.la" is touched by more than one package: [u'libarchive', u'libpcap', u'libsecret', u'libsepol', u'libsndfile', u'libuecc', u'libxkbcommon', u'mp4v2', u'sbc'] Warning: staging file "./usr/lib/libgstrtsp-1.0.la" is touched by more than one package: [u'gst1-plugins-base', u'ibrcommon', u'ibrdtn', u'xz', u'libarchive', u'libpcap', u'libsecret', u'libsepol', u'libsndfile', u'libuecc', u'libxkbcommon', u'mp4v2', u'sbc'] Warning: staging file "./usr/lib/libsecret-1.la" is touched by more than one package: [u'libsecret', u'libsepol', u'libsndfile', u'libuecc', u'libxkbcommon', u'mp4v2', u'sbc'] Warning: staging file "./usr/lib/libgstpbutils-1.0.la" is touched by more than one package: [u'gst1-plugins-base', u'ibrcommon', u'ibrdtn', u'xz', u'libarchive', u'libpcap', u'libsecret', u'libsepol', u'libsndfile', u'libuecc', u'libxkbcommon', u'mp4v2', u'sbc'] Warning: staging file "./usr/lib/libgstapp-1.0.la" is touched by more than one package: [u'gst1-plugins-base', u'ibrcommon', u'ibrdtn', u'xz', u'libarchive', u'libpcap', u'libsecret', u'libsepol', u'libsndfile', u'libuecc', u'libxkbcommon', u'mp4v2', u'sbc'] Warning: staging file "./usr/lib/libmp4v2.la" is touched by more than one package: [u'mp4v2', u'sbc'] Warning: staging file "./usr/lib/gstreamer-1.0/libgstcoreelements.la" is touched by more than one package: [u'gstreamer1', u'gst1-plugins-base', u'ibrcommon', u'ibrdtn', u'xz', u'libarchive', u'libpcap', u'libsecret', u'libsepol', u'libsndfile', u'libuecc', u'libxkbcommon', u'mp4v2', u'sbc'] ./support/scripts/check-uniq-files -t host /home/naourr/work/instance-0/output/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: [u'host-tar', u'host-lzip', u'host-m4', u'host-libtool', u'host-autoconf', u'host-automake', u'host-gettext', u'host-libffi', u'host-bison'] /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/naourr/work/instance-0/output/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/naourr/work/instance-0/output/target/etc/inittab if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /home/naourr/work/instance-0/output/target/etc/shells || echo "/bin/ash" >> /home/naourr/work/instance-0/output/target/etc/shells; fi grep: ./.config: No such file or directory if grep -q CONFIG_HUSH=y ./.config; then grep -qsE '^/bin/hush$' /home/naourr/work/instance-0/output/target/etc/shells || echo "/bin/hush" >> /home/naourr/work/instance-0/output/target/etc/shells; fi grep: ./.config: No such file or directory rm -f /home/naourr/work/instance-0/output/target/usr/share/glib-2.0/schemas/*.xml /home/naourr/work/instance-0/output/target/usr/share/glib-2.0/schemas/*.dtd /home/naourr/work/instance-0/output/host/bin/glib-compile-schemas /home/naourr/work/instance-0/output/host/i586-buildroot-linux-musl/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/naourr/work/instance-0/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/naourr/work/instance-0/output/target/etc echo "buildroot" > /home/naourr/work/instance-0/output/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/naourr/work/instance-0/output/target/etc/hosts mkdir -p /home/naourr/work/instance-0/output/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-0/output/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-0/output/target/etc/shadow rm -f /home/naourr/work/instance-0/output/target/bin/sh rm -f /home/naourr/work/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/work/instance-0/output/build/locales.nopurge; done for dir in /home/naourr/work/instance-0/output/target/usr/share/locale /home/naourr/work/instance-0/output/target/usr/lib/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/work/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-0/output/target/usr/include /home/naourr/work/instance-0/output/target/usr/share/aclocal \ /home/naourr/work/instance-0/output/target/usr/lib/pkgconfig /home/naourr/work/instance-0/output/target/usr/share/pkgconfig \ /home/naourr/work/instance-0/output/target/usr/lib/cmake /home/naourr/work/instance-0/output/target/usr/share/cmake find /home/naourr/work/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-0/output/target/lib/ /home/naourr/work/instance-0/output/target/usr/lib/ /home/naourr/work/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: '/home/naourr/work/instance-0/output/target/usr/libexec/': No such file or directory rm -rf /home/naourr/work/instance-0/output/target/usr/share/gdb rm -rf /home/naourr/work/instance-0/output/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-0/output/target/usr/share/zsh rm -rf /home/naourr/work/instance-0/output/target/usr/man /home/naourr/work/instance-0/output/target/usr/share/man rm -rf /home/naourr/work/instance-0/output/target/usr/info /home/naourr/work/instance-0/output/target/usr/share/info rm -rf /home/naourr/work/instance-0/output/target/usr/doc /home/naourr/work/instance-0/output/target/usr/share/doc rm -rf /home/naourr/work/instance-0/output/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-0/output/target/usr/share 2>/dev/null || true find /home/naourr/work/instance-0/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/naourr/work/instance-0/output/host/bin/i586-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-0/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/naourr/work/instance-0/output/host/bin/i586-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/naourr/work/instance-0/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/naourr/work/instance-0/output/host/bin/i586-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/naourr/work/instance-0/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/naourr/work/instance-0/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/naourr/work/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.08-git-00145-g2647c7797d"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.08-git\"" \ ) > /home/naourr/work/instance-0/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-0/output/target/etc >>> Sanitizing RPATH in target tree /home/naourr/work/instance-0/buildroot/support/scripts/fix-rpath target touch /home/naourr/work/instance-0/output/target/usr make: Leaving directory '/home/naourr/work/instance-0/buildroot' make: Entering directory '/home/naourr/work/instance-0/buildroot' >>> Buildroot 2018.08-git-00145-g2647c7797d Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info ERROR: No hash found for COPYING >>> musl-compat-headers Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> atk 2.22.0 Collecting legal info ERROR: No hash found for COPYING >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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-libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> host-util-linux 2.32 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> util-linux 2.32 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> busybox 1.28.4 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> benejson 0.9.7 Collecting legal info ERROR: No hash found for LICENSE >>> host-scons 2.5.1 Collecting legal info ERROR: No hash found for LICENSE.txt >>> host-python 2.7.14 Collecting legal info LICENSE: OK (sha256: d2d17b17388da74dc9c6bdbf78eb7237432c3f8a0c87852df740ec99de2ec680) >>> host-expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> blktrace 1.1.0 Collecting legal info ERROR: No hash found for COPYING >>> libaio 0.3.110 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> check 0.11.0 Collecting legal info COPYING.LESSER: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> corkscrew a94f745b40077172b8fe7d77e2d583b9cf900281 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> cppzmq 68a7b09cfce01c4c279fba2cf91686fcfc566848 Collecting legal info ERROR: No hash found for LICENSE >>> zeromq 4.2.5 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LESSER >>> dhrystone 2 Collecting legal info >>> gst1-plugins-base 1.12.4 Collecting legal info ERROR: No hash found for COPYING.LIB >>> gstreamer1 1.12.4 Collecting legal info ERROR: No hash found for COPYING >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> gst1-plugins-ugly 1.12.4 Collecting legal info ERROR: No hash found for COPYING >>> ibrcommon 1.0.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for README >>> ibrdtn-tools 1.0.1 Collecting legal info ERROR: No hash found for COPYING >>> ibrdtn 1.0.1 Collecting legal info ERROR: No hash found for COPYING >>> libarchive 3.3.2 Collecting legal info COPYING: OK (sha256: ae6f35cc1979beb316e4d6431fc34c6fc59f0dd126b425c8552bb41c86e4825d) >>> xz 5.2.3 Collecting legal info ERROR: No hash found for COPYING.GPLv2 ERROR: No hash found for COPYING.GPLv3 ERROR: No hash found for COPYING.LGPLv2.1 >>> inconsolata 001.010 Collecting legal info ERROR: No hash found for OFL.txt >>> initscripts Collecting legal info >>> irqbalance v1.0.9 Collecting legal info ERROR: No hash found for COPYING >>> libpcap 1.8.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libsecret 0.18.5 Collecting legal info ERROR: No hash found for COPYING >>> host-intltool 0.51.0 Collecting legal info ERROR: No hash found for COPYING >>> host-libxml-parser-perl 2.44 Collecting legal info ERROR: No hash found for README >>> libsepol 2.7 Collecting legal info ERROR: No hash found for COPYING >>> libsndfile 1.0.28 Collecting legal info ERROR: No hash found for COPYING >>> libuecc 7 Collecting legal info ERROR: No hash found for COPYRIGHT >>> libxkbcommon 0.7.1 Collecting legal info ERROR: No hash found for LICENSE >>> linuxptp 303b08cbf55096aba55bd08a314e0701e5c33482 Collecting legal info ERROR: No hash found for COPYING >>> mp4v2 2.0.0 Collecting legal info ERROR: No hash found for COPYING >>> host-mtools 4.0.18 Collecting legal info ERROR: No hash found for COPYING >>> ndisc6 1.0.3 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixz 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> sbc 1.3 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> semodule-utils 2.7 Collecting legal info ERROR: No hash found for COPYING >>> ser2net 3.5 Collecting legal info COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> sysprof 1.2.0 Collecting legal info ERROR: No hash found for COPYING WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: dhrystone-2: cannot save license (DHRYSTONE_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-0/output/legal-info make: Leaving directory '/home/naourr/work/instance-0/buildroot'