checking whether wcslen is declared without a macro... yes checking whether wcsnlen is declared without a macro... yes checking whether wcscpy is declared without a macro... yes checking whether wcpcpy is declared without a macro... yes checking whether wcsncpy is declared without a macro... yes checking whether wcpncpy is declared without a macro... yes checking whether wcscat is declared without a macro... yes checking whether wcsncat is declared without a macro... yes checking whether wcscmp is declared without a macro... yes checking whether wcsncmp is declared without a macro... yes checking whether wcscasecmp is declared without a macro... yes checking whether wcsncasecmp is declared without a macro... yes checking whether wcscoll is declared without a macro... yes checking whether wcsxfrm is declared without a macro... yes checking whether wcsdup is declared without a macro... yes checking whether wcschr is declared without a macro... yes checking whether wcsrchr is declared without a macro... yes checking whether wcscspn is declared without a macro... yes checking whether wcsspn is declared without a macro... yes checking whether wcspbrk is declared without a macro... yes checking whether wcsstr is declared without a macro... yes checking whether wcstok is declared without a macro... yes checking whether wcswidth is declared without a macro... yes checking for stdint.h... (cached) yes checking CFLAGS for maximum warnings... -Wall checking whether C compiler accepts -Wunused... yes checking whether C compiler accepts -Wimplicit... yes checking whether C compiler accepts -Wshadow... yes checking whether C compiler accepts -Wformat=2... yes checking whether C compiler accepts -Wmissing-declarations... yes checking whether C compiler accepts -Wno-missing-prototypes... yes checking whether C compiler accepts -Wwrite-strings... yes checking whether C compiler accepts -Wbad-function-cast... yes checking whether C compiler accepts -Wnested-externs... yes checking whether C compiler accepts -Wcomment... yes checking whether C compiler accepts -Winline... yes checking whether C compiler accepts -Wchar-subscripts... yes checking whether C compiler accepts -Wcast-align... yes checking whether C compiler accepts -Wno-format-nonliteral... yes checking whether C compiler accepts -Wsequence-point... yes checking whether C compiler accepts -Wold-style-definition... yes checking whether C compiler accepts -Wextra... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating autotools/gnulib/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls >>> pax-utils 1.2.2 Building PATH="/home/buildroot/buildroot-test/instance-1/output/host/bin:/home/buildroot/buildroot-test/instance-1/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" /usr/bin/make -j2 -C /home/buildroot/buildroot-test/instance-1/output/build/pax-utils-1.2.2/ /usr/bin/make all-recursive Making all in autotools/gnulib GEN alloca.h GEN c++defs.h GEN arg-nonnull.h GEN warn-on-use.h GEN limits.h GEN stdint.h GEN stdio.h GEN stdlib.h GEN string.h GEN strings.h GEN sys/stat.h GEN sys/time.h GEN sys/types.h GEN time.h GEN unistd.h GEN wchar.h GEN dirent.h GEN fcntl.h GEN math.h /usr/bin/make all-recursive CC cloexec.o CC dirname-lgpl.o CC basename-lgpl.o CC stripslash.o CC exitfail.o CC fd-hook.o CC filenamecat-lgpl.o CC getprogname.o CC gettime.o CC malloca.o CC math.o CC openat-die.o CC printf-frexp.o CC printf-frexpl.o CC progname.o CC save-cwd.o CC stat-time.o CC statat.o CC timespec.o CC unistd.o CC dup-safer.o CC fd-safer.o CC pipe-safer.o CC utimens.o CC xsize.o CC asnprintf.o CC asprintf.o CC canonicalize-lgpl.o CC chdir-long.o canonicalize-lgpl.c: In function 'rpl_realpath': canonicalize-lgpl.c:320:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (n >= SIZE_MAX - len || n + len >= path_max) ^~ canonicalize-lgpl.c:320:50: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (n >= SIZE_MAX - len || n + len >= path_max) ^~ CC fcntl.o CC fdopendir.o CC fstatat.o CC getcwd-lgpl.o CC getdelim.o CC getgroups.o getdelim.c: In function 'rpl_getdelim': getdelim.c:141:30: warning: signed and unsigned type in conditional expression [-Wsign-compare] result = cur_len ? cur_len : result; ^ CC getline.o CC gettimeofday.o CC group-member.o CC lstat.o In file included from group-member.c:28:0: group-member.c: In function 'get_group_info': xalloc-oversized.h:31:73: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] ((size_t) (PTRDIFF_MAX < SIZE_MAX ? PTRDIFF_MAX : SIZE_MAX - 1) / (s) < (n)) ^ xalloc-oversized.h:50:7: note: in expansion of macro '__xalloc_oversized' ? __xalloc_oversized (n, s) \ ^~~~~~~~~~~~~~~~~~ group-member.c:57:16: note: in expansion of macro 'xalloc_oversized' && ! xalloc_oversized (n_group_slots, sizeof *gi->group)) ^~~~~~~~~~~~~~~~ CC memchr.o CC mkdir.o memchr.c: In function 'rpl_memchr': memchr.c:84:18: warning: cast increases required alignment of target type [-Wcast-align] longword_ptr = (const longword *) char_ptr; ^ CC openat.o CC openat-proc.o CC printf-args.o CC printf-parse.o CC readlink.o CC readlinkat.o CC rename.o CC renameat.o CC rmdir.o CC signbitd.o CC signbitf.o CC signbitl.o CC stat.o CC strcasestr.o CC strerror.o CC strerror-override.o CC symlink.o CC symlinkat.o CC unlink.o CC unlinkat.o CC vasnprintf.o CC vasprintf.o vasnprintf.c: In function 'max_room_needed': vasnprintf.c:1535:37: warning: unused parameter 'flags' [-Wunused-parameter] arg_type type, int flags, size_t width, int has_precision, ^~~~~ vasnprintf.c: In function 'vasnprintf': vasnprintf.c:2686:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (precision < count) ^ vasnprintf.c:5107:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (count < maxlen ^ vasnprintf.c: In function 'scale10_round_decimal_long_double': vasnprintf.c:1299:10: warning: 'e' may be used uninitialized in this function [-Wmaybe-uninitialized] return scale10_round_decimal_decoded (e, m, memory, n); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vasnprintf.c: In function 'scale10_round_decimal_double': vasnprintf.c:1317:10: warning: 'e' may be used uninitialized in this function [-Wmaybe-uninitialized] return scale10_round_decimal_decoded (e, m, memory, n); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ AR libgnu.a CC paxelf.lo CC paxinc.lo 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 paxldso.lo CC paxmacho.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)); ^~~ CC security.lo 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) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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); ^~~~~~~~~~~~~~~~~ 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", \ ^ 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", \ ^ 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", \ ^ 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", \ ^ dumpelf.c:362:9: note: in definition of macro 'DUMP_SHDR' printf("/* Section Header #%zu '%s' 0x%tX */\n{\n", \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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_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", \ ^ 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", \ ^ dumpelf.c:476:9: note: in definition of macro 'DUMP_DYN' printf("/* Dynamic tag #%zu '%s' 0x%tX */\n{\n", \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC pspax.o CC scanmacho.o cp lddtree.sh lddtree cp symtree.sh symtree 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 dumpelf CCLD pspax CCLD scanmacho CCLD scanelf >>> pax-utils 1.2.2 Installing to target PATH="/home/buildroot/buildroot-test/instance-1/output/host/bin:/home/buildroot/buildroot-test/instance-1/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" /usr/bin/make -j2 DESTDIR=/home/buildroot/buildroot-test/instance-1/output/target install -C /home/buildroot/buildroot-test/instance-1/output/build/pax-utils-1.2.2/ Making install in autotools/gnulib /usr/bin/make install-recursive make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. /bin/mkdir -p '/home/buildroot/buildroot-test/instance-1/output/target/usr/bin' /bin/mkdir -p '/home/buildroot/buildroot-test/instance-1/output/target/usr/bin' /bin/sh ./libtool --mode=install /usr/bin/install -c scanelf dumpelf pspax scanmacho '/home/buildroot/buildroot-test/instance-1/output/target/usr/bin' /usr/bin/install -c lddtree symtree '/home/buildroot/buildroot-test/instance-1/output/target/usr/bin' /bin/mkdir -p '/home/buildroot/buildroot-test/instance-1/output/target/usr/share/man/man1' /usr/bin/install -c -m 644 man/dumpelf.1 man/pspax.1 man/scanelf.1 man/scanmacho.1 '/home/buildroot/buildroot-test/instance-1/output/target/usr/share/man/man1' libtool: install: /usr/bin/install -c scanelf /home/buildroot/buildroot-test/instance-1/output/target/usr/bin/scanelf libtool: install: /usr/bin/install -c dumpelf /home/buildroot/buildroot-test/instance-1/output/target/usr/bin/dumpelf libtool: install: /usr/bin/install -c pspax /home/buildroot/buildroot-test/instance-1/output/target/usr/bin/pspax libtool: install: /usr/bin/install -c scanmacho /home/buildroot/buildroot-test/instance-1/output/target/usr/bin/scanmacho rm -f /home/buildroot/buildroot-test/instance-1/output/target/usr/bin/{lddtree,symtree} >>> pixiewps 9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 Downloading --2018-04-13 18:54:12-- https://github.com/wiire-a/pixiewps/archive/9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59/pixiewps-9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59.tar.gz Resolving github.com (github.com)... 192.30.253.113, 192.30.253.112 Connecting to github.com (github.com)|192.30.253.113|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/wiire-a/pixiewps/tar.gz/9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 [following] --2018-04-13 18:54:13-- https://codeload.github.com/wiire-a/pixiewps/tar.gz/9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 Resolving codeload.github.com (codeload.github.com)... 192.30.253.121, 192.30.253.120 Connecting to codeload.github.com (codeload.github.com)|192.30.253.121|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/home/buildroot/buildroot-test/instance-1/output/build/.pixiewps-9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59.tar.gz.IN1Lb6/output' 0K .......... .......... .......... .......... .......... 236K 50K .......... .......... .......... .......... .......... 473K 100K .......... .......... .......... .......... .......... 6.41M 150K ......... 13.3M=0.3s 2018-04-13 18:54:14 (488 KB/s) - '/home/buildroot/buildroot-test/instance-1/output/build/.pixiewps-9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59.tar.gz.IN1Lb6/output' saved [162933] pixiewps-9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59.tar.gz: OK (sha256: d3d3cf57851e3e734fb1797aa078239ef161d1cbeffc4438497d58a425ef22a2) >>> pixiewps 9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 Extracting gzip -d -c /home/buildroot/buildroot-test/instance-1/dl/pixiewps/pixiewps-9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59.tar.gz | tar --strip-components=1 -C /home/buildroot/buildroot-test/instance-1/output/build/pixiewps-9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 -xf - >>> pixiewps 9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 Patching >>> pixiewps 9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 Configuring >>> pixiewps 9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 Building PATH="/home/buildroot/buildroot-test/instance-1/output/host/bin:/home/buildroot/buildroot-test/instance-1/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" /usr/bin/make -j2 CC=/home/buildroot/buildroot-test/instance-1/output/host/bin/arm-linux-gcc -C /home/buildroot/buildroot-test/instance-1/output/build/pixiewps-9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 /home/buildroot/buildroot-test/instance-1/output/host/bin/arm-linux-gcc -O3 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_2expt.o src/crypto/tfm/fp_2expt.c /home/buildroot/buildroot-test/instance-1/output/host/bin/arm-linux-gcc -O3 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_add.o src/crypto/tfm/fp_add.c /home/buildroot/buildroot-test/instance-1/output/host/bin/arm-linux-gcc -O3 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_cmp.o src/crypto/tfm/fp_cmp.c /home/buildroot/buildroot-test/instance-1/output/host/bin/arm-linux-gcc -O3 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_cmp_d.o src/crypto/tfm/fp_cmp_d.c /home/buildroot/buildroot-test/instance-1/output/host/bin/arm-linux-gcc -O3 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_cmp_mag.o src/crypto/tfm/fp_cmp_mag.c /home/buildroot/buildroot-test/instance-1/output/host/bin/arm-linux-gcc -O3 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_count_bits.o src/crypto/tfm/fp_count_bits.c /home/buildroot/buildroot-test/instance-1/output/host/bin/arm-linux-gcc -O3 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_div.o src/crypto/tfm/fp_div.c /home/buildroot/buildroot-test/instance-1/output/host/bin/arm-linux-gcc -O3 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_div_2.o src/crypto/tfm/fp_div_2.c /home/buildroot/buildroot-test/instance-1/output/host/bin/arm-linux-gcc -O3 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_div_2d.o src/crypto/tfm/fp_div_2d.c /home/buildroot/buildroot-test/instance-1/output/host/bin/arm-linux-gcc -O3 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_exptmod.o src/crypto/tfm/fp_exptmod.c /home/buildroot/buildroot-test/instance-1/output/host/bin/arm-linux-gcc -O3 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_invmod.o src/crypto/tfm/fp_invmod.c /home/buildroot/buildroot-test/instance-1/output/host/bin/arm-linux-gcc -O3 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_lshd.o src/crypto/tfm/fp_lshd.c /home/buildroot/buildroot-test/instance-1/output/host/bin/arm-linux-gcc -O3 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_mod.o src/crypto/tfm/fp_mod.c /home/buildroot/buildroot-test/instance-1/output/host/bin/arm-linux-gcc -O3 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_mod_2d.o src/crypto/tfm/fp_mod_2d.c /home/buildroot/buildroot-test/instance-1/output/host/bin/arm-linux-gcc -O3 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_montgomery_reduce.o src/crypto/tfm/fp_montgomery_reduce.c /home/buildroot/buildroot-test/instance-1/output/host/bin/arm-linux-gcc -O3 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_montgomery_setup.o src/crypto/tfm/fp_montgomery_setup.c /home/buildroot/buildroot-test/instance-1/output/host/bin/arm-linux-gcc -O3 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_montgomery_calc_normalization.o src/crypto/tfm/fp_montgomery_calc_normalization.c /home/buildroot/buildroot-test/instance-1/output/host/bin/arm-linux-gcc -O3 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_mul.o src/crypto/tfm/fp_mul.c /home/buildroot/buildroot-test/instance-1/output/host/bin/arm-linux-gcc -O3 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_mul_2.o src/crypto/tfm/fp_mul_2.c /home/buildroot/buildroot-test/instance-1/output/host/bin/arm-linux-gcc -O3 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_mul_2d.o src/crypto/tfm/fp_mul_2d.c /home/buildroot/buildroot-test/instance-1/output/host/bin/arm-linux-gcc -O3 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_mul_comba.o src/crypto/tfm/fp_mul_comba.c /home/buildroot/buildroot-test/instance-1/output/host/bin/arm-linux-gcc -O3 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_mul_d.o src/crypto/tfm/fp_mul_d.c /home/buildroot/buildroot-test/instance-1/output/host/bin/arm-linux-gcc -O3 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_mulmod.o src/crypto/tfm/fp_mulmod.c /home/buildroot/buildroot-test/instance-1/output/host/bin/arm-linux-gcc -O3 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_read_unsigned_bin.o src/crypto/tfm/fp_read_unsigned_bin.c /home/buildroot/buildroot-test/instance-1/output/host/bin/arm-linux-gcc -O3 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_reverse.o src/crypto/tfm/fp_reverse.c /home/buildroot/buildroot-test/instance-1/output/host/bin/arm-linux-gcc -O3 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_rshd.o src/crypto/tfm/fp_rshd.c /home/buildroot/buildroot-test/instance-1/output/host/bin/arm-linux-gcc -O3 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_set.o src/crypto/tfm/fp_set.c /home/buildroot/buildroot-test/instance-1/output/host/bin/arm-linux-gcc -O3 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_sqr.o src/crypto/tfm/fp_sqr.c /home/buildroot/buildroot-test/instance-1/output/host/bin/arm-linux-gcc -O3 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_sqr_comba_generic.o src/crypto/tfm/fp_sqr_comba_generic.c /home/buildroot/buildroot-test/instance-1/output/host/bin/arm-linux-gcc -O3 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_sub.o src/crypto/tfm/fp_sub.c /home/buildroot/buildroot-test/instance-1/output/host/bin/arm-linux-gcc -O3 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_to_unsigned_bin.o src/crypto/tfm/fp_to_unsigned_bin.c /home/buildroot/buildroot-test/instance-1/output/host/bin/arm-linux-gcc -O3 -Isrc/crypto/tfm -c -o src/crypto/tfm/fp_unsigned_bin_size.o src/crypto/tfm/fp_unsigned_bin_size.c /home/buildroot/buildroot-test/instance-1/output/host/bin/arm-linux-gcc -O3 -Isrc/crypto/tfm -c -o src/crypto/tfm/s_fp_add.o src/crypto/tfm/s_fp_add.c /home/buildroot/buildroot-test/instance-1/output/host/bin/arm-linux-gcc -O3 -Isrc/crypto/tfm -c -o src/crypto/tfm/s_fp_sub.o src/crypto/tfm/s_fp_sub.c /home/buildroot/buildroot-test/instance-1/output/host/bin/arm-linux-gcc -O3 -Isrc/crypto/tc -c -o src/crypto/tc/aes_cbc.o src/crypto/tc/aes_cbc.c /home/buildroot/buildroot-test/instance-1/output/host/bin/arm-linux-gcc -O3 -Isrc/crypto/tc -c -o src/crypto/tc/aes.o src/crypto/tc/aes.c /home/buildroot/buildroot-test/instance-1/output/host/bin/arm-linux-gcc -std=c99 -I src/crypto/tc -O3 -o pixiewps src/pixiewps.c -lpthread src/crypto/tfm/fp_2expt.o src/crypto/tfm/fp_add.o src/crypto/tfm/fp_cmp.o src/crypto/tfm/fp_cmp_d.o src/crypto/tfm/fp_cmp_mag.o src/crypto/tfm/fp_count_bits.o src/crypto/tfm/fp_div.o src/crypto/tfm/fp_div_2.o src/crypto/tfm/fp_div_2d.o src/crypto/tfm/fp_exptmod.o src/crypto/tfm/fp_invmod.o src/crypto/tfm/fp_lshd.o src/crypto/tfm/fp_mod.o src/crypto/tfm/fp_mod_2d.o src/crypto/tfm/fp_montgomery_reduce.o src/crypto/tfm/fp_montgomery_setup.o src/crypto/tfm/fp_montgomery_calc_normalization.o src/crypto/tfm/fp_mul.o src/crypto/tfm/fp_mul_2.o src/crypto/tfm/fp_mul_2d.o src/crypto/tfm/fp_mul_comba.o src/crypto/tfm/fp_mul_d.o src/crypto/tfm/fp_mulmod.o src/crypto/tfm/fp_read_unsigned_bin.o src/crypto/tfm/fp_reverse.o src/crypto/tfm/fp_rshd.o src/crypto/tfm/fp_set.o src/crypto/tfm/fp_sqr.o src/crypto/tfm/fp_sqr_comba_generic.o src/crypto/tfm/fp_sub.o src/crypto/tfm/fp_to_unsigned_bin.o src/crypto/tfm/fp_unsigned_bin_size.o src/crypto/tfm/s_fp_add.o src/crypto/tfm/s_fp_sub.o src/crypto/tc/aes_cbc.o src/crypto/tc/aes.o src/pixiewps.c:27:21: fatal error: pthread.h: No such file or directory #include ^ compilation terminated. make[2]: *** [pixiewps] Error 1 make[1]: *** [/home/buildroot/buildroot-test/instance-1/output/build/pixiewps-9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59/.stamp_built] Error 2 make: *** [_all] Error 2 make: Leaving directory `/home/buildroot/buildroot-test/instance-1/buildroot'