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_SSL/#define VSF_BUILD_SSL/' /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/build/vsftpd-3.0.3/builddefs.h >>> vsftpd 3.0.3 Building PATH="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin:/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/sbin:/accts/mlweber1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" /usr/bin/make -j6 CC="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" LIBS="-lcrypt `/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/pkg-config --libs libssl libcrypto`" -C /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/build/vsftpd-3.0.3 make[1]: Entering directory `/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/build/vsftpd-3.0.3' /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -c main.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -c utility.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -c prelogin.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -c ftpcmdio.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -c postlogin.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -c privsock.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -c tunables.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -c ftpdataio.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -c secbuf.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -c ls.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -c postprivparent.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -c logging.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -c str.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:3: warning: passing argument 1 of 'free' discards 'const' qualifier from pointer target type [enabled by default] free(normname); ^ In file included from ls.c:10:0: /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/stdlib.h:483:13: note: expected 'void *' but argument is of type 'const char *' extern void free (void *__ptr) __THROW; ^ ls.c:396:3: warning: passing argument 1 of 'free' discards 'const' qualifier from pointer target type [enabled by default] free(path); ^ In file included from ls.c:10:0: /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/stdlib.h:483:13: note: expected 'void *' but argument is of type 'const char *' extern void free (void *__ptr) __THROW; ^ /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -c netstr.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -c sysstr.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -c strlist.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -c banner.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -c filestr.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -c parseconf.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -c secutil.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -c ascii.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -c oneprocess.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -c twoprocess.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -c privops.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -c standalone.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -c hash.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -c tcpwrap.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -c ipaddrparse.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -c access.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -c features.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -c readwrite.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -c opts.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -c ssl.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -c sslslave.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -c ptracesandbox.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -c ftppolicy.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -c sysutil.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -c sysdeputil.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -c seccompsandbox.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-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 -L/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/../arm-buildroot-linux-gnueabi/sysroot/usr/lib -lssl -lcrypto make[1]: Leaving directory `/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/build/vsftpd-3.0.3' >>> vsftpd 3.0.3 Installing to target /usr/bin/install -D -m 755 /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/build/vsftpd-3.0.3/vsftpd /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/usr/sbin/vsftpd test -f /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/etc/vsftpd.conf || /usr/bin/install -D -m 644 /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/build/vsftpd-3.0.3/vsftpd.conf /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/etc/vsftpd.conf /usr/bin/install -d -m 700 /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/usr/share/empty /usr/bin/install -d -m 555 /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/home/ftp whois_5.3.2.tar.xz: OK (sha256: 79714ba89172bca08a2443f59885daa4af0c5f8d6a49bc9e7f2a83559a286354) >>> whois 5.3.2 Extracting xzcat /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/dl/whois/whois_5.3.2.tar.xz | tar --strip-components=1 -C /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/build/whois-5.3.2 -xf - >>> whois 5.3.2 Patching >>> whois 5.3.2 Configuring >>> whois 5.3.2 Building PATH="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin:/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/sbin:/accts/mlweber1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" /usr/bin/make -j6 CC="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LIBS="" Makefile.depend whois mkpasswd -C /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/build/whois-5.3.2 make[1]: Entering directory `/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/build/whois-5.3.2' /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -MM -MG *.c > Makefile.depend make[1]: Leaving directory `/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/build/whois-5.3.2' make[1]: Entering directory `/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/build/whois-5.3.2' make[1]: `Makefile.depend' is up to date. /usr/bin/perl make_version_h.pl debian/changelog > version.h /usr/bin/perl make_ip_del.pl < ip_del_list > ip_del.h /usr/bin/perl make_ip6_del.pl < ip6_del_list > ip6_del.h /usr/bin/perl make_as_del.pl < as_del_list > as_del.h /usr/bin/perl make_as32_del.pl < as32_del_list > as32_del.h /usr/bin/perl make_new_gtlds.pl < new_gtlds_list > new_gtlds.h /usr/bin/perl make_tld_serv.pl < tld_serv_list > tld_serv.h /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c utils.c /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c whois.c /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c mkpasswd.c /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o mkpasswd mkpasswd.o utils.o -lcrypt /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o whois whois.o utils.o make[1]: Leaving directory `/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/build/whois-5.3.2' >>> whois 5.3.2 Installing to target PATH="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin:/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/sbin:/accts/mlweber1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" /usr/bin/make -j6 CC="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-gcc" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LIBS="" BASEDIR="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target" install-whois install-mkpasswd -C /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/build/whois-5.3.2 make[1]: Entering directory `/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/build/whois-5.3.2' install -d /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/usr/bin/ install -d /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/usr/bin/ install -d /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/usr/share/man/man1/ install -d /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/usr/share/man/man1/ install -m 0755 mkpasswd /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/usr/bin/ install -d /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/usr/share/man/man5/ install -m 0755 whois /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/usr/bin/ install -m 0644 mkpasswd.1 /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/usr/share/man/man1/ install -m 0644 whois.1 /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/usr/share/man/man1/ install -m 0644 whois.conf.5 /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/usr/share/man/man5/ make[1]: Leaving directory `/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/build/whois-5.3.2' wilink-bt-firmware-169b2df5b968f0ede32ea9044859942fc220c435.tar.gz: OK (sha256: b99700f6d504d76878de83ac50f18a0270b6edd0b52a0458c60fc606ed3332f0) >>> wilink-bt-firmware 169b2df5b968f0ede32ea9044859942fc220c435 Extracting gzip -d -c /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/dl/wilink-bt-firmware/wilink-bt-firmware-169b2df5b968f0ede32ea9044859942fc220c435.tar.gz | tar --strip-components=1 -C /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/build/wilink-bt-firmware-169b2df5b968f0ede32ea9044859942fc220c435 -xf - >>> wilink-bt-firmware 169b2df5b968f0ede32ea9044859942fc220c435 Patching >>> wilink-bt-firmware 169b2df5b968f0ede32ea9044859942fc220c435 Configuring >>> wilink-bt-firmware 169b2df5b968f0ede32ea9044859942fc220c435 Building >>> wilink-bt-firmware 169b2df5b968f0ede32ea9044859942fc220c435 Installing to target mkdir -p /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/lib/firmware/ti-connectivity cp /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/build/wilink-bt-firmware-169b2df5b968f0ede32ea9044859942fc220c435/TIInit_*.bts /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/lib/firmware/ti-connectivity >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/build/packages-file-list.txt Warning: target file "./usr/share/info/dir" is touched by more than one package: [u'readline', u'bash'] Warning: target file "./usr/lib/libfdt.so" is touched by more than one package: [u'dtc', u'pdbg'] ./support/scripts/check-uniq-files -t staging /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/ts/waveshare.la" is touched by more than one package: [u'tslib', u'ustr'] Warning: staging file "./usr/lib/libnl-route-3.la" is touched by more than one package: [u'libnl', u'libcrossguid', u'libevent', u'libhdhomerun', u'libusb', u'libusb-compat', u'libhid', u'libilbc', u'libv4l', u'mobile-broadband-provider-info', u'mongoose', u'opus', u'popt', u'samba4', u'scrypt', u'tslib', u'ustr'] Warning: staging file "./usr/lib/libv4l1.la" is touched by more than one package: [u'libv4l', u'mobile-broadband-provider-info', u'mongoose', u'opus', u'popt', u'samba4', u'scrypt', u'tslib', u'ustr'] Warning: staging file "./usr/lib/libv4l/plugins/libv4l-mplane.la" is touched by more than one package: [u'libv4l', u'mobile-broadband-provider-info', u'mongoose', u'opus', u'popt', u'samba4', u'scrypt', u'tslib', u'ustr'] Warning: staging file "./usr/lib/libevent_core.la" is touched by more than one package: [u'libevent', u'libhdhomerun', u'libusb', u'libusb-compat', u'libhid', u'libilbc', u'libv4l', u'mobile-broadband-provider-info', u'mongoose', u'opus', u'popt', u'samba4', u'scrypt', u'tslib', u'ustr'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'ipsec-tools', u'libnl', u'libcrossguid', u'libevent', u'libhdhomerun', u'libusb', u'libusb-compat', u'libhid', u'libilbc', u'libv4l', u'mobile-broadband-provider-info', u'mongoose', u'opus', u'popt', u'samba4', u'scrypt', u'tslib', u'ustr'] Warning: staging file "./usr/lib/ts/input.la" is touched by more than one package: [u'tslib', u'ustr'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'python', u'util-linux', u'e2fsprogs', u'faad2', u'libopenssl', u'libcurl', u'pcre', u'ipsec-tools', u'libnl', u'libcrossguid', u'libevent', u'libhdhomerun', u'libusb', u'libusb-compat', u'libhid', u'libilbc', u'libv4l', u'mobile-broadband-provider-info', u'mongoose', u'opus', u'popt', u'samba4', u'scrypt', u'tslib', u'ustr'] Warning: staging file "./usr/lib/libv4l2rds.la" is touched by more than one package: [u'libv4l', u'mobile-broadband-provider-info', u'mongoose', u'opus', u'popt', u'samba4', u'scrypt', u'tslib', u'ustr'] Warning: staging file "./usr/lib/ts/dejitter.la" is touched by more than one package: [u'tslib', u'ustr'] Warning: staging file "./usr/lib/libevent_pthreads.la" is touched by more than one package: [u'libevent', u'libhdhomerun', u'libusb', u'libusb-compat', u'libhid', u'libilbc', u'libv4l', u'mobile-broadband-provider-info', u'mongoose', u'opus', u'popt', u'samba4', u'scrypt', u'tslib', u'ustr'] Warning: staging file "./usr/lib/libipsec.la" is touched by more than one package: [u'ipsec-tools', u'libnl', u'libcrossguid', u'libevent', u'libhdhomerun', u'libusb', u'libusb-compat', u'libhid', u'libilbc', u'libv4l', u'mobile-broadband-provider-info', u'mongoose', u'opus', u'popt', u'samba4', u'scrypt', u'tslib', u'ustr'] Warning: staging file "./usr/lib/libopus.la" is touched by more than one package: [u'opus', u'popt', u'samba4', u'scrypt', u'tslib', u'ustr'] Warning: staging file "./usr/lib/libv4l/v4l1compat.la" is touched by more than one package: [u'libv4l', u'mobile-broadband-provider-info', u'mongoose', u'opus', u'popt', u'samba4', u'scrypt', u'tslib', u'ustr'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'ipsec-tools', u'libnl', u'libcrossguid', u'libevent', u'libhdhomerun', u'libusb', u'libusb-compat', u'libhid', u'libilbc', u'libv4l', u'mobile-broadband-provider-info', u'mongoose', u'opus', u'popt', u'samba4', u'scrypt', u'tslib', u'ustr'] Warning: staging file "./usr/lib/ts/pthres.la" is touched by more than one package: [u'tslib', u'ustr'] Warning: staging file "./usr/lib/libv4lconvert.la" is touched by more than one package: [u'libv4l', u'mobile-broadband-provider-info', u'mongoose', u'opus', u'popt', u'samba4', u'scrypt', u'tslib', u'ustr'] Warning: staging file "./usr/lib/libfl.la" is touched by more than one package: [u'flex', u'ncurses', u'readline', u'dtc', u'libzlib', u'libpng', u'freetype', u'libdvdcss', u'libdvdread', u'libxml2', u'libffi', u'python', u'util-linux', u'e2fsprogs', u'faad2', u'libopenssl', u'libcurl', u'pcre', u'ipsec-tools', u'libnl', u'libcrossguid', u'libevent', u'libhdhomerun', u'libusb', u'libusb-compat', u'libhid', u'libilbc', u'libv4l', u'mobile-broadband-provider-info', u'mongoose', u'opus', u'popt', u'samba4', u'scrypt', u'tslib', u'ustr'] Warning: staging file "./usr/lib/libusb-1.0.la" is touched by more than one package: [u'libusb', u'libusb-compat', u'libhid', u'libilbc', u'libv4l', u'mobile-broadband-provider-info', u'mongoose', u'opus', u'popt', u'samba4', u'scrypt', u'tslib', u'ustr'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'ipsec-tools', u'libnl', u'libcrossguid', u'libevent', u'libhdhomerun', u'libusb', u'libusb-compat', u'libhid', u'libilbc', u'libv4l', u'mobile-broadband-provider-info', u'mongoose', u'opus', u'popt', u'samba4', u'scrypt', u'tslib', u'ustr'] Warning: staging file "./usr/lib/libevent.la" is touched by more than one package: [u'libevent', u'libhdhomerun', u'libusb', u'libusb-compat', u'libhid', u'libilbc', u'libv4l', u'mobile-broadband-provider-info', u'mongoose', u'opus', u'popt', u'samba4', u'scrypt', u'tslib', u'ustr'] Warning: staging file "./usr/lib/ts/linear.la" is touched by more than one package: [u'tslib', u'ustr'] Warning: staging file "./usr/lib/ts/skip.la" is touched by more than one package: [u'tslib', u'ustr'] Warning: staging file "./usr/lib/libracoon.la" is touched by more than one package: [u'ipsec-tools', u'libnl', u'libcrossguid', u'libevent', u'libhdhomerun', u'libusb', u'libusb-compat', u'libhid', u'libilbc', u'libv4l', u'mobile-broadband-provider-info', u'mongoose', u'opus', u'popt', u'samba4', u'scrypt', u'tslib', u'ustr'] Warning: staging file "./usr/lib/libevent_openssl.la" is touched by more than one package: [u'libevent', u'libhdhomerun', u'libusb', u'libusb-compat', u'libhid', u'libilbc', u'libv4l', u'mobile-broadband-provider-info', u'mongoose', u'opus', u'popt', u'samba4', u'scrypt', u'tslib', u'ustr'] Warning: staging file "./usr/lib/ts/debounce.la" is touched by more than one package: [u'tslib', u'ustr'] Warning: staging file "./usr/lib/libts.la" is touched by more than one package: [u'tslib', u'ustr'] Warning: staging file "./usr/lib/libevent_extra.la" is touched by more than one package: [u'libevent', u'libhdhomerun', u'libusb', u'libusb-compat', u'libhid', u'libilbc', u'libv4l', u'mobile-broadband-provider-info', u'mongoose', u'opus', u'popt', u'samba4', u'scrypt', u'tslib', u'ustr'] Warning: staging file "./usr/lib/libcurl.la" is touched by more than one package: [u'libcurl', u'pcre', u'ipsec-tools', u'libnl', u'libcrossguid', u'libevent', u'libhdhomerun', u'libusb', u'libusb-compat', u'libhid', u'libilbc', u'libv4l', u'mobile-broadband-provider-info', u'mongoose', u'opus', u'popt', u'samba4', u'scrypt', u'tslib', u'ustr'] Warning: staging file "./usr/lib/libpng.la" is touched by more than one package: [u'libpng', u'freetype', u'libdvdcss', u'libdvdread', u'libxml2', u'libffi', u'python', u'util-linux', u'e2fsprogs', u'faad2', u'libopenssl', u'libcurl', u'pcre', u'ipsec-tools', u'libnl', u'libcrossguid', u'libevent', u'libhdhomerun', u'libusb', u'libusb-compat', u'libhid', u'libilbc', u'libv4l', u'mobile-broadband-provider-info', u'mongoose', u'opus', u'popt', u'samba4', u'scrypt', u'tslib', u'ustr'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'e2fsprogs', u'faad2', u'libopenssl', u'libcurl', u'pcre', u'ipsec-tools', u'libnl', u'libcrossguid', u'libevent', u'libhdhomerun', u'libusb', u'libusb-compat', u'libhid', u'libilbc', u'libv4l', u'mobile-broadband-provider-info', u'mongoose', u'opus', u'popt', u'samba4', u'scrypt', u'tslib', u'ustr'] Warning: staging file "./usr/lib/libhid.la" is touched by more than one package: [u'libhid', u'libilbc', u'libv4l', u'mobile-broadband-provider-info', u'mongoose', u'opus', u'popt', u'samba4', u'scrypt', u'tslib', u'ustr'] Warning: staging file "./usr/lib/libfaad.la" is touched by more than one package: [u'faad2', u'libopenssl', u'libcurl', u'pcre', u'ipsec-tools', u'libnl', u'libcrossguid', u'libevent', u'libhdhomerun', u'libusb', u'libusb-compat', u'libhid', u'libilbc', u'libv4l', u'mobile-broadband-provider-info', u'mongoose', u'opus', u'popt', u'samba4', u'scrypt', u'tslib', u'ustr'] Warning: staging file "./usr/lib/ts/iir.la" is touched by more than one package: [u'tslib', u'ustr'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'libffi', u'python', u'util-linux', u'e2fsprogs', u'faad2', u'libopenssl', u'libcurl', u'pcre', u'ipsec-tools', u'libnl', u'libcrossguid', u'libevent', u'libhdhomerun', u'libusb', u'libusb-compat', u'libhid', u'libilbc', u'libv4l', u'mobile-broadband-provider-info', u'mongoose', u'opus', u'popt', u'samba4', u'scrypt', u'tslib', u'ustr'] Warning: staging file "./usr/lib/libilbc.la" is touched by more than one package: [u'libilbc', u'libv4l', u'mobile-broadband-provider-info', u'mongoose', u'opus', u'popt', u'samba4', u'scrypt', u'tslib', u'ustr'] Warning: staging file "./usr/lib/ts/invert.la" is touched by more than one package: [u'tslib', u'ustr'] Warning: staging file "./usr/lib/ts/variance.la" is touched by more than one package: [u'tslib', u'ustr'] Warning: staging file "./usr/lib/libdvdread.la" is touched by more than one package: [u'libdvdread', u'libxml2', u'libffi', u'python', u'util-linux', u'e2fsprogs', u'faad2', u'libopenssl', u'libcurl', u'pcre', u'ipsec-tools', u'libnl', u'libcrossguid', u'libevent', u'libhdhomerun', u'libusb', u'libusb-compat', u'libhid', u'libilbc', u'libv4l', u'mobile-broadband-provider-info', u'mongoose', u'opus', u'popt', u'samba4', u'scrypt', u'tslib', u'ustr'] Warning: staging file "./usr/lib/libfreetype.la" is touched by more than one package: [u'freetype', u'libdvdcss', u'libdvdread', u'libxml2', u'libffi', u'python', u'util-linux', u'e2fsprogs', u'faad2', u'libopenssl', u'libcurl', u'pcre', u'ipsec-tools', u'libnl', u'libcrossguid', u'libevent', u'libhdhomerun', u'libusb', u'libusb-compat', u'libhid', u'libilbc', u'libv4l', u'mobile-broadband-provider-info', u'mongoose', u'opus', u'popt', u'samba4', u'scrypt', u'tslib', u'ustr'] Warning: staging file "./usr/lib/libnl-genl-3.la" is touched by more than one package: [u'libnl', u'libcrossguid', u'libevent', u'libhdhomerun', u'libusb', u'libusb-compat', u'libhid', u'libilbc', u'libv4l', u'mobile-broadband-provider-info', u'mongoose', u'opus', u'popt', u'samba4', u'scrypt', u'tslib', u'ustr'] Warning: staging file "./usr/lib/libfaad_drm.la" is touched by more than one package: [u'faad2', u'libopenssl', u'libcurl', u'pcre', u'ipsec-tools', u'libnl', u'libcrossguid', u'libevent', u'libhdhomerun', u'libusb', u'libusb-compat', u'libhid', u'libilbc', u'libv4l', u'mobile-broadband-provider-info', u'mongoose', u'opus', u'popt', u'samba4', u'scrypt', u'tslib', u'ustr'] Warning: staging file "./usr/lib/libpng16.la" is touched by more than one package: [u'libpng', u'freetype', u'libdvdcss', u'libdvdread', u'libxml2', u'libffi', u'python', u'util-linux', u'e2fsprogs', u'faad2', u'libopenssl', u'libcurl', u'pcre', u'ipsec-tools', u'libnl', u'libcrossguid', u'libevent', u'libhdhomerun', u'libusb', u'libusb-compat', u'libhid', u'libilbc', u'libv4l', u'mobile-broadband-provider-info', u'mongoose', u'opus', u'popt', u'samba4', u'scrypt', u'tslib', u'ustr'] Warning: staging file "./usr/lib/libv4l/v4l2convert.la" is touched by more than one package: [u'libv4l', u'mobile-broadband-provider-info', u'mongoose', u'opus', u'popt', u'samba4', u'scrypt', u'tslib', u'ustr'] Warning: staging file "./usr/lib/libusb.la" is touched by more than one package: [u'libusb-compat', u'libhid', u'libilbc', u'libv4l', u'mobile-broadband-provider-info', u'mongoose', u'opus', u'popt', u'samba4', u'scrypt', u'tslib', u'ustr'] Warning: staging file "./usr/lib/libv4l2.la" is touched by more than one package: [u'libv4l', u'mobile-broadband-provider-info', u'mongoose', u'opus', u'popt', u'samba4', u'scrypt', u'tslib', u'ustr'] Warning: staging file "./usr/lib/libnl-3.la" is touched by more than one package: [u'libnl', u'libcrossguid', u'libevent', u'libhdhomerun', u'libusb', u'libusb-compat', u'libhid', u'libilbc', u'libv4l', u'mobile-broadband-provider-info', u'mongoose', u'opus', u'popt', u'samba4', u'scrypt', u'tslib', u'ustr'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'e2fsprogs', u'faad2', u'libopenssl', u'libcurl', u'pcre', u'ipsec-tools', u'libnl', u'libcrossguid', u'libevent', u'libhdhomerun', u'libusb', u'libusb-compat', u'libhid', u'libilbc', u'libv4l', u'mobile-broadband-provider-info', u'mongoose', u'opus', u'popt', u'samba4', u'scrypt', u'tslib', u'ustr'] Warning: staging file "./usr/lib/ts/lowpass.la" is touched by more than one package: [u'tslib', u'ustr'] Warning: staging file "./usr/lib/libnl-xfrm-3.la" is touched by more than one package: [u'libnl', u'libcrossguid', u'libevent', u'libhdhomerun', u'libusb', u'libusb-compat', u'libhid', u'libilbc', u'libv4l', u'mobile-broadband-provider-info', u'mongoose', u'opus', u'popt', u'samba4', u'scrypt', u'tslib', u'ustr'] Warning: staging file "./usr/lib/libnl-idiag-3.la" is touched by more than one package: [u'libnl', u'libcrossguid', u'libevent', u'libhdhomerun', u'libusb', u'libusb-compat', u'libhid', u'libilbc', u'libv4l', u'mobile-broadband-provider-info', u'mongoose', u'opus', u'popt', u'samba4', u'scrypt', u'tslib', u'ustr'] Warning: staging file "./usr/lib/ts/touchkit.la" is touched by more than one package: [u'tslib', u'ustr'] Warning: staging file "./usr/lib/libnl-nf-3.la" is touched by more than one package: [u'libnl', u'libcrossguid', u'libevent', u'libhdhomerun', u'libusb', u'libusb-compat', u'libhid', u'libilbc', u'libv4l', u'mobile-broadband-provider-info', u'mongoose', u'opus', u'popt', u'samba4', u'scrypt', u'tslib', u'ustr'] Warning: staging file "./usr/lib/ts/median.la" is touched by more than one package: [u'tslib', u'ustr'] Warning: staging file "./usr/lib/libdvdcss.la" is touched by more than one package: [u'libdvdcss', u'libdvdread', u'libxml2', u'libffi', u'python', u'util-linux', u'e2fsprogs', u'faad2', u'libopenssl', u'libcurl', u'pcre', u'ipsec-tools', u'libnl', u'libcrossguid', u'libevent', u'libhdhomerun', u'libusb', u'libusb-compat', u'libhid', u'libilbc', u'libv4l', u'mobile-broadband-provider-info', u'mongoose', u'opus', u'popt', u'samba4', u'scrypt', u'tslib', u'ustr'] Warning: staging file "./usr/lib/libpopt.la" is touched by more than one package: [u'popt', u'samba4', u'scrypt', u'tslib', u'ustr'] ./support/scripts/check-uniq-files -t host /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: [u'host-lzip', u'host-m4', u'host-libtool', u'host-autoconf', u'host-automake', u'host-gettext', u'host-bison'] Warning: host file "./lib/python2.7/site-packages/easy-install.pth" is touched by more than one package: [u'host-python-setuptools', u'host-python-mistune', u'host-python-m2r', u'host-python-setuptools-scm'] Warning: host file "./share/man/man8/fsck.8" is touched by more than one package: [u'host-util-linux', u'host-e2fsprogs'] Warning: host file "./sbin/fsck" is touched by more than one package: [u'host-util-linux', u'host-e2fsprogs'] grep -qsE '^/bin/bash$' /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/etc/shells || echo "/bin/bash" >> /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/etc/shells PYTHONPATH="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/usr/lib/python2.7/sysconfigdata/" cd /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target && /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/python2.7 /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/buildroot/support/scripts/pycompile.py usr/lib/python2.7 find /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/usr/lib/python2.7 -name '*.py' -print0 | xargs -0 --no-run-if-empty rm -f find /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/usr/lib/python2.7 -name '*.pyo' -print0 | xargs -0 --no-run-if-empty rm -f mkdir -p /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/etc echo "buildroot" > /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/etc/hosts mkdir -p /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/etc echo "Welcome to Buildroot" > /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/etc/shadow rm -f /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/bin/sh rm -f /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/usr/include /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/usr/share/aclocal \ /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/usr/lib/pkgconfig /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/usr/share/pkgconfig \ /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/usr/lib/cmake /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/usr/share/cmake find /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/lib/ /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/usr/lib/ /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/usr/share/gdb rm -rf /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/usr/share/zsh rm -rf /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/usr/man /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/usr/share/man rm -rf /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/usr/info /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/usr/share/info rm -rf /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/usr/doc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/usr/share/doc rm -rf /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/usr/share/gtk-doc rmdir /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/usr/share 2>/dev/null || true find /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-strip --remove-section=.comment --remove-section=.note --strip-debug find /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/host/bin/arm-none-linux-gnueabi-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.02-git-00372-gff34906"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2019.02-git\"" \ ) > /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/etc >>> Sanitizing RPATH in target tree /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/buildroot/support/scripts/fix-rpath target touch /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/target/usr make: Leaving directory `/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/buildroot' make: Entering directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/buildroot' >>> Buildroot 2019.02-git-00372-gff34906 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info arm-2014.05-29-arm-none-linux-gnueabi.src.tar.bz2: OK (sha256: e16a5b1e41d7ff1e74161f9405182001bc8d1360d89564e73911032e6966cc0d) >>> toolchain-external-codesourcery-arm 2014.05-29 Collecting legal info >>> toolchain Collecting legal info >>> at release_3.1.23 Collecting legal info Copyright: OK (sha256: 01dccc0975aa9ba1a9f83e7c5e04f16077353d3c72a0a759b8846ee7a5b2b616) COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> 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) ERROR: No hash found for libltdl/COPYING.LIB >>> 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-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.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-pkgconf 1.5.3 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) >>> bash 4.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> readline 7.0 Collecting legal info ERROR: No hash found for COPYING >>> bwm-ng f54b3fad2c80bfe63f920c9b5e7c1d80389c57ef Collecting legal info ERROR: No hash found for COPYING >>> host-cryptsetup 2.0.4 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> host-json-c 0.13.1 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> host-lvm2 2.02.180 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libaio 0.3.111 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> host-openssl Collecting legal info >>> host-libopenssl 1.0.2q Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> host-util-linux 2.33 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> dehydrated 0.6.2 Collecting legal info LICENSE: OK (sha256: b4583b7dd07e3e2a08906de38e7e329d41f921ed9dcb6310b3886e013a6b8723) >>> dtc 1.4.7 Collecting legal info ERROR: No hash found for README.license ERROR: No hash found for GPL >>> dvdauthor 0.7.2 Collecting legal info ERROR: No hash found for COPYING >>> freetype 2.9.1 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.35 Collecting legal info LICENSE: OK (sha256: f9850940c6606003eea9c8864b2a3f177eb5c963614aba5a3c5a24c47dd043ab) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libdvdread 6.0.0 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libdvdcss 1.4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> e2fsprogs 1.44.4 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> util-linux 2.33 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> python 2.7.15 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> host-python 2.7.15 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> host-expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> faad2 2.8.8 Collecting legal info COPYING: OK (sha256: d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f) >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info ERROR: No hash found for COPYING >>> genpart 1.0.2 Collecting legal info >>> git 2.16.5 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> libcurl 7.62.0 Collecting legal info COPYING: OK (sha256: 5f3849ec38ddb927e79f514bf948890c41b8d1407286a49609b8fb1585931095) >>> openssl Collecting legal info >>> libopenssl 1.0.2q Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> ipsec-tools 0.8.2 Collecting legal info >>> iw 4.14 Collecting legal info COPYING: OK (sha256: 5932fb70481e128940168a5fdf133e6454293c0865c7e757874b235cb6daa2af) >>> libnl 3.4.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> kvmtool f77d646ba01d04be5aad9449ac00719c043fe36e Collecting legal info ERROR: No hash found for COPYING >>> leafnode2 2.0.0.alpha20140727b Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LGPL >>> host-pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> libcrossguid 8f399e8bd4252be9952f3dfa8199924cc8487ca4 Collecting legal info ERROR: No hash found for LICENSE >>> libevent 2.1.8-stable Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libhdhomerun 20180817 Collecting legal info LICENSE: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> libhid 0.2.16 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.5 Collecting legal info ERROR: No hash found for COPYING >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> libv4l 1.16.2 Collecting legal info COPYING: OK (sha256: 391e4da1c54a422a78d83be7bf84b2dfb8bacdd8ad256fa4374e128655584a8a) COPYING.libv4l: OK (sha256: 5a7f623a50e384aaf6d2ced068339ddf93d0a50d3a0ecbe86f125b07804ecc78) lib/libv4l1/libv4l1-kernelcode-license.txt: OK (sha256: 37d0f2c8dc3f267d864cb39d54f82c5092a599beb29cb5caa96d50d27e069a44) >>> lsof 4.89 Collecting legal info ERROR: No hash found for dialects/linux/dproto.h >>> mobile-broadband-provider-info 20151214 Collecting legal info ERROR: No hash found for COPYING >>> mongoose 6.13 Collecting legal info LICENSE: OK (sha256: fdc34eeea97327d75c83492abd34f1a3200c53dec04422ecda8071dc60a36d10) >>> mtr 66de3ecbab28b054b868a73fbb57f30549d770ac Collecting legal info ERROR: No hash found for COPYING >>> host-mxsldr 2793a657ab7a22487d21c1b020957806f8ae8383 Collecting legal info WARNING: no hash file for COPYING >>> host-libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> ntp 4.2.8p12 Collecting legal info COPYRIGHT: OK (sha256: 62c87b269365b38b55359b16dfde7ec28c683c722ef489db90afd0f2e478e4a1) >>> nvme v1.3 Collecting legal info ERROR: No hash found for LICENSE >>> opus 1.2.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pdbg v2.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-dtc 1.4.7 Collecting legal info ERROR: No hash found for README.license ERROR: No hash found for GPL >>> popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> putty 0.70 Collecting legal info ERROR: No hash found for LICENCE >>> python-attrs 18.2.0 Collecting legal info LICENSE: OK (sha256: bf659a28b49240602f56bbdf490cbe2ec509b15b98f99d7b19a52c740e327863) >>> host-python-setuptools 40.6.2 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> python-automat 0.7.0 Collecting legal info LICENSE: OK (sha256: b2201301678d0a937d938543827ca1360712eb34e23de8ee3f3bfffbd4c0e376) >>> host-python-m2r 0.1.12 Collecting legal info LICENSE: OK (sha256: 28728ec0ecbd8c171ebaeccebf69e3961282fd81f06abc7424c65546b6ae6f27) >>> host-python-docutils 0.14 Collecting legal info COPYING.txt: OK (sha256: 58c2807e9e6e3297ad4da08acc8884d09d8c5ffc9d824dd100922d0bb1ee4717) >>> host-python-mistune 0.8 Collecting legal info LICENSE: OK (sha256: 0c5259c3dd0a7c46f4835221645f62a0638c9b9faa02af08676e8069e1ff964b) >>> host-python-setuptools-scm 1.15.6 Collecting legal info ERROR: No hash found for LICENSE >>> python-click 7.0 Collecting legal info LICENSE.rst: OK (sha256: e212319faefa4f459c8ac937fdc8557040a3cab8af29366ca2a48d239025225c) >>> python-flask-login 0.4.0 Collecting legal info ERROR: No hash found for LICENSE >>> python-flask 0.12.2 Collecting legal info ERROR: No hash found for LICENSE >>> python-iniparse 0.4 Collecting legal info ERROR: No hash found for LICENSE-PSF ERROR: No hash found for LICENSE >>> python-itsdangerous 0.24 Collecting legal info ERROR: No hash found for LICENSE >>> python-jinja2 2.10 Collecting legal info LICENSE: OK (sha256: 26fcd436fdc8a39d44896ac03e6f1dfd25e38499c48f20d8bc1dd3bf0aaa8a5b) >>> python-markupsafe 1.0 Collecting legal info ERROR: No hash found for LICENSE >>> python-ply 3.11 Collecting legal info README.md: OK (sha256: 1095b93b81d2043c5c55e0859875b416f75edb6d5eccb4bf2ace1b5445d1c84f) >>> python-six 1.11.0 Collecting legal info LICENSE: OK (sha256: 63478682e84e8c98f4c46308995f1f521a6886976e25421827d2a2be03581328) >>> python-werkzeug 0.12.2 Collecting legal info ERROR: No hash found for LICENSE >>> python-wrapt 1.10.11 Collecting legal info LICENSE: OK (sha256: b6d2e5d228202a11bc5e5988661fc5d8acc1ba4f27256c37e19029131a30b1f2) >>> samba4 4.9.3 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-e2fsprogs 1.44.4 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-heimdal 7.5.0 Collecting legal info ERROR: No hash found for LICENSE >>> host-nfs-utils 1.3.3 Collecting legal info ERROR: No hash found for COPYING >>> host-libtirpc 1.1.4 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> sconeserver 6b932d7d8dbb700b830205e7111e469cefff490c Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> scrypt 1.2.0 Collecting legal info ERROR: No hash found for main.c >>> ti-utils 06dbdb2727354b5f3ad7c723897f40051fddee49 Collecting legal info ERROR: No hash found for COPYING >>> tree 1.7.0 Collecting legal info ERROR: No hash found for LICENSE >>> tslib 1.18 Collecting legal info COPYING: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> ustr 1.0.4 Collecting legal info ERROR: No hash found for LICENSE ERROR: No hash found for LICENSE_BSD ERROR: No hash found for LICENSE_LGPL ERROR: No hash found for LICENSE_MIT >>> vsftpd 3.0.3 Collecting legal info ERROR: No hash found for COPYING >>> whois 5.3.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> wilink-bt-firmware 169b2df5b968f0ede32ea9044859942fc220c435 Collecting legal info ERROR: No hash found for LICENCE WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-codesourcery-arm-2014.05-29: cannot save license (TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (GENPART_LICENSE_FILES not defined) WARNING: ipsec-tools-0.8.2: cannot save license (IPSEC_TOOLS_LICENSE_FILES not defined) Legal info produced in /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/output/legal-info make: Leaving directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-3/buildroot'