checking whether wmemmove is declared without a macro... yes checking whether wmemset is declared without a macro... yes 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 for LIBCAP... 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/autobuild/run/instance-1/output/host/bin:/home/buildroot/autobuild/run/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 -C /home/buildroot/autobuild/run/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 sys/types.h GEN dirent.h GEN fcntl.h GEN math.h GEN stdio.h GEN stdlib.h GEN string.h GEN strings.h GEN sys/stat.h GEN sys/time.h GEN time.h GEN unistd.h GEN wchar.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 CC fcntl.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 fdopendir.o CC fstatat.o CC getcwd-lgpl.o CC getdelim.o CC getgroups.o CC getline.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 gettimeofday.o CC group-member.o CC lstat.o CC memchr.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; ^ 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 mkdir.o 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 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)); ^~~ 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); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC security.lo 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 xfuncs.lo CC scanelf.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); ^~~~~~~~~~~~~~~~~ CC dumpelf.o 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", \ ^ 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", \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC pspax.o 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 scanmacho.o cp lddtree.sh lddtree cp symtree.sh symtree CCLD libpaxutils.la CCLD dumpelf CCLD pspax CCLD scanmacho 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 scanelf >>> 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/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /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/ 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/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' /usr/bin/install -c lddtree symtree '/home/buildroot/autobuild/run/instance-1/output/target/usr/bin' /bin/sh ./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 -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 rm -f /home/buildroot/autobuild/run/instance-1/output/target/usr/bin/{lddtree,symtree} physfs-3.0.1.tar.bz2: OK (sha256: b77b9f853168d9636a44f75fca372b363106f52d789d18a2f776397bf117f2f1) >>> physfs 3.0.1 Extracting bzcat /home/buildroot/autobuild/run/instance-1/dl/physfs-3.0.1.tar.bz2 | tar --strip-components=1 -C /home/buildroot/autobuild/run/instance-1/output/build/physfs-3.0.1 -xf - >>> physfs 3.0.1 Patching >>> physfs 3.0.1 Configuring (mkdir -p /home/buildroot/autobuild/run/instance-1/output/build/physfs-3.0.1/ && cd /home/buildroot/autobuild/run/instance-1/output/build/physfs-3.0.1/ && rm -f CMakeCache.txt && PATH="/home/buildroot/autobuild/run/instance-1/output/host/bin:/home/buildroot/autobuild/run/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /home/buildroot/autobuild/run/instance-1/output/host/bin/cmake /home/buildroot/autobuild/run/instance-1/output/build/physfs-3.0.1/ -DCMAKE_TOOLCHAIN_FILE="/home/buildroot/autobuild/run/instance-1/output/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON -DPHYSFS_BUILD_TEST=OFF -DPHYSFS_BUILD_SHARED=ON -DPHYSFS_BUILD_STATIC=OFF ) -- The C compiler identification is GNU 6.4.0 -- The CXX compiler identification is GNU 6.4.0 -- Check for working C compiler: /home/buildroot/autobuild/run/instance-1/output/host/bin/arm-linux-gcc -- Check for working C compiler: /home/buildroot/autobuild/run/instance-1/output/host/bin/arm-linux-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /home/buildroot/autobuild/run/instance-1/output/host/bin/arm-linux-g++ -- Check for working CXX compiler: /home/buildroot/autobuild/run/instance-1/output/host/bin/arm-linux-g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- Doxygen not found. You won't be able to build documentation. -- PhysicsFS will build with the following options: -- ZIP support: enabled -- 7zip support: enabled -- GRP support: enabled -- WAD support: enabled -- HOG support: enabled -- MVL support: enabled -- QPAK support: enabled -- SLB support: enabled -- VDF support: enabled -- ISO9660 support: enabled -- Build static library: disabled -- Build shared library: enabled -- Build stdio test program: disabled -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_TEST BUILD_TESTING BUILD_TESTS -- Build files have been written to: /home/buildroot/autobuild/run/instance-1/output/build/physfs-3.0.1 >>> physfs 3.0.1 Building PATH="/home/buildroot/autobuild/run/instance-1/output/host/bin:/home/buildroot/autobuild/run/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-1/output/build/physfs-3.0.1/ Scanning dependencies of target physfs [ 9%] Building C object CMakeFiles/physfs.dir/src/physfs.c.o [ 9%] Building C object CMakeFiles/physfs.dir/src/physfs_byteorder.c.o [ 14%] Building C object CMakeFiles/physfs.dir/src/physfs_unicode.c.o [ 19%] Building C object CMakeFiles/physfs.dir/src/physfs_platform_posix.c.o /home/buildroot/autobuild/run/instance-1/output/build/physfs-3.0.1/src/physfs_platform_posix.c:24:21: fatal error: pthread.h: No such file or directory #include ^ compilation terminated. make[4]: *** [CMakeFiles/physfs.dir/src/physfs_platform_posix.c.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [CMakeFiles/physfs.dir/all] Error 2 make[2]: *** [all] Error 2 make[1]: *** [/home/buildroot/autobuild/run/instance-1/output/build/physfs-3.0.1/.stamp_built] Error 2 make: *** [_all] Error 2 make: Leaving directory `/home/buildroot/autobuild/run/instance-1/buildroot'