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 make[5]: Leaving directory `/accts/mlweber1/instance-3/output/build/pax-utils-1.2.2/autotools/gnulib' make[4]: Leaving directory `/accts/mlweber1/instance-3/output/build/pax-utils-1.2.2/autotools/gnulib' make[3]: Leaving directory `/accts/mlweber1/instance-3/output/build/pax-utils-1.2.2/autotools/gnulib' make[3]: Entering directory `/accts/mlweber1/instance-3/output/build/pax-utils-1.2.2' CC paxelf.lo CC paxinc.lo CC paxldso.lo CC paxmacho.lo CC security.lo CC xfuncs.lo CC scanelf.o CC dumpelf.o CC pspax.o cp lddtree.sh lddtree cp symtree.sh symtree CC scanmacho.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", \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CCLD libpaxutils.la CCLD dumpelf CCLD pspax CCLD scanmacho CCLD scanelf make[3]: Leaving directory `/accts/mlweber1/instance-3/output/build/pax-utils-1.2.2' make[2]: Leaving directory `/accts/mlweber1/instance-3/output/build/pax-utils-1.2.2' make[1]: Leaving directory `/accts/mlweber1/instance-3/output/build/pax-utils-1.2.2' >>> pax-utils 1.2.2 Installing to target PATH="/accts/mlweber1/instance-3/output/host/bin:/accts/mlweber1/instance-3/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j32 DESTDIR=/accts/mlweber1/instance-3/output/target install -C /accts/mlweber1/instance-3/output/build/pax-utils-1.2.2/ make[1]: Entering directory `/accts/mlweber1/instance-3/output/build/pax-utils-1.2.2' Making install in autotools/gnulib make[2]: Entering directory `/accts/mlweber1/instance-3/output/build/pax-utils-1.2.2/autotools/gnulib' /usr/bin/make install-recursive make[3]: Entering directory `/accts/mlweber1/instance-3/output/build/pax-utils-1.2.2/autotools/gnulib' make[4]: Entering directory `/accts/mlweber1/instance-3/output/build/pax-utils-1.2.2/autotools/gnulib' make[5]: Entering directory `/accts/mlweber1/instance-3/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 `/accts/mlweber1/instance-3/output/build/pax-utils-1.2.2/autotools/gnulib' make[4]: Leaving directory `/accts/mlweber1/instance-3/output/build/pax-utils-1.2.2/autotools/gnulib' make[3]: Leaving directory `/accts/mlweber1/instance-3/output/build/pax-utils-1.2.2/autotools/gnulib' make[2]: Leaving directory `/accts/mlweber1/instance-3/output/build/pax-utils-1.2.2/autotools/gnulib' make[2]: Entering directory `/accts/mlweber1/instance-3/output/build/pax-utils-1.2.2' make[3]: Entering directory `/accts/mlweber1/instance-3/output/build/pax-utils-1.2.2' /bin/mkdir -p '/accts/mlweber1/instance-3/output/target/usr/bin' /bin/mkdir -p '/accts/mlweber1/instance-3/output/target/usr/bin' /bin/mkdir -p '/accts/mlweber1/instance-3/output/target/usr/share/man/man1' /usr/bin/install -c lddtree symtree '/accts/mlweber1/instance-3/output/target/usr/bin' /bin/sh ./libtool --mode=install /usr/bin/install -c scanelf dumpelf pspax scanmacho '/accts/mlweber1/instance-3/output/target/usr/bin' /usr/bin/install -c -m 644 man/dumpelf.1 man/pspax.1 man/scanelf.1 man/scanmacho.1 '/accts/mlweber1/instance-3/output/target/usr/share/man/man1' libtool: install: /usr/bin/install -c scanelf /accts/mlweber1/instance-3/output/target/usr/bin/scanelf libtool: install: /usr/bin/install -c dumpelf /accts/mlweber1/instance-3/output/target/usr/bin/dumpelf libtool: install: /usr/bin/install -c pspax /accts/mlweber1/instance-3/output/target/usr/bin/pspax libtool: install: /usr/bin/install -c scanmacho /accts/mlweber1/instance-3/output/target/usr/bin/scanmacho make[3]: Leaving directory `/accts/mlweber1/instance-3/output/build/pax-utils-1.2.2' make[2]: Leaving directory `/accts/mlweber1/instance-3/output/build/pax-utils-1.2.2' make[1]: Leaving directory `/accts/mlweber1/instance-3/output/build/pax-utils-1.2.2' rm -f /accts/mlweber1/instance-3/output/target/usr/bin/{lddtree,symtree} stress-1.0.4.tar.gz: OK (sha256: 057e4fc2a7706411e1014bf172e4f94b63a12f18412378fca8684ca92408825b) >>> stress 1.0.4 Extracting gzip -d -c /accts/mlweber1/instance-3/dl/stress-1.0.4.tar.gz | tar --strip-components=1 -C /accts/mlweber1/instance-3/output/build/stress-1.0.4 -xf - >>> stress 1.0.4 Patching >>> stress 1.0.4 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /accts/mlweber1/instance-3/output/build/stress-1.0.4 -name $file); do cp support/gnuconfig/$file $i; done; done >>> stress 1.0.4 Patching libtool >>> stress 1.0.4 Configuring (cd /accts/mlweber1/instance-3/output/build/stress-1.0.4/ && rm -rf config.cache && PATH="/accts/mlweber1/instance-3/output/host/bin:/accts/mlweber1/instance-3/output/host/sbin:/usr/bin:/bin" AR="/accts/mlweber1/instance-3/output/host/bin/powerpc-linux-ar" AS="/accts/mlweber1/instance-3/output/host/bin/powerpc-linux-as" LD="/accts/mlweber1/instance-3/output/host/bin/powerpc-linux-ld" NM="/accts/mlweber1/instance-3/output/host/bin/powerpc-linux-nm" CC="/accts/mlweber1/instance-3/output/host/bin/powerpc-linux-gcc" GCC="/accts/mlweber1/instance-3/output/host/bin/powerpc-linux-gcc" CPP="/accts/mlweber1/instance-3/output/host/bin/powerpc-linux-cpp" CXX="/accts/mlweber1/instance-3/output/host/bin/powerpc-linux-g++" FC="/accts/mlweber1/instance-3/output/host/bin/powerpc-linux-gfortran" F77="/accts/mlweber1/instance-3/output/host/bin/powerpc-linux-gfortran" RANLIB="/accts/mlweber1/instance-3/output/host/bin/powerpc-linux-ranlib" READELF="/accts/mlweber1/instance-3/output/host/bin/powerpc-linux-readelf" STRIP="/accts/mlweber1/instance-3/output/host/bin/powerpc-linux-strip" OBJCOPY="/accts/mlweber1/instance-3/output/host/bin/powerpc-linux-objcopy" OBJDUMP="/accts/mlweber1/instance-3/output/host/bin/powerpc-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/accts/mlweber1/instance-3/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/accts/mlweber1/instance-3/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/accts/mlweber1/instance-3/output/host/include" LDFLAGS_FOR_BUILD="-L/accts/mlweber1/instance-3/output/host/lib -Wl,-rpath,/accts/mlweber1/instance-3/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/accts/mlweber1/instance-3/output/host/bin/powerpc-linux-as" DEFAULT_LINKER="/accts/mlweber1/instance-3/output/host/bin/powerpc-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="/accts/mlweber1/instance-3/output/host/bin/pkg-config" STAGING_DIR="/accts/mlweber1/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl ac_cv_lbl_unaligned_fail=no ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CONFIG_SITE=/dev/null ./configure --target=powerpc-buildroot-linux-uclibc --host=powerpc-buildroot-linux-uclibc --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared --disable-static MAKEINFO=: ) 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, --enable-shared configure: loading site script /dev/null checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for powerpc-buildroot-linux-uclibc-strip... /accts/mlweber1/instance-3/output/host/bin/powerpc-linux-strip checking for powerpc-buildroot-linux-uclibc-gcc... /accts/mlweber1/instance-3/output/host/bin/powerpc-linux-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... yes checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /accts/mlweber1/instance-3/output/host/bin/powerpc-linux-gcc accepts -g... yes checking for /accts/mlweber1/instance-3/output/host/bin/powerpc-linux-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of /accts/mlweber1/instance-3/output/host/bin/powerpc-linux-gcc... none checking how to run the C preprocessor... /accts/mlweber1/instance-3/output/host/bin/powerpc-linux-cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for unistd.h... (cached) yes checking for sqrt in -lm... yes checking for basename in -lgen... no configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating test/Makefile config.status: executing depfiles 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, --enable-shared >>> stress 1.0.4 Building PATH="/accts/mlweber1/instance-3/output/host/bin:/accts/mlweber1/instance-3/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j32 -C /accts/mlweber1/instance-3/output/build/stress-1.0.4/ make[1]: Entering directory `/accts/mlweber1/instance-3/output/build/stress-1.0.4' Making all in . make[2]: Entering directory `/accts/mlweber1/instance-3/output/build/stress-1.0.4' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/accts/mlweber1/instance-3/output/build/stress-1.0.4' Making all in src make[2]: Entering directory `/accts/mlweber1/instance-3/output/build/stress-1.0.4/src' /accts/mlweber1/instance-3/output/host/bin/powerpc-linux-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"stress\" -DVERSION=\"1.0.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBM=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c stress.c /accts/mlweber1/instance-3/output/host/bin/powerpc-linux-gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o stress stress.o -lm make[2]: Leaving directory `/accts/mlweber1/instance-3/output/build/stress-1.0.4/src' Making all in doc make[2]: Entering directory `/accts/mlweber1/instance-3/output/build/stress-1.0.4/doc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/accts/mlweber1/instance-3/output/build/stress-1.0.4/doc' Making all in test make[2]: Entering directory `/accts/mlweber1/instance-3/output/build/stress-1.0.4/test' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/accts/mlweber1/instance-3/output/build/stress-1.0.4/test' make[1]: Leaving directory `/accts/mlweber1/instance-3/output/build/stress-1.0.4' >>> stress 1.0.4 Installing to target PATH="/accts/mlweber1/instance-3/output/host/bin:/accts/mlweber1/instance-3/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j32 DESTDIR=/accts/mlweber1/instance-3/output/target install -C /accts/mlweber1/instance-3/output/build/stress-1.0.4/ make[1]: Entering directory `/accts/mlweber1/instance-3/output/build/stress-1.0.4' Making install in . make[2]: Entering directory `/accts/mlweber1/instance-3/output/build/stress-1.0.4' make[3]: Entering directory `/accts/mlweber1/instance-3/output/build/stress-1.0.4' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/accts/mlweber1/instance-3/output/build/stress-1.0.4' make[2]: Leaving directory `/accts/mlweber1/instance-3/output/build/stress-1.0.4' Making install in src make[2]: Entering directory `/accts/mlweber1/instance-3/output/build/stress-1.0.4/src' make[3]: Entering directory `/accts/mlweber1/instance-3/output/build/stress-1.0.4/src' test -z "/usr/bin" || /bin/mkdir -p "/accts/mlweber1/instance-3/output/target/usr/bin" make[3]: Nothing to be done for `install-data-am'. /usr/bin/install -c 'stress' '/accts/mlweber1/instance-3/output/target/usr/bin/stress' make[3]: Leaving directory `/accts/mlweber1/instance-3/output/build/stress-1.0.4/src' make[2]: Leaving directory `/accts/mlweber1/instance-3/output/build/stress-1.0.4/src' Making install in doc make[2]: Entering directory `/accts/mlweber1/instance-3/output/build/stress-1.0.4/doc' make[3]: Entering directory `/accts/mlweber1/instance-3/output/build/stress-1.0.4/doc' make[3]: Nothing to be done for `install-exec-am'. test -z "/usr/share/info" || /bin/mkdir -p "/accts/mlweber1/instance-3/output/target/usr/share/info" test -z "/usr/share/man/man1" || /bin/mkdir -p "/accts/mlweber1/instance-3/output/target/usr/share/man/man1" /usr/bin/install -c -m 644 './stress.info' '/accts/mlweber1/instance-3/output/target/usr/share/info/stress.info' /usr/bin/install -c -m 644 'stress.1' '/accts/mlweber1/instance-3/output/target/usr/share/man/man1/stress.1' install-info --info-dir='/accts/mlweber1/instance-3/output/target/usr/share/info' '/accts/mlweber1/instance-3/output/target/usr/share/info/stress.info' This is not dpkg install-info anymore, but GNU install-info See the man page for ginstall-info for command line arguments make[3]: Leaving directory `/accts/mlweber1/instance-3/output/build/stress-1.0.4/doc' make[2]: Leaving directory `/accts/mlweber1/instance-3/output/build/stress-1.0.4/doc' Making install in test make[2]: Entering directory `/accts/mlweber1/instance-3/output/build/stress-1.0.4/test' make[3]: Entering directory `/accts/mlweber1/instance-3/output/build/stress-1.0.4/test' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/accts/mlweber1/instance-3/output/build/stress-1.0.4/test' make[2]: Leaving directory `/accts/mlweber1/instance-3/output/build/stress-1.0.4/test' make[1]: Leaving directory `/accts/mlweber1/instance-3/output/build/stress-1.0.4' >>> Finalizing target directory /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /accts/mlweber1/instance-3/output/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /accts/mlweber1/instance-3/output/target/etc/inittab mkdir -p /accts/mlweber1/instance-3/output/target/etc echo "buildroot" > /accts/mlweber1/instance-3/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /accts/mlweber1/instance-3/output/target/etc/hosts mkdir -p /accts/mlweber1/instance-3/output/target/etc echo "Welcome to Buildroot" > /accts/mlweber1/instance-3/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /accts/mlweber1/instance-3/output/target/etc/shadow rm -f /accts/mlweber1/instance-3/output/target/bin/sh rm -f /accts/mlweber1/instance-3/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /accts/mlweber1/instance-3/output/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /accts/mlweber1/instance-3/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /accts/mlweber1/instance-3/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /accts/mlweber1/instance-3/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /accts/mlweber1/instance-3/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /accts/mlweber1/instance-3/output/target/usr/include /accts/mlweber1/instance-3/output/target/usr/share/aclocal \ /accts/mlweber1/instance-3/output/target/usr/lib/pkgconfig /accts/mlweber1/instance-3/output/target/usr/share/pkgconfig \ /accts/mlweber1/instance-3/output/target/usr/lib/cmake /accts/mlweber1/instance-3/output/target/usr/share/cmake find /accts/mlweber1/instance-3/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /accts/mlweber1/instance-3/output/target/lib/ /accts/mlweber1/instance-3/output/target/usr/lib/ /accts/mlweber1/instance-3/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: `/accts/mlweber1/instance-3/output/target/usr/libexec/': No such file or directory rm -rf /accts/mlweber1/instance-3/output/target/usr/share/gdb rm -rf /accts/mlweber1/instance-3/output/target/usr/share/bash-completion rm -rf /accts/mlweber1/instance-3/output/target/usr/share/zsh rm -rf /accts/mlweber1/instance-3/output/target/usr/man /accts/mlweber1/instance-3/output/target/usr/share/man rm -rf /accts/mlweber1/instance-3/output/target/usr/info /accts/mlweber1/instance-3/output/target/usr/share/info rm -rf /accts/mlweber1/instance-3/output/target/usr/doc /accts/mlweber1/instance-3/output/target/usr/share/doc rm -rf /accts/mlweber1/instance-3/output/target/usr/share/gtk-doc rmdir /accts/mlweber1/instance-3/output/target/usr/share 2>/dev/null || true find /accts/mlweber1/instance-3/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /accts/mlweber1/instance-3/output/host/bin/powerpc-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /accts/mlweber1/instance-3/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /accts/mlweber1/instance-3/output/host/bin/powerpc-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /accts/mlweber1/instance-3/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /accts/mlweber1/instance-3/output/host/bin/powerpc-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /accts/mlweber1/instance-3/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /accts/mlweber1/instance-3/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 /accts/mlweber1/instance-3/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2017.11-rc1-02616-g335eb98"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2017.11-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2017.11-rc1\"" \ ) > /accts/mlweber1/instance-3/output/target/etc/os-release >>> Sanitizing RPATH in target tree /accts/mlweber1/instance-3/buildroot/support/scripts/fix-rpath target make: Leaving directory `/accts/mlweber1/instance-3/buildroot' make: Entering directory `/accts/mlweber1/instance-3/buildroot' >>> Buildroot 2017.11-rc1-02616-g335eb98 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> host-lzip 1.19 Collecting legal info ERROR: No hash found for COPYING >>> toolchain-external 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 >>> busybox 1.27.2 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> dt v18.32 Collecting legal info ERROR: No hash found for LICENSE >>> expat 2.2.4 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> gpm 1.20.7 Collecting legal info ERROR: No hash found for COPYING >>> 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-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> inconsolata 001.010 Collecting legal info ERROR: No hash found for OFL.txt >>> initscripts Collecting legal info >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info ERROR: No hash found for jsmin.c >>> libcodec2 0.7 Collecting legal info ERROR: No hash found for COPYING >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> libdcadec v0.2.0 Collecting legal info ERROR: No hash found for COPYING.LGPLv2.1 >>> libevent 2.1.8-stable Collecting legal info ERROR: No hash found for LICENSE >>> libopenssl 1.0.2m Collecting legal info ERROR: No hash found for LICENSE >>> zlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> liblog4c-localtime v1.0 Collecting legal info ERROR: No hash found for COPYING >>> libsoc 0.8.2 Collecting legal info ERROR: No hash found for LICENCE >>> minizip 1.1 Collecting legal info ERROR: No hash found for LICENSE >>> ntp 4.2.8p10 Collecting legal info ERROR: No hash found for COPYRIGHT >>> openssl Collecting legal info >>> 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 >>> stress 1.0.4 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) Legal info produced in /accts/mlweber1/instance-3/output/legal-info make: Leaving directory `/accts/mlweber1/instance-3/buildroot'