Applying 0002-configure-Don-t-use-host-CPP.patch using patch: patching file unix/configure Applying 0003-Makefile-Use-CFLAGS-from-command-line.patch using patch: patching file unix/Makefile Applying 0004-configure-use-LDFLAGS-from-command-line.patch using patch: patching file unix/configure Applying 0005-unix-configure-remove-GID-UID-size-check.patch using patch: patching file unix/configure Applying 0006-unix-configure-borrow-the-LFS-test-from-autotools.patch using patch: patching file unix/configure >>> host-zip 30 Configuring >>> host-zip 30 Building PATH="/accts/mlweber1/scripts/instance-3/output/host/bin:/accts/mlweber1/scripts/instance-3/output/host/sbin:/accts/mlweber1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" PKG_CONFIG="/accts/mlweber1/scripts/instance-3/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/scripts/instance-3/output/host/lib/pkgconfig:/accts/mlweber1/scripts/instance-3/output/host/share/pkgconfig" /usr/bin/make -j6 PATH="/accts/mlweber1/scripts/instance-3/output/host/bin:/accts/mlweber1/scripts/instance-3/output/host/sbin:/accts/mlweber1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" PKG_CONFIG="/accts/mlweber1/scripts/instance-3/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/scripts/instance-3/output/host/lib/pkgconfig:/accts/mlweber1/scripts/instance-3/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/scripts/instance-3/output/host/include" CFLAGS="-O2 -I/accts/mlweber1/scripts/instance-3/output/host/include" CXXFLAGS="-O2 -I/accts/mlweber1/scripts/instance-3/output/host/include" LDFLAGS="-L/accts/mlweber1/scripts/instance-3/output/host/lib -Wl,-rpath,/accts/mlweber1/scripts/instance-3/output/host/lib" INTLTOOL_PERL=/usr/bin/perl -C /accts/mlweber1/scripts/instance-3/output/build/host-zip-30 CFLAGS="-O2 -I/accts/mlweber1/scripts/instance-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT" AS="/usr/bin/gcc -c" -f unix/Makefile generic make[1]: Entering directory `/accts/mlweber1/scripts/instance-3/output/build/host-zip-30' sh unix/configure "/usr/bin/gcc" "-O2 -I/accts/mlweber1/scripts/instance-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT" "" Check bzip2 support Check for bzip2 in bzip2 directory Check if OS already has bzip2 library installed -- Either bzlib.h or libbz2.a not found - no bzip2 Check for the C preprocessor Check if we can use asm code Check for ANSI options Check for prototypes Check the handling of const Check for time_t Check for size_t Check for off_t Check for Large File Support -- yes we have Large File Support! Check for wide char support -- have wchar_t - enabling Unicode support Check for gcc no-builtin flag Check for rmdir Check for strchr Check for strrchr Check for rename Check for mktemp Check for mktime Check for mkstemp Check for memset Check for memmove Check for strerror Check for errno declaration Check for directory libraries Check for readlink Check for directory include file Check for nonexistent include files Check for term I/O include file Check for valloc Check for /usr/local/bin and /usr/local/man Check for OS-specific flags Check for symbolic links eval /usr/bin/make -f unix/Makefile zips `cat flags` make[2]: Entering directory `/accts/mlweber1/scripts/instance-3/output/build/host-zip-30' /usr/bin/gcc -c -O2 -I/accts/mlweber1/scripts/instance-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zip.c /usr/bin/gcc -c -O2 -I/accts/mlweber1/scripts/instance-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipfile.c /usr/bin/gcc -c -O2 -I/accts/mlweber1/scripts/instance-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipup.c /usr/bin/gcc -c -O2 -I/accts/mlweber1/scripts/instance-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H fileio.c /usr/bin/gcc -c -O2 -I/accts/mlweber1/scripts/instance-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H util.c /usr/bin/gcc -c -O2 -I/accts/mlweber1/scripts/instance-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H globals.c In file included from zipup.c:109:0: zipup.c: In function 'file_read': unix/zipup.h:21:26: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] #define zread(f,b,n) read(f,b,n) ^ zipup.c:1264:10: note: in expansion of macro 'zread' zread(ifile, buf, 1); len = 1; /* keep single \r if EOF */ ^ zip.c: In function 'help_extended': zip.c:1031:5: warning: format not a string literal and no format arguments [-Wformat-security] printf(text[i]); ^ zip.c: In function 'version_info': zip.c:1228:5: warning: format not a string literal and no format arguments [-Wformat-security] printf(cryptnote[i]); ^ /usr/bin/gcc -c -O2 -I/accts/mlweber1/scripts/instance-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H crypt.c fileio.c: In function 'ask_for_split_read_path': fileio.c:2120:10: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, SPLIT_MAXPATH, stdin); ^ fileio.c:2143:12: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, SPLIT_MAXPATH, stdin); ^ fileio.c: In function 'ask_for_split_write_path': fileio.c:2324:10: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, FNMAX, stdin); ^ /usr/bin/gcc -c -O2 -I/accts/mlweber1/scripts/instance-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H ttyio.c ttyio.c: In function 'getp': ttyio.c:628:17: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(f, &c, 1); ^ /usr/bin/gcc -c -O2 -I/accts/mlweber1/scripts/instance-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H unix/unix.c /usr/bin/gcc -c -O2 -I/accts/mlweber1/scripts/instance-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H crc32.c /usr/bin/gcc -c -O2 -I/accts/mlweber1/scripts/instance-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zbz2err.c /usr/bin/gcc -c -O2 -I/accts/mlweber1/scripts/instance-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H deflate.c /usr/bin/gcc -c -O2 -I/accts/mlweber1/scripts/instance-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H trees.c /usr/bin/gcc -c -O2 -I/accts/mlweber1/scripts/instance-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipcloak.c /usr/bin/gcc -c -O2 -I/accts/mlweber1/scripts/instance-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o zipfile_.o zipfile.c /usr/bin/gcc -c -O2 -I/accts/mlweber1/scripts/instance-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o fileio_.o fileio.c /usr/bin/gcc -c -O2 -I/accts/mlweber1/scripts/instance-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o util_.o util.c fileio.c: In function 'ask_for_split_read_path': fileio.c:2120:10: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, SPLIT_MAXPATH, stdin); ^ fileio.c:2143:12: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, SPLIT_MAXPATH, stdin); ^ fileio.c: In function 'ask_for_split_write_path': fileio.c:2324:10: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, FNMAX, stdin); ^ /usr/bin/gcc -c -O2 -I/accts/mlweber1/scripts/instance-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o unix_.o unix/unix.c /usr/bin/gcc -c -O2 -I/accts/mlweber1/scripts/instance-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o crc32_.o crc32.c /usr/bin/gcc -c -O2 -I/accts/mlweber1/scripts/instance-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o crypt_.o crypt.c /usr/bin/gcc -c -O2 -I/accts/mlweber1/scripts/instance-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipnote.c /usr/bin/gcc -c -O2 -I/accts/mlweber1/scripts/instance-3/output/host/include -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipsplit.c zipsplit.c: In function 'main': zipsplit.c:884:12: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(m, 10, stdin); ^ zipsplit.c: In function 'retry': zipsplit.c:496:8: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(m, 10, stdin); ^ /usr/bin/gcc -o zip zip.o zipfile.o zipup.o fileio.o util.o globals.o crypt.o ttyio.o unix.o crc32.o zbz2err.o deflate.o trees.o /usr/bin/gcc -o zipcloak zipcloak.o zipfile_.o fileio_.o util_.o globals.o unix_.o crc32_.o crypt_.o ttyio.o /usr/bin/gcc -o zipnote zipnote.o zipfile_.o fileio_.o util_.o globals.o unix_.o crc32_.o /usr/bin/gcc -o zipsplit zipsplit.o zipfile_.o fileio_.o util_.o globals.o unix_.o crc32_.o make[2]: Leaving directory `/accts/mlweber1/scripts/instance-3/output/build/host-zip-30' make[1]: Leaving directory `/accts/mlweber1/scripts/instance-3/output/build/host-zip-30' >>> host-zip 30 Installing to host directory PATH="/accts/mlweber1/scripts/instance-3/output/host/bin:/accts/mlweber1/scripts/instance-3/output/host/sbin:/accts/mlweber1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" PKG_CONFIG="/accts/mlweber1/scripts/instance-3/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/scripts/instance-3/output/host/lib/pkgconfig:/accts/mlweber1/scripts/instance-3/output/host/share/pkgconfig" /usr/bin/make -j6 PATH="/accts/mlweber1/scripts/instance-3/output/host/bin:/accts/mlweber1/scripts/instance-3/output/host/sbin:/accts/mlweber1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" PKG_CONFIG="/accts/mlweber1/scripts/instance-3/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/scripts/instance-3/output/host/lib/pkgconfig:/accts/mlweber1/scripts/instance-3/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/scripts/instance-3/output/host/include" CFLAGS="-O2 -I/accts/mlweber1/scripts/instance-3/output/host/include" CXXFLAGS="-O2 -I/accts/mlweber1/scripts/instance-3/output/host/include" LDFLAGS="-L/accts/mlweber1/scripts/instance-3/output/host/lib -Wl,-rpath,/accts/mlweber1/scripts/instance-3/output/host/lib" INTLTOOL_PERL=/usr/bin/perl -C /accts/mlweber1/scripts/instance-3/output/build/host-zip-30 -f unix/Makefile install prefix=/accts/mlweber1/scripts/instance-3/output/host make[1]: Entering directory `/accts/mlweber1/scripts/instance-3/output/build/host-zip-30' mkdir -p /accts/mlweber1/scripts/instance-3/output/host/bin cp zip zipcloak zipnote zipsplit /accts/mlweber1/scripts/instance-3/output/host/bin cd /accts/mlweber1/scripts/instance-3/output/host/bin; chmod 755 zip zipcloak zipnote zipsplit mkdir -p /accts/mlweber1/scripts/instance-3/output/host/man/man1 cp man/zip.1 /accts/mlweber1/scripts/instance-3/output/host/man/man1/zip.1 chmod 644 /accts/mlweber1/scripts/instance-3/output/host/man/man1/zip.1 cp man/zipcloak.1 /accts/mlweber1/scripts/instance-3/output/host/man/man1/zipcloak.1 chmod 644 /accts/mlweber1/scripts/instance-3/output/host/man/man1/zipcloak.1 cp man/zipnote.1 /accts/mlweber1/scripts/instance-3/output/host/man/man1/zipnote.1 chmod 644 /accts/mlweber1/scripts/instance-3/output/host/man/man1/zipnote.1 cp man/zipsplit.1 /accts/mlweber1/scripts/instance-3/output/host/man/man1/zipsplit.1 chmod 644 /accts/mlweber1/scripts/instance-3/output/host/man/man1/zipsplit.1 make[1]: Leaving directory `/accts/mlweber1/scripts/instance-3/output/build/host-zip-30' zmqpp-4.2.0.tar.gz: OK (sha256: c1d4587df3562f73849d9e5f8c932ca7dcfc7d8bec31f62d7f35073ef81f4d29) >>> zmqpp 4.2.0 Extracting gzip -d -c /accts/mlweber1/scripts/instance-3/dl/zmqpp/zmqpp-4.2.0.tar.gz | tar --strip-components=1 -C /accts/mlweber1/scripts/instance-3/output/build/zmqpp-4.2.0 -xf - >>> zmqpp 4.2.0 Patching Applying 0001-Allow-building-shared-or-static-library-only.patch using patch: patching file Makefile >>> zmqpp 4.2.0 Configuring >>> zmqpp 4.2.0 Building PATH="/accts/mlweber1/scripts/instance-3/output/host/bin:/accts/mlweber1/scripts/instance-3/output/host/sbin:/accts/mlweber1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" /usr/bin/make -j6 PATH="/accts/mlweber1/scripts/instance-3/output/host/bin:/accts/mlweber1/scripts/instance-3/output/host/sbin:/accts/mlweber1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" AR="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-ar" AS="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-as" LD="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-ld" NM="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-nm" CC="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-gcc" GCC="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-gcc" CPP="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-cpp" CXX="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-g++" FC="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-gfortran" F77="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-gfortran" RANLIB="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-ranlib" READELF="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-readelf" STRIP="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-strip" OBJCOPY="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-objcopy" OBJDUMP="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/accts/mlweber1/scripts/instance-3/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/accts/mlweber1/scripts/instance-3/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/accts/mlweber1/scripts/instance-3/output/host/include" LDFLAGS_FOR_BUILD="-L/accts/mlweber1/scripts/instance-3/output/host/lib -Wl,-rpath,/accts/mlweber1/scripts/instance-3/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-as" DEFAULT_LINKER="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static -Wl,-elf2flt -static" LDFLAGS=" -Wl,-elf2flt -static" FCFLAGS=" -Os -Wl,-elf2flt -static" FFLAGS=" -Os -Wl,-elf2flt -static" PKG_CONFIG="/accts/mlweber1/scripts/instance-3/output/host/bin/pkg-config" STAGING_DIR="/accts/mlweber1/scripts/instance-3/output/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot" INTLTOOL_PERL=/usr/bin/perl CONFIG=release LDFLAGS=" -Wl,-elf2flt -static -lpthread" LD="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-g++" BUILD_PATH=./build PREFIX=/usr BUILD_STATIC=yes BUILD_SHARED=no library -C /accts/mlweber1/scripts/instance-3/output/build/zmqpp-4.2.0 make[1]: Entering directory `/accts/mlweber1/scripts/instance-3/output/build/zmqpp-4.2.0' mkdir -p build/obj/zmqpp/ mkdir -p build/obj/zmqpp/ /accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static -Wl,-elf2flt -static -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2018-11-09 22:38"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/z85.o src/zmqpp/z85.cpp /accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static -Wl,-elf2flt -static -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2018-11-09 22:38"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/proxy.o src/zmqpp/proxy.cpp mkdir -p build/obj/zmqpp/ /accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static -Wl,-elf2flt -static -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2018-11-09 22:38"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/curve.o src/zmqpp/curve.cpp mkdir -p build/obj/zmqpp/ /accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static -Wl,-elf2flt -static -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2018-11-09 22:38"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/zap_request.o src/zmqpp/zap_request.cpp mkdir -p build/obj/zmqpp/ /accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static -Wl,-elf2flt -static -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2018-11-09 22:38"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/poller.o src/zmqpp/poller.cpp mkdir -p build/obj/zmqpp/ /accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static -Wl,-elf2flt -static -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2018-11-09 22:38"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/actor.o src/zmqpp/actor.cpp In file included from src/zmqpp/curve.cpp:17:0: /accts/mlweber1/scripts/instance-3/output/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/include/zmq_utils.h:46:84: note: #pragma message: Warning: zmq_utils.h is deprecated. All its functionality is provided by zmq.h. "Warning: zmq_utils.h is deprecated. All its functionality is provided by zmq.h.") ^ mkdir -p build/obj/zmqpp/ /accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static -Wl,-elf2flt -static -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2018-11-09 22:38"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/reactor.o src/zmqpp/reactor.cpp mkdir -p build/obj/zmqpp/ /accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static -Wl,-elf2flt -static -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2018-11-09 22:38"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/socket.o src/zmqpp/socket.cpp mkdir -p build/obj/zmqpp/ /accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static -Wl,-elf2flt -static -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2018-11-09 22:38"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/context.o src/zmqpp/context.cpp mkdir -p build/obj/zmqpp/ /accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static -Wl,-elf2flt -static -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2018-11-09 22:38"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/zmqpp.o src/zmqpp/zmqpp.cpp src/zmqpp/socket.cpp: In member function 'bool zmqpp::socket::send(const string&, bool)': src/zmqpp/socket.cpp:122:68: warning: 'bool zmqpp::socket::send(const string&, int)' is deprecated [-Wdeprecated-declarations] return send(str, (dont_block) ? socket::dont_wait : socket::normal); ^ In file included from src/zmqpp/socket.cpp:24:0: src/zmqpp/socket.hpp:292:7: note: declared here bool send(std::string const& string, int const flags); ^~~~ src/zmqpp/socket.cpp: In member function 'bool zmqpp::socket::receive(std::__cxx11::string&, bool)': src/zmqpp/socket.cpp:128:71: warning: 'bool zmqpp::socket::receive(std::__cxx11::string&, int)' is deprecated [-Wdeprecated-declarations] return receive(str, (dont_block) ? socket::dont_wait : socket::normal); ^ In file included from src/zmqpp/socket.cpp:24:0: src/zmqpp/socket.hpp:307:7: note: declared here bool receive(std::string& string, int const flags); ^~~~~~~ mkdir -p build/obj/zmqpp/ /accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static -Wl,-elf2flt -static -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2018-11-09 22:38"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/frame.o src/zmqpp/frame.cpp mkdir -p build/obj/zmqpp/ /accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static -Wl,-elf2flt -static -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2018-11-09 22:38"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/auth.o src/zmqpp/auth.cpp mkdir -p build/obj/zmqpp/ /accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static -Wl,-elf2flt -static -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2018-11-09 22:38"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/proxy_steerable.o src/zmqpp/proxy_steerable.cpp mkdir -p build/obj/zmqpp/ /accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static -Wl,-elf2flt -static -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2018-11-09 22:38"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/message.o src/zmqpp/message.cpp mkdir -p build/obj/zmqpp/ /accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static -Wl,-elf2flt -static -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2018-11-09 22:38"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/signal.o src/zmqpp/signal.cpp mkdir -p build/obj/zmqpp/ /accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static -Wl,-elf2flt -static -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2018-11-09 22:38"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/loop.o src/zmqpp/loop.cpp /accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-ar crf ./build/libzmqpp.a build/obj/zmqpp/z85.o build/obj/zmqpp/proxy.o build/obj/zmqpp/curve.o build/obj/zmqpp/zap_request.o build/obj/zmqpp/poller.o build/obj/zmqpp/actor.o build/obj/zmqpp/reactor.o build/obj/zmqpp/socket.o build/obj/zmqpp/context.o build/obj/zmqpp/zmqpp.o build/obj/zmqpp/frame.o build/obj/zmqpp/auth.o build/obj/zmqpp/proxy_steerable.o build/obj/zmqpp/message.o build/obj/zmqpp/signal.o build/obj/zmqpp/loop.o make[1]: Leaving directory `/accts/mlweber1/scripts/instance-3/output/build/zmqpp-4.2.0' >>> zmqpp 4.2.0 Installing to staging directory /usr/bin/install -m 0755 -d /accts/mlweber1/scripts/instance-3/output/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/include/zmqpp PATH="/accts/mlweber1/scripts/instance-3/output/host/bin:/accts/mlweber1/scripts/instance-3/output/host/sbin:/accts/mlweber1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" /usr/bin/make -j6 PATH="/accts/mlweber1/scripts/instance-3/output/host/bin:/accts/mlweber1/scripts/instance-3/output/host/sbin:/accts/mlweber1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" AR="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-ar" AS="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-as" LD="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-ld" NM="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-nm" CC="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-gcc" GCC="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-gcc" CPP="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-cpp" CXX="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-g++" FC="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-gfortran" F77="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-gfortran" RANLIB="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-ranlib" READELF="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-readelf" STRIP="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-strip" OBJCOPY="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-objcopy" OBJDUMP="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/accts/mlweber1/scripts/instance-3/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/accts/mlweber1/scripts/instance-3/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/accts/mlweber1/scripts/instance-3/output/host/include" LDFLAGS_FOR_BUILD="-L/accts/mlweber1/scripts/instance-3/output/host/lib -Wl,-rpath,/accts/mlweber1/scripts/instance-3/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-as" DEFAULT_LINKER="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static -Wl,-elf2flt -static" LDFLAGS=" -Wl,-elf2flt -static" FCFLAGS=" -Os -Wl,-elf2flt -static" FFLAGS=" -Os -Wl,-elf2flt -static" PKG_CONFIG="/accts/mlweber1/scripts/instance-3/output/host/bin/pkg-config" STAGING_DIR="/accts/mlweber1/scripts/instance-3/output/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot" INTLTOOL_PERL=/usr/bin/perl LD="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-g++" BUILD_PATH=./build PREFIX=/usr BUILD_STATIC=yes BUILD_SHARED=no DESTDIR=/accts/mlweber1/scripts/instance-3/output/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot install -C /accts/mlweber1/scripts/instance-3/output/build/zmqpp-4.2.0 make[1]: Entering directory `/accts/mlweber1/scripts/instance-3/output/build/zmqpp-4.2.0' sed 's/^Version.*/Version: 4.2.0/g' ./src/libzmqpp.pc > ./build/libzmqpp.pc mkdir -p /accts/mlweber1/scripts/instance-3/output/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/include/zmqpp mkdir -p /accts/mlweber1/scripts/instance-3/output/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/lib mkdir -p /accts/mlweber1/scripts/instance-3/output/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/lib/pkgconfig install -m 644 ./src/zmqpp/auth.hpp ./src/zmqpp/zap_request.hpp ./src/zmqpp/zmqpp.hpp ./src/zmqpp/inet.hpp ./src/zmqpp/signal.hpp ./src/zmqpp/actor.hpp ./src/zmqpp/proxy.hpp ./src/zmqpp/loop.hpp ./src/zmqpp/socket_options.hpp ./src/zmqpp/socket_types.hpp ./src/zmqpp/frame.hpp ./src/zmqpp/proxy_steerable.hpp ./src/zmqpp/byte_ordering.hpp ./src/zmqpp/curve.hpp ./src/zmqpp/socket_mechanisms.hpp ./src/zmqpp/z85.hpp ./src/zmqpp/message.hpp ./src/zmqpp/context_options.hpp ./src/zmqpp/socket.hpp ./src/zmqpp/context.hpp ./src/zmqpp/exception.hpp ./src/zmqpp/reactor.hpp ./src/zmqpp/poller.hpp ./src/zmqpp/compatibility.hpp /accts/mlweber1/scripts/instance-3/output/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/include/zmqpp install -m 755 ./build/libzmqpp.pc /accts/mlweber1/scripts/instance-3/output/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/lib/pkgconfig/libzmqpp.pc install -m 755 ./build/libzmqpp.a /accts/mlweber1/scripts/instance-3/output/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/lib/libzmqpp.a if [ -f ./build/zmqpp ]; then install -m 755 ./build/zmqpp /accts/mlweber1/scripts/instance-3/output/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/bin; fi use make installcheck to test the install make[1]: Leaving directory `/accts/mlweber1/scripts/instance-3/output/build/zmqpp-4.2.0' >>> zmqpp 4.2.0 Fixing libtool files >>> zmqpp 4.2.0 Installing to target /usr/bin/install -m 0755 -d /accts/mlweber1/scripts/instance-3/output/target/usr/include/zmqpp PATH="/accts/mlweber1/scripts/instance-3/output/host/bin:/accts/mlweber1/scripts/instance-3/output/host/sbin:/accts/mlweber1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" /usr/bin/make -j6 PATH="/accts/mlweber1/scripts/instance-3/output/host/bin:/accts/mlweber1/scripts/instance-3/output/host/sbin:/accts/mlweber1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" AR="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-ar" AS="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-as" LD="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-ld" NM="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-nm" CC="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-gcc" GCC="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-gcc" CPP="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-cpp" CXX="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-g++" FC="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-gfortran" F77="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-gfortran" RANLIB="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-ranlib" READELF="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-readelf" STRIP="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-strip" OBJCOPY="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-objcopy" OBJDUMP="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/accts/mlweber1/scripts/instance-3/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/accts/mlweber1/scripts/instance-3/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/accts/mlweber1/scripts/instance-3/output/host/include" LDFLAGS_FOR_BUILD="-L/accts/mlweber1/scripts/instance-3/output/host/lib -Wl,-rpath,/accts/mlweber1/scripts/instance-3/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-as" DEFAULT_LINKER="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wl,-elf2flt -static -Wl,-elf2flt -static" LDFLAGS=" -Wl,-elf2flt -static" FCFLAGS=" -Os -Wl,-elf2flt -static" FFLAGS=" -Os -Wl,-elf2flt -static" PKG_CONFIG="/accts/mlweber1/scripts/instance-3/output/host/bin/pkg-config" STAGING_DIR="/accts/mlweber1/scripts/instance-3/output/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot" INTLTOOL_PERL=/usr/bin/perl LD="/accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-g++" BUILD_PATH=./build PREFIX=/usr BUILD_STATIC=yes BUILD_SHARED=no DESTDIR=/accts/mlweber1/scripts/instance-3/output/target install -C /accts/mlweber1/scripts/instance-3/output/build/zmqpp-4.2.0 make[1]: Entering directory `/accts/mlweber1/scripts/instance-3/output/build/zmqpp-4.2.0' sed 's/^Version.*/Version: 4.2.0/g' ./src/libzmqpp.pc > ./build/libzmqpp.pc mkdir -p /accts/mlweber1/scripts/instance-3/output/target/usr/include/zmqpp mkdir -p /accts/mlweber1/scripts/instance-3/output/target/usr/lib mkdir -p /accts/mlweber1/scripts/instance-3/output/target/usr/lib/pkgconfig install -m 644 ./src/zmqpp/auth.hpp ./src/zmqpp/zap_request.hpp ./src/zmqpp/zmqpp.hpp ./src/zmqpp/inet.hpp ./src/zmqpp/signal.hpp ./src/zmqpp/actor.hpp ./src/zmqpp/proxy.hpp ./src/zmqpp/loop.hpp ./src/zmqpp/socket_options.hpp ./src/zmqpp/socket_types.hpp ./src/zmqpp/frame.hpp ./src/zmqpp/proxy_steerable.hpp ./src/zmqpp/byte_ordering.hpp ./src/zmqpp/curve.hpp ./src/zmqpp/socket_mechanisms.hpp ./src/zmqpp/z85.hpp ./src/zmqpp/message.hpp ./src/zmqpp/context_options.hpp ./src/zmqpp/socket.hpp ./src/zmqpp/context.hpp ./src/zmqpp/exception.hpp ./src/zmqpp/reactor.hpp ./src/zmqpp/poller.hpp ./src/zmqpp/compatibility.hpp /accts/mlweber1/scripts/instance-3/output/target/usr/include/zmqpp install -m 755 ./build/libzmqpp.pc /accts/mlweber1/scripts/instance-3/output/target/usr/lib/pkgconfig/libzmqpp.pc install -m 755 ./build/libzmqpp.a /accts/mlweber1/scripts/instance-3/output/target/usr/lib/libzmqpp.a if [ -f ./build/zmqpp ]; then install -m 755 ./build/zmqpp /accts/mlweber1/scripts/instance-3/output/target/usr/bin; fi use make installcheck to test the install make[1]: Leaving directory `/accts/mlweber1/scripts/instance-3/output/build/zmqpp-4.2.0' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /accts/mlweber1/scripts/instance-3/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /accts/mlweber1/scripts/instance-3/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libipset.la" is touched by more than one package: [u'ipset', u'jimtcl', u'jsoncpp', u'libsndfile', u'lame', u'libao', u'libdvdcss', u'libdvdread', u'libdvdnav', u'libfastjson', u'tiff', u'libgeotiff', u'libmodplug', u'libogg', u'libsamplerate', u'libstrophe', u'libtasn1', u'libunistring', u'libxslt', u'lz4', u'mtd', u'pixman', u'rhash', u'xutil_util-macros', u'zeromq', u'zmqpp'] Warning: staging file "./usr/lib/libexslt.la" is touched by more than one package: [u'libxslt', u'lz4', u'mtd', u'pixman', u'rhash', u'xutil_util-macros', u'zeromq', u'zmqpp'] Warning: staging file "./usr/lib/libdvdread.la" is touched by more than one package: [u'libdvdread', u'libdvdnav', u'libfastjson', u'tiff', u'libgeotiff', u'libmodplug', u'libogg', u'libsamplerate', u'libstrophe', u'libtasn1', u'libunistring', u'libxslt', u'lz4', u'mtd', u'pixman', u'rhash', u'xutil_util-macros', u'zeromq', u'zmqpp'] Warning: staging file "./usr/lib/libdvdnav.la" is touched by more than one package: [u'libdvdnav', u'libfastjson', u'tiff', u'libgeotiff', u'libmodplug', u'libogg', u'libsamplerate', u'libstrophe', u'libtasn1', u'libunistring', u'libxslt', u'lz4', u'mtd', u'pixman', u'rhash', u'xutil_util-macros', u'zeromq', u'zmqpp'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libxml2', u'libopenssl', u'ibrcommon', u'ibrdtn', u'libmnl', u'ipset', u'jimtcl', u'jsoncpp', u'libsndfile', u'lame', u'libao', u'libdvdcss', u'libdvdread', u'libdvdnav', u'libfastjson', u'tiff', u'libgeotiff', u'libmodplug', u'libogg', u'libsamplerate', u'libstrophe', u'libtasn1', u'libunistring', u'libxslt', u'lz4', u'mtd', u'pixman', u'rhash', u'xutil_util-macros', u'zeromq', u'zmqpp'] Warning: staging file "./usr/lib/libibrcommon.la" is touched by more than one package: [u'ibrcommon', u'ibrdtn', u'libmnl', u'ipset', u'jimtcl', u'jsoncpp', u'libsndfile', u'lame', u'libao', u'libdvdcss', u'libdvdread', u'libdvdnav', u'libfastjson', u'tiff', u'libgeotiff', u'libmodplug', u'libogg', u'libsamplerate', u'libstrophe', u'libtasn1', u'libunistring', u'libxslt', u'lz4', u'mtd', u'pixman', u'rhash', u'xutil_util-macros', u'zeromq', u'zmqpp'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'libopenssl', u'ibrcommon', u'ibrdtn', u'libmnl', u'ipset', u'jimtcl', u'jsoncpp', u'libsndfile', u'lame', u'libao', u'libdvdcss', u'libdvdread', u'libdvdnav', u'libfastjson', u'tiff', u'libgeotiff', u'libmodplug', u'libogg', u'libsamplerate', u'libstrophe', u'libtasn1', u'libunistring', u'libxslt', u'lz4', u'mtd', u'pixman', u'rhash', u'xutil_util-macros', u'zeromq', u'zmqpp'] Warning: staging file "./usr/lib/libpixman-1.la" is touched by more than one package: [u'pixman', u'rhash', u'xutil_util-macros', u'zeromq', u'zmqpp'] Warning: staging file "./usr/lib/libsamplerate.la" is touched by more than one package: [u'libsamplerate', u'libstrophe', u'libtasn1', u'libunistring', u'libxslt', u'lz4', u'mtd', u'pixman', u'rhash', u'xutil_util-macros', u'zeromq', u'zmqpp'] Warning: staging file "./usr/lib/libdvdcss.la" is touched by more than one package: [u'libdvdcss', u'libdvdread', u'libdvdnav', u'libfastjson', u'tiff', u'libgeotiff', u'libmodplug', u'libogg', u'libsamplerate', u'libstrophe', u'libtasn1', u'libunistring', u'libxslt', u'lz4', u'mtd', u'pixman', u'rhash', u'xutil_util-macros', u'zeromq', u'zmqpp'] Warning: staging file "./usr/lib/libfastjson.la" is touched by more than one package: [u'libfastjson', u'tiff', u'libgeotiff', u'libmodplug', u'libogg', u'libsamplerate', u'libstrophe', u'libtasn1', u'libunistring', u'libxslt', u'lz4', u'mtd', u'pixman', u'rhash', u'xutil_util-macros', u'zeromq', u'zmqpp'] Warning: staging file "./usr/lib/libao.la" is touched by more than one package: [u'libao', u'libdvdcss', u'libdvdread', u'libdvdnav', u'libfastjson', u'tiff', u'libgeotiff', u'libmodplug', u'libogg', u'libsamplerate', u'libstrophe', u'libtasn1', u'libunistring', u'libxslt', u'lz4', u'mtd', u'pixman', u'rhash', u'xutil_util-macros', u'zeromq', u'zmqpp'] Warning: staging file "./usr/lib/libibrdtn.la" is touched by more than one package: [u'ibrdtn', u'libmnl', u'ipset', u'jimtcl', u'jsoncpp', u'libsndfile', u'lame', u'libao', u'libdvdcss', u'libdvdread', u'libdvdnav', u'libfastjson', u'tiff', u'libgeotiff', u'libmodplug', u'libogg', u'libsamplerate', u'libstrophe', u'libtasn1', u'libunistring', u'libxslt', u'lz4', u'mtd', u'pixman', u'rhash', u'xutil_util-macros', u'zeromq', u'zmqpp'] Warning: staging file "./usr/lib/libmodplug.la" is touched by more than one package: [u'libmodplug', u'libogg', u'libsamplerate', u'libstrophe', u'libtasn1', u'libunistring', u'libxslt', u'lz4', u'mtd', u'pixman', u'rhash', u'xutil_util-macros', u'zeromq', u'zmqpp'] Warning: staging file "./usr/lib/ao/plugins-4/liboss.la" is touched by more than one package: [u'libao', u'libdvdcss', u'libdvdread', u'libdvdnav', u'libfastjson', u'tiff', u'libgeotiff', u'libmodplug', u'libogg', u'libsamplerate', u'libstrophe', u'libtasn1', u'libunistring', u'libxslt', u'lz4', u'mtd', u'pixman', u'rhash', u'xutil_util-macros', u'zeromq', u'zmqpp'] Warning: staging file "./usr/lib/libstrophe.la" is touched by more than one package: [u'libstrophe', u'libtasn1', u'libunistring', u'libxslt', u'lz4', u'mtd', u'pixman', u'rhash', u'xutil_util-macros', u'zeromq', u'zmqpp'] Warning: staging file "./usr/lib/libogg.la" is touched by more than one package: [u'libogg', u'libsamplerate', u'libstrophe', u'libtasn1', u'libunistring', u'libxslt', u'lz4', u'mtd', u'pixman', u'rhash', u'xutil_util-macros', u'zeromq', u'zmqpp'] Warning: staging file "./usr/lib/libunistring.la" is touched by more than one package: [u'libunistring', u'libxslt', u'lz4', u'mtd', u'pixman', u'rhash', u'xutil_util-macros', u'zeromq', u'zmqpp'] Warning: staging file "./usr/lib/libtasn1.la" is touched by more than one package: [u'libtasn1', u'libunistring', u'libxslt', u'lz4', u'mtd', u'pixman', u'rhash', u'xutil_util-macros', u'zeromq', u'zmqpp'] Warning: staging file "./usr/lib/libgeotiff.la" is touched by more than one package: [u'libgeotiff', u'libmodplug', u'libogg', u'libsamplerate', u'libstrophe', u'libtasn1', u'libunistring', u'libxslt', u'lz4', u'mtd', u'pixman', u'rhash', u'xutil_util-macros', u'zeromq', u'zmqpp'] Warning: staging file "./usr/lib/libsndfile.la" is touched by more than one package: [u'libsndfile', u'lame', u'libao', u'libdvdcss', u'libdvdread', u'libdvdnav', u'libfastjson', u'tiff', u'libgeotiff', u'libmodplug', u'libogg', u'libsamplerate', u'libstrophe', u'libtasn1', u'libunistring', u'libxslt', u'lz4', u'mtd', u'pixman', u'rhash', u'xutil_util-macros', u'zeromq', u'zmqpp'] Warning: staging file "./usr/lib/libtiff.la" is touched by more than one package: [u'tiff', u'libgeotiff', u'libmodplug', u'libogg', u'libsamplerate', u'libstrophe', u'libtasn1', u'libunistring', u'libxslt', u'lz4', u'mtd', u'pixman', u'rhash', u'xutil_util-macros', u'zeromq', u'zmqpp'] Warning: staging file "./usr/lib/libmnl.la" is touched by more than one package: [u'libmnl', u'ipset', u'jimtcl', u'jsoncpp', u'libsndfile', u'lame', u'libao', u'libdvdcss', u'libdvdread', u'libdvdnav', u'libfastjson', u'tiff', u'libgeotiff', u'libmodplug', u'libogg', u'libsamplerate', u'libstrophe', u'libtasn1', u'libunistring', u'libxslt', u'lz4', u'mtd', u'pixman', u'rhash', u'xutil_util-macros', u'zeromq', u'zmqpp'] Warning: staging file "./usr/lib/libzmq.la" is touched by more than one package: [u'zeromq', u'zmqpp'] Warning: staging file "./usr/lib/libxslt.la" is touched by more than one package: [u'libxslt', u'lz4', u'mtd', u'pixman', u'rhash', u'xutil_util-macros', u'zeromq', u'zmqpp'] Warning: staging file "./usr/lib/libmp3lame.la" is touched by more than one package: [u'lame', u'libao', u'libdvdcss', u'libdvdread', u'libdvdnav', u'libfastjson', u'tiff', u'libgeotiff', u'libmodplug', u'libogg', u'libsamplerate', u'libstrophe', u'libtasn1', u'libunistring', u'libxslt', u'lz4', u'mtd', u'pixman', u'rhash', u'xutil_util-macros', u'zeromq', u'zmqpp'] ./support/scripts/check-uniq-files -t host /accts/mlweber1/scripts/instance-3/output/build/packages-file-list-host.txt Warning: host file "./lib/python2.7/site-packages/easy-install.pth" is touched by more than one package: [u'host-python-setuptools', u'host-python-lxml'] Warning: host file "./share/info/dir" is touched by more than one package: [u'host-lzip', u'host-m4', u'host-libtool', u'host-autoconf', u'host-automake', u'host-bison'] PATH="/accts/mlweber1/scripts/instance-3/output/host/bin:/accts/mlweber1/scripts/instance-3/output/host/sbin:/accts/mlweber1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" BR2_DL_DIR=/accts/mlweber1/scripts/instance-3/dl BUILD_DIR=/accts/mlweber1/scripts/instance-3/output/build O=/accts/mlweber1/scripts/instance-3/output package/google-breakpad/gen-syms.sh /accts/mlweber1/scripts/instance-3/output/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot /accts/mlweber1/scripts/instance-3/output/target mkdir -p /accts/mlweber1/scripts/instance-3/output/target/etc echo "buildroot" > /accts/mlweber1/scripts/instance-3/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /accts/mlweber1/scripts/instance-3/output/target/etc/hosts mkdir -p /accts/mlweber1/scripts/instance-3/output/target/etc echo "Welcome to Buildroot" > /accts/mlweber1/scripts/instance-3/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /accts/mlweber1/scripts/instance-3/output/target/etc/shadow rm -f /accts/mlweber1/scripts/instance-3/output/target/bin/sh rm -f /accts/mlweber1/scripts/instance-3/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /accts/mlweber1/scripts/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/scripts/instance-3/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /accts/mlweber1/scripts/instance-3/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /accts/mlweber1/scripts/instance-3/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /accts/mlweber1/scripts/instance-3/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /accts/mlweber1/scripts/instance-3/output/target/usr/include /accts/mlweber1/scripts/instance-3/output/target/usr/share/aclocal \ /accts/mlweber1/scripts/instance-3/output/target/usr/lib/pkgconfig /accts/mlweber1/scripts/instance-3/output/target/usr/share/pkgconfig \ /accts/mlweber1/scripts/instance-3/output/target/usr/lib/cmake /accts/mlweber1/scripts/instance-3/output/target/usr/share/cmake find /accts/mlweber1/scripts/instance-3/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /accts/mlweber1/scripts/instance-3/output/target/lib/ /accts/mlweber1/scripts/instance-3/output/target/usr/lib/ /accts/mlweber1/scripts/instance-3/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: `/accts/mlweber1/scripts/instance-3/output/target/usr/libexec/': No such file or directory rm -rf /accts/mlweber1/scripts/instance-3/output/target/usr/share/gdb rm -rf /accts/mlweber1/scripts/instance-3/output/target/usr/share/bash-completion rm -rf /accts/mlweber1/scripts/instance-3/output/target/usr/share/zsh rm -rf /accts/mlweber1/scripts/instance-3/output/target/usr/man /accts/mlweber1/scripts/instance-3/output/target/usr/share/man rm -rf /accts/mlweber1/scripts/instance-3/output/target/usr/info /accts/mlweber1/scripts/instance-3/output/target/usr/share/info rm -rf /accts/mlweber1/scripts/instance-3/output/target/usr/doc /accts/mlweber1/scripts/instance-3/output/target/usr/share/doc rm -rf /accts/mlweber1/scripts/instance-3/output/target/usr/share/gtk-doc rmdir /accts/mlweber1/scripts/instance-3/output/target/usr/share 2>/dev/null || true find /accts/mlweber1/scripts/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/scripts/instance-3/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /accts/mlweber1/scripts/instance-3/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /accts/mlweber1/scripts/instance-3/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /accts/mlweber1/scripts/instance-3/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /accts/mlweber1/scripts/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/scripts/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/scripts/instance-3/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.11-rc1"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.11-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2018.11-rc1\"" \ ) > /accts/mlweber1/scripts/instance-3/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /accts/mlweber1/scripts/instance-3/output/target/etc >>> Sanitizing RPATH in target tree /accts/mlweber1/scripts/instance-3/buildroot/support/scripts/fix-rpath target touch /accts/mlweber1/scripts/instance-3/output/target/usr make: Leaving directory `/accts/mlweber1/scripts/instance-3/buildroot' make: Entering directory `/accts/mlweber1/scripts/instance-3/buildroot' >>> Buildroot 2018.11-rc1 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> 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 >>> assimp v3.2 Collecting legal info ERROR: No hash found for LICENSE >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> dosfstools 4.1 Collecting legal info ERROR: No hash found for COPYING >>> gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> 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) >>> google-breakpad 7515ab13768c7edc09f0f2ec2354dc6c928239a6 Collecting legal info ERROR: No hash found for LICENSE >>> host-google-breakpad 7515ab13768c7edc09f0f2ec2354dc6c928239a6 Collecting legal info ERROR: No hash found for LICENSE >>> host-linux-syscall-support 3f6478ac95edf86cd3da300c2c0d34a438f5dbeb Collecting legal info ERROR: No hash found for linux_syscall_support.h >>> linux-syscall-support 3f6478ac95edf86cd3da300c2c0d34a438f5dbeb Collecting legal info ERROR: No hash found for linux_syscall_support.h >>> gptfdisk 1.0.3 Collecting legal info ERROR: No hash found for COPYING >>> util-linux 2.32.1 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> ibrcommon 1.0.1 Collecting legal info COPYING: OK (sha256: 1a0b57773a46d9d4cc2f0d1780a17acc38af506bb1e0234aaa85f8ccd6dc0b92) README: OK (sha256: 9b8a430c2136ebcf76bd37f50da7d7a80ede413ec6604cc4694ea536e779854c) >>> libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> openssl Collecting legal info >>> libopenssl 1.0.2p Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> ibrdtn 1.0.1 Collecting legal info ERROR: No hash found for COPYING >>> ibrdtnd 1.0.1 Collecting legal info ERROR: No hash found for COPYING >>> ipset 6.38 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> jimtcl 0.75 Collecting legal info ERROR: No hash found for LICENSE >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info ERROR: No hash found for jsmin.c >>> json-javascript 3d7767b6b1f3da363c625ff54e63bbf20e9e83ac Collecting legal info ERROR: No hash found for json2.js >>> jsoncpp 1.8.4 Collecting legal info LICENSE: OK (sha256: 95039d77a20e75b428207740d9a8f97b2dce3c89da4b21f1ad862b5997160e0a) >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> libsndfile 1.0.28 Collecting legal info ERROR: No hash found for COPYING >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdvdcss 1.4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdnav 6.0.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdvdread 6.0.0 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libfastjson v0.99.8 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libgeotiff 1.4.2 Collecting legal info LICENSE: OK (sha256: 16b83cf7c3bbfd20bffa768b9bfdb16506ca50f5c140a9f3431e740b155359c1) >>> tiff 4.0.8 Collecting legal info ERROR: No hash found for COPYRIGHT >>> libmodplug 0.8.8.5 Collecting legal info COPYING: OK (sha256: 49942e7b3b175f549e751feb08b5270ca6f6c5fb7a1be9f9517db275ec32c92e) >>> libogg 1.3.3 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libsamplerate 0.1.9 Collecting legal info ERROR: No hash found for COPYING >>> libstrophe 0.9.2 Collecting legal info MIT-LICENSE.txt: OK (sha256: 82476f36ffd5e895a176013c0812166ba7b7d99f3d536fc7f5ed2e33e9f74a08) GPL-LICENSE.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libtasn1 4.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libunistring 0.9.10 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> libxslt 1.1.32 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> lz4 v1.8.2 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> modplugtools 0.5.3 Collecting legal info ERROR: No hash found for COPYING >>> mtd 2.0.2 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> netstat-nat 1.4.10 Collecting legal info ERROR: No hash found for COPYING >>> 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 >>> pifmrds 0bf57f9ce0d954365a38d8af8e7be6f28521c3f2 Collecting legal info ERROR: No hash found for LICENSE >>> pixman 0.34.0 Collecting legal info ERROR: No hash found for COPYING >>> pv 1.6.0 Collecting legal info ERROR: No hash found for doc/COPYING >>> host-python-lxml 4.2.5 Collecting legal info LICENSES.txt: OK (sha256: 41d49dd406aa0e1548a6d5f21a30d6bf638b3cd96eb7289dd348d83ed2e40392) doc/licenses/BSD.txt: OK (sha256: 69edb445c1335a8312d4c09271847e9956d84f0d9f724d125340cc3fad767b2a) doc/licenses/elementtree.txt: OK (sha256: 0497ae8138811ef4466ede653bab7a59feb3d3c14f9ed50fc33a00aeb5bec32e) src/lxml/isoschematron/resources/rng/iso-schematron.rng: OK (sha256: 705bdfece6dbb87879d9ec40a8c9530651aefb98ae387da9134584464742d539) >>> host-libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-libxslt 1.1.32 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-python 2.7.15 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> host-expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python-setuptools 40.5.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> rhash 1.3.5 Collecting legal info COPYING: OK (sha256: 8cf876d3406a2eed6c17ae804c8958bd78d3a0f63c30d6e2e789ab575e9fde40) >>> stm32flash 4ac0566f188f39eace0223d966d349cd2f2c5895 Collecting legal info WARNING: no hash file for gpl-2.0.txt >>> ti-uim a0236bc252e6484835ce266ae4a50b361f6a902d Collecting legal info ERROR: No hash found for uim.h >>> xutil_util-macros 1.19.2 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> zeromq 4.2.5 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LESSER >>> host-zip 30 Collecting legal info ERROR: No hash found for LICENSE >>> zmqpp 4.2.0 Collecting legal info LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) 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/scripts/instance-3/output/legal-info make: Leaving directory `/accts/mlweber1/scripts/instance-3/buildroot'