writing dependency_links to targetcli_fb.egg-info/dependency_links.txt writing manifest file 'targetcli_fb.egg-info/SOURCES.txt' reading manifest file 'targetcli_fb.egg-info/SOURCES.txt' writing manifest file 'targetcli_fb.egg-info/SOURCES.txt' Copying targetcli_fb.egg-info to /accts/mlweber1/instance-0/output/target/usr/lib/python2.7/site-packages/targetcli_fb-2.1.fb41-py2.7.egg-info running install_scripts copying build/scripts-2.7/targetcli -> /accts/mlweber1/instance-0/output/target/usr/bin changing mode of /accts/mlweber1/instance-0/output/target/usr/bin/targetcli to 755 /usr/bin/install -m 0755 -D package/targetcli-fb/S50target /accts/mlweber1/instance-0/output/target/etc/init.d/S50target /usr/bin/install -m 0755 -d /accts/mlweber1/instance-0/output/target/etc/target tinycbor-v0.4.2.tar.gz: OK (sha256: 37a06c618ccddd7edc3747277425fcd38fa71eab37c7aaf0b03818a49950da81) >>> tinycbor v0.4.2 Extracting gzip -d -c /accts/mlweber1/instance-0/dl/tinycbor-v0.4.2.tar.gz | tar --strip-components=1 -C /accts/mlweber1/instance-0/output/build/tinycbor-v0.4.2 -xf - >>> tinycbor v0.4.2 Patching >>> tinycbor v0.4.2 Configuring >>> tinycbor v0.4.2 Building PATH="/accts/mlweber1/instance-0/output/host/bin:/accts/mlweber1/instance-0/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j1 PATH="/accts/mlweber1/instance-0/output/host/bin:/accts/mlweber1/instance-0/output/host/sbin:/usr/bin:/bin" AR="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-ar" AS="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-as" LD="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-ld" NM="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-nm" CC="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc" GCC="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc" CPP="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-cpp" CXX="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-g++" FC="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gfortran" F77="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gfortran" RANLIB="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-ranlib" READELF="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-readelf" STRIP="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-strip" OBJCOPY="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-objcopy" OBJDUMP="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/accts/mlweber1/instance-0/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/accts/mlweber1/instance-0/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/accts/mlweber1/instance-0/output/host/include" LDFLAGS_FOR_BUILD="-L/accts/mlweber1/instance-0/output/host/lib -Wl,-rpath,/accts/mlweber1/instance-0/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-as" DEFAULT_LINKER="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/accts/mlweber1/instance-0/output/host/bin/pkg-config" STAGING_DIR="/accts/mlweber1/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl V=1 -C /accts/mlweber1/instance-0/output/build/tinycbor-v0.4.2 make[1]: Entering directory `/accts/mlweber1/instance-0/output/build/tinycbor-v0.4.2' Makefile:79: warning: funopen and fopencookie unavailable, open_memstream can not be implemented and conversion to JSON will not work properly! /usr/bin/make -f ./Makefile.configure OUT='>&9' configure 9> .config make[2]: Entering directory `/accts/mlweber1/instance-0/output/build/tinycbor-v0.4.2' if printf "extern int open_memstream(); int main() { return open_memstream(); }" | \ /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -xc -o /dev/null - ; \ then \ echo open_memstream-pass := 1 >&9; \ fi if printf "extern int funopen(); int main() { return funopen(); }" | \ /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -xc -o /dev/null - ; \ then \ echo funopen-pass := 1 >&9; \ fi /tmp/ccZpMShx.o: In function `main': (.text+0x10): undefined reference to `funopen' collect2: error: ld returned 1 exit status if printf "extern int fopencookie(); int main() { return fopencookie(); }" | \ /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -xc -o /dev/null - ; \ then \ echo fopencookie-pass := 1 >&9; \ fi if printf "int main() {}" | \ /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -xc -Wl,--gc-sections -o /dev/null - ; \ then \ echo gc_sections-pass := 1 >&9; \ fi if printf "#include \n #include \n int main() { return cJSON_False; }" | \ /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -xc -lcjson -o /dev/null - ; \ then \ echo system-cjson-pass := 1 >&9; \ fi :2:26: fatal error: cjson/cJSON.h: No such file or directory compilation terminated. if printf "#include \n #include \n int main() { return cJSON_False; }" | \ /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -xc -I./src/cjson -o /dev/null - ; \ then \ echo cjson-pass := 1 >&9; \ fi :2:26: fatal error: cjson/cJSON.h: No such file or directory compilation terminated. make[2]: Leaving directory `/accts/mlweber1/instance-0/output/build/tinycbor-v0.4.2' make[1]: Leaving directory `/accts/mlweber1/instance-0/output/build/tinycbor-v0.4.2' make[1]: Entering directory `/accts/mlweber1/instance-0/output/build/tinycbor-v0.4.2' /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src -DTINYCBOR_VERSION_SUFFIX=\"\" -std=c99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o src/cborerrorstrings.o src/cborerrorstrings.c /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src -DTINYCBOR_VERSION_SUFFIX=\"\" -std=c99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o src/cborencoder.o src/cborencoder.c /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src -DTINYCBOR_VERSION_SUFFIX=\"\" -std=c99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o src/cborencoder_close_container_checked.o src/cborencoder_close_container_checked.c /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src -DTINYCBOR_VERSION_SUFFIX=\"\" -std=c99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o src/cborparser.o src/cborparser.c /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src -DTINYCBOR_VERSION_SUFFIX=\"\" -std=c99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o src/cborparser_dup_string.o src/cborparser_dup_string.c /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src -DTINYCBOR_VERSION_SUFFIX=\"\" -std=c99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o src/cborpretty.o src/cborpretty.c /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src -DTINYCBOR_VERSION_SUFFIX=\"\" -std=c99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o src/cbortojson.o src/cbortojson.c /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-ar cqs lib/libtinycbor.a src/cborerrorstrings.o src/cborencoder.o src/cborencoder_close_container_checked.o src/cborparser.o src/cborparser_dup_string.o src/cborpretty.o src/cbortojson.o /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./src -DTINYCBOR_VERSION_SUFFIX=\"\" -std=c99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o tools/cbordump/cbordump.o tools/cbordump/cbordump.c /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -o bin/cbordump tools/cbordump/cbordump.o lib/libtinycbor.a -lm sed > tinycbor.pc < tinycbor.pc.in \ -e 's,@prefix@,/usr/local,' \ -e 's,@exec_prefix@,/usr/local,' \ -e 's,@libdir@,/usr/local/lib,' \ -e 's,@includedir@,/usr/local/include,' \ -e 's,@version@,0.4.2,' make[1]: Leaving directory `/accts/mlweber1/instance-0/output/build/tinycbor-v0.4.2' >>> tinycbor v0.4.2 Installing to staging directory PATH="/accts/mlweber1/instance-0/output/host/bin:/accts/mlweber1/instance-0/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j45 PATH="/accts/mlweber1/instance-0/output/host/bin:/accts/mlweber1/instance-0/output/host/sbin:/usr/bin:/bin" AR="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-ar" AS="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-as" LD="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-ld" NM="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-nm" CC="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc" GCC="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc" CPP="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-cpp" CXX="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-g++" FC="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gfortran" F77="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gfortran" RANLIB="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-ranlib" READELF="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-readelf" STRIP="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-strip" OBJCOPY="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-objcopy" OBJDUMP="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/accts/mlweber1/instance-0/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/accts/mlweber1/instance-0/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/accts/mlweber1/instance-0/output/host/include" LDFLAGS_FOR_BUILD="-L/accts/mlweber1/instance-0/output/host/lib -Wl,-rpath,/accts/mlweber1/instance-0/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-as" DEFAULT_LINKER="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/accts/mlweber1/instance-0/output/host/bin/pkg-config" STAGING_DIR="/accts/mlweber1/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl V=1 -C /accts/mlweber1/instance-0/output/build/tinycbor-v0.4.2 DESTDIR=/accts/mlweber1/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot prefix=/usr install make[1]: Entering directory `/accts/mlweber1/instance-0/output/build/tinycbor-v0.4.2' install -d /accts/mlweber1/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/bin install -d /accts/mlweber1/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib install -d /accts/mlweber1/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig install -d /accts/mlweber1/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/include/tinycbor install -m 755 bin/cbordump /accts/mlweber1/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/bin/cbordump install -m 644 lib/libtinycbor.a /accts/mlweber1/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib/libtinycbor.a install -d /accts/mlweber1/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/include/tinycbor install -m 644 tinycbor.pc /accts/mlweber1/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig/tinycbor.pc install -m 644 src/cbor.h /accts/mlweber1/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/include/tinycbor/cbor.h install -m 644 src/cborjson.h /accts/mlweber1/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/include/tinycbor/cborjson.h make[1]: Leaving directory `/accts/mlweber1/instance-0/output/build/tinycbor-v0.4.2' >>> tinycbor v0.4.2 Fixing libtool files >>> tinycbor v0.4.2 Installing to target PATH="/accts/mlweber1/instance-0/output/host/bin:/accts/mlweber1/instance-0/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j45 PATH="/accts/mlweber1/instance-0/output/host/bin:/accts/mlweber1/instance-0/output/host/sbin:/usr/bin:/bin" AR="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-ar" AS="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-as" LD="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-ld" NM="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-nm" CC="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc" GCC="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc" CPP="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-cpp" CXX="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-g++" FC="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gfortran" F77="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gfortran" RANLIB="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-ranlib" READELF="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-readelf" STRIP="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-strip" OBJCOPY="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-objcopy" OBJDUMP="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/accts/mlweber1/instance-0/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/accts/mlweber1/instance-0/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/accts/mlweber1/instance-0/output/host/include" LDFLAGS_FOR_BUILD="-L/accts/mlweber1/instance-0/output/host/lib -Wl,-rpath,/accts/mlweber1/instance-0/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-as" DEFAULT_LINKER="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/accts/mlweber1/instance-0/output/host/bin/pkg-config" STAGING_DIR="/accts/mlweber1/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl V=1 -C /accts/mlweber1/instance-0/output/build/tinycbor-v0.4.2 DESTDIR=/accts/mlweber1/instance-0/output/target prefix=/usr install make[1]: Entering directory `/accts/mlweber1/instance-0/output/build/tinycbor-v0.4.2' install -d /accts/mlweber1/instance-0/output/target/usr/bin install -d /accts/mlweber1/instance-0/output/target/usr/lib install -d /accts/mlweber1/instance-0/output/target/usr/lib/pkgconfig install -d /accts/mlweber1/instance-0/output/target/usr/include/tinycbor install -m 755 bin/cbordump /accts/mlweber1/instance-0/output/target/usr/bin/cbordump install -m 644 lib/libtinycbor.a /accts/mlweber1/instance-0/output/target/usr/lib/libtinycbor.a install -d /accts/mlweber1/instance-0/output/target/usr/include/tinycbor install -m 644 tinycbor.pc /accts/mlweber1/instance-0/output/target/usr/lib/pkgconfig/tinycbor.pc install -m 644 src/cbor.h /accts/mlweber1/instance-0/output/target/usr/include/tinycbor/cbor.h install -m 644 src/cborjson.h /accts/mlweber1/instance-0/output/target/usr/include/tinycbor/cborjson.h make[1]: Leaving directory `/accts/mlweber1/instance-0/output/build/tinycbor-v0.4.2' tunctl-1.5.tar.gz: OK (sha256: aa2a6c4cc6bfacb11e0d9f62334a6638a0d435475c61230116f00b6af8b14fff) >>> tunctl 1.5 Extracting gzip -d -c /accts/mlweber1/instance-0/dl/tunctl-1.5.tar.gz | tar --strip-components=1 -C /accts/mlweber1/instance-0/output/build/tunctl-1.5 -xf - >>> tunctl 1.5 Patching >>> tunctl 1.5 Configuring >>> tunctl 1.5 Building /usr/bin/make -j45 PATH="/accts/mlweber1/instance-0/output/host/bin:/accts/mlweber1/instance-0/output/host/sbin:/usr/bin:/bin" AR="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-ar" AS="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-as" LD="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-ld" NM="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-nm" CC="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc" GCC="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc" CPP="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-cpp" CXX="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-g++" FC="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gfortran" F77="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gfortran" RANLIB="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-ranlib" READELF="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-readelf" STRIP="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-strip" OBJCOPY="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-objcopy" OBJDUMP="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/accts/mlweber1/instance-0/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/accts/mlweber1/instance-0/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/accts/mlweber1/instance-0/output/host/include" LDFLAGS_FOR_BUILD="-L/accts/mlweber1/instance-0/output/host/lib -Wl,-rpath,/accts/mlweber1/instance-0/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-as" DEFAULT_LINKER="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/accts/mlweber1/instance-0/output/host/bin/pkg-config" STAGING_DIR="/accts/mlweber1/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl -C /accts/mlweber1/instance-0/output/build/tunctl-1.5 tunctl make[1]: Entering directory `/accts/mlweber1/instance-0/output/build/tunctl-1.5' /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o tunctl tunctl.c make[1]: Leaving directory `/accts/mlweber1/instance-0/output/build/tunctl-1.5' >>> tunctl 1.5 Installing to target /usr/bin/install -m 0755 -D /accts/mlweber1/instance-0/output/build/tunctl-1.5/tunctl /accts/mlweber1/instance-0/output/target/usr/sbin/tunctl >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /accts/mlweber1/instance-0/output/build/packages-file-list.txt Warning: target file "./usr/share/info/dir" is touched by more than one package: ['libffi', 'readline', 'gmp'] ./support/scripts/check-uniq-files -t staging /accts/mlweber1/instance-0/output/build/packages-file-list-staging.txt Warning: staging file "./usr/share/info/dir" is touched by more than one package: ['libffi', 'readline', 'gmp'] ./support/scripts/check-uniq-files -t host /accts/mlweber1/instance-0/output/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: ['host-m4', 'host-libtool', 'host-autoconf', 'host-automake', 'host-bison', 'host-gettext', 'host-libffi'] Warning: host file "./lib/python2.7/site-packages/easy-install.pth" is touched by more than one package: ['host-python-setuptools', 'host-python-setuptools-scm'] /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /accts/mlweber1/instance-0/output/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /accts/mlweber1/instance-0/output/target/etc/inittab rm -f /accts/mlweber1/instance-0/output/target/usr/share/glib-2.0/schemas/*.xml /accts/mlweber1/instance-0/output/target/usr/share/glib-2.0/schemas/*.dtd /accts/mlweber1/instance-0/output/host/bin/glib-compile-schemas /accts/mlweber1/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/accts/mlweber1/instance-0/output/target/usr/share/glib-2.0/schemas PYTHONPATH="/accts/mlweber1/instance-0/output/target/usr/lib/python2.7/sysconfigdata/" cd /accts/mlweber1/instance-0/output/target && /accts/mlweber1/instance-0/output/host/bin/python2.7 /accts/mlweber1/instance-0/buildroot/support/scripts/pycompile.py usr/lib/python2.7 find /accts/mlweber1/instance-0/output/target/usr/lib/python2.7 -name '*.py' -print0 | xargs -0 --no-run-if-empty rm -f find /accts/mlweber1/instance-0/output/target/usr/lib/python2.7 -name '*.pyo' -print0 | xargs -0 --no-run-if-empty rm -f mkdir -p /accts/mlweber1/instance-0/output/target/etc echo "buildroot" > /accts/mlweber1/instance-0/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /accts/mlweber1/instance-0/output/target/etc/hosts mkdir -p /accts/mlweber1/instance-0/output/target/etc echo "Welcome to Buildroot" > /accts/mlweber1/instance-0/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /accts/mlweber1/instance-0/output/target/etc/shadow rm -f /accts/mlweber1/instance-0/output/target/bin/sh rm -f /accts/mlweber1/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /accts/mlweber1/instance-0/output/build/locales.nopurge; done for dir in /accts/mlweber1/instance-0/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /accts/mlweber1/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /accts/mlweber1/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /accts/mlweber1/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /accts/mlweber1/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /accts/mlweber1/instance-0/output/target/usr/include /accts/mlweber1/instance-0/output/target/usr/share/aclocal \ /accts/mlweber1/instance-0/output/target/usr/lib/pkgconfig /accts/mlweber1/instance-0/output/target/usr/share/pkgconfig \ /accts/mlweber1/instance-0/output/target/usr/lib/cmake /accts/mlweber1/instance-0/output/target/usr/share/cmake find /accts/mlweber1/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /accts/mlweber1/instance-0/output/target/lib/ /accts/mlweber1/instance-0/output/target/usr/lib/ /accts/mlweber1/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /accts/mlweber1/instance-0/output/target/usr/share/gdb rm -rf /accts/mlweber1/instance-0/output/target/usr/share/bash-completion rm -rf /accts/mlweber1/instance-0/output/target/usr/share/zsh rm -rf /accts/mlweber1/instance-0/output/target/usr/man /accts/mlweber1/instance-0/output/target/usr/share/man rm -rf /accts/mlweber1/instance-0/output/target/usr/info /accts/mlweber1/instance-0/output/target/usr/share/info rm -rf /accts/mlweber1/instance-0/output/target/usr/doc /accts/mlweber1/instance-0/output/target/usr/share/doc rm -rf /accts/mlweber1/instance-0/output/target/usr/share/gtk-doc rmdir /accts/mlweber1/instance-0/output/target/usr/share 2>/dev/null || true find /accts/mlweber1/instance-0/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-0/output/host/bin/microblazeel-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /accts/mlweber1/instance-0/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /accts/mlweber1/instance-0/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /accts/mlweber1/instance-0/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-0/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-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.02-git-00861-gef9be80"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.02-git\"" \ ) > /accts/mlweber1/instance-0/output/target/etc/os-release >>> Sanitizing RPATH in target tree /accts/mlweber1/instance-0/buildroot/support/scripts/fix-rpath target make: Leaving directory `/accts/mlweber1/instance-0/buildroot' make: Entering directory `/accts/mlweber1/instance-0/buildroot' >>> Buildroot 2018.02-git-00861-gef9be80 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> argp-standalone 1.3 Collecting legal info >>> arp-scan 1.9 Collecting legal info ERROR: No hash found for COPYING >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libpcap 1.8.1 Collecting legal info ERROR: No hash found for LICENSE >>> dbus 1.12.2 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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) >>> libnl 3.4.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libusb 1.0.21 Collecting legal info ERROR: No hash found for COPYING >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> bitstream-vera 1.10 Collecting legal info ERROR: No hash found for COPYRIGHT.TXT >>> busybox 1.27.2 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> clapack 3.2.1 Collecting legal info F2CLIBS/libf2c/Notice: OK (sha256: 44561c447e91203ddc747beeca5cc2794d95ee982c17c578670e4f0408bc3904) COPYING: OK (sha256: 23014869214a231525b38c39fdb5f82364fa24154ac80fdcab2a79671460fd09) >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> curlftpfs 0.9.2 Collecting legal info ERROR: No hash found for COPYING >>> libcurl 7.58.0 Collecting legal info COPYING: OK (sha256: 5f3849ec38ddb927e79f514bf948890c41b8d1407286a49609b8fb1585931095) >>> openssl Collecting legal info >>> libopenssl 1.0.2n Collecting legal info LICENSE: OK (sha256: 9ee37d72966bb4a841343f0606ce44d41b3eae4df4285200c5a8ddc2b935992a) >>> libfuse 2.9.7 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> libglib2 2.54.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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.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) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> util-linux 2.31.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.0 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.0 Collecting legal info ERROR: No hash found for README >>> python 2.7.14 Collecting legal info LICENSE: OK (sha256: d2d17b17388da74dc9c6bdbf78eb7237432c3f8a0c87852df740ec99de2ec680) >>> host-python 2.7.14 Collecting legal info LICENSE: OK (sha256: d2d17b17388da74dc9c6bdbf78eb7237432c3f8a0c87852df740ec99de2ec680) >>> host-expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> readline 7.0 Collecting legal info ERROR: No hash found for COPYING >>> sqlite 3210000 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> dbus-glib 0.108 Collecting legal info ERROR: No hash found for COPYING >>> host-dbus 1.12.2 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-dbus-glib 0.108 Collecting legal info ERROR: No hash found for COPYING >>> dstat 0.7.3 Collecting legal info ERROR: No hash found for COPYING >>> dt v18.32 Collecting legal info ERROR: No hash found for LICENSE >>> dtach v0.9 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) >>> gconf 3.2.6 Collecting legal info COPYING: OK (sha256: 94b03f1a60a7fd5007149530626a895a6ef5a8b9342abfd56860c5f3956f5d23) >>> 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 >>> libxml2 2.9.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> genromfs 0.5.2 Collecting legal info ERROR: No hash found for COPYING >>> gmp 6.1.2 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> gtest release-1.8.0 Collecting legal info ERROR: No hash found for googletest/LICENSE >>> gvfs 1.30.3 Collecting legal info ERROR: No hash found for COPYING >>> 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 >>> ifupdown-scripts Collecting legal info >>> initscripts Collecting legal info >>> iodine 0.7.0 Collecting legal info ERROR: No hash found for README >>> iperf 2.0.10 Collecting legal info COPYING: OK (sha256: 5f9f5c4feca3347c3b3c0ada8b16b4e6b698aac4e6f016a24adf61a5915336d1) >>> iw 4.9 Collecting legal info ERROR: No hash found for COPYING >>> jhead 3.00 Collecting legal info ERROR: No hash found for readme.txt >>> kvazaar v1.1.0 Collecting legal info ERROR: No hash found for COPYING >>> libcdaudio 0.99.12p2 Collecting legal info ERROR: No hash found for COPYING >>> libcgicc 3.2.16 Collecting legal info ERROR: No hash found for COPYING.LIB ERROR: No hash found for COPYING.DOC >>> libcuefile r475 Collecting legal info ERROR: No hash found for COPYING >>> libdvdcss 1.4.0 Collecting legal info ERROR: No hash found for COPYING >>> libevent 2.1.8-stable Collecting legal info ERROR: No hash found for LICENSE >>> libkcapi 0.14.0 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.gplv2 ERROR: No hash found for COPYING.bsd >>> libllcp 05dfa8003433a7070bfd8ae02efdb0203bbf34aa Collecting legal info ERROR: No hash found for COPYING >>> libnfc 1.7.1 Collecting legal info ERROR: No hash found for COPYING >>> libusb-compat 0.1.5 Collecting legal info ERROR: No hash found for COPYING >>> libmnl 1.0.4 Collecting legal info ERROR: No hash found for COPYING >>> libnftnl 1.0.7 Collecting legal info ERROR: No hash found for COPYING >>> libogg 1.3.3 Collecting legal info ERROR: No hash found for COPYING >>> libphidget 2.1.8.20140319 Collecting legal info ERROR: No hash found for COPYING >>> libreplaygain r475 Collecting legal info ERROR: No hash found for src/gain_analysis.c >>> libsecret 0.18.5 Collecting legal info ERROR: No hash found for COPYING >>> libssh 0.7.5 Collecting legal info ERROR: No hash found for COPYING >>> libyaml 0.1.7 Collecting legal info ERROR: No hash found for LICENSE >>> libzip 1.4.0 Collecting legal info LICENSE: OK (sha256: 3c964a7eb1abeb6bd6f40035ed3a014728ff8c5437f107dcf24fbbfab16e227e) >>> linenoise 1.0 Collecting legal info ERROR: No hash found for LICENSE >>> ltris 1.0.19 Collecting legal info ERROR: No hash found for COPYING >>> sdl 1.2.15 Collecting legal info ERROR: No hash found for COPYING >>> musepack r475 Collecting legal info ERROR: No hash found for libmpcdec/COPYING ERROR: No hash found for libmpcenc/quant.c >>> ncftp 3.2.6 Collecting legal info ERROR: No hash found for doc/LICENSE.txt >>> nftables 0.7 Collecting legal info ERROR: No hash found for COPYING >>> ntp 4.2.8p10 Collecting legal info ERROR: No hash found for COPYRIGHT >>> openssh 7.6p1 Collecting legal info LICENCE: OK (sha256: 05a4c25ef464e19656c5259bd4f4da8428efab01044f3541b79fbb3ff209350f) >>> opus-tools 0.1.10 Collecting legal info ERROR: No hash found for COPYING >>> opus 1.2.1 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> phidgetwebservice 2.1.8.20140319 Collecting legal info ERROR: No hash found for COPYING >>> pngquant 2.10.1 Collecting legal info ERROR: No hash found for COPYRIGHT >>> python-argh 0.26.2 Collecting legal info ERROR: No hash found for README.rst >>> host-python-setuptools v38.4.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> python-backports-shutil-get-terminal-size 1.0.0 Collecting legal info ERROR: No hash found for LICENSE >>> python-certifi 2018.1.18 Collecting legal info LICENSE: OK (sha256: 6a70a4bf6b010016d59a64b8ae4ad8dc7f5ef16f1fb453cc2ecd771c5a341131) >>> python-chardet 3.0.4 Collecting legal info ERROR: No hash found for LICENSE >>> python-configshell-fb v1.1.fb18 Collecting legal info ERROR: No hash found for COPYING >>> python-pyparsing 2.1.10 Collecting legal info ERROR: No hash found for LICENSE >>> python-six 1.11.0 Collecting legal info LICENSE: OK (sha256: 63478682e84e8c98f4c46308995f1f521a6886976e25421827d2a2be03581328) >>> python-urwid 1.3.1 Collecting legal info ERROR: No hash found for COPYING >>> python-decorator 4.0.11 Collecting legal info >>> python-engineio 0.9.2 Collecting legal info ERROR: No hash found for LICENSE >>> python-enum34 1.1.6 Collecting legal info ERROR: No hash found for enum/LICENSE >>> python-idna 2.5 Collecting legal info ERROR: No hash found for LICENSE.rst >>> python-ipython-genutils 0.2.0 Collecting legal info ERROR: No hash found for COPYING.md >>> python-ipython 5.4.0 Collecting legal info ERROR: No hash found for COPYING.rst >>> python-netifaces 0.10.6 Collecting legal info ERROR: No hash found for README.rst >>> python-oauthlib 2.0.6 Collecting legal info LICENSE: OK (sha256: 9e1ae8725f5815738dadb6cbb09f450453d94e07c7b5efaee864f546a6209a95) >>> python-pathlib2 2.2.1 Collecting legal info ERROR: No hash found for LICENSE.rst >>> python-pathpy 10.5 Collecting legal info >>> host-python-setuptools-scm 1.15.6 Collecting legal info ERROR: No hash found for LICENSE >>> python-pathtools 0.1.2 Collecting legal info ERROR: No hash found for LICENSE >>> python-pexpect 4.2.1 Collecting legal info ERROR: No hash found for LICENSE >>> python-pickleshare 0.7.4 Collecting legal info ERROR: No hash found for LICENSE >>> python-prompt-toolkit 1.0.13 Collecting legal info ERROR: No hash found for LICENSE >>> python-ptyprocess 0.5.1 Collecting legal info ERROR: No hash found for LICENSE >>> python-pyasn-modules 0.0.8 Collecting legal info ERROR: No hash found for LICENSE.txt >>> python-pygments 2.2.0 Collecting legal info ERROR: No hash found for LICENSE >>> python-pyratemp 0.3.2 Collecting legal info ERROR: No hash found for LICENSE >>> python-pyyaml 3.12 Collecting legal info ERROR: No hash found for LICENSE >>> python-requests 2.18.1 Collecting legal info ERROR: No hash found for LICENSE >>> python-rtslib-fb v2.1.fb57 Collecting legal info ERROR: No hash found for COPYING >>> python-scandir 1.5 Collecting legal info ERROR: No hash found for LICENSE.txt >>> python-setuptools v38.4.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> python-simplegeneric 0.8.1 Collecting legal info >>> python-traitlets 4.3.2 Collecting legal info ERROR: No hash found for COPYING.md >>> python-urllib3 1.21.1 Collecting legal info ERROR: No hash found for LICENSE.txt >>> python-watchdog 0.8.3 Collecting legal info ERROR: No hash found for LICENSE ERROR: No hash found for COPYING >>> python-wcwidth 0.1.7 Collecting legal info ERROR: No hash found for LICENSE.txt >>> rng-tools 5 Collecting legal info ERROR: No hash found for COPYING >>> sdl_ttf 2.0.11 Collecting legal info ERROR: No hash found for COPYING >>> slirp 8c2da74c1385242f20799fec8c04f8378edc6550 Collecting legal info >>> sound-theme-borealis 0.9a Collecting legal info >>> targetcli-fb v2.1.fb41 Collecting legal info ERROR: No hash found for COPYING >>> tinycbor v0.4.2 Collecting legal info LICENSE: OK (sha256: 3c6ba0b5bfa7830505301ffb336a17b0748e0d61c4d34216e9dc98f10e40395e) >>> tunctl 1.5 Collecting legal info ERROR: No hash found for tunctl.c WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: argp-standalone-1.3: cannot save license (ARGP_STANDALONE_LICENSE_FILES not defined) WARNING: python-decorator-4.0.11: cannot save license (PYTHON_DECORATOR_LICENSE_FILES not defined) WARNING: python-pathpy-10.5: cannot save license (PYTHON_PATHPY_LICENSE_FILES not defined) WARNING: python-simplegeneric-0.8.1: cannot save license (PYTHON_SIMPLEGENERIC_LICENSE_FILES not defined) WARNING: slirp-8c2da74c1385242f20799fec8c04f8378edc6550: cannot save license (SLIRP_LICENSE_FILES not defined) WARNING: sound-theme-borealis-0.9a: cannot save license (SOUND_THEME_BOREALIS_LICENSE_FILES not defined) Legal info produced in /accts/mlweber1/instance-0/output/legal-info make: Leaving directory `/accts/mlweber1/instance-0/buildroot'