patchelf-0.9.tar.bz2: OK (sha256: a0f65c1ba148890e9f2f7823f4bedf7ecad5417772f64f994004f59a39014f83) >>> host-patchelf 0.9 Extracting bzcat /accts/mlweber1/instance-1/dl/patchelf/patchelf-0.9.tar.bz2 | tar --strip-components=1 -C /accts/mlweber1/instance-1/output/build/host-patchelf-0.9 -xf - >>> host-patchelf 0.9 Patching Applying 0001-Remove-apparently-incorrect-usage-of-static.patch using patch: patching file src/patchelf.cc Applying 0002-Extract-a-function-for-splitting-a-colon-separated-s.patch using patch: patching file src/patchelf.cc Applying 0003-Add-option-to-make-the-rpath-relative-under-a-specif.patch using patch: patching file src/patchelf.cc >>> host-patchelf 0.9 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /accts/mlweber1/instance-1/output/build/host-patchelf-0.9 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-patchelf 0.9 Patching libtool >>> host-patchelf 0.9 Configuring (cd /accts/mlweber1/instance-1/output/build/host-patchelf-0.9/ && rm -rf config.cache; PATH="/accts/mlweber1/instance-1/output/host/bin:/accts/mlweber1/instance-1/output/host/sbin:/usr/bin:/bin" PKG_CONFIG="/accts/mlweber1/instance-1/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/accts/mlweber1/instance-1/output/host/lib/pkgconfig:/accts/mlweber1/instance-1/output/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/accts/mlweber1/instance-1/output/host/include" CFLAGS="-O2 -I/accts/mlweber1/instance-1/output/host/include" CXXFLAGS="-O2 -I/accts/mlweber1/instance-1/output/host/include" LDFLAGS="-L/accts/mlweber1/instance-1/output/host/lib -Wl,-rpath,/accts/mlweber1/instance-1/output/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/accts/mlweber1/instance-1/output/host/include" LDFLAGS="-L/accts/mlweber1/instance-1/output/host/lib -Wl,-rpath,/accts/mlweber1/instance-1/output/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/accts/mlweber1/instance-1/output/host" --sysconfdir="/accts/mlweber1/instance-1/output/host/etc" --localstatedir="/accts/mlweber1/instance-1/output/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-dependency-tracking ) configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop 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 whether make supports nested variables... yes checking for style of include used by make... GNU checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking dependency style of /usr/bin/gcc... none checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking dependency style of /usr/bin/g++... none Setting page size to 4096 checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating patchelf.spec config.status: executing depfiles commands configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop >>> host-patchelf 0.9 Building PATH="/accts/mlweber1/instance-1/output/host/bin:/accts/mlweber1/instance-1/output/host/sbin:/usr/bin:/bin" PKG_CONFIG="/accts/mlweber1/instance-1/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/accts/mlweber1/instance-1/output/host/lib/pkgconfig:/accts/mlweber1/instance-1/output/host/share/pkgconfig" /usr/bin/make -j32 -C /accts/mlweber1/instance-1/output/build/host-patchelf-0.9/ make[1]: Entering directory `/accts/mlweber1/instance-1/output/build/host-patchelf-0.9' Making all in src make[2]: Entering directory `/accts/mlweber1/instance-1/output/build/host-patchelf-0.9/src' /usr/bin/g++ -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.9\" -DPACKAGE_STRING=\"patchelf\ 0.9\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.9\" -DPAGESIZE=4096 -I. -I/accts/mlweber1/instance-1/output/host/include -Wall -O2 -I/accts/mlweber1/instance-1/output/host/include -c -o patchelf.o patchelf.cc /usr/bin/g++ -Wall -O2 -I/accts/mlweber1/instance-1/output/host/include -L/accts/mlweber1/instance-1/output/host/lib -Wl,-rpath,/accts/mlweber1/instance-1/output/host/lib -o patchelf patchelf.o make[2]: Leaving directory `/accts/mlweber1/instance-1/output/build/host-patchelf-0.9/src' Making all in tests make[2]: Entering directory `/accts/mlweber1/instance-1/output/build/host-patchelf-0.9/tests' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/accts/mlweber1/instance-1/output/build/host-patchelf-0.9/tests' make[2]: Entering directory `/accts/mlweber1/instance-1/output/build/host-patchelf-0.9' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/accts/mlweber1/instance-1/output/build/host-patchelf-0.9' make[1]: Leaving directory `/accts/mlweber1/instance-1/output/build/host-patchelf-0.9' >>> host-patchelf 0.9 Installing to host directory PATH="/accts/mlweber1/instance-1/output/host/bin:/accts/mlweber1/instance-1/output/host/sbin:/usr/bin:/bin" PKG_CONFIG="/accts/mlweber1/instance-1/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/accts/mlweber1/instance-1/output/host/lib/pkgconfig:/accts/mlweber1/instance-1/output/host/share/pkgconfig" /usr/bin/make -j32 install -C /accts/mlweber1/instance-1/output/build/host-patchelf-0.9/ make[1]: Entering directory `/accts/mlweber1/instance-1/output/build/host-patchelf-0.9' Making install in src make[2]: Entering directory `/accts/mlweber1/instance-1/output/build/host-patchelf-0.9/src' make[3]: Entering directory `/accts/mlweber1/instance-1/output/build/host-patchelf-0.9/src' make[3]: Nothing to be done for `install-data-am'. /bin/mkdir -p '/accts/mlweber1/instance-1/output/host/bin' /usr/bin/install -c patchelf '/accts/mlweber1/instance-1/output/host/bin' make[3]: Leaving directory `/accts/mlweber1/instance-1/output/build/host-patchelf-0.9/src' make[2]: Leaving directory `/accts/mlweber1/instance-1/output/build/host-patchelf-0.9/src' Making install in tests make[2]: Entering directory `/accts/mlweber1/instance-1/output/build/host-patchelf-0.9/tests' make[3]: Entering directory `/accts/mlweber1/instance-1/output/build/host-patchelf-0.9/tests' 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-1/output/build/host-patchelf-0.9/tests' make[2]: Leaving directory `/accts/mlweber1/instance-1/output/build/host-patchelf-0.9/tests' make[2]: Entering directory `/accts/mlweber1/instance-1/output/build/host-patchelf-0.9' make[3]: Entering directory `/accts/mlweber1/instance-1/output/build/host-patchelf-0.9' make[3]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/accts/mlweber1/instance-1/output/host/share/doc/patchelf' /bin/mkdir -p '/accts/mlweber1/instance-1/output/host/share/man/man1' /usr/bin/install -c -m 644 README '/accts/mlweber1/instance-1/output/host/share/doc/patchelf' /usr/bin/install -c -m 644 patchelf.1 '/accts/mlweber1/instance-1/output/host/share/man/man1' make[3]: Leaving directory `/accts/mlweber1/instance-1/output/build/host-patchelf-0.9' make[2]: Leaving directory `/accts/mlweber1/instance-1/output/build/host-patchelf-0.9' make[1]: Leaving directory `/accts/mlweber1/instance-1/output/build/host-patchelf-0.9' phidgetwebservice_2.1.8.20140319.tar.gz: OK (sha256: e8add82fd41d9cb274b88ee369a1f7366e35f85abcfcabb9e2a383574bb779c5) >>> phidgetwebservice 2.1.8.20140319 Extracting gzip -d -c /accts/mlweber1/instance-1/dl/phidgetwebservice/phidgetwebservice_2.1.8.20140319.tar.gz | tar --strip-components=1 -C /accts/mlweber1/instance-1/output/build/phidgetwebservice-2.1.8.20140319 -xf - >>> phidgetwebservice 2.1.8.20140319 Patching >>> phidgetwebservice 2.1.8.20140319 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /accts/mlweber1/instance-1/output/build/phidgetwebservice-2.1.8.20140319 -name $file); do cp support/gnuconfig/$file $i; done; done >>> phidgetwebservice 2.1.8.20140319 Patching libtool >>> phidgetwebservice 2.1.8.20140319 Configuring (cd /accts/mlweber1/instance-1/output/build/phidgetwebservice-2.1.8.20140319/ && rm -rf config.cache && PATH="/accts/mlweber1/instance-1/output/host/bin:/accts/mlweber1/instance-1/output/host/sbin:/usr/bin:/bin" AR="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-ar" AS="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-as" LD="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-ld" NM="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-nm" CC="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gcc" GCC="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gcc" CPP="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-cpp" CXX="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-g++" FC="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gfortran" F77="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gfortran" RANLIB="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-ranlib" READELF="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-readelf" STRIP="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-strip" OBJCOPY="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-objcopy" OBJDUMP="/accts/mlweber1/instance-1/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-1/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/accts/mlweber1/instance-1/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/accts/mlweber1/instance-1/output/host/include" LDFLAGS_FOR_BUILD="-L/accts/mlweber1/instance-1/output/host/lib -Wl,-rpath,/accts/mlweber1/instance-1/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-as" DEFAULT_LINKER="/accts/mlweber1/instance-1/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-1/output/host/bin/pkg-config" STAGING_DIR="/accts/mlweber1/instance-1/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 ) 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, --disable-static, --enable-shared checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for powerpc-buildroot-linux-uclibc-strip... /accts/mlweber1/instance-1/output/host/bin/powerpc-linux-strip checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for powerpc-buildroot-linux-uclibc-gcc... /accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gcc accepts -g... yes checking for /accts/mlweber1/instance-1/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-1/output/host/bin/powerpc-linux-gcc... none checking for library containing CPhidget_getLibraryVersion... -lphidget21 checking for library containing dlopen... none required checking for library containing sqrt... none required checking for library containing pthread_join... none required checking for library containing iconv... no checking for library containing libiconv... -liconv configure: creating ./config.status config.status: creating 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, --disable-static, --enable-shared >>> phidgetwebservice 2.1.8.20140319 Building PATH="/accts/mlweber1/instance-1/output/host/bin:/accts/mlweber1/instance-1/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j32 -C /accts/mlweber1/instance-1/output/build/phidgetwebservice-2.1.8.20140319/ make[1]: Entering directory `/accts/mlweber1/instance-1/output/build/phidgetwebservice-2.1.8.20140319' CC phidgetinterface.o CC eventhandlers.o CC PhidgetWebservice21.o CC pdict.o CC pdictserver.o CC cphidgetconstants.o CC cphidgetlist.o CC md5.o CC plist.o CC ptree.o CC utils.o CC zeroconf_avahi.o CCLD phidgetwebservice21 make[1]: Leaving directory `/accts/mlweber1/instance-1/output/build/phidgetwebservice-2.1.8.20140319' >>> phidgetwebservice 2.1.8.20140319 Installing to target PATH="/accts/mlweber1/instance-1/output/host/bin:/accts/mlweber1/instance-1/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j32 DESTDIR=/accts/mlweber1/instance-1/output/target install -C /accts/mlweber1/instance-1/output/build/phidgetwebservice-2.1.8.20140319/ make[1]: Entering directory `/accts/mlweber1/instance-1/output/build/phidgetwebservice-2.1.8.20140319' make[2]: Entering directory `/accts/mlweber1/instance-1/output/build/phidgetwebservice-2.1.8.20140319' test -z "/usr/bin" || /bin/mkdir -p "/accts/mlweber1/instance-1/output/target/usr/bin" make[2]: Nothing to be done for `install-data-am'. /usr/bin/install -c phidgetwebservice21 '/accts/mlweber1/instance-1/output/target/usr/bin' make[2]: Leaving directory `/accts/mlweber1/instance-1/output/build/phidgetwebservice-2.1.8.20140319' make[1]: Leaving directory `/accts/mlweber1/instance-1/output/build/phidgetwebservice-2.1.8.20140319' sredird-2.2.2.tar.gz: OK (sha256: 640c47dcd84b3b90640165a38eb336a675fdab06c14c09cae2f4a604cae560d3) >>> sredird 2.2.2 Extracting gzip -d -c /accts/mlweber1/instance-1/dl/sredird/sredird-2.2.2.tar.gz | tar --strip-components=1 -C /accts/mlweber1/instance-1/output/build/sredird-2.2.2 -xf - >>> sredird 2.2.2 Patching Applying 0001-termio.patch using patch: patching file sredird.c >>> sredird 2.2.2 Configuring >>> sredird 2.2.2 Building /usr/bin/make -j32 PATH="/accts/mlweber1/instance-1/output/host/bin:/accts/mlweber1/instance-1/output/host/sbin:/usr/bin:/bin" AR="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-ar" AS="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-as" LD="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-ld" NM="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-nm" CC="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gcc" GCC="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gcc" CPP="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-cpp" CXX="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-g++" FC="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gfortran" F77="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gfortran" RANLIB="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-ranlib" READELF="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-readelf" STRIP="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-strip" OBJCOPY="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-objcopy" OBJDUMP="/accts/mlweber1/instance-1/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-1/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/accts/mlweber1/instance-1/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/accts/mlweber1/instance-1/output/host/include" LDFLAGS_FOR_BUILD="-L/accts/mlweber1/instance-1/output/host/lib -Wl,-rpath,/accts/mlweber1/instance-1/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-as" DEFAULT_LINKER="/accts/mlweber1/instance-1/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-1/output/host/bin/pkg-config" STAGING_DIR="/accts/mlweber1/instance-1/output/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl -C /accts/mlweber1/instance-1/output/build/sredird-2.2.2 make[1]: Entering directory `/accts/mlweber1/instance-1/output/build/sredird-2.2.2' /accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -pedantic -o sredird sredird.c sredird.c: In function 'main': sredird.c:1868:11: warning: variable 'MaxBTicks' set but not used [-Wunused-but-set-variable] clock_t MaxBTicks; ^~~~~~~~~ make[1]: Leaving directory `/accts/mlweber1/instance-1/output/build/sredird-2.2.2' >>> sredird 2.2.2 Installing to target /usr/bin/install -D -m 0755 /accts/mlweber1/instance-1/output/build/sredird-2.2.2/sredird /accts/mlweber1/instance-1/output/target/usr/sbin/sredird thttpd_2.25b.orig.tar.gz: OK (sha256: 07719b08b1cff6a21c08697a7bcb4395425b07ee753106262fb62a03a7d32360) thttpd_2.25b-11.diff.gz: OK (sha256: 4d213c18daf121d21412cc54864fbca250e1773a91df6573373e1d2273a2cec9) >>> thttpd 2.25b Extracting gzip -d -c /accts/mlweber1/instance-1/dl/thttpd/thttpd_2.25b.orig.tar.gz | tar --strip-components=1 -C /accts/mlweber1/instance-1/output/build/thttpd-2.25b -xf - >>> thttpd 2.25b Patching PATH=/accts/mlweber1/instance-1/output/host/bin:$PATH support/scripts/apply-patches.sh /accts/mlweber1/instance-1/output/build/thttpd-2.25b /accts/mlweber1/instance-1/dl/thttpd thttpd_2.25b-11.diff.gz Applying thttpd_2.25b-11.diff.gz using gzip: patching file debian/thttpd-util.manpages patching file debian/changelog patching file debian/thttpd.logrotate patching file debian/control patching file debian/compat patching file debian/copyright patching file debian/thttpd.dirs patching file debian/thttpd.logcheck.ignore.workstation patching file debian/thttpd.install patching file debian/README.source patching file debian/thttpd-util.install patching file debian/thttpd.postrm patching file debian/rules patching file debian/thttpd.docs patching file debian/thttpd.README.Debian patching file debian/thttpd-util.README.Debian patching file debian/thttpd.logcheck.ignore.server patching file debian/thttpd.init.d patching file debian/thttpd.manpages patching file debian/local/throttle.conf patching file debian/local/thttpd.conf patching file debian/local/thttpd patching file debian/patches/08-local-getline.dpatch patching file debian/patches/06-manpage-tilde.dpatch patching file debian/patches/10-x-forwarded-for-header.dpatch patching file debian/patches/07-manpage-symlink.dpatch patching file debian/patches/09-ogg-mime-types.dpatch patching file debian/patches/01-conglomeration.dpatch patching file debian/patches/00list patching file debian/patches/12-cgi-ignores-stderr.dpatch patching file debian/patches/11-tweak-config.h.dpatch patching file debian/patches/03-sigbus.dpatch patching file debian/patches/02-path-info.dpatch patching file debian/patches/05-301-redirect.dpatch patching file debian/patches/04-manpage-entities.dpatch Applying 0001-getline.patch using patch: patching file extras/htpasswd.c if [ -d /accts/mlweber1/instance-1/output/build/thttpd-2.25b/debian/patches ]; then PATH=/accts/mlweber1/instance-1/output/host/bin:$PATH support/scripts/apply-patches.sh /accts/mlweber1/instance-1/output/build/thttpd-2.25b /accts/mlweber1/instance-1/output/build/thttpd-2.25b/debian/patches \*.patch; fi >>> thttpd 2.25b Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /accts/mlweber1/instance-1/output/build/thttpd-2.25b -name $file); do cp support/gnuconfig/$file $i; done; done >>> thttpd 2.25b Patching libtool >>> thttpd 2.25b Configuring (cd /accts/mlweber1/instance-1/output/build/thttpd-2.25b/ && rm -rf config.cache && PATH="/accts/mlweber1/instance-1/output/host/bin:/accts/mlweber1/instance-1/output/host/sbin:/usr/bin:/bin" AR="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-ar" AS="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-as" LD="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-ld" NM="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-nm" CC="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gcc" GCC="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gcc" CPP="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-cpp" CXX="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-g++" FC="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gfortran" F77="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gfortran" RANLIB="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-ranlib" READELF="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-readelf" STRIP="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-strip" OBJCOPY="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-objcopy" OBJDUMP="/accts/mlweber1/instance-1/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-1/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/accts/mlweber1/instance-1/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/accts/mlweber1/instance-1/output/host/include" LDFLAGS_FOR_BUILD="-L/accts/mlweber1/instance-1/output/host/lib -Wl,-rpath,/accts/mlweber1/instance-1/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-as" DEFAULT_LINKER="/accts/mlweber1/instance-1/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-1/output/host/bin/pkg-config" STAGING_DIR="/accts/mlweber1/instance-1/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 ) loading site script /dev/null creating cache ./config.cache checking host system type... powerpc-buildroot-linux-uclibc checking target system type... powerpc-buildroot-linux-uclibc checking build system type... x86_64-pc-linux-gnu checking for gcc... /accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gcc checking whether the C compiler (/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os ) works... yes checking whether the C compiler (/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os ) is a cross-compiler... yes checking whether we are using GNU C... yes checking whether /accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gcc accepts -g... yes checking gcc version... 6 checking how to link static binaries... unknown checking for __progname... yes checking how to run the C preprocessor... /accts/mlweber1/instance-1/output/host/bin/powerpc-linux-cpp checking for fcntl.h... yes checking for grp.h... yes checking for memory.h... yes checking for paths.h... yes checking for poll.h... yes checking for sys/poll.h... yes checking for sys/devpoll.h... no checking for sys/event.h... no checking for osreldate.h... no checking whether time.h and sys/time.h may both be included... yes checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking for /usr/local/v6/lib... no checking for gethostbyname... yes checking for socket... yes checking for main in -linet6... no checking for crypt... yes checking for hstrerror... yes checking for strerror... yes checking for waitpid... yes checking for vsnprintf... yes checking for daemon... yes checking for setsid... yes checking for setlogin... no checking for getaddrinfo... yes checking for getnameinfo... yes checking for gai_strerror... yes checking for kqueue... no checking for sigset... yes checking for atoll... yes checking for unistd.h... yes checking for getpagesize... yes checking for working mmap... (cached) yes checking for select... yes checking for poll... yes checking if struct tm has tm_gmtoff member... yes checking if int64_t exists... yes checking if socklen_t exists... yes checking whether make sets ${MAKE}... yes checking for a BSD compatible install... /usr/bin/install -c updating cache ./config.cache creating ./config.status creating Makefile creating cgi-src/Makefile creating extras/Makefile >>> thttpd 2.25b Building PATH="/accts/mlweber1/instance-1/output/host/bin:/accts/mlweber1/instance-1/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j1 -C /accts/mlweber1/instance-1/output/build/thttpd-2.25b/ make[1]: Entering directory `/accts/mlweber1/instance-1/output/build/thttpd-2.25b' /accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I. -c thttpd.c thttpd.c: In function 'main': thttpd.c:611:12: warning: implicit declaration of function 'sigset' [-Wimplicit-function-declaration] (void) sigset( SIGTERM, handle_term ); ^~~~~~ rm -f mime_encodings.h sed < mime_encodings.txt > mime_encodings.h \ -e 's/#.*//' -e 's/[ ]*$//' -e '/^$/d' \ -e 's/[ ][ ]*/", 0, "/' -e 's/^/{ "/' -e 's/$/", 0 },/' rm -f mime_types.h sed < mime_types.txt > mime_types.h \ -e 's/#.*//' -e 's/[ ]*$//' -e '/^$/d' \ -e 's/[ ][ ]*/", 0, "/' -e 's/^/{ "/' -e 's/$/", 0 },/' /accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I. -c libhttpd.c libhttpd.c: In function 'cgi_child': libhttpd.c:3507:12: warning: implicit declaration of function 'sigset' [-Wimplicit-function-declaration] (void) sigset( SIGPIPE, SIG_DFL ); ^~~~~~ /accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I. -c fdwatch.c /accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I. -c mmc.c /accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I. -c timers.c /accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I. -c match.c /accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I. -c tdate_parse.c /accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I. -o thttpd thttpd.o libhttpd.o fdwatch.o mmc.o timers.o match.o tdate_parse.o for i in cgi-src extras ; do ( \ cd $i ; \ pwd ; \ /usr/bin/make -w \ WEBDIR=/usr/www \ CGIBINDIR=/usr/www/cgi-bin \ MANDIR=/usr/man \ WEBGROUP=www \ ) ; done /accts/mlweber1/instance-1/output/build/thttpd-2.25b/cgi-src make[2]: Entering directory `/accts/mlweber1/instance-1/output/build/thttpd-2.25b/cgi-src' /accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I.. -c redirect.c /accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gcc redirect.o -o redirect /accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I.. -c ssi.c /accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gcc ssi.o ../match.o -o ssi /accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I.. -c phf.c /accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gcc phf.o -o phf make[2]: Leaving directory `/accts/mlweber1/instance-1/output/build/thttpd-2.25b/cgi-src' /accts/mlweber1/instance-1/output/build/thttpd-2.25b/extras make[2]: Entering directory `/accts/mlweber1/instance-1/output/build/thttpd-2.25b/extras' /accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I.. -DWEBDIR=\"/usr/www\" -c makeweb.c /accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gcc makeweb.o -o makeweb /accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I.. -DWEBDIR=\"/usr/www\" -c htpasswd.c /accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gcc htpasswd.o -o htpasswd make[2]: Leaving directory `/accts/mlweber1/instance-1/output/build/thttpd-2.25b/extras' make[1]: Leaving directory `/accts/mlweber1/instance-1/output/build/thttpd-2.25b' >>> thttpd 2.25b Installing to target /usr/bin/install -D -m 0755 /accts/mlweber1/instance-1/output/build/thttpd-2.25b/thttpd /accts/mlweber1/instance-1/output/target/usr/sbin/thttpd /usr/bin/install -D -m 0755 /accts/mlweber1/instance-1/output/build/thttpd-2.25b/extras/htpasswd /accts/mlweber1/instance-1/output/target/usr/bin/htpasswd /usr/bin/install -D -m 0755 /accts/mlweber1/instance-1/output/build/thttpd-2.25b/extras/makeweb /accts/mlweber1/instance-1/output/target/usr/bin/makeweb /usr/bin/install -D -m 0755 /accts/mlweber1/instance-1/output/build/thttpd-2.25b/extras/syslogtocern /accts/mlweber1/instance-1/output/target/usr/bin/syslogtocern /usr/bin/install -D -m 0755 /accts/mlweber1/instance-1/output/build/thttpd-2.25b/scripts/thttpd_wrapper /accts/mlweber1/instance-1/output/target/usr/sbin/thttpd_wrapper /bin/sed -i -e 's:/usr/local/sbin:/usr/sbin:g' -e 's:/usr/local/www:/var/www:g' /accts/mlweber1/instance-1/output/target/usr/sbin/thttpd_wrapper /usr/bin/install -d /accts/mlweber1/instance-1/output/target/var/www/data /usr/bin/install -d /accts/mlweber1/instance-1/output/target/var/www/logs echo "dir=/var/www/data" > /accts/mlweber1/instance-1/output/target/var/www/thttpd_config echo 'cgipat=**.cgi' >> /accts/mlweber1/instance-1/output/target/var/www/thttpd_config echo "logfile=/var/www/logs/thttpd_log" >> /accts/mlweber1/instance-1/output/target/var/www/thttpd_config echo "pidfile=/var/run/thttpd.pid" >> /accts/mlweber1/instance-1/output/target/var/www/thttpd_config ti-utils-06dbdb2727354b5f3ad7c723897f40051fddee49.tar.gz: OK (sha256: d05d4e3ad3599fca7854109938aebd24bbab72ac7d69dd053260f735a36613f9) >>> ti-utils 06dbdb2727354b5f3ad7c723897f40051fddee49 Extracting gzip -d -c /accts/mlweber1/instance-1/dl/ti-utils/ti-utils-06dbdb2727354b5f3ad7c723897f40051fddee49.tar.gz | tar --strip-components=1 -C /accts/mlweber1/instance-1/output/build/ti-utils-06dbdb2727354b5f3ad7c723897f40051fddee49 -xf - >>> ti-utils 06dbdb2727354b5f3ad7c723897f40051fddee49 Patching >>> ti-utils 06dbdb2727354b5f3ad7c723897f40051fddee49 Configuring >>> ti-utils 06dbdb2727354b5f3ad7c723897f40051fddee49 Building PATH="/accts/mlweber1/instance-1/output/host/bin:/accts/mlweber1/instance-1/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j1 NFSROOT="/accts/mlweber1/instance-1/output/host/powerpc-buildroot-linux-uclibc/sysroot" CC="/accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `/accts/mlweber1/instance-1/output/host/bin/pkg-config --cflags libnl-genl-3.0`" LIBS="`/accts/mlweber1/instance-1/output/host/bin/pkg-config --libs libnl-genl-3.0`" -C /accts/mlweber1/instance-1/output/build/ti-utils-06dbdb2727354b5f3ad7c723897f40051fddee49 all make[1]: Entering directory `/accts/mlweber1/instance-1/output/build/ti-utils-06dbdb2727354b5f3ad7c723897f40051fddee49' /accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -I/accts/mlweber1/instance-1/output/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -O2 -Wall -DCONFIG_LIBNL20 -I/accts/mlweber1/instance-1/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include -I/accts/mlweber1/instance-1/output/host/powerpc-buildroot-linux-uclibc/sysroot/include -c -o nvs.o nvs.c /accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -I/accts/mlweber1/instance-1/output/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -O2 -Wall -DCONFIG_LIBNL20 -I/accts/mlweber1/instance-1/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include -I/accts/mlweber1/instance-1/output/host/powerpc-buildroot-linux-uclibc/sysroot/include -c -o misc_cmds.o misc_cmds.c /accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -I/accts/mlweber1/instance-1/output/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -O2 -Wall -DCONFIG_LIBNL20 -I/accts/mlweber1/instance-1/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include -I/accts/mlweber1/instance-1/output/host/powerpc-buildroot-linux-uclibc/sysroot/include -c -o calibrator.o calibrator.c /accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -I/accts/mlweber1/instance-1/output/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -O2 -Wall -DCONFIG_LIBNL20 -I/accts/mlweber1/instance-1/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include -I/accts/mlweber1/instance-1/output/host/powerpc-buildroot-linux-uclibc/sysroot/include -c -o plt.o plt.c /accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -I/accts/mlweber1/instance-1/output/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -O2 -Wall -DCONFIG_LIBNL20 -I/accts/mlweber1/instance-1/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include -I/accts/mlweber1/instance-1/output/host/powerpc-buildroot-linux-uclibc/sysroot/include -c -o ini.o ini.c /accts/mlweber1/instance-1/output/host/bin/powerpc-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -I/accts/mlweber1/instance-1/output/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -L/accts/mlweber1/instance-1/output/host/powerpc-buildroot-linux-uclibc/sysroot/lib nvs.o misc_cmds.o calibrator.o plt.o ini.o -L/accts/mlweber1/instance-1/output/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -lnl-genl-3 -lnl-3 -o calibrator make[1]: Leaving directory `/accts/mlweber1/instance-1/output/build/ti-utils-06dbdb2727354b5f3ad7c723897f40051fddee49' >>> ti-utils 06dbdb2727354b5f3ad7c723897f40051fddee49 Installing to target /usr/bin/install -m 0755 -D /accts/mlweber1/instance-1/output/build/ti-utils-06dbdb2727354b5f3ad7c723897f40051fddee49/calibrator /accts/mlweber1/instance-1/output/target/usr/bin/calibrator /usr/bin/install -m 0755 -D /accts/mlweber1/instance-1/output/build/ti-utils-06dbdb2727354b5f3ad7c723897f40051fddee49/scripts/go.sh /accts/mlweber1/instance-1/output/target/usr/share/ti-utils/scripts/go.sh cp -r /accts/mlweber1/instance-1/output/build/ti-utils-06dbdb2727354b5f3ad7c723897f40051fddee49/ini_files /accts/mlweber1/instance-1/output/target/usr/share/ti-utils >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /accts/mlweber1/instance-1/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /accts/mlweber1/instance-1/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libusb-1.0.la" is touched by more than one package: [u'libusb', u'libphidget', u'libsepol'] Warning: staging file "./usr/lib/libmodplug.la" is touched by more than one package: [u'libmodplug', u'libnl', u'libusb', u'libphidget', u'libsepol'] Warning: staging file "./usr/lib/libnl-nf-3.la" is touched by more than one package: [u'libnl', u'libusb', u'libphidget', u'libsepol'] Warning: staging file "./usr/lib/libnl-3.la" is touched by more than one package: [u'libnl', u'libusb', u'libphidget', u'libsepol'] Warning: staging file "./usr/lib/libcddb.la" is touched by more than one package: [u'libcddb', u'liblockfile', u'libmodplug', u'libnl', u'libusb', u'libphidget', u'libsepol'] Warning: staging file "./usr/lib/libnl-idiag-3.la" is touched by more than one package: [u'libnl', u'libusb', u'libphidget', u'libsepol'] Warning: staging file "./usr/lib/libnl-genl-3.la" is touched by more than one package: [u'libnl', u'libusb', u'libphidget', u'libsepol'] Warning: staging file "./usr/lib/libphidget21.la" is touched by more than one package: [u'libphidget', u'libsepol'] Warning: staging file "./usr/lib/libnl-xfrm-3.la" is touched by more than one package: [u'libnl', u'libusb', u'libphidget', u'libsepol'] Warning: staging file "./usr/lib/libnl-route-3.la" is touched by more than one package: [u'libnl', u'libusb', u'libphidget', u'libsepol'] Warning: staging file "./usr/lib/libiconv.la" is touched by more than one package: [u'libiconv', u'libcddb', u'liblockfile', u'libmodplug', u'libnl', u'libusb', u'libphidget', u'libsepol'] Warning: staging file "./usr/lib/libcharset.la" is touched by more than one package: [u'libiconv', u'libcddb', u'liblockfile', u'libmodplug', u'libnl', u'libusb', u'libphidget', u'libsepol'] ./support/scripts/check-uniq-files -t host /accts/mlweber1/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-bison', u'host-libtool', u'host-autoconf', u'host-automake', u'host-gettext'] mkdir -p /accts/mlweber1/instance-1/output/target/etc echo "buildroot" > /accts/mlweber1/instance-1/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /accts/mlweber1/instance-1/output/target/etc/hosts mkdir -p /accts/mlweber1/instance-1/output/target/etc echo "Welcome to Buildroot" > /accts/mlweber1/instance-1/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /accts/mlweber1/instance-1/output/target/etc/shadow rm -f /accts/mlweber1/instance-1/output/target/bin/sh rm -f /accts/mlweber1/instance-1/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /accts/mlweber1/instance-1/output/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /accts/mlweber1/instance-1/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /accts/mlweber1/instance-1/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /accts/mlweber1/instance-1/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /accts/mlweber1/instance-1/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /accts/mlweber1/instance-1/output/target/usr/include /accts/mlweber1/instance-1/output/target/usr/share/aclocal \ /accts/mlweber1/instance-1/output/target/usr/lib/pkgconfig /accts/mlweber1/instance-1/output/target/usr/share/pkgconfig \ /accts/mlweber1/instance-1/output/target/usr/lib/cmake /accts/mlweber1/instance-1/output/target/usr/share/cmake find /accts/mlweber1/instance-1/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /accts/mlweber1/instance-1/output/target/lib/ /accts/mlweber1/instance-1/output/target/usr/lib/ /accts/mlweber1/instance-1/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: `/accts/mlweber1/instance-1/output/target/usr/libexec/': No such file or directory rm -rf /accts/mlweber1/instance-1/output/target/usr/share/gdb rm -rf /accts/mlweber1/instance-1/output/target/usr/share/bash-completion rm -rf /accts/mlweber1/instance-1/output/target/usr/share/zsh rm -rf /accts/mlweber1/instance-1/output/target/usr/man /accts/mlweber1/instance-1/output/target/usr/share/man rm -rf /accts/mlweber1/instance-1/output/target/usr/info /accts/mlweber1/instance-1/output/target/usr/share/info rm -rf /accts/mlweber1/instance-1/output/target/usr/doc /accts/mlweber1/instance-1/output/target/usr/share/doc rm -rf /accts/mlweber1/instance-1/output/target/usr/share/gtk-doc rmdir /accts/mlweber1/instance-1/output/target/usr/share 2>/dev/null || true find /accts/mlweber1/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 /accts/mlweber1/instance-1/output/host/bin/powerpc-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /accts/mlweber1/instance-1/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /accts/mlweber1/instance-1/output/host/bin/powerpc-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /accts/mlweber1/instance-1/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /accts/mlweber1/instance-1/output/host/bin/powerpc-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /accts/mlweber1/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 /accts/mlweber1/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 /accts/mlweber1/instance-1/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.05-git-00874-g799e984"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.05-git\"" \ ) > /accts/mlweber1/instance-1/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /accts/mlweber1/instance-1/output/target/etc >>> Sanitizing RPATH in target tree /accts/mlweber1/instance-1/buildroot/support/scripts/fix-rpath target make: Leaving directory `/accts/mlweber1/instance-1/buildroot' make: Entering directory `/accts/mlweber1/instance-1/buildroot' >>> Buildroot 2018.05-git-00874-g799e984 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> libcddb 1.3.2 Collecting legal info ERROR: No hash found for COPYING >>> libiconv 1.15 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> liblockfile 1.09 Collecting legal info ERROR: No hash found for COPYRIGHT >>> libmodplug 0.8.8.5 Collecting legal info ERROR: No hash found for COPYING >>> libnl 3.4.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> libphidget 2.1.8.20140319 Collecting legal info ERROR: No hash found for COPYING >>> libusb 1.0.21 Collecting legal info ERROR: No hash found for COPYING >>> libsepol 2.7 Collecting legal info ERROR: No hash found for COPYING >>> lockfile-progs 0.1.17 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> phidgetwebservice 2.1.8.20140319 Collecting legal info ERROR: No hash found for COPYING >>> sredird 2.2.2 Collecting legal info ERROR: No hash found for COPYING >>> thttpd 2.25b Collecting legal info ERROR: No hash found for thttpd.c >>> ti-utils 06dbdb2727354b5f3ad7c723897f40051fddee49 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-1/output/legal-info make: Leaving directory `/accts/mlweber1/instance-1/buildroot'