burst_szip.c:238:13: warning: conversion to 'int' from 'double' may alter its value [-Wfloat-conversion] delta = uni() * 8 + 1; ^~~ burst_szip.c:253:10: warning: conversion to 'int' from 'double' may alter its value [-Wfloat-conversion] x = uni() * delta; ^~~ burst_szip.c:260:13: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] *s++ = pixel; ^~~~~ burst_szip.c: At top level: burst_szip.c:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] random_float_scanline(pixels_per_block, width) ^~~~~~~~~~~~~~~~~~~~~ burst_szip.c: In function 'random_float_scanline': burst_szip.c:286:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (width > sizeof(scanline)/sizeof(float)) ^ burst_szip.c:303:17: warning: conversion to 'float' from 'double' may alter its value [-Wfloat-conversion] scanline[i] = y; ^ burst_szip.c:307:19: warning: conversion to 'size_t {aka unsigned int}' from 'int' may change the sign of the result [-Wsign-conversion] fwrite(scanline, width, sizeof(float), fp_out); ^~~~~ burst_szip.c:276:5: warning: unused parameter 'pixels_per_block' [-Wunused-parameter] int pixels_per_block; ^~~~~~~~~~~~~~~~ burst_szip.c: At top level: burst_szip.c:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] random_double_scanline(pixels_per_block, width) ^~~~~~~~~~~~~~~~~~~~~~ burst_szip.c: In function 'random_double_scanline': burst_szip.c:322:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (width > sizeof(scanline)/sizeof(float)) ^ burst_szip.c:349:19: warning: conversion to 'size_t {aka unsigned int}' from 'int' may change the sign of the result [-Wsign-conversion] fwrite(scanline, width, sizeof(double), fp_out); ^~~~~ burst_szip.c:312:5: warning: unused parameter 'pixels_per_block' [-Wunused-parameter] int pixels_per_block; ^~~~~~~~~~~~~~~~ burst_szip.c: At top level: burst_szip.c:353:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] usage(name) ^~~~~ burst_szip.c:361:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main(argc, argv) ^~~~ burst_szip.c: In function 'main': burst_szip.c:450:12: warning: conversion to 'int' from 'double' may alter its value [-Wfloat-conversion] width = uni() * (width-1) + 1; ^~~ example.c:307:10: warning: 'bits_per_pixel' may be used uninitialized in this function [-Wmaybe-uninitialized] size = test_decoding(bits_per_pixel, image_out, size, image_in2, image_size, i); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /bin/sh ../libtool --tag=CC --mode=link /accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -ansi -pedantic -Wall -W -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -O -fomit-frame-pointer -finline-functions -o example example.o ../src/libsz.la -lm /bin/sh ../libtool --tag=CC --mode=link /accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -ansi -pedantic -Wall -W -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -O -fomit-frame-pointer -finline-functions -o burst_szip burst_szip.o ../test/libmcgill.la ../src/libsz.la -lm mkdir .libs /accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -ansi -pedantic -Wall -W -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -O -fomit-frame-pointer -finline-functions -o example example.o ../src/.libs/libsz.so -lm -Wl,--rpath -Wl,/accts/mlweber1/instance-1/output/build/szip-2.1/src/.libs /accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -ansi -pedantic -Wall -W -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -O -fomit-frame-pointer -finline-functions -o burst_szip burst_szip.o ../test/.libs/libmcgill.a ../src/.libs/libsz.so -lm -Wl,--rpath -Wl,/accts/mlweber1/instance-1/output/build/szip-2.1/src/.libs make[2]: Leaving directory `/accts/mlweber1/instance-1/output/build/szip-2.1/examples' make[2]: Entering directory `/accts/mlweber1/instance-1/output/build/szip-2.1' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/accts/mlweber1/instance-1/output/build/szip-2.1' make[1]: Leaving directory `/accts/mlweber1/instance-1/output/build/szip-2.1' >>> szip 2.1 Installing to staging directory 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/host/arc-buildroot-linux-gnu/sysroot install -C /accts/mlweber1/instance-1/output/build/szip-2.1/ make[1]: Entering directory `/accts/mlweber1/instance-1/output/build/szip-2.1' Making install in src make[2]: Entering directory `/accts/mlweber1/instance-1/output/build/szip-2.1/src' make[3]: Entering directory `/accts/mlweber1/instance-1/output/build/szip-2.1/src' test -z "/usr/lib" || /bin/mkdir -p "/accts/mlweber1/instance-1/output/host/arc-buildroot-linux-gnu/sysroot/usr/lib" test -z "/usr/include" || /bin/mkdir -p "/accts/mlweber1/instance-1/output/host/arc-buildroot-linux-gnu/sysroot/usr/include" /bin/sh ../libtool --mode=install /usr/bin/install -c 'libsz.la' '/accts/mlweber1/instance-1/output/host/arc-buildroot-linux-gnu/sysroot/usr/lib/libsz.la' /usr/bin/install -c -m 644 'ricehdf.h' '/accts/mlweber1/instance-1/output/host/arc-buildroot-linux-gnu/sysroot/usr/include/ricehdf.h' /usr/bin/install -c -m 644 'szip_adpt.h' '/accts/mlweber1/instance-1/output/host/arc-buildroot-linux-gnu/sysroot/usr/include/szip_adpt.h' /usr/bin/install -c -m 644 'szlib.h' '/accts/mlweber1/instance-1/output/host/arc-buildroot-linux-gnu/sysroot/usr/include/szlib.h' /usr/bin/install -c .libs/libsz.so.2.0.0 /accts/mlweber1/instance-1/output/host/arc-buildroot-linux-gnu/sysroot/usr/lib/libsz.so.2.0.0 (cd /accts/mlweber1/instance-1/output/host/arc-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libsz.so.2.0.0 libsz.so.2 || { rm -f libsz.so.2 && ln -s libsz.so.2.0.0 libsz.so.2; }; }) (cd /accts/mlweber1/instance-1/output/host/arc-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libsz.so.2.0.0 libsz.so || { rm -f libsz.so && ln -s libsz.so.2.0.0 libsz.so; }; }) /usr/bin/install -c .libs/libsz.lai /accts/mlweber1/instance-1/output/host/arc-buildroot-linux-gnu/sysroot/usr/lib/libsz.la libtool: install: warning: remember to run `libtool --finish /usr/lib' make[3]: Leaving directory `/accts/mlweber1/instance-1/output/build/szip-2.1/src' make[2]: Leaving directory `/accts/mlweber1/instance-1/output/build/szip-2.1/src' Making install in test make[2]: Entering directory `/accts/mlweber1/instance-1/output/build/szip-2.1/test' make[3]: Entering directory `/accts/mlweber1/instance-1/output/build/szip-2.1/test' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/accts/mlweber1/instance-1/output/build/szip-2.1/test' make[2]: Leaving directory `/accts/mlweber1/instance-1/output/build/szip-2.1/test' Making install in examples make[2]: Entering directory `/accts/mlweber1/instance-1/output/build/szip-2.1/examples' make[3]: Entering directory `/accts/mlweber1/instance-1/output/build/szip-2.1/examples' 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/szip-2.1/examples' make[2]: Leaving directory `/accts/mlweber1/instance-1/output/build/szip-2.1/examples' make[2]: Entering directory `/accts/mlweber1/instance-1/output/build/szip-2.1' make[3]: Entering directory `/accts/mlweber1/instance-1/output/build/szip-2.1' 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/szip-2.1' make[2]: Leaving directory `/accts/mlweber1/instance-1/output/build/szip-2.1' make[1]: Leaving directory `/accts/mlweber1/instance-1/output/build/szip-2.1' >>> szip 2.1 Fixing libtool files >>> szip 2.1 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/szip-2.1/ make[1]: Entering directory `/accts/mlweber1/instance-1/output/build/szip-2.1' Making install in src make[2]: Entering directory `/accts/mlweber1/instance-1/output/build/szip-2.1/src' make[3]: Entering directory `/accts/mlweber1/instance-1/output/build/szip-2.1/src' test -z "/usr/lib" || /bin/mkdir -p "/accts/mlweber1/instance-1/output/target/usr/lib" test -z "/usr/include" || /bin/mkdir -p "/accts/mlweber1/instance-1/output/target/usr/include" /bin/sh ../libtool --mode=install /usr/bin/install -c 'libsz.la' '/accts/mlweber1/instance-1/output/target/usr/lib/libsz.la' /usr/bin/install -c -m 644 'ricehdf.h' '/accts/mlweber1/instance-1/output/target/usr/include/ricehdf.h' /usr/bin/install -c -m 644 'szip_adpt.h' '/accts/mlweber1/instance-1/output/target/usr/include/szip_adpt.h' /usr/bin/install -c -m 644 'szlib.h' '/accts/mlweber1/instance-1/output/target/usr/include/szlib.h' /usr/bin/install -c .libs/libsz.so.2.0.0 /accts/mlweber1/instance-1/output/target/usr/lib/libsz.so.2.0.0 (cd /accts/mlweber1/instance-1/output/target/usr/lib && { ln -s -f libsz.so.2.0.0 libsz.so.2 || { rm -f libsz.so.2 && ln -s libsz.so.2.0.0 libsz.so.2; }; }) (cd /accts/mlweber1/instance-1/output/target/usr/lib && { ln -s -f libsz.so.2.0.0 libsz.so || { rm -f libsz.so && ln -s libsz.so.2.0.0 libsz.so; }; }) /usr/bin/install -c .libs/libsz.lai /accts/mlweber1/instance-1/output/target/usr/lib/libsz.la libtool: install: warning: remember to run `libtool --finish /usr/lib' make[3]: Leaving directory `/accts/mlweber1/instance-1/output/build/szip-2.1/src' make[2]: Leaving directory `/accts/mlweber1/instance-1/output/build/szip-2.1/src' Making install in test make[2]: Entering directory `/accts/mlweber1/instance-1/output/build/szip-2.1/test' make[3]: Entering directory `/accts/mlweber1/instance-1/output/build/szip-2.1/test' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/accts/mlweber1/instance-1/output/build/szip-2.1/test' make[2]: Leaving directory `/accts/mlweber1/instance-1/output/build/szip-2.1/test' Making install in examples make[2]: Entering directory `/accts/mlweber1/instance-1/output/build/szip-2.1/examples' make[3]: Entering directory `/accts/mlweber1/instance-1/output/build/szip-2.1/examples' 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/szip-2.1/examples' make[2]: Leaving directory `/accts/mlweber1/instance-1/output/build/szip-2.1/examples' make[2]: Entering directory `/accts/mlweber1/instance-1/output/build/szip-2.1' make[3]: Entering directory `/accts/mlweber1/instance-1/output/build/szip-2.1' 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/szip-2.1' make[2]: Leaving directory `/accts/mlweber1/instance-1/output/build/szip-2.1' make[1]: Leaving directory `/accts/mlweber1/instance-1/output/build/szip-2.1' zmqpp-4.1.2.tar.gz: OK (sha256: 831ad02df64034268d910c30f9fb1b1e631ad810182951af9d7d622650831eb5) >>> zmqpp 4.1.2 Extracting gzip -d -c /accts/mlweber1/instance-1/dl/zmqpp-4.1.2.tar.gz | tar --strip-components=1 -C /accts/mlweber1/instance-1/output/build/zmqpp-4.1.2 -xf - >>> zmqpp 4.1.2 Patching Applying 0001-Allow-building-shared-or-static-library-only.patch using patch: patching file Makefile Applying 0002-Install-static-library-for-static-builds.patch using patch: patching file Makefile >>> zmqpp 4.1.2 Configuring >>> zmqpp 4.1.2 Building PATH="/accts/mlweber1/instance-1/output/host/bin:/accts/mlweber1/instance-1/output/host/sbin:/usr/bin:/bin" /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/arc-buildroot-linux-gnu-ar" AS="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-as" LD="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-ld" NM="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-nm" CC="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-gcc" GCC="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-gcc" CPP="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-cpp" CXX="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-g++" FC="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-gfortran" F77="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-gfortran" RANLIB="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-ranlib" READELF="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-readelf" STRIP="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-strip" OBJCOPY="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-objcopy" OBJDUMP="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-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/arc-buildroot-linux-gnu-as" DEFAULT_LINKER="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-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 -matomic -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os " LDFLAGS="" FCFLAGS="-matomic -Os " FFLAGS="-matomic -Os " PKG_CONFIG="/accts/mlweber1/instance-1/output/host/bin/pkg-config" STAGING_DIR="/accts/mlweber1/instance-1/output/host/arc-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl LDFLAGS=" -lpthread -latomic" LD="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-g++" BUILD_PATH=./build PREFIX=/usr BUILD_STATIC=no BUILD_SHARED=yes library -C /accts/mlweber1/instance-1/output/build/zmqpp-4.1.2 make[1]: Entering directory `/accts/mlweber1/instance-1/output/build/zmqpp-4.1.2' mkdir -p build/obj/zmqpp/ /accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=max -DBUILD_DATESTAMP='"2017-12-02 21:28"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNDEBUG -c -o build/obj/zmqpp/z85.o src/zmqpp/z85.cpp mkdir -p build/obj/zmqpp/ /accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=max -DBUILD_DATESTAMP='"2017-12-02 21:28"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNDEBUG -c -o build/obj/zmqpp/curve.o src/zmqpp/curve.cpp mkdir -p build/obj/zmqpp/ /accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=max -DBUILD_DATESTAMP='"2017-12-02 21:28"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNDEBUG -c -o build/obj/zmqpp/zap_request.o src/zmqpp/zap_request.cpp mkdir -p build/obj/zmqpp/ /accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=max -DBUILD_DATESTAMP='"2017-12-02 21:28"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNDEBUG -c -o build/obj/zmqpp/poller.o src/zmqpp/poller.cpp mkdir -p build/obj/zmqpp/ /accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=max -DBUILD_DATESTAMP='"2017-12-02 21:28"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNDEBUG -c -o build/obj/zmqpp/actor.o src/zmqpp/actor.cpp mkdir -p build/obj/zmqpp/ /accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=max -DBUILD_DATESTAMP='"2017-12-02 21:28"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNDEBUG -c -o build/obj/zmqpp/reactor.o src/zmqpp/reactor.cpp mkdir -p build/obj/zmqpp/ /accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=max -DBUILD_DATESTAMP='"2017-12-02 21:28"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNDEBUG -c -o build/obj/zmqpp/socket.o src/zmqpp/socket.cpp mkdir -p build/obj/zmqpp/ mkdir -p build/obj/zmqpp/ /accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=max -DBUILD_DATESTAMP='"2017-12-02 21:28"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNDEBUG -c -o build/obj/zmqpp/context.o src/zmqpp/context.cpp /accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=max -DBUILD_DATESTAMP='"2017-12-02 21:28"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNDEBUG -c -o build/obj/zmqpp/zmqpp.o src/zmqpp/zmqpp.cpp mkdir -p build/obj/zmqpp/ /accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=max -DBUILD_DATESTAMP='"2017-12-02 21:28"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNDEBUG -c -o build/obj/zmqpp/frame.o src/zmqpp/frame.cpp mkdir -p build/obj/zmqpp/ /accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=max -DBUILD_DATESTAMP='"2017-12-02 21:28"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNDEBUG -c -o build/obj/zmqpp/auth.o src/zmqpp/auth.cpp mkdir -p build/obj/zmqpp/ mkdir -p build/obj/zmqpp/ /accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=max -DBUILD_DATESTAMP='"2017-12-02 21:28"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNDEBUG -c -o build/obj/zmqpp/message.o src/zmqpp/message.cpp /accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=max -DBUILD_DATESTAMP='"2017-12-02 21:28"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNDEBUG -c -o build/obj/zmqpp/signal.o src/zmqpp/signal.cpp /accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-g++ -lpthread -latomic -shared -rdynamic -Wl,-soname -Wl,libzmqpp.so.4 -o ./build/libzmqpp.so.4 build/obj/zmqpp/z85.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/message.o build/obj/zmqpp/signal.o -lzmq make[1]: Leaving directory `/accts/mlweber1/instance-1/output/build/zmqpp-4.1.2' >>> zmqpp 4.1.2 Installing to staging directory /usr/bin/install -m 0755 -d /accts/mlweber1/instance-1/output/host/arc-buildroot-linux-gnu/sysroot/usr/include/zmqpp PATH="/accts/mlweber1/instance-1/output/host/bin:/accts/mlweber1/instance-1/output/host/sbin:/usr/bin:/bin" /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/arc-buildroot-linux-gnu-ar" AS="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-as" LD="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-ld" NM="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-nm" CC="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-gcc" GCC="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-gcc" CPP="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-cpp" CXX="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-g++" FC="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-gfortran" F77="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-gfortran" RANLIB="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-ranlib" READELF="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-readelf" STRIP="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-strip" OBJCOPY="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-objcopy" OBJDUMP="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-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/arc-buildroot-linux-gnu-as" DEFAULT_LINKER="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-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 -matomic -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os " LDFLAGS="" FCFLAGS="-matomic -Os " FFLAGS="-matomic -Os " PKG_CONFIG="/accts/mlweber1/instance-1/output/host/bin/pkg-config" STAGING_DIR="/accts/mlweber1/instance-1/output/host/arc-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl LD="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-g++" BUILD_PATH=./build PREFIX=/usr BUILD_STATIC=no BUILD_SHARED=yes DESTDIR=/accts/mlweber1/instance-1/output/host/arc-buildroot-linux-gnu/sysroot install -C /accts/mlweber1/instance-1/output/build/zmqpp-4.1.2 make[1]: Entering directory `/accts/mlweber1/instance-1/output/build/zmqpp-4.1.2' mkdir -p /accts/mlweber1/instance-1/output/host/arc-buildroot-linux-gnu/sysroot/usr/include/zmqpp mkdir -p /accts/mlweber1/instance-1/output/host/arc-buildroot-linux-gnu/sysroot/usr/lib 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/socket_options.hpp ./src/zmqpp/socket_types.hpp ./src/zmqpp/frame.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/instance-1/output/host/arc-buildroot-linux-gnu/sysroot/usr/include/zmqpp install -m 755 ./build/libzmqpp.so.4 /accts/mlweber1/instance-1/output/host/arc-buildroot-linux-gnu/sysroot/usr/lib/libzmqpp.so.4.1.2 ln -sf libzmqpp.so.4.1.2 /accts/mlweber1/instance-1/output/host/arc-buildroot-linux-gnu/sysroot/usr/lib/libzmqpp.so.4 ln -sf libzmqpp.so.4.1.2 /accts/mlweber1/instance-1/output/host/arc-buildroot-linux-gnu/sysroot/usr/lib/libzmqpp.so if [ -f ./build/zmqpp ]; then install -m 755 ./build/zmqpp /accts/mlweber1/instance-1/output/host/arc-buildroot-linux-gnu/sysroot/usr/bin; fi use make installcheck to test the install make[1]: Leaving directory `/accts/mlweber1/instance-1/output/build/zmqpp-4.1.2' >>> zmqpp 4.1.2 Fixing libtool files >>> zmqpp 4.1.2 Installing to target /usr/bin/install -m 0755 -d /accts/mlweber1/instance-1/output/target/usr/include/zmqpp PATH="/accts/mlweber1/instance-1/output/host/bin:/accts/mlweber1/instance-1/output/host/sbin:/usr/bin:/bin" /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/arc-buildroot-linux-gnu-ar" AS="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-as" LD="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-ld" NM="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-nm" CC="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-gcc" GCC="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-gcc" CPP="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-cpp" CXX="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-g++" FC="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-gfortran" F77="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-gfortran" RANLIB="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-ranlib" READELF="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-readelf" STRIP="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-strip" OBJCOPY="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-objcopy" OBJDUMP="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-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/arc-buildroot-linux-gnu-as" DEFAULT_LINKER="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-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 -matomic -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os " LDFLAGS="" FCFLAGS="-matomic -Os " FFLAGS="-matomic -Os " PKG_CONFIG="/accts/mlweber1/instance-1/output/host/bin/pkg-config" STAGING_DIR="/accts/mlweber1/instance-1/output/host/arc-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl LD="/accts/mlweber1/instance-1/output/host/bin/arc-buildroot-linux-gnu-g++" BUILD_PATH=./build PREFIX=/usr BUILD_STATIC=no BUILD_SHARED=yes DESTDIR=/accts/mlweber1/instance-1/output/target install -C /accts/mlweber1/instance-1/output/build/zmqpp-4.1.2 make[1]: Entering directory `/accts/mlweber1/instance-1/output/build/zmqpp-4.1.2' mkdir -p /accts/mlweber1/instance-1/output/target/usr/include/zmqpp mkdir -p /accts/mlweber1/instance-1/output/target/usr/lib 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/socket_options.hpp ./src/zmqpp/socket_types.hpp ./src/zmqpp/frame.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/instance-1/output/target/usr/include/zmqpp install -m 755 ./build/libzmqpp.so.4 /accts/mlweber1/instance-1/output/target/usr/lib/libzmqpp.so.4.1.2 ln -sf libzmqpp.so.4.1.2 /accts/mlweber1/instance-1/output/target/usr/lib/libzmqpp.so.4 ln -sf libzmqpp.so.4.1.2 /accts/mlweber1/instance-1/output/target/usr/lib/libzmqpp.so if [ -f ./build/zmqpp ]; then install -m 755 ./build/zmqpp /accts/mlweber1/instance-1/output/target/usr/bin; fi use make installcheck to test the install make[1]: Leaving directory `/accts/mlweber1/instance-1/output/build/zmqpp-4.1.2' >>> 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 Warning: target file "./usr/share/info/dir" is touched by more than one package: ['readline', 'bash', 'libffi'] ./support/scripts/check-uniq-files -t staging /accts/mlweber1/instance-1/output/build/packages-file-list-staging.txt Warning: staging file "./usr/share/info/dir" is touched by more than one package: ['glibc', 'readline', 'libffi'] ./support/scripts/check-uniq-files -t host /accts/mlweber1/instance-1/output/build/packages-file-list-host.txt Warning: host file "./bin/arc-linux-gcov-tool" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./lib/gcc/arc-buildroot-linux-gnu/7.1.1/plugin/include/configargs.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-linux-gcc.br_real" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./share/info/dir" is touched by more than one package: ['host-gawk', 'host-m4', 'host-bison', 'host-libtool', 'host-autoconf', 'host-automake', 'host-gettext', 'host-gmp', 'host-mpfr', 'host-mpc', 'host-gcc-initial', 'host-gcc-final', 'host-libffi'] Warning: host file "./bin/arc-buildroot-linux-gnu-gcc-7.1.1.br_real" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-buildroot-linux-gnu-cpp.br_real" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-buildroot-linux-gnu-gcov-tool" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./lib/gcc/arc-buildroot-linux-gnu/7.1.1/include-fixed/limits.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./lib/gcc/arc-buildroot-linux-gnu/7.1.1/crtbegin.o" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./lib/gcc/arc-buildroot-linux-gnu/7.1.1/crtbeginT.o" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./libexec/gcc/arc-buildroot-linux-gnu/7.1.1/lto1" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./libexec/gcc/arc-buildroot-linux-gnu/7.1.1/lto-wrapper" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./lib/gcc/arc-buildroot-linux-gnu/7.1.1/crtbeginS.o" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./libexec/gcc/arc-buildroot-linux-gnu/7.1.1/cc1" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./lib/gcc/arc-buildroot-linux-gnu/7.1.1/install-tools/include/limits.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-linux-gcov" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./lib/gcc/arc-buildroot-linux-gnu/7.1.1/plugin/include/auto-host.h" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-linux-cpp.br_real" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./lib/gcc/arc-buildroot-linux-gnu/7.1.1/libgcov.a" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./libexec/gcc/arc-buildroot-linux-gnu/7.1.1/collect2" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-linux-gcov-dump" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-linux-gcc-7.1.1.br_real" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-buildroot-linux-gnu-gcov" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-buildroot-linux-gnu-gcc.br_real" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./lib/gcc/arc-buildroot-linux-gnu/7.1.1/libgcc.a" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] Warning: host file "./bin/arc-buildroot-linux-gnu-gcov-dump" is touched by more than one package: ['host-gcc-initial', 'host-gcc-final'] rm -f /accts/mlweber1/instance-1/output/target/usr/share/glib-2.0/schemas/*.xml /accts/mlweber1/instance-1/output/target/usr/share/glib-2.0/schemas/*.dtd /accts/mlweber1/instance-1/output/host/bin/glib-compile-schemas /accts/mlweber1/instance-1/output/host/arc-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/accts/mlweber1/instance-1/output/target/usr/share/glib-2.0/schemas 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 /accts/mlweber1/instance-1/output/target/usr/share/locale; 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 rm -rf /accts/mlweber1/instance-1/output/target/usr/share/gdb 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/arc-buildroot-linux-gnu-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/arc-buildroot-linux-gnu-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/arc-buildroot-linux-gnu-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.02-git-00225-g427e070"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.02-git\"" \ ) > /accts/mlweber1/instance-1/output/target/etc/os-release >>> 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.02-git-00225-g427e070 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final arc-2017.09-release Collecting legal info >>> glibc arc-2017.09-release Collecting legal info ERROR: No hash found for ./COPYING ERROR: No hash found for ./COPYING.LIB ERROR: No hash found for ./LICENSES >>> host-gawk 4.1.4 Collecting legal info ERROR: No hash found for COPYING >>> host-gcc-initial arc-2017.09-release Collecting legal info >>> host-binutils arc-2017.09-release Collecting legal info ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING.LIB >>> 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 >>> host-gmp 6.1.2 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> host-mpc 1.0.3 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> host-mpfr 3.1.6 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> linux-headers 4.14.3 Collecting legal info WARNING: no hash file for COPYING >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> atop 2.3.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> ncurses 6.0 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.0 Collecting legal info ERROR: No hash found for README >>> zlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> azmq v1.0 Collecting legal info ERROR: No hash found for LICENSE-BOOST_1_0 >>> boost 1.65.1 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> zeromq 4.1.6 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LESSER >>> libsodium 1.0.13 Collecting legal info ERROR: No hash found for LICENSE >>> util-linux 2.31 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) sys-utils/rfkill.c: OK (sha256: 996126b78a42dd2eeea1256d78b7fd6dec090ea196365c0ccb46adc32bc92460) >>> readline 7.0 Collecting legal info ERROR: No hash found for COPYING >>> bash 4.4.12 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> berkeleydb 5.3.28 Collecting legal info ERROR: No hash found for LICENSE >>> bridge-utils 1.6 Collecting legal info ERROR: No hash found for COPYING >>> dbus 1.12.2 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> fastd 18 Collecting legal info ERROR: No hash found for COPYRIGHT >>> libcap 2.25 Collecting legal info ERROR: No hash found for License >>> host-gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> host-libcap 2.25 Collecting legal info ERROR: No hash found for License >>> libuecc 7 Collecting legal info ERROR: No hash found for COPYRIGHT >>> fmtools 2.0.7 Collecting legal info ERROR: No hash found for COPYING >>> freetype 2.8.1 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 4a9a548027a2c1d37788519dea833294c9c81f1ebc280e817f41f50d0c642d78) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.34 Collecting legal info LICENSE: OK (sha256: a247c24f82bacf0403fe2f3d5550493a91cdb575fe7036b764bda8cacf3efd9c) >>> genext2fs 1.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 >>> gvfs 1.30.3 Collecting legal info ERROR: No hash found for COPYING >>> host-libglib2 2.54.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> host-util-linux 2.31 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) sys-utils/rfkill.c: OK (sha256: 996126b78a42dd2eeea1256d78b7fd6dec090ea196365c0ccb46adc32bc92460) >>> host-zlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libglib2 2.54.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> shared-mime-info 1.8 Collecting legal info ERROR: No hash found for COPYING >>> host-shared-mime-info 1.8 Collecting legal info ERROR: No hash found for COPYING >>> host-intltool 0.51.0 Collecting legal info ERROR: No hash found for COPYING >>> host-libxml-parser-perl 2.44 Collecting legal info ERROR: No hash found for README >>> host-expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> libxml2 2.9.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> jpeg Collecting legal info >>> libjpeg 9b Collecting legal info ERROR: No hash found for README >>> lcdproc 0.5.9 Collecting legal info ERROR: No hash found for COPYING >>> lcms2 2.8 Collecting legal info ERROR: No hash found for COPYING >>> libdcadec v0.2.0 Collecting legal info ERROR: No hash found for COPYING.LGPLv2.1 >>> libee 0.4.1 Collecting legal info ERROR: No hash found for COPYING >>> libestr 0.1.10 Collecting legal info ERROR: No hash found for COPYING >>> libjson 7.6.1 Collecting legal info ERROR: No hash found for License.txt >>> liblo 0.26 Collecting legal info ERROR: No hash found for COPYING >>> liblog4c-localtime v1.0 Collecting legal info ERROR: No hash found for COPYING >>> libmemcached 1.0.18 Collecting legal info ERROR: No hash found for COPYING >>> libminiupnpc 2.0 Collecting legal info ERROR: No hash found for LICENSE >>> libmpdclient 2.10 Collecting legal info ERROR: No hash found for COPYING >>> libpthread-stubs 0.4 Collecting legal info ERROR: No hash found for COPYING >>> libsvg 0.1.4 Collecting legal info ERROR: No hash found for COPYING >>> libtasn1 4.12 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> libusb 1.0.21 Collecting legal info ERROR: No hash found for COPYING >>> mongoose 6.7 Collecting legal info ERROR: No hash found for LICENSE >>> monkey 1.5.6 Collecting legal info ERROR: No hash found for LICENSE >>> ncdu 1.12 Collecting legal info ERROR: No hash found for COPYING >>> open-plc-utils 1be781d1ea81827e5f6c1a35961c65dd4d15472c Collecting legal info ERROR: No hash found for LICENSE >>> openpgm release-5-2-122 Collecting legal info ERROR: No hash found for openpgm/pgm/LICENSE >>> p11-kit 0.23.2 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcsc-lite 1.8.22 Collecting legal info ERROR: No hash found for COPYING >>> skalibs 2.6.0.1 Collecting legal info ERROR: No hash found for COPYING >>> sysstat 11.4.4 Collecting legal info ERROR: No hash found for COPYING >>> szip 2.1 Collecting legal info ERROR: No hash found for COPYING >>> zmqpp 4.1.2 Collecting legal info ERROR: No hash found for LICENSE WARNING: the Buildroot source code has not been saved WARNING: gcc-final-arc-2017.09-release: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-arc-2017.09-release: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) Legal info produced in /accts/mlweber1/instance-1/output/legal-info make: Leaving directory `/accts/mlweber1/instance-1/buildroot'