CC libsox_la-stretch.lo CC libsox_la-swap.lo CC libsox_la-synth.lo CC libsox_la-tempo.lo CC libsox_la-tremolo.lo CC libsox_la-trim.lo CC libsox_la-upsample.lo CC libsox_la-vad.lo CC libsox_la-vol.lo CC libsox_la-raw-fmt.lo CC libsox_la-s1-fmt.lo CC libsox_la-s2-fmt.lo CC libsox_la-s3-fmt.lo CC libsox_la-s4-fmt.lo CC libsox_la-u1-fmt.lo CC libsox_la-u2-fmt.lo CC libsox_la-u3-fmt.lo CC libsox_la-u4-fmt.lo CC libsox_la-al-fmt.lo CC libsox_la-la-fmt.lo CC libsox_la-ul-fmt.lo CC libsox_la-lu-fmt.lo CC libsox_la-8svx.lo CC libsox_la-aiff-fmt.lo CC libsox_la-aifc-fmt.lo CC libsox_la-au.lo CC libsox_la-avr.lo CC libsox_la-cdr.lo CC libsox_la-cvsd-fmt.lo CC libsox_la-dvms-fmt.lo CC libsox_la-dat.lo CC libsox_la-hcom.lo CC libsox_la-htk.lo CC libsox_la-maud.lo CC libsox_la-prc.lo CC libsox_la-sf.lo CC libsox_la-smp.lo CC libsox_la-sounder.lo CC libsox_la-soundtool.lo CC libsox_la-sphere.lo CC libsox_la-tx16w.lo CC libsox_la-voc.lo CC libsox_la-vox-fmt.lo CC libsox_la-ima-fmt.lo CC libsox_la-adpcm.lo CC libsox_la-ima_rw.lo CC libsox_la-wav.lo CC libsox_la-wve.lo CC libsox_la-xa.lo wav.c: In function 'sndfile_workaround': wav.c:387:80: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'uint64_t {aka long long unsigned int}' [-Wformat=] lsx_fail_errno(ft, SOX_EHDR, "WAV chunk appears to have invalid size %ld.", *len); ^ wav.c:394:79: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'uint64_t {aka long long unsigned int}' [-Wformat=] lsx_fail_errno(ft,SOX_EHDR, "WAV chunk appears to have invalid size %ld.", *len); ^ wav.c:407:67: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'off_t {aka long long int}' [-Wformat=] lsx_debug("File had libsndfile bug, working around tell=%ld", lsx_tell(ft)); ^ wav.c: In function 'findChunk': wav.c:475:69: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'uint64_t {aka long long unsigned int}' [-Wformat=] "WAV chunk appears to have invalid size %ld.", *len); ^ wav.c: In function 'startread': wav.c:926:35: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'uint64_t {aka long long unsigned int}' [-Wformat=] lsx_debug_more("datalen %ld, numSamples %lu",qwDataLength, (unsigned long)wav->numSamples); ^ wav.c:937:35: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'uint64_t {aka long long unsigned int}' [-Wformat=] lsx_debug_more("datalen %ld, numSamples %lu",qwDataLength, (unsigned long)wav->numSamples); ^ wav.c:963:69: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'uint64_t {aka long long unsigned int}' [-Wformat=] lsx_debug(" %d byte/sec, %d block align, %d bits/samp, %lu data bytes", ^ wav.c:1088:103: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'uint64_t {aka long long unsigned int}' [-Wformat=] lsx_debug("Attempting to seek beyond unsupported chunk `%c%c%c%c' of length %ld bytes", magic[0], magic[1], magic[2], magic[3], len); ^ CC libsox_la-nulfile.lo CC libsox_la-f4-fmt.lo CC libsox_la-f8-fmt.lo CC libsox_la-gsrt.lo CC libsox_la-gsm.lo CC libsox_la-lpc10.lo CC libsox_la-oss.lo CC sox_sample_test.o In file included from sox_sample_test.h:21:0, from sox_sample_test.c:18: sox_sample_test.h: In function 'main': sox_sample_test.h:39:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] assert(sample * SOX_INT_MAX(bits) == SOX_UNSIGNED_TO_SAMPLE(bits,1)); \ ^ sox_sample_test.h:39:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] assert(sample * SOX_INT_MAX(bits) == SOX_UNSIGNED_TO_SAMPLE(bits,1)); \ ^ sox_sample_test.h:39:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] assert(sample * SOX_INT_MAX(bits) == SOX_UNSIGNED_TO_SAMPLE(bits,1)); \ ^ sox_sample_test.h:96:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] assert(sample * SOX_INT_MAX(bits) == SOX_SIGNED_TO_SAMPLE(bits,SOX_INT_MIN(bits)+1)); \ ^ sox_sample_test.h:96:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] assert(sample * SOX_INT_MAX(bits) == SOX_SIGNED_TO_SAMPLE(bits,SOX_INT_MIN(bits)+1)); \ ^ sox_sample_test.h:96:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] assert(sample * SOX_INT_MAX(bits) == SOX_SIGNED_TO_SAMPLE(bits,SOX_INT_MIN(bits)+1)); \ ^ CC example0.o CC example1.o In file included from sox_i.h:17:0, from oss.c:27: oss.c: In function 'ossread': oss.c:321:28: warning: passing argument 1 of '__bswap_32' as unsigned due to prototype [-Wtraditional-conversion] lsx_swapdw(((sox_int32_t*)pOutput)[i - 1]), ^ oss.c:321:17: note: in expansion of macro 'lsx_swapdw' lsx_swapdw(((sox_int32_t*)pOutput)[i - 1]), ^~~~~~~~~~ oss.c: In function 'osswrite': oss.c:396:25: warning: passing argument 1 of '__bswap_32' as unsigned due to prototype [-Wtraditional-conversion] lsx_swapdw(SOX_SAMPLE_TO_SIGNED_32BIT(pInput[i], cClips)); ^~~~~~~~~~ CC example2.o CC example3.o CC example4.o CC example5.o CC example6.o CCLD sox_sample_test CCLD libsox.la CCLD sox CCLD example0 CCLD example1 CCLD example2 CCLD example3 CCLD example4 if test "yes" = "yes"; then \ test -f sox && ( rm -f play && ln -s sox play ) || ln -s sox play; \ fi if test "yes" = "yes"; then \ test -f sox && ( rm -f rec && ln -s sox rec ) || ln -s sox rec; \ fi if test "yes" = "yes"; then \ test -f sox && ( rm -f soxi && ln -s sox soxi ) || ln -s sox soxi; \ fi CCLD example5 CCLD example6 /usr/bin/make all-am make[3]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2/src' make[3]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2/src' make[2]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2/src' make[2]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2' make[1]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2' >>> sox 14.4.2 Installing to target PATH="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin:/home/dawncrow/buildroot-test/scripts/instance-0/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" /usr/bin/make -j6 DESTDIR=/home/dawncrow/buildroot-test/scripts/instance-0/output/target install -C /home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2/ make[1]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2' Making install in lpc10 make[2]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2/lpc10' make[3]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2/lpc10' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2/lpc10' make[2]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2/lpc10' Making install in libgsm make[2]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2/libgsm' make[3]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2/libgsm' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2/libgsm' make[2]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2/libgsm' Making install in src make[2]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2/src' make[3]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2/src' /bin/mkdir -p '/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib' /bin/mkdir -p '/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/include' /bin/bash ../libtool --silent --silent --mode=install /usr/bin/install -c libsox.la '/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib' /usr/bin/install -c -m 644 sox.h '/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/include' libtool: install: warning: remember to run `libtool --finish /usr/lib' /bin/mkdir -p '/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/bin' /bin/bash ../libtool --silent --silent --mode=install /usr/bin/install -c sox '/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/bin' /usr/bin/make install-exec-hook make[4]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2/src' if test "yes" = "yes"; then \ cd /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/bin; rm -f play rec; ln -s sox play; ln -s sox rec; \ fi if test "yes" = "yes"; then \ cd /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/bin; rm -f soxi; ln -s sox soxi; \ fi make[4]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2/src' make[3]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2/src' make[2]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2/src' make[2]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2' make[3]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2' make[3]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/pkgconfig' /bin/mkdir -p '/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/man/man1' /bin/mkdir -p '/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/man/man3' /bin/mkdir -p '/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/man/man7' /usr/bin/install -c -m 644 sox.pc '/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 sox.1 soxi.1 '/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/man/man1' /usr/bin/install -c -m 644 soxformat.7 '/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/man/man7' /usr/bin/install -c -m 644 libsox.3 '/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/man/man3' /usr/bin/make install-data-hook make[4]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2' cd /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/man/man1 && rm -f play.1 && ln -s sox.1 play.1 cd /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/man/man1 && rm -f rec.1 && ln -s sox.1 rec.1 cd /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/man/man7 && rm -f soxeffect.7 && ln -s ../man1/sox.1 soxeffect.7 make[4]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2' make[3]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2' make[2]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2' make[1]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/sox-14.4.2' xl2tp-v1.3.8.tar.gz: OK (sha256: 1164b574e93a44c2a2e76c0c68d8d60437bd884a6c964d9c68be1556278e3d2d) >>> xl2tp v1.3.8 Extracting gzip -d -c /home/dawncrow/buildroot-test/scripts/instance-0/dl/xl2tp-v1.3.8.tar.gz | tar --strip-components=1 -C /home/dawncrow/buildroot-test/scripts/instance-0/output/build/xl2tp-v1.3.8 -xf - >>> xl2tp v1.3.8 Patching Applying 0001-legacy.patch using patch: patching file osport.h Hunk #1 succeeded at 43 with fuzz 2 (offset 6 lines). >>> xl2tp v1.3.8 Configuring >>> xl2tp v1.3.8 Building /bin/sed -i -e 's/ -O2 //' /home/dawncrow/buildroot-test/scripts/instance-0/output/build/xl2tp-v1.3.8/Makefile PATH="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin:/home/dawncrow/buildroot-test/scripts/instance-0/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" AR="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-ar" AS="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-as" LD="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-ld" NM="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-nm" CC="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-gcc" GCC="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-gcc" CPP="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-cpp" CXX="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-g++" FC="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-gfortran" F77="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-gfortran" RANLIB="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-ranlib" READELF="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-readelf" STRIP="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-strip" OBJCOPY="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-objcopy" OBJDUMP="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-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/home/dawncrow/buildroot-test/scripts/instance-0/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/dawncrow/buildroot-test/scripts/instance-0/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/dawncrow/buildroot-test/scripts/instance-0/output/host/include" LDFLAGS_FOR_BUILD="-L/home/dawncrow/buildroot-test/scripts/instance-0/output/host/lib -Wl,-rpath,/home/dawncrow/buildroot-test/scripts/instance-0/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-as" DEFAULT_LINKER="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-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="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/pkg-config" STAGING_DIR="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/i686-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j6 -C /home/dawncrow/buildroot-test/scripts/instance-0/output/build/xl2tp-v1.3.8 make[1]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/xl2tp-v1.3.8' /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o xl2tpd.o xl2tpd.c /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o pty.o pty.c /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o misc.o misc.c /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o control.o control.c /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o avp.o avp.c /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o call.o call.c xl2tpd.c: In function 'child_handler': xl2tpd.c:278:18: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!kernel_support) ^~ xl2tpd.c:281:21: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' c->fd = -1; ^ /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o network.o network.c /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o avpsend.o avpsend.c /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o scheduler.o scheduler.c /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o file.o file.c /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o aaa.o aaa.c /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o md5.o md5.c /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -c contrib/pfc.c /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION xl2tpd-control.c -o xl2tpd-control /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-gcc -o pfc pfc.o -lpcap -lm /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-gcc -o xl2tpd xl2tpd.o pty.o misc.o control.o avp.o call.o network.o avpsend.o scheduler.o file.o aaa.o md5.o -lm make[1]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/xl2tp-v1.3.8' >>> xl2tp v1.3.8 Installing to target PATH="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin:/home/dawncrow/buildroot-test/scripts/instance-0/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" AR="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-ar" AS="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-as" LD="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-ld" NM="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-nm" CC="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-gcc" GCC="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-gcc" CPP="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-cpp" CXX="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-g++" FC="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-gfortran" F77="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-gfortran" RANLIB="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-ranlib" READELF="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-readelf" STRIP="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-strip" OBJCOPY="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-objcopy" OBJDUMP="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-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/home/dawncrow/buildroot-test/scripts/instance-0/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/dawncrow/buildroot-test/scripts/instance-0/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/dawncrow/buildroot-test/scripts/instance-0/output/host/include" LDFLAGS_FOR_BUILD="-L/home/dawncrow/buildroot-test/scripts/instance-0/output/host/lib -Wl,-rpath,/home/dawncrow/buildroot-test/scripts/instance-0/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-as" DEFAULT_LINKER="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-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="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/pkg-config" STAGING_DIR="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/i686-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j6 DESTDIR=/home/dawncrow/buildroot-test/scripts/instance-0/output/target PREFIX=/usr -C /home/dawncrow/buildroot-test/scripts/instance-0/output/build/xl2tp-v1.3.8 install make[1]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/xl2tp-v1.3.8' install -d -m 0755 /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/sbin install -m 0755 xl2tpd /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/sbin/xl2tpd install -d -m 0755 /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/man/man5 install -d -m 0755 /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/man/man8 install -m 0644 doc/xl2tpd.8 /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/man/man8/ install -m 0644 doc/xl2tpd.conf.5 doc/l2tp-secrets.5 \ /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/man/man5/ # pfc install -d -m 0755 /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/bin install -m 0755 pfc /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/bin/pfc install -d -m 0755 /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/man/man1 install -m 0644 contrib/pfc.1 /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/man/man1/ # control exec install -d -m 0755 /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/sbin install -m 0755 xl2tpd-control /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/sbin/xl2tpd-control make[1]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/xl2tp-v1.3.8' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/dawncrow/buildroot-test/scripts/instance-0/output/build/packages-file-list.txt Warning: target file "./usr/share/info/dir" is touched by more than one package: ['gmp', 'libffi', 'ocrad'] ./support/scripts/check-uniq-files -t staging /home/dawncrow/buildroot-test/scripts/instance-0/output/build/packages-file-list-staging.txt Warning: staging file "./usr/share/info/dir" is touched by more than one package: ['gmp', 'libffi', 'ocrad'] ./support/scripts/check-uniq-files -t host /home/dawncrow/buildroot-test/scripts/instance-0/output/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: ['host-lzip', 'host-m4', 'host-libtool', 'host-autoconf', 'host-automake', 'host-gettext', 'host-bison', 'host-libffi'] Warning: host file "./lib/python2.7/site-packages/easy-install.pth" is touched by more than one package: ['host-python-setuptools', 'host-python-cheetah'] rm -f /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/glib-2.0/schemas/*.xml /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/glib-2.0/schemas/*.dtd /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/glib-compile-schemas /home/dawncrow/buildroot-test/scripts/instance-0/output/host/i686-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc echo "buildroot" > /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc/hosts mkdir -p /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc echo "Welcome to Buildroot" > /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc/shadow rm -f /home/dawncrow/buildroot-test/scripts/instance-0/output/target/bin/sh rm -f /home/dawncrow/buildroot-test/scripts/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/dawncrow/buildroot-test/scripts/instance-0/output/build/locales.nopurge; done for dir in /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/dawncrow/buildroot-test/scripts/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/include /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/aclocal \ /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/pkgconfig /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/pkgconfig \ /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/cmake /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/cmake find /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/dawncrow/buildroot-test/scripts/instance-0/output/target/lib/ /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/ /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: `/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/libexec/': No such file or directory rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/gdb rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/bash-completion rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/zsh rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/man /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/man rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/info /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/info rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/doc /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/doc rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/gtk-doc rmdir /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share 2>/dev/null || true find /home/dawncrow/buildroot-test/scripts/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 /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/dawncrow/buildroot-test/scripts/instance-0/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/dawncrow/buildroot-test/scripts/instance-0/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/i686-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/dawncrow/buildroot-test/scripts/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 /home/dawncrow/buildroot-test/scripts/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 /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.05-git-00188-g23696d6"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.05-git\"" \ ) > /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc >>> Sanitizing RPATH in target tree /home/dawncrow/buildroot-test/scripts/instance-0/buildroot/support/scripts/fix-rpath target make: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/buildroot' make: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/buildroot' >>> Buildroot 2018.05-git-00188-g23696d6 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> host-lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> 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 >>> apr 1.6.3 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> 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) >>> util-linux 2.31.1 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> 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 >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> aumix 2.9.1 Collecting legal info ERROR: No hash found for COPYING >>> 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) >>> boost 1.66.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> ca-certificates 20170717 Collecting legal info ERROR: No hash found for debian/copyright >>> host-openssl Collecting legal info >>> host-libopenssl 1.0.2n Collecting legal info LICENSE: OK (sha256: 9ee37d72966bb4a841343f0606ce44d41b3eae4df4285200c5a8ddc2b935992a) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python 2.7.14 Collecting legal info LICENSE: OK (sha256: d2d17b17388da74dc9c6bdbf78eb7237432c3f8a0c87852df740ec99de2ec680) >>> host-expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> cc-tool 0.26 Collecting legal info ERROR: No hash found for COPYING >>> libusb 1.0.21 Collecting legal info ERROR: No hash found for COPYING >>> dmidecode 3.1 Collecting legal info ERROR: No hash found for LICENSE >>> fbdump 0.4.2 Collecting legal info ERROR: No hash found for COPYING >>> flickcurl 1.26 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB ERROR: No hash found for LICENSE-2.0.txt ERROR: No hash found for LICENSE.html >>> libcurl 7.58.0 Collecting legal info COPYING: OK (sha256: 5f3849ec38ddb927e79f514bf948890c41b8d1407286a49609b8fb1585931095) >>> openssl Collecting legal info >>> libopenssl 1.0.2n Collecting legal info LICENSE: OK (sha256: 9ee37d72966bb4a841343f0606ce44d41b3eae4df4285200c5a8ddc2b935992a) >>> libxml2 2.9.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> freeradius-client 1.1.7 Collecting legal info ERROR: No hash found for COPYRIGHT >>> nettle 3.4 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gmp 6.1.2 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> gnuradio 3.7.11 Collecting legal info ERROR: No hash found for COPYING >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> host-python-cheetah 2.4.4 Collecting legal info >>> host-python-markdown 2.6.8 Collecting legal info ERROR: No hash found for LICENSE.md >>> host-python-setuptools v38.4.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-swig 3.0.12 Collecting legal info ERROR: No hash found for LICENSE ERROR: No hash found for LICENSE-GPL ERROR: No hash found for LICENSE-UNIVERSITIES >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> gssdp 1.0.2 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libglib2 2.54.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.54.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> host-util-linux 2.31.1 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> 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 >>> sqlite 3220000 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> gupnp-dlna 0.10.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> hwloc 1.11.7 Collecting legal info ERROR: No hash found for COPYING >>> kompexsqlite v1.10.12-1 Collecting legal info ERROR: No hash found for LICENSE.txt >>> libbroadvoice f65b0f50c8c767229fbf1758370880abc0d78564 Collecting legal info ERROR: No hash found for COPYING >>> libcgi 1.1 Collecting legal info >>> libdvdcss 1.4.0 Collecting legal info ERROR: No hash found for COPYING >>> libdvdnav 5.0.3 Collecting legal info ERROR: No hash found for COPYING >>> libdvdread 5.0.3 Collecting legal info ERROR: No hash found for COPYING >>> libhdhomerun 20170930 Collecting legal info ERROR: No hash found for LICENSE >>> libpcap 1.8.1 Collecting legal info ERROR: No hash found for LICENSE >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libyaml 0.1.7 Collecting legal info ERROR: No hash found for LICENSE >>> mxml 2.10 Collecting legal info ERROR: No hash found for COPYING >>> ocrad 0.26 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> php 7.2.3 Collecting legal info LICENSE: OK (sha256: 00e567a8d50359d93ee1f9afdd9511277660c1e70a0cbf3229f84403aa9aebb1) >>> pptp-linux 1.9.0 Collecting legal info ERROR: No hash found for COPYING >>> sox 14.4.2 Collecting legal info ERROR: No hash found for LICENSE.GPL ERROR: No hash found for LICENSE.LGPL >>> xl2tp v1.3.8 Collecting legal info ERROR: No hash found for LICENSE WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: python-cheetah-2.4.4: cannot save license (HOST_PYTHON_CHEETAH_LICENSE_FILES not defined) WARNING: libcgi-1.1: cannot save license (LIBCGI_LICENSE_FILES not defined) Legal info produced in /home/dawncrow/buildroot-test/scripts/instance-0/output/legal-info make: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/buildroot'