usage(EX_USAGE); ^~~~~~~~~~~~~~~ main.c:191:20: warning: inlining failed in call to 'usage': call is unlikely and code size would grow [-Winline] static inline void usage(int errcode) ^~~~~ main.c:266:25: note: called from here usage(EX_USAGE); ^~~~~~~~~~~~~~~ main.c:191:20: warning: inlining failed in call to 'usage': call is unlikely and code size would grow [-Winline] static inline void usage(int errcode) ^~~~~ main.c:279:21: note: called from here usage(*optx == 'h' ? 0 : EX_USAGE); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:191:20: warning: inlining failed in call to 'usage': call is unlikely and code size would grow [-Winline] static inline void usage(int errcode) ^~~~~ main.c:284:17: note: called from here usage(EX_USAGE); ^~~~~~~~~~~~~~~ tftpd.c: In function 'tftp_recvfile': tftpd.c:1647:69: warning: argument 'oap' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] static void tftp_recvfile(const struct formats *pf, struct tftphdr *oap, int oacklen) ^~~ /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc tftp.o main.o ../common/libcommon.a /accts/mlweber1/instance-0/output/build/tftpd-5.2/lib/libxtra.a -o tftp make[2]: Leaving directory `/accts/mlweber1/instance-0/output/build/tftpd-5.2/tftp' /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc tftpd.o recvfrom.o misc.o remap.o ../common/libcommon.a /accts/mlweber1/instance-0/output/build/tftpd-5.2/lib/libxtra.a -o tftpd make[2]: Leaving directory `/accts/mlweber1/instance-0/output/build/tftpd-5.2/tftpd' make[1]: Leaving directory `/accts/mlweber1/instance-0/output/build/tftpd-5.2' >>> tftpd 5.2 Installing to target /usr/bin/install -D /accts/mlweber1/instance-0/output/build/tftpd-5.2/tftp/tftp /accts/mlweber1/instance-0/output/target/usr/bin/tftp /usr/bin/install -D /accts/mlweber1/instance-0/output/build/tftpd-5.2/tftpd/tftpd /accts/mlweber1/instance-0/output/target/usr/sbin/tftpd tinyalsa-1.1.1.tar.gz: OK (sha256: d92b438cea348ae316c4b2cbf367b4f01ed821a947e6a34d813624e9e3c936c1) >>> tinyalsa 1.1.1 Extracting gzip -d -c /accts/mlweber1/instance-0/dl/tinyalsa-1.1.1.tar.gz | tar --strip-components=1 -C /accts/mlweber1/instance-0/output/build/tinyalsa-1.1.1 -xf - >>> tinyalsa 1.1.1 Patching Applying 0001-disable-doxygen-usage.patch using patch: patching file Makefile Applying 0002-interval.h-add-missing-header.patch using patch: patching file include/tinyalsa/interval.h >>> tinyalsa 1.1.1 Configuring >>> tinyalsa 1.1.1 Building PATH="/accts/mlweber1/instance-0/output/host/bin:/accts/mlweber1/instance-0/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j32 CROSS_COMPILE="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-" -C /accts/mlweber1/instance-0/output/build/tinyalsa-1.1.1 make[1]: Entering directory `/accts/mlweber1/instance-0/output/build/tinyalsa-1.1.1' /usr/bin/make -C src make[2]: Entering directory `/accts/mlweber1/instance-0/output/build/tinyalsa-1.1.1/src' /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -Wall -Wextra -Werror -Wfatal-errors -I ../include -fPIC -c -o limits.o limits.c /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -Wall -Wextra -Werror -Wfatal-errors -I ../include -fPIC -c -o mixer.o mixer.c /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -Wall -Wextra -Werror -Wfatal-errors -I ../include -fPIC -c -o pcm.o pcm.c /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-ar rv libtinyalsa.a limits.o mixer.o pcm.o /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -shared -Wl,-soname,libtinyalsa.so.1 limits.o mixer.o pcm.o -o libtinyalsa.so.1.1.1 /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-ar: creating libtinyalsa.a a - limits.o a - mixer.o a - pcm.o ln -sf libtinyalsa.so.1.1.1 libtinyalsa.so.1 ln -sf libtinyalsa.so.1 libtinyalsa.so make[2]: Leaving directory `/accts/mlweber1/instance-0/output/build/tinyalsa-1.1.1/src' /usr/bin/make -C utils make[2]: Entering directory `/accts/mlweber1/instance-0/output/build/tinyalsa-1.1.1/utils' /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -Wall -Wextra -Werror -Wfatal-errors -I ../include -L ../src -O2 tinyplay.c ../include/tinyalsa/pcm.h ../include/tinyalsa/mixer.h ../include/tinyalsa/asoundlib.h ../src/libtinyalsa.a -o tinyplay /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -Wall -Wextra -Werror -Wfatal-errors -I ../include -L ../src -O2 tinycap.c ../include/tinyalsa/pcm.h ../include/tinyalsa/mixer.h ../include/tinyalsa/asoundlib.h ../src/libtinyalsa.a -o tinycap /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -Wall -Wextra -Werror -Wfatal-errors -I ../include -L ../src -O2 tinymix.c ../include/tinyalsa/pcm.h ../include/tinyalsa/mixer.h ../include/tinyalsa/asoundlib.h ../src/libtinyalsa.a -o tinymix /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -Wall -Wextra -Werror -Wfatal-errors -I ../include -L ../src -O2 tinypcminfo.c ../include/tinyalsa/pcm.h ../include/tinyalsa/mixer.h ../include/tinyalsa/asoundlib.h ../src/libtinyalsa.a -o tinypcminfo make[2]: Leaving directory `/accts/mlweber1/instance-0/output/build/tinyalsa-1.1.1/utils' /usr/bin/make -C examples make[2]: Entering directory `/accts/mlweber1/instance-0/output/build/tinyalsa-1.1.1/examples' /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -Wall -Wextra -Werror -Wfatal-errors -I ../include pcm-readi.c ../src/libtinyalsa.so -o pcm-readi /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -Wall -Wextra -Werror -Wfatal-errors -I ../include pcm-writei.c ../src/libtinyalsa.so -o pcm-writei make[2]: Leaving directory `/accts/mlweber1/instance-0/output/build/tinyalsa-1.1.1/examples' make[1]: Leaving directory `/accts/mlweber1/instance-0/output/build/tinyalsa-1.1.1' >>> tinyalsa 1.1.1 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 -j32 -C /accts/mlweber1/instance-0/output/build/tinyalsa-1.1.1 PREFIX="/usr" CROSS_COMPILE="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-" DESTDIR="/accts/mlweber1/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot" install make[1]: Entering directory `/accts/mlweber1/instance-0/output/build/tinyalsa-1.1.1' install -d /accts/mlweber1/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/include/tinyalsa/ install include/tinyalsa/pcm.h /accts/mlweber1/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/include/tinyalsa/ install include/tinyalsa/mixer.h /accts/mlweber1/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/include/tinyalsa/ install include/tinyalsa/asoundlib.h /accts/mlweber1/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/include/tinyalsa/ install include/tinyalsa/version.h /accts/mlweber1/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/include/tinyalsa/ /usr/bin/make -C src install make[2]: Entering directory `/accts/mlweber1/instance-0/output/build/tinyalsa-1.1.1/src' install -d /accts/mlweber1/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib/ install libtinyalsa.a /accts/mlweber1/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib/ install libtinyalsa.so.1.1.1 /accts/mlweber1/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib/ ln -sf libtinyalsa.so.1.1.1 /accts/mlweber1/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib/libtinyalsa.so.1 ln -sf libtinyalsa.so.1 /accts/mlweber1/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib/libtinyalsa.so make[2]: Leaving directory `/accts/mlweber1/instance-0/output/build/tinyalsa-1.1.1/src' /usr/bin/make -C utils install make[2]: Entering directory `/accts/mlweber1/instance-0/output/build/tinyalsa-1.1.1/utils' install -d /accts/mlweber1/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/bin install tinyplay /accts/mlweber1/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/bin/ install tinycap /accts/mlweber1/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/bin/ install tinymix /accts/mlweber1/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/bin/ install tinypcminfo /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/share/man/man1 install tinyplay.1 /accts/mlweber1/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/share/man/man1/ install tinycap.1 /accts/mlweber1/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/share/man/man1/ install tinymix.1 /accts/mlweber1/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/share/man/man1/ install tinypcminfo.1 /accts/mlweber1/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/share/man/man1/ make[2]: Leaving directory `/accts/mlweber1/instance-0/output/build/tinyalsa-1.1.1/utils' make[1]: Leaving directory `/accts/mlweber1/instance-0/output/build/tinyalsa-1.1.1' >>> tinyalsa 1.1.1 Fixing libtool files >>> tinyalsa 1.1.1 Installing to target PATH="/accts/mlweber1/instance-0/output/host/bin:/accts/mlweber1/instance-0/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j32 -C /accts/mlweber1/instance-0/output/build/tinyalsa-1.1.1 PREFIX="/usr" CROSS_COMPILE="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-" DESTDIR="/accts/mlweber1/instance-0/output/target" install make[1]: Entering directory `/accts/mlweber1/instance-0/output/build/tinyalsa-1.1.1' install -d /accts/mlweber1/instance-0/output/target/usr/include/tinyalsa/ install include/tinyalsa/pcm.h /accts/mlweber1/instance-0/output/target/usr/include/tinyalsa/ install include/tinyalsa/mixer.h /accts/mlweber1/instance-0/output/target/usr/include/tinyalsa/ install include/tinyalsa/asoundlib.h /accts/mlweber1/instance-0/output/target/usr/include/tinyalsa/ install include/tinyalsa/version.h /accts/mlweber1/instance-0/output/target/usr/include/tinyalsa/ /usr/bin/make -C src install make[2]: Entering directory `/accts/mlweber1/instance-0/output/build/tinyalsa-1.1.1/src' install -d /accts/mlweber1/instance-0/output/target/usr/lib/ install libtinyalsa.a /accts/mlweber1/instance-0/output/target/usr/lib/ install libtinyalsa.so.1.1.1 /accts/mlweber1/instance-0/output/target/usr/lib/ ln -sf libtinyalsa.so.1.1.1 /accts/mlweber1/instance-0/output/target/usr/lib/libtinyalsa.so.1 ln -sf libtinyalsa.so.1 /accts/mlweber1/instance-0/output/target/usr/lib/libtinyalsa.so make[2]: Leaving directory `/accts/mlweber1/instance-0/output/build/tinyalsa-1.1.1/src' /usr/bin/make -C utils install make[2]: Entering directory `/accts/mlweber1/instance-0/output/build/tinyalsa-1.1.1/utils' install -d /accts/mlweber1/instance-0/output/target/usr/bin install tinyplay /accts/mlweber1/instance-0/output/target/usr/bin/ install tinycap /accts/mlweber1/instance-0/output/target/usr/bin/ install tinymix /accts/mlweber1/instance-0/output/target/usr/bin/ install tinypcminfo /accts/mlweber1/instance-0/output/target/usr/bin/ install -d /accts/mlweber1/instance-0/output/target/usr/share/man/man1 install tinyplay.1 /accts/mlweber1/instance-0/output/target/usr/share/man/man1/ install tinycap.1 /accts/mlweber1/instance-0/output/target/usr/share/man/man1/ install tinymix.1 /accts/mlweber1/instance-0/output/target/usr/share/man/man1/ install tinypcminfo.1 /accts/mlweber1/instance-0/output/target/usr/share/man/man1/ make[2]: Leaving directory `/accts/mlweber1/instance-0/output/build/tinyalsa-1.1.1/utils' make[1]: Leaving directory `/accts/mlweber1/instance-0/output/build/tinyalsa-1.1.1' >>> traceroute 2.1.0 Downloading --2017-12-17 20:53:40-- http://rclinux-git.rockwellcollins.com/traceroute-2.1.0.tar.gz Resolving proxy.rockwellcollins.com (proxy.rockwellcollins.com)... 10.16.4.25 Connecting to proxy.rockwellcollins.com (proxy.rockwellcollins.com)|10.16.4.25|:9091... connected. Proxy request sent, awaiting response... 401 Unauthorized Username/Password Authentication Failed. --2017-12-17 20:53:40-- http://downloads.sourceforge.net/traceroute/traceroute/traceroute-2.1.0/traceroute-2.1.0.tar.gz Resolving proxy.rockwellcollins.com (proxy.rockwellcollins.com)... 10.16.4.25 Connecting to proxy.rockwellcollins.com (proxy.rockwellcollins.com)|10.16.4.25|:9091... connected. Proxy request sent, awaiting response... 403 URLBlocked 2017-12-17 20:53:40 ERROR 403: URLBlocked. --2017-12-17 20:53:40-- http://sources.buildroot.net/traceroute-2.1.0.tar.gz Resolving proxy.rockwellcollins.com (proxy.rockwellcollins.com)... 10.16.4.25 Connecting to proxy.rockwellcollins.com (proxy.rockwellcollins.com)|10.16.4.25|:9091... connected. Proxy request sent, awaiting response... 200 OK Length: 71460 (70K) [application/x-gzip] Saving to: '/accts/mlweber1/instance-0/output/build/.traceroute-2.1.0.tar.gz.id0qTf/output' 0K .......... .......... .......... .......... .......... 71% 2.78M 0s 50K .......... ......... 100% 11.2M=0.02s 2017-12-17 20:53:41 (3.54 MB/s) - '/accts/mlweber1/instance-0/output/build/.traceroute-2.1.0.tar.gz.id0qTf/output' saved [71460/71460] traceroute-2.1.0.tar.gz: OK (sha256: 3669d22a34d3f38ed50caba18cd525ba55c5c00d5465f2d20d7472e5d81603b6) >>> traceroute 2.1.0 Extracting gzip -d -c /accts/mlweber1/instance-0/dl/traceroute-2.1.0.tar.gz | tar --strip-components=1 -C /accts/mlweber1/instance-0/output/build/traceroute-2.1.0 -xf - >>> traceroute 2.1.0 Patching >>> traceroute 2.1.0 Configuring >>> traceroute 2.1.0 Building PATH="/accts/mlweber1/instance-0/output/host/bin:/accts/mlweber1/instance-0/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j32 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 CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_GNU_SOURCE" -C /accts/mlweber1/instance-0/output/build/traceroute-2.1.0 make[1]: Entering directory `/accts/mlweber1/instance-0/output/build/traceroute-2.1.0' /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c clif.c rm -f libsupp.a /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-ar -rc libsupp.a clif.o /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-ranlib libsupp.a /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c as_lookups.c /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c csum.c /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c extension.c /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c mod-dccp.c /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c mod-icmp.c /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c mod-raw.c /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c mod-tcp.c /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c mod-tcpconn.c /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c mod-udp.c /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c module.c /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c poll.c /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c random.c /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c time.c /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c traceroute.c /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -o traceroute as_lookups.o csum.o extension.o mod-dccp.o mod-icmp.o mod-raw.o mod-tcp.o mod-tcpconn.o mod-udp.o module.o poll.o random.o time.o traceroute.o -lsupp -lm -L/accts/mlweber1/instance-0/output/build/traceroute-2.1.0/libsupp make[1]: Leaving directory `/accts/mlweber1/instance-0/output/build/traceroute-2.1.0' >>> traceroute 2.1.0 Installing to target PATH="/accts/mlweber1/instance-0/output/host/bin:/accts/mlweber1/instance-0/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j32 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 DESTDIR=/accts/mlweber1/instance-0/output/target prefix=/usr install INSTALL=/usr/bin/install -C /accts/mlweber1/instance-0/output/build/traceroute-2.1.0 make[1]: Entering directory `/accts/mlweber1/instance-0/output/build/traceroute-2.1.0' /usr/bin/install traceroute /accts/mlweber1/instance-0/output/target/usr/bin cp -f traceroute.8 /accts/mlweber1/instance-0/output/target/usr/share/man/man8 make[1]: Leaving directory `/accts/mlweber1/instance-0/output/build/traceroute-2.1.0' vsftpd-3.0.3.tar.gz: OK (sha256: 9d4d2bf6e6e2884852ba4e69e157a2cecd68c5a7635d66a3a8cf8d898c955ef7) >>> vsftpd 3.0.3 Extracting gzip -d -c /accts/mlweber1/instance-0/dl/vsftpd-3.0.3.tar.gz | tar --strip-components=1 -C /accts/mlweber1/instance-0/output/build/vsftpd-3.0.3 -xf - >>> vsftpd 3.0.3 Patching Applying 0001-utmpx-builddef.patch using patch: patching file builddefs.h patching file sysdeputil.c Applying 0003-fix-CVE-2015-1419.patch using patch: patching file ls.c patching file str.c Hunk #1 succeeded at 711 (offset -59 lines). patching file str.h Hunk #1 succeeded at 100 (offset -1 lines). >>> vsftpd 3.0.3 Configuring /bin/sed -i -e 's/.*VSF_BUILD_UTMPX/#undef VSF_BUILD_UTMPX/' /accts/mlweber1/instance-0/output/build/vsftpd-3.0.3/builddefs.h >>> vsftpd 3.0.3 Building PATH="/accts/mlweber1/instance-0/output/host/bin:/accts/mlweber1/instance-0/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j32 CC="/accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" LIBS="-lcrypt" -C /accts/mlweber1/instance-0/output/build/vsftpd-3.0.3 make[1]: Entering directory `/accts/mlweber1/instance-0/output/build/vsftpd-3.0.3' /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -c main.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -c utility.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -c prelogin.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -c ftpcmdio.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -c postlogin.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -c privsock.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -c tunables.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -c ftpdataio.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -c secbuf.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -c ls.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -c postprivparent.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -c logging.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -c str.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -c netstr.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -c sysstr.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -c strlist.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -c banner.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -c filestr.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -c parseconf.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -c secutil.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -c ascii.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -c oneprocess.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -c twoprocess.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -c privops.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -c standalone.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -c hash.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -c tcpwrap.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -c ipaddrparse.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -c access.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -c features.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -c readwrite.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -c opts.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc ls.c: In function 'vsf_filename_passes_filter': ls.c:395:8: warning: passing argument 1 of 'free' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] free(normname); ^~~~~~~~ In file included from ls.c:10:0: /accts/mlweber1/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/include/stdlib.h:473:13: note: expected 'void *' but argument is of type 'const char *' extern void free (void *__ptr) __THROW; ^~~~ ls.c:396:8: warning: passing argument 1 of 'free' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] free(path); ^~~~ In file included from ls.c:10:0: /accts/mlweber1/instance-0/output/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/include/stdlib.h:473:13: note: expected 'void *' but argument is of type 'const char *' extern void free (void *__ptr) __THROW; ^~~~ /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -c ssl.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -c sslslave.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -c ptracesandbox.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -c ftppolicy.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -c sysutil.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -c sysdeputil.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -c seccompsandbox.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/instance-0/output/host/bin/microblazeel-linux-gcc -o vsftpd main.o utility.o prelogin.o ftpcmdio.o postlogin.o privsock.o tunables.o ftpdataio.o secbuf.o ls.o postprivparent.o logging.o str.o netstr.o sysstr.o strlist.o banner.o filestr.o parseconf.o secutil.o ascii.o oneprocess.o twoprocess.o privops.o standalone.o hash.o tcpwrap.o ipaddrparse.o access.o features.o readwrite.o opts.o ssl.o sslslave.o ptracesandbox.o ftppolicy.o sysutil.o sysdeputil.o seccompsandbox.o -Wl,-s -lcrypt make[1]: Leaving directory `/accts/mlweber1/instance-0/output/build/vsftpd-3.0.3' >>> vsftpd 3.0.3 Installing to target /usr/bin/install -D -m 755 /accts/mlweber1/instance-0/output/build/vsftpd-3.0.3/vsftpd /accts/mlweber1/instance-0/output/target/usr/sbin/vsftpd test -f /accts/mlweber1/instance-0/output/target/etc/vsftpd.conf || /usr/bin/install -D -m 644 /accts/mlweber1/instance-0/output/build/vsftpd-3.0.3/vsftpd.conf /accts/mlweber1/instance-0/output/target/etc/vsftpd.conf /usr/bin/install -d -m 700 /accts/mlweber1/instance-0/output/target/usr/share/empty /usr/bin/install -d -m 555 /accts/mlweber1/instance-0/output/target/home/ftp >>> 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 ./support/scripts/check-uniq-files -t staging /accts/mlweber1/instance-0/output/build/packages-file-list-staging.txt ./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-gettext', 'host-libffi', 'host-bison', 'host-parted'] Warning: host file "./lib/python2.7/site-packages/easy-install.pth" is touched by more than one package: ['host-python-setuptools', 'host-python-lxml'] 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 No schema files found: doing nothing. 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 find: `/accts/mlweber1/instance-0/output/target/usr/libexec/': No such file or directory 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-00394-g20cdd43"; \ 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-00394-g20cdd43 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> argp-standalone 1.3 Collecting legal info >>> atk 2.22.0 Collecting legal info ERROR: No hash found for COPYING >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> libglib2 2.54.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-libglib2 2.54.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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-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) >>> 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 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) >>> zlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-dfu-util 0.9 Collecting legal info ERROR: No hash found for COPYING >>> host-libusb 1.0.21 Collecting legal info ERROR: No hash found for COPYING >>> fwup v0.15.4 Collecting legal info ERROR: No hash found for LICENSE >>> libarchive 3.3.2 Collecting legal info ERROR: No hash found for COPYING >>> libxml2 2.9.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libconfuse 3.2 Collecting legal info ERROR: No hash found for LICENSE >>> libsodium 1.0.15 Collecting legal info LICENSE: OK (sha256: 6faf327c97dca6da69acefc6d3969d7bffb70a24f0707874870fdcfd6b0acf58) >>> host-gptfdisk 1.0.3 Collecting legal info ERROR: No hash found for COPYING >>> host-popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> gssdp 1.0.2 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libsoup 2.56.1 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> 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) >>> sqlite 3210000 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> gupnp-av 0.12.10 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> gupnp 1.0.2 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> i2c-tools 3.1.2 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> iostat 2.2 Collecting legal info ERROR: No hash found for LICENSE >>> libgee 0.18.1 Collecting legal info ERROR: No hash found for COPYING >>> host-vala 0.34.7 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) >>> libidn 1.33 Collecting legal info ERROR: No hash found for COPYINGv2 ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.LESSERv3 >>> libmediaart 1.9.4 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libsocketcan 0.0.10 Collecting legal info >>> libuio 940861de278cb794bf9d775b76a4d1d4f9108607 Collecting legal info ERROR: No hash found for COPYING >>> lm-sensors 3.4.0 Collecting legal info ERROR: No hash found for COPYING.LGPL ERROR: No hash found for COPYING >>> logrotate 3.13.0 Collecting legal info ERROR: No hash found for COPYING >>> popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> lrzsz 0.12.20 Collecting legal info ERROR: No hash found for COPYING >>> memtester 4.3.0 Collecting legal info ERROR: No hash found for COPYING >>> host-mkpasswd Collecting legal info >>> mosquitto 1.4.14 Collecting legal info LICENSE.txt: OK (sha256: cc77e25bafd40637b7084f04086d606f0a200051b61806f97c93405926670bc1) epl-v10: OK (sha256: 3b9be6b894d0769de796e653571ff6cef494913c0ce78c35a97db939e7d9087c) edl-v10: OK (sha256: e8cf7d54ea46c19aba793983889b7f7425e1ebfcaaccec764a7db091646e203c) >>> netsnmp 5.7.3 Collecting legal info ERROR: No hash found for COPYING >>> host-parted 3.2 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-python-lxml 4.0.0 Collecting legal info ERROR: No hash found for LICENSES.txt ERROR: No hash found for doc/licenses/BSD.txt ERROR: No hash found for doc/licenses/elementtree.txt ERROR: No hash found for src/lxml/isoschematron/resources/rng/iso-schematron.rng >>> host-libxslt 1.1.29 Collecting legal info ERROR: No hash found for COPYING >>> host-python 2.7.14 Collecting legal info LICENSE: OK (sha256: d2d17b17388da74dc9c6bdbf78eb7237432c3f8a0c87852df740ec99de2ec680) >>> host-python-setuptools v36.0.1 Collecting legal info ERROR: No hash found for LICENSE >>> qt 4.8.7 Collecting legal info ERROR: No hash found for LICENSE.LGPL ERROR: No hash found for LGPL_EXCEPTION.txt ERROR: No hash found for LICENSE.GPL3 >>> rygel 0.36.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING.logo: OK (sha256: c7d881be8ae01162510e982a32001446c6d6d18a9cecc89cc41a28bd215a0262) >>> smcroute 2.3.1 Collecting legal info ERROR: No hash found for COPYING >>> tftpd 5.2 Collecting legal info >>> tinyalsa 1.1.1 Collecting legal info ERROR: No hash found for NOTICE >>> traceroute 2.1.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> vsftpd 3.0.3 Collecting legal info ERROR: No hash found for COPYING WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: argp-standalone-1.3: cannot save license (ARGP_STANDALONE_LICENSE_FILES not defined) WARNING: libsocketcan-0.0.10: cannot save license (LIBSOCKETCAN_LICENSE_FILES not defined) WARNING: tftpd-5.2: cannot save license (TFTPD_LICENSE_FILES not defined) Legal info produced in /accts/mlweber1/instance-0/output/legal-info make: Leaving directory `/accts/mlweber1/instance-0/buildroot'