CC paxinc.lo CC paxmacho.lo CC paxldso.lo paxmacho.c: In function 'get_machomhtype': paxmacho.c:28:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxmacho.c:53:9: note: called from here return find_pairtype(macho_mh_type, MOBJGET(fobj, mhdr.hdr32->filetype)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxmacho.c: In function 'get_machocputype': paxmacho.c:28:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxmacho.c:103:14: note: called from here const char *ret = find_pairtype(macho_cputype, MOBJGET(fobj, mhdr.hdr32->cputype)); ^~~ paxmacho.c: In function 'get_machosubcputype': paxmacho.c:28:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxmacho.c:149:7: note: called from here ret = find_pairtype(pt, type); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ paxmacho.c: In function 'readmacho_buffer': paxmacho.c:160:24: warning: inlining failed in call to 'read_mach_header': call is unlikely and code size would grow [-Winline] inline static uint32_t read_mach_header(fatobj *fobj, void *addr) ^~~~~~~~~~~~~~~~ paxmacho.c:285:6: note: called from here read_mach_header(fobj, ret->data + offset) == 0) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxmacho.c:160:24: warning: inlining failed in call to 'read_mach_header': call is unlikely and code size would grow [-Winline] inline static uint32_t read_mach_header(fatobj *fobj, void *addr) ^~~~~~~~~~~~~~~~ paxmacho.c:302:5: note: called from here read_mach_header(ret, ret->data) == 0) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c: In function 'get_elfeitype': paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:71:27: note: called from here case EI_CLASS: return find_pairtype(elf_ei_class, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:72:27: note: called from here case EI_DATA: return find_pairtype(elf_ei_data, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:73:27: note: called from here case EI_VERSION: return find_pairtype(elf_ei_version, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:74:27: note: called from here case EI_OSABI: return find_pairtype(elf_ei_osabi, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c: In function 'get_elfetype': paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:99:9: note: called from here return find_pairtype(elf_etypes, get_etype(elf)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c: In function 'get_elfemtype': paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:292:9: note: called from here return find_pairtype(elf_emtypes, get_emtype(elf)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c: In function 'get_elfptype': paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:313:9: note: called from here return find_pairtype(elf_ptypes, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c: In function 'get_elfdtype': paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:384:9: note: called from here return find_pairtype(elf_dtypes, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c: In function 'get_elfshttype': paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:420:9: note: called from here return find_pairtype(elf_shttypes, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c: In function 'get_elfstttype': paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:437:9: note: called from here return find_pairtype(elf_stttypes, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c: In function 'get_elfstbtype': paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:450:9: note: called from here return find_pairtype(elf_stbtypes, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c: In function 'get_elfstvtype': paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:463:9: note: called from here return find_pairtype(elf_stvtypes, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c: In function 'get_elfshntype': paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:480:9: note: called from here return find_pairtype(elf_shntypes, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c: In function 'get_elfnttype': paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:540:11: note: called from here return find_pairtype(elf_nttypes_GNU, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:546:10: note: called from here return find_pairtype(elf_nttypes_core, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paxelf.c:22:27: warning: inlining failed in call to 'find_pairtype': call is unlikely and code size would grow [-Winline] static inline const char *find_pairtype(pairtype *pt, unsigned int type) ^~~~~~~~~~~~~ paxelf.c:548:10: note: called from here return find_pairtype(elf_nttypes_fallback, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC security.lo CC xfuncs.lo CC scanelf.o CC dumpelf.o scanelf.c: In function 'scanelf_file_get_pt_dynamic': scanelf.c:184:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (offset >= elf->len - sizeof(Elf##B##_Dyn)) \ ^ scanelf.c:73:4: note: in expansion of macro 'CHECK_PT_DYNAMIC' x(B); \ ^ scanelf.c:79:3: note: in expansion of macro '_SCANELF_IF_ELF_SIZE' _SCANELF_IF_ELF_SIZE(64, x); \ ^~~~~~~~~~~~~~~~~~~~ scanelf.c:187:2: note: in expansion of macro 'SCANELF_ELF_SIZED' SCANELF_ELF_SIZED(CHECK_PT_DYNAMIC); ^~~~~~~~~~~~~~~~~ scanelf.c: In function 'scanelf_file_phdr': scanelf.c:489:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (offset >= elf->len - sizeof(NOTE_GNU_STACK)) \ ^ scanelf.c:73:4: note: in expansion of macro 'SHOW_PHDR' x(B); \ ^ scanelf.c:79:3: note: in expansion of macro '_SCANELF_IF_ELF_SIZE' _SCANELF_IF_ELF_SIZE(64, x); \ ^~~~~~~~~~~~~~~~~~~~ scanelf.c:515:2: note: in expansion of macro 'SCANELF_ELF_SIZED' SCANELF_ELF_SIZED(SHOW_PHDR); ^~~~~~~~~~~~~~~~~ dumpelf.c: In function 'dump_phdr': dumpelf.c:299:9: warning: format '%tX' expects argument of type 'unsigned ptrdiff_t', but argument 3 has type 'long unsigned int' [-Wformat=] printf("/* Program Header #%zu 0x%tX */\n{\n", \ ^ phdr_cnt, (uintptr_t)phdr_void - elf->udata); \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dumpelf.c:299:9: note: in definition of macro 'DUMP_PHDR' printf("/* Program Header #%zu 0x%tX */\n{\n", \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dumpelf.c:299:9: warning: format '%tX' expects argument of type 'unsigned ptrdiff_t', but argument 3 has type 'long unsigned int' [-Wformat=] printf("/* Program Header #%zu 0x%tX */\n{\n", \ ^ phdr_cnt, (uintptr_t)phdr_void - elf->udata); \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dumpelf.c:299:9: note: in definition of macro 'DUMP_PHDR' printf("/* Program Header #%zu 0x%tX */\n{\n", \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dumpelf.c: In function 'dump_shdr': dumpelf.c:362:9: warning: format '%tX' expects argument of type 'unsigned ptrdiff_t', but argument 4 has type 'long unsigned int' [-Wformat=] printf("/* Section Header #%zu '%s' 0x%tX */\n{\n", \ ^ shdr_cnt, section_name, (uintptr_t)shdr_void - elf->udata); \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dumpelf.c:362:9: note: in definition of macro 'DUMP_SHDR' printf("/* Section Header #%zu '%s' 0x%tX */\n{\n", \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dumpelf.c:362:9: warning: format '%tX' expects argument of type 'unsigned ptrdiff_t', but argument 4 has type 'long unsigned int' [-Wformat=] printf("/* Section Header #%zu '%s' 0x%tX */\n{\n", \ ^ shdr_cnt, section_name, (uintptr_t)shdr_void - elf->udata); \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dumpelf.c:362:9: note: in definition of macro 'DUMP_SHDR' printf("/* Section Header #%zu '%s' 0x%tX */\n{\n", \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dumpelf.c: In function 'dump_dyn': dumpelf.c:476:9: warning: format '%tX' expects argument of type 'unsigned ptrdiff_t', but argument 4 has type 'long unsigned int' [-Wformat=] printf("/* Dynamic tag #%zu '%s' 0x%tX */\n{\n", \ ^ dyn_cnt, get_elfdtype(tag), (uintptr_t)dyn_void - elf->udata); \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dumpelf.c:476:9: note: in definition of macro 'DUMP_DYN' printf("/* Dynamic tag #%zu '%s' 0x%tX */\n{\n", \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dumpelf.c:476:9: warning: format '%tX' expects argument of type 'unsigned ptrdiff_t', but argument 4 has type 'long unsigned int' [-Wformat=] printf("/* Dynamic tag #%zu '%s' 0x%tX */\n{\n", \ ^ dyn_cnt, get_elfdtype(tag), (uintptr_t)dyn_void - elf->udata); \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dumpelf.c:476:9: note: in definition of macro 'DUMP_DYN' printf("/* Dynamic tag #%zu '%s' 0x%tX */\n{\n", \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dumpelf.c: In function 'dump_shdr': dumpelf.c:447:4: warning: this statement may fall through [-Wimplicit-fallthrough=] printf("\t */\n"); \ ^~~~~~~~~~~~~~~~~ dumpelf.c:466:2: note: in expansion of macro 'DUMP_SHDR' DUMP_SHDR(32) ^~~~~~~~~ dumpelf.c:449:3: note: here default: { \ ^ dumpelf.c:466:2: note: in expansion of macro 'DUMP_SHDR' DUMP_SHDR(32) ^~~~~~~~~ dumpelf.c:447:4: warning: this statement may fall through [-Wimplicit-fallthrough=] printf("\t */\n"); \ ^~~~~~~~~~~~~~~~~ dumpelf.c:467:2: note: in expansion of macro 'DUMP_SHDR' DUMP_SHDR(64) ^~~~~~~~~ dumpelf.c:449:3: note: here default: { \ ^ dumpelf.c:467:2: note: in expansion of macro 'DUMP_SHDR' DUMP_SHDR(64) ^~~~~~~~~ CC pspax.o CC scanmacho.o cp lddtree.sh lddtree cp symtree.sh symtree scanmacho.c: In function 'scanmacho_fatobj': scanmacho.c:297:43: warning: '%llu' directive output may be truncated writing between 1 and 10 bytes into a region of size 8 [-Wformat-truncation=] case 'Z': snprintf(ubuf, sizeof(ubuf), "%llu", (unsigned long long int)fobj->len); out = ubuf; break;; ^~~~ scanmacho.c:297:42: note: directive argument in the range [0, 4294967295] case 'Z': snprintf(ubuf, sizeof(ubuf), "%llu", (unsigned long long int)fobj->len); out = ubuf; break;; ^~~~~~ scanmacho.c:297:13: note: 'snprintf' output between 2 and 11 bytes into a destination of size 8 case 'Z': snprintf(ubuf, sizeof(ubuf), "%llu", (unsigned long long int)fobj->len); out = ubuf; break;; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CCLD libpaxutils.la scanelf.c: In function 'scanelf_file_textrels': scanelf.c:654:7: warning: 'pltrel' may be used uninitialized in this function [-Wmaybe-uninitialized] if (pltrel == DT_REL) { \ ^ scanelf.c:654:7: warning: 'pltrel' may be used uninitialized in this function [-Wmaybe-uninitialized] CCLD scanmacho CCLD pspax CCLD dumpelf CCLD scanelf make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/pax-utils-1.2.2' make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/pax-utils-1.2.2' make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/pax-utils-1.2.2' >>> pax-utils 1.2.2 Installing to target PATH="/home/buildroot/autobuild/run/instance-1/output/host/bin:/home/buildroot/autobuild/run/instance-1/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/run/instance-1/output/target install -C /home/buildroot/autobuild/run/instance-1/output/build/pax-utils-1.2.2/ make[1]: Entering directory '/home/buildroot/autobuild/run/instance-1/output/build/pax-utils-1.2.2' Making install in autotools/gnulib make[2]: Entering directory '/home/buildroot/autobuild/run/instance-1/output/build/pax-utils-1.2.2/autotools/gnulib' /usr/bin/make install-recursive make[3]: Entering directory '/home/buildroot/autobuild/run/instance-1/output/build/pax-utils-1.2.2/autotools/gnulib' make[4]: Entering directory '/home/buildroot/autobuild/run/instance-1/output/build/pax-utils-1.2.2/autotools/gnulib' make[5]: Entering directory '/home/buildroot/autobuild/run/instance-1/output/build/pax-utils-1.2.2/autotools/gnulib' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/pax-utils-1.2.2/autotools/gnulib' make[4]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/pax-utils-1.2.2/autotools/gnulib' make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/pax-utils-1.2.2/autotools/gnulib' make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/pax-utils-1.2.2/autotools/gnulib' make[2]: Entering directory '/home/buildroot/autobuild/run/instance-1/output/build/pax-utils-1.2.2' make[3]: Entering directory '/home/buildroot/autobuild/run/instance-1/output/build/pax-utils-1.2.2' /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/target/usr/bin' /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/target/usr/bin' /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/target/usr/share/man/man1' /bin/bash ./libtool --mode=install /usr/bin/install -c scanelf dumpelf pspax scanmacho '/home/buildroot/autobuild/run/instance-1/output/target/usr/bin' /usr/bin/install -c lddtree symtree '/home/buildroot/autobuild/run/instance-1/output/target/usr/bin' /usr/bin/install -c -m 644 man/dumpelf.1 man/pspax.1 man/scanelf.1 man/scanmacho.1 '/home/buildroot/autobuild/run/instance-1/output/target/usr/share/man/man1' libtool: install: /usr/bin/install -c scanelf /home/buildroot/autobuild/run/instance-1/output/target/usr/bin/scanelf libtool: install: /usr/bin/install -c dumpelf /home/buildroot/autobuild/run/instance-1/output/target/usr/bin/dumpelf libtool: install: /usr/bin/install -c pspax /home/buildroot/autobuild/run/instance-1/output/target/usr/bin/pspax libtool: install: /usr/bin/install -c scanmacho /home/buildroot/autobuild/run/instance-1/output/target/usr/bin/scanmacho make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/pax-utils-1.2.2' make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/pax-utils-1.2.2' make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/pax-utils-1.2.2' rm -f /home/buildroot/autobuild/run/instance-1/output/target/usr/bin/{lddtree,symtree} >>> udpxy 1.0.23-9-prod Downloading --2019-06-11 00:06:51-- http://www.udpxy.com/download/1_23/udpxy.1.0.23-9-prod.tar.gz Resolving www.udpxy.com (www.udpxy.com)... 188.42.217.241 Connecting to www.udpxy.com (www.udpxy.com)|188.42.217.241|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 80869 (79K) [application/octet-stream] Saving to: '/home/buildroot/autobuild/run/instance-1/output/build/.udpxy.1.0.23-9-prod.tar.gz.fKDhMJ/output' 0K .......... .......... .......... .......... .......... 63% 3.38M 0s 50K .......... .......... ........ 100% 80.9M=0.01s 2019-06-11 00:06:51 (5.22 MB/s) - '/home/buildroot/autobuild/run/instance-1/output/build/.udpxy.1.0.23-9-prod.tar.gz.fKDhMJ/output' saved [80869/80869] ERROR: udpxy.1.0.23-9-prod.tar.gz has wrong sha256 hash: ERROR: expected: 6ce33b1d14a1aeab4bd2566aca112e41943df4d002a7678d9a715108e6b714bd ERROR: got : d255e9611b94240a4e9cfb3041ec237154edfd345be21c6ead2d498011e6dfa2 ERROR: Incomplete download, or man-in-the-middle (MITM) attack --2019-06-11 00:06:51-- http://sources.buildroot.net/udpxy/udpxy.1.0.23-9-prod.tar.gz Resolving sources.buildroot.net (sources.buildroot.net)... 104.25.211.19, 104.25.210.19, 2606:4700:20::6819:d313, ... Connecting to sources.buildroot.net (sources.buildroot.net)|104.25.211.19|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 77875 (76K) [application/x-gtar-compressed] Saving to: '/home/buildroot/autobuild/run/instance-1/output/build/.udpxy.1.0.23-9-prod.tar.gz.bsk3Nb/output' 0K .......... .......... .......... .......... .......... 65% 10.2M 0s 50K .......... .......... ...... 100% 99.3M=0.005s 2019-06-11 00:06:51 (14.7 MB/s) - '/home/buildroot/autobuild/run/instance-1/output/build/.udpxy.1.0.23-9-prod.tar.gz.bsk3Nb/output' saved [77875/77875] udpxy.1.0.23-9-prod.tar.gz: OK (sha256: 6ce33b1d14a1aeab4bd2566aca112e41943df4d002a7678d9a715108e6b714bd) >>> udpxy 1.0.23-9-prod Extracting gzip -d -c /home/buildroot/autobuild/run/instance-1/dl/udpxy/udpxy.1.0.23-9-prod.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/run/instance-1/output/build/udpxy-1.0.23-9-prod -xf - >>> udpxy 1.0.23-9-prod Patching >>> udpxy 1.0.23-9-prod Configuring >>> udpxy 1.0.23-9-prod Building PATH="/home/buildroot/autobuild/run/instance-1/output/host/bin:/home/buildroot/autobuild/run/instance-1/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" /usr/bin/make -j4 PATH="/home/buildroot/autobuild/run/instance-1/output/host/bin:/home/buildroot/autobuild/run/instance-1/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" AR="/home/buildroot/autobuild/run/instance-1/output/host/bin/arm-linux-ar" AS="/home/buildroot/autobuild/run/instance-1/output/host/bin/arm-linux-as" LD="/home/buildroot/autobuild/run/instance-1/output/host/bin/arm-linux-ld" NM="/home/buildroot/autobuild/run/instance-1/output/host/bin/arm-linux-nm" CC="/home/buildroot/autobuild/run/instance-1/output/host/bin/arm-linux-gcc" GCC="/home/buildroot/autobuild/run/instance-1/output/host/bin/arm-linux-gcc" CPP="/home/buildroot/autobuild/run/instance-1/output/host/bin/arm-linux-cpp" CXX="/home/buildroot/autobuild/run/instance-1/output/host/bin/arm-linux-g++" FC="/home/buildroot/autobuild/run/instance-1/output/host/bin/arm-linux-gfortran" F77="/home/buildroot/autobuild/run/instance-1/output/host/bin/arm-linux-gfortran" RANLIB="/home/buildroot/autobuild/run/instance-1/output/host/bin/arm-linux-ranlib" READELF="/home/buildroot/autobuild/run/instance-1/output/host/bin/arm-linux-readelf" STRIP="/home/buildroot/autobuild/run/instance-1/output/host/bin/arm-linux-strip" OBJCOPY="/home/buildroot/autobuild/run/instance-1/output/host/bin/arm-linux-objcopy" OBJDUMP="/home/buildroot/autobuild/run/instance-1/output/host/bin/arm-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/run/instance-1/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-1/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-1/output/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/run/instance-1/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-1/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/run/instance-1/output/host/bin/arm-linux-as" DEFAULT_LINKER="/home/buildroot/autobuild/run/instance-1/output/host/bin/arm-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/buildroot/autobuild/run/instance-1/output/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/run/instance-1/output/host/arm-buildroot-linux-uclibcgnueabihf/sysroot" INTLTOOL_PERL=/usr/bin/perl -C /home/buildroot/autobuild/run/instance-1/output/build/udpxy-1.0.23-9-prod make[1]: Entering directory '/home/buildroot/autobuild/run/instance-1/output/build/udpxy-1.0.23-9-prod' /home/buildroot/autobuild/run/instance-1/output/host/bin/arm-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DUDPXREC_MOD -MM udpxy.c sloop.c rparse.c util.c prbuf.c ifaddr.c ctx.c mkpg.c rtp.c uopt.c dpkt.c netop.c extrn.c main.c udpxrec.c > udpxy.dep -e Making a [release] version (use 'debug' target as an alternative) make[2]: Entering directory '/home/buildroot/autobuild/run/instance-1/output/build/udpxy-1.0.23-9-prod' /home/buildroot/autobuild/run/instance-1/output/host/bin/arm-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c udpxy.c -o udpxy.o /home/buildroot/autobuild/run/instance-1/output/host/bin/arm-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c sloop.c -o sloop.o /home/buildroot/autobuild/run/instance-1/output/host/bin/arm-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c rparse.c -o rparse.o /home/buildroot/autobuild/run/instance-1/output/host/bin/arm-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c util.c -o util.o /home/buildroot/autobuild/run/instance-1/output/host/bin/arm-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c prbuf.c -o prbuf.o /home/buildroot/autobuild/run/instance-1/output/host/bin/arm-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c ifaddr.c -o ifaddr.o /home/buildroot/autobuild/run/instance-1/output/host/bin/arm-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c ctx.c -o ctx.o /home/buildroot/autobuild/run/instance-1/output/host/bin/arm-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c mkpg.c -o mkpg.o /home/buildroot/autobuild/run/instance-1/output/host/bin/arm-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c rtp.c -o rtp.o /home/buildroot/autobuild/run/instance-1/output/host/bin/arm-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c uopt.c -o uopt.o /home/buildroot/autobuild/run/instance-1/output/host/bin/arm-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c dpkt.c -o dpkt.o /home/buildroot/autobuild/run/instance-1/output/host/bin/arm-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c netop.c -o netop.o /home/buildroot/autobuild/run/instance-1/output/host/bin/arm-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c extrn.c -o extrn.o /home/buildroot/autobuild/run/instance-1/output/host/bin/arm-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c main.c -o main.o /home/buildroot/autobuild/run/instance-1/output/host/bin/arm-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c udpxrec.c -o udpxrec.o /home/buildroot/autobuild/run/instance-1/output/host/bin/arm-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -DTRACE_MODULE -o udpxy udpxy.o sloop.o rparse.o util.o prbuf.o ifaddr.o ctx.o mkpg.o rtp.o uopt.o dpkt.o netop.o extrn.o main.o udpxrec.o -rwxr-xr-x 1 buildroot buildroot 123544 Jun 11 00:06 udpxy ln -s udpxy udpxrec make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/udpxy-1.0.23-9-prod' make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/udpxy-1.0.23-9-prod' >>> udpxy 1.0.23-9-prod Installing to target PATH="/home/buildroot/autobuild/run/instance-1/output/host/bin:/home/buildroot/autobuild/run/instance-1/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/run/instance-1/output/target PREFIX=/usr -C /home/buildroot/autobuild/run/instance-1/output/build/udpxy-1.0.23-9-prod install make[1]: Entering directory '/home/buildroot/autobuild/run/instance-1/output/build/udpxy-1.0.23-9-prod' -rwxr-xr-x 1 buildroot buildroot 123544 Jun 11 00:06 /home/buildroot/autobuild/run/instance-1/output/target/usr/bin/udpxy -rwxr-xr-x 1 buildroot buildroot 123544 Jun 11 00:06 /home/buildroot/autobuild/run/instance-1/output/target/usr/bin/udpxrec Installation of udpxy is complete make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output/build/udpxy-1.0.23-9-prod' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/buildroot/autobuild/run/instance-1/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/buildroot/autobuild/run/instance-1/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib32" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./etc/mtab" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./etc/resolv.conf" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] ./support/scripts/check-uniq-files -t host /home/buildroot/autobuild/run/instance-1/output/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: [u'host-m4', u'host-libtool', u'host-autoconf', u'host-automake', u'host-bison'] /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/buildroot/autobuild/run/instance-1/output/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/buildroot/autobuild/run/instance-1/output/target/etc/inittab if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /home/buildroot/autobuild/run/instance-1/output/target/etc/shells || echo "/bin/ash" >> /home/buildroot/autobuild/run/instance-1/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/buildroot/autobuild/run/instance-1/output/target/etc/shells || echo "/bin/hush" >> /home/buildroot/autobuild/run/instance-1/output/target/etc/shells; fi grep: ./.config: No such file or directory mkdir -p /home/buildroot/autobuild/run/instance-1/output/host/etc/meson sed -e "s%@TARGET_CROSS@%/home/buildroot/autobuild/run/instance-1/output/host/bin/arm-linux-%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%arm1176jzf-s%g" -e "s%@TARGET_ENDIAN@%"little"%g" -e "s%@TARGET_CFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/run/instance-1/output/host%g" package/meson//cross-compilation.conf.in > /home/buildroot/autobuild/run/instance-1/output/host/etc/meson/cross-compilation.conf mkdir -p /home/buildroot/autobuild/run/instance-1/output/target/etc echo "buildroot" > /home/buildroot/autobuild/run/instance-1/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/run/instance-1/output/target/etc/hosts mkdir -p /home/buildroot/autobuild/run/instance-1/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/run/instance-1/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/run/instance-1/output/target/etc/shadow rm -f /home/buildroot/autobuild/run/instance-1/output/target/bin/sh rm -f /home/buildroot/autobuild/run/instance-1/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/autobuild/run/instance-1/output/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/run/instance-1/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/run/instance-1/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/run/instance-1/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/run/instance-1/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/include /home/buildroot/autobuild/run/instance-1/output/target/usr/share/aclocal \ /home/buildroot/autobuild/run/instance-1/output/target/usr/lib/pkgconfig /home/buildroot/autobuild/run/instance-1/output/target/usr/share/pkgconfig \ /home/buildroot/autobuild/run/instance-1/output/target/usr/lib/cmake /home/buildroot/autobuild/run/instance-1/output/target/usr/share/cmake find /home/buildroot/autobuild/run/instance-1/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/run/instance-1/output/target/lib/ /home/buildroot/autobuild/run/instance-1/output/target/usr/lib/ /home/buildroot/autobuild/run/instance-1/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: '/home/buildroot/autobuild/run/instance-1/output/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/share/gdb rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/share/zsh rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/man /home/buildroot/autobuild/run/instance-1/output/target/usr/share/man rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/info /home/buildroot/autobuild/run/instance-1/output/target/usr/share/info rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/doc /home/buildroot/autobuild/run/instance-1/output/target/usr/share/doc rm -rf /home/buildroot/autobuild/run/instance-1/output/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/run/instance-1/output/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/run/instance-1/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/autobuild/run/instance-1/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/run/instance-1/output/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/autobuild/run/instance-1/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/autobuild/run/instance-1/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/run/instance-1/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/run/instance-1/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.08-git-00226-g947b625bb6"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2019.08-git\"" \ ) > /home/buildroot/autobuild/run/instance-1/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/run/instance-1/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/autobuild/run/instance-1/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/run/instance-1/output/target/usr make: Leaving directory '/home/buildroot/autobuild/run/instance-1/buildroot' make: Entering directory '/home/buildroot/autobuild/run/instance-1/buildroot' >>> Buildroot 2019.08-git-00226-g947b625bb6 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton 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 >>> arp-scan 1.9.5 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libpcap 1.9.0 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny c6dcdcdef801127549d3906d153c061880d25a73 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) extra/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> bonnie 1.03e Collecting legal info ERROR: No hash found for copyright.txt >>> busybox 1.30.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> inconsolata 001.010 Collecting legal info ERROR: No hash found for OFL.txt >>> initscripts Collecting legal info >>> libexif 0.6.21 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libopenssl 1.1.1c Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> openssl Collecting legal info >>> openvpn 2.4.7 Collecting legal info COPYRIGHT.GPL: OK (sha256: 1fcb78d7e478bb8a9408010bdc91b36e213b1facfad093df3f7ce7e28af19043) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pax-utils 1.2.2 Collecting legal info ERROR: No hash found for COPYING >>> udpxy 1.0.23-9-prod Collecting legal info ERROR: No hash found for README WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/run/instance-1/output/legal-info make: Leaving directory '/home/buildroot/autobuild/run/instance-1/buildroot'