>>> vsftpd 3.0.3 Extracting gzip -d -c /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/dl/vsftpd/vsftpd-3.0.3.tar.gz | /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/tar --strip-components=1 -C /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/build/vsftpd-3.0.3 -xf - >>> vsftpd 3.0.3 Patching Applying 0001-utmpx-builddef.patch using patch: patching file builddefs.h patching file sysdeputil.c Applying 0003-fix-CVE-2015-1419.patch using patch: patching file ls.c patching file str.c Hunk #1 succeeded at 711 (offset -59 lines). patching file str.h Hunk #1 succeeded at 100 (offset -1 lines). >>> vsftpd 3.0.3 Configuring /usr/bin/sed -i -e 's/.*VSF_BUILD_UTMPX/#undef VSF_BUILD_UTMPX/' /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/build/vsftpd-3.0.3/builddefs.h /usr/bin/sed -i -e 's/.*VSF_BUILD_SSL/#define VSF_BUILD_SSL/' /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/build/vsftpd-3.0.3/builddefs.h >>> vsftpd 3.0.3 Building PATH="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin:/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/sbin:/usr/bin:/bin:/accts/mlweber1/bin:/accts/mlweber1/libexec/git-core:/accts/mlweber1/usr/bin:/accts/mlweber1/usr/local/bin" /usr/bin/make -j8 CC="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" LIBS="-lcrypt `/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/pkg-config --libs libssl libcrypto` -lcap" -C /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/build/vsftpd-3.0.3 make[1]: Entering directory `/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/build/vsftpd-3.0.3' /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c main.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c utility.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c prelogin.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c ftpcmdio.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c postlogin.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c privsock.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c tunables.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c ftpdataio.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c secbuf.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c ls.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c postprivparent.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: /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/mips64el-buildroot-linux-gnu/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: /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/stdlib.h:483:13: note: expected 'void *' but argument is of type 'const char *' extern void free (void *__ptr) __THROW; ^ /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c logging.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c str.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c netstr.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c sysstr.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c strlist.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c banner.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c filestr.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c parseconf.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c secutil.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c ascii.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c oneprocess.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c twoprocess.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c privops.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c standalone.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c hash.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c tcpwrap.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c ipaddrparse.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c access.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c features.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c readwrite.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c opts.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c ssl.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c sslslave.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c ptracesandbox.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c ftppolicy.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c sysutil.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c sysdeputil.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c seccompsandbox.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -idirafter dummyinc /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-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/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/../mips64el-buildroot-linux-gnu/sysroot/usr//lib -lssl -lcrypto -lcap make[1]: Leaving directory `/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/build/vsftpd-3.0.3' >>> vsftpd 3.0.3 Installing to target /usr/bin/install -D -m 755 /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/build/vsftpd-3.0.3/vsftpd /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/sbin/vsftpd test -f /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/etc/vsftpd.conf || /usr/bin/install -D -m 644 /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/build/vsftpd-3.0.3/vsftpd.conf /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/etc/vsftpd.conf /usr/bin/install -d -m 700 /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/empty /usr/bin/install -d -m 555 /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/home/ftp zip30.tgz: OK (sha256: f0e8bb1f9b7eb0b01285495a2699df3a4b766784c1765a8f1aeedf63c0806369) >>> zip 30 Extracting gzip -d -c /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/dl/zip/zip30.tgz | /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/tar --strip-components=1 -C /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/build/zip-30 -xf - >>> zip 30 Patching Applying 0001-configure-Remove-Check-C-compiler-type-optimization-.patch using patch: patching file unix/configure Applying 0002-configure-Don-t-use-host-CPP.patch using patch: patching file unix/configure Applying 0003-Makefile-Use-CFLAGS-from-command-line.patch using patch: patching file unix/Makefile Applying 0004-configure-use-LDFLAGS-from-command-line.patch using patch: patching file unix/configure Applying 0005-unix-configure-remove-GID-UID-size-check.patch using patch: patching file unix/configure Applying 0006-unix-configure-borrow-the-LFS-test-from-autotools.patch using patch: patching file unix/configure >>> zip 30 Configuring >>> zip 30 Building PATH="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin:/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/sbin:/usr/bin:/bin:/accts/mlweber1/bin:/accts/mlweber1/libexec/git-core:/accts/mlweber1/usr/bin:/accts/mlweber1/usr/local/bin" /usr/bin/make -j8 PATH="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin:/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/sbin:/usr/bin:/bin:/accts/mlweber1/bin:/accts/mlweber1/libexec/git-core:/accts/mlweber1/usr/bin:/accts/mlweber1/usr/local/bin" AR="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-ar" AS="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-as" LD="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-ld" NM="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-nm" CC="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc" GCC="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc" CPP="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-cpp" CXX="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-g++" FC="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gfortran" F77="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gfortran" RANLIB="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-ranlib" READELF="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-readelf" STRIP="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-strip" OBJCOPY="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-objcopy" OBJDUMP="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/include" LDFLAGS_FOR_BUILD="-L/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/lib -Wl,-rpath,/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-as" DEFAULT_LINKER="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/pkg-config" STAGING_DIR="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/mips64el-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl -C /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/build/zip-30 CFLAGS="-D_FILE_OFFSET_BITS=64 -Os -I. -DUNIX -DUIDGID_NOT_16BIT" AS="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c" -f unix/Makefile generic make[1]: Entering directory `/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/build/zip-30' sh unix/configure "/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc" "-D_FILE_OFFSET_BITS=64 -Os -I. -DUNIX -DUIDGID_NOT_16BIT" "" Check bzip2 support Check for bzip2 in bzip2 directory Check if OS already has bzip2 library installed -- Either bzlib.h or libbz2.a not found - no bzip2 Check for the C preprocessor Check if we can use asm code Check for ANSI options Check for prototypes Check the handling of const Check for time_t Check for size_t Check for off_t Check for Large File Support -- yes we have Large File Support! Check for wide char support -- have wchar_t - enabling Unicode support Check for gcc no-builtin flag Check for rmdir Check for strchr Check for strrchr Check for rename Check for mktemp Check for mktime Check for mkstemp Check for memset Check for memmove Check for strerror Check for errno declaration Check for directory libraries Check for readlink Check for directory include file Check for nonexistent include files Check for term I/O include file Check for valloc Check for /usr/local/bin and /usr/local/man Check for OS-specific flags Check for symbolic links eval /usr/bin/make -f unix/Makefile zips `cat flags` make[2]: Entering directory `/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/build/zip-30' /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c -D_FILE_OFFSET_BITS=64 -Os -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zip.c /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c -D_FILE_OFFSET_BITS=64 -Os -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipfile.c /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c -D_FILE_OFFSET_BITS=64 -Os -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipup.c /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c -D_FILE_OFFSET_BITS=64 -Os -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H fileio.c /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c -D_FILE_OFFSET_BITS=64 -Os -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H util.c /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c -D_FILE_OFFSET_BITS=64 -Os -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H globals.c /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c -D_FILE_OFFSET_BITS=64 -Os -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H crypt.c /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c -D_FILE_OFFSET_BITS=64 -Os -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H ttyio.c /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c -D_FILE_OFFSET_BITS=64 -Os -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H unix/unix.c /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c -D_FILE_OFFSET_BITS=64 -Os -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H crc32.c /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c -D_FILE_OFFSET_BITS=64 -Os -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zbz2err.c /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c -D_FILE_OFFSET_BITS=64 -Os -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H deflate.c /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c -D_FILE_OFFSET_BITS=64 -Os -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H trees.c /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c -D_FILE_OFFSET_BITS=64 -Os -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipcloak.c /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c -D_FILE_OFFSET_BITS=64 -Os -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o zipfile_.o zipfile.c /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c -D_FILE_OFFSET_BITS=64 -Os -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o fileio_.o fileio.c /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c -D_FILE_OFFSET_BITS=64 -Os -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o util_.o util.c /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c -D_FILE_OFFSET_BITS=64 -Os -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o unix_.o unix/unix.c /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c -D_FILE_OFFSET_BITS=64 -Os -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o crc32_.o crc32.c /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c -D_FILE_OFFSET_BITS=64 -Os -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o crypt_.o crypt.c /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c -D_FILE_OFFSET_BITS=64 -Os -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipnote.c /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -c -D_FILE_OFFSET_BITS=64 -Os -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipsplit.c /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -o zipcloak zipcloak.o zipfile_.o fileio_.o util_.o globals.o unix_.o crc32_.o crypt_.o ttyio.o /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -o zipnote zipnote.o zipfile_.o fileio_.o util_.o globals.o unix_.o crc32_.o /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -o zipsplit zipsplit.o zipfile_.o fileio_.o util_.o globals.o unix_.o crc32_.o /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc -o zip zip.o zipfile.o zipup.o fileio.o util.o globals.o crypt.o ttyio.o unix.o crc32.o zbz2err.o deflate.o trees.o make[2]: Leaving directory `/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/build/zip-30' make[1]: Leaving directory `/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/build/zip-30' >>> zip 30 Installing to target PATH="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin:/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/sbin:/usr/bin:/bin:/accts/mlweber1/bin:/accts/mlweber1/libexec/git-core:/accts/mlweber1/usr/bin:/accts/mlweber1/usr/local/bin" /usr/bin/make -j8 PATH="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin:/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/sbin:/usr/bin:/bin:/accts/mlweber1/bin:/accts/mlweber1/libexec/git-core:/accts/mlweber1/usr/bin:/accts/mlweber1/usr/local/bin" AR="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-ar" AS="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-as" LD="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-ld" NM="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-nm" CC="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc" GCC="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gcc" CPP="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-cpp" CXX="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-g++" FC="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gfortran" F77="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-gfortran" RANLIB="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-ranlib" READELF="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-readelf" STRIP="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-strip" OBJCOPY="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-objcopy" OBJDUMP="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/include" LDFLAGS_FOR_BUILD="-L/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/lib -Wl,-rpath,/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-as" DEFAULT_LINKER="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/pkg-config" STAGING_DIR="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/mips64el-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl -C /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/build/zip-30 -f unix/Makefile install prefix=/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr make[1]: Entering directory `/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/build/zip-30' mkdir -p /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/bin cp zip zipcloak zipnote zipsplit /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/bin cd /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/bin; chmod 755 zip zipcloak zipnote zipsplit mkdir -p /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/man/man1 cp man/zip.1 /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/man/man1/zip.1 chmod 644 /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/man/man1/zip.1 cp man/zipcloak.1 /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/man/man1/zipcloak.1 chmod 644 /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/man/man1/zipcloak.1 cp man/zipnote.1 /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/man/man1/zipnote.1 chmod 644 /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/man/man1/zipnote.1 cp man/zipsplit.1 /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/man/man1/zipsplit.1 chmod 644 /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/man/man1/zipsplit.1 make[1]: Leaving directory `/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/build/zip-30' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'bluez_utils', u'jansson', u'libopenssl', u'libcurl', u'libxml2', u'sqlite', u'boost', u'zeromq', u'azmq', u'c-periphery', u'cwiid', u'skalibs', u'execline', u'flex', u'libjpeg', u'kompexsqlite', u'libcap', u'libconfig', u'libcuefile', u'libusb', u'libftdi1', u'libid3tag', u'libilbc', u'libndp', u'libnspr', u'libpng', u'libreplaygain', u'libzip', u'libsigrok', u'libssh', u'libsvg', u'lz4', u'musepack', u'physfs', u'sdl', u'sdl_mixer', u'sdl_net', u's6-dns', u's6', u's6-networking', u'shared-mime-info', u'smack'] Warning: staging file "./usr/lib/libjansson.la" is touched by more than one package: [u'jansson', u'libopenssl', u'libcurl', u'libxml2', u'sqlite', u'boost', u'zeromq', u'azmq', u'c-periphery', u'cwiid', u'skalibs', u'execline', u'flex', u'libjpeg', u'kompexsqlite', u'libcap', u'libconfig', u'libcuefile', u'libusb', u'libftdi1', u'libid3tag', u'libilbc', u'libndp', u'libnspr', u'libpng', u'libreplaygain', u'libzip', u'libsigrok', u'libssh', u'libsvg', u'lz4', u'musepack', u'physfs', u'sdl', u'sdl_mixer', u'sdl_net', u's6-dns', u's6', u's6-networking', u'shared-mime-info', u'smack'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'bluez_utils', u'jansson', u'libopenssl', u'libcurl', u'libxml2', u'sqlite', u'boost', u'zeromq', u'azmq', u'c-periphery', u'cwiid', u'skalibs', u'execline', u'flex', u'libjpeg', u'kompexsqlite', u'libcap', u'libconfig', u'libcuefile', u'libusb', u'libftdi1', u'libid3tag', u'libilbc', u'libndp', u'libnspr', u'libpng', u'libreplaygain', u'libzip', u'libsigrok', u'libssh', u'libsvg', u'lz4', u'musepack', u'physfs', u'sdl', u'sdl_mixer', u'sdl_net', u's6-dns', u's6', u's6-networking', u'shared-mime-info', u'smack'] Warning: staging file "./usr/lib/libsigrok.la" is touched by more than one package: [u'libsigrok', u'libssh', u'libsvg', u'lz4', u'musepack', u'physfs', u'sdl', u'sdl_mixer', u'sdl_net', u's6-dns', u's6', u's6-networking', u'shared-mime-info', u'smack'] Warning: staging file "./usr/lib/libcheck.la" is touched by more than one package: [u'check', u'expat', u'dbus', u'libffi', u'pcre', u'ncurses', u'libzlib', u'util-linux', u'libglib2', u'bluez_utils', u'jansson', u'libopenssl', u'libcurl', u'libxml2', u'sqlite', u'boost', u'zeromq', u'azmq', u'c-periphery', u'cwiid', u'skalibs', u'execline', u'flex', u'libjpeg', u'kompexsqlite', u'libcap', u'libconfig', u'libcuefile', u'libusb', u'libftdi1', u'libid3tag', u'libilbc', u'libndp', u'libnspr', u'libpng', u'libreplaygain', u'libzip', u'libsigrok', u'libssh', u'libsvg', u'lz4', u'musepack', u'physfs', u'sdl', u'sdl_mixer', u'sdl_net', u's6-dns', u's6', u's6-networking', u'shared-mime-info', u'smack'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'ncurses', u'libzlib', u'util-linux', u'libglib2', u'bluez_utils', u'jansson', u'libopenssl', u'libcurl', u'libxml2', u'sqlite', u'boost', u'zeromq', u'azmq', u'c-periphery', u'cwiid', u'skalibs', u'execline', u'flex', u'libjpeg', u'kompexsqlite', u'libcap', u'libconfig', u'libcuefile', u'libusb', u'libftdi1', u'libid3tag', u'libilbc', u'libndp', u'libnspr', u'libpng', u'libreplaygain', u'libzip', u'libsigrok', u'libssh', u'libsvg', u'lz4', u'musepack', u'physfs', u'sdl', u'sdl_mixer', u'sdl_net', u's6-dns', u's6', u's6-networking', u'shared-mime-info', u'smack'] Warning: staging file "./usr/lib/libdbus-1.la" is touched by more than one package: [u'dbus', u'libffi', u'pcre', u'ncurses', u'libzlib', u'util-linux', u'libglib2', u'bluez_utils', u'jansson', u'libopenssl', u'libcurl', u'libxml2', u'sqlite', u'boost', u'zeromq', u'azmq', u'c-periphery', u'cwiid', u'skalibs', u'execline', u'flex', u'libjpeg', u'kompexsqlite', u'libcap', u'libconfig', u'libcuefile', u'libusb', u'libftdi1', u'libid3tag', u'libilbc', u'libndp', u'libnspr', u'libpng', u'libreplaygain', u'libzip', u'libsigrok', u'libssh', u'libsvg', u'lz4', u'musepack', u'physfs', u'sdl', u'sdl_mixer', u'sdl_net', u's6-dns', u's6', u's6-networking', u'shared-mime-info', u'smack'] Warning: staging file "./usr/lib/libfl.la" is touched by more than one package: [u'flex', u'libjpeg', u'kompexsqlite', u'libcap', u'libconfig', u'libcuefile', u'libusb', u'libftdi1', u'libid3tag', u'libilbc', u'libndp', u'libnspr', u'libpng', u'libreplaygain', u'libzip', u'libsigrok', u'libssh', u'libsvg', u'lz4', u'musepack', u'physfs', u'sdl', u'sdl_mixer', u'sdl_net', u's6-dns', u's6', u's6-networking', u'shared-mime-info', u'smack'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'ncurses', u'libzlib', u'util-linux', u'libglib2', u'bluez_utils', u'jansson', u'libopenssl', u'libcurl', u'libxml2', u'sqlite', u'boost', u'zeromq', u'azmq', u'c-periphery', u'cwiid', u'skalibs', u'execline', u'flex', u'libjpeg', u'kompexsqlite', u'libcap', u'libconfig', u'libcuefile', u'libusb', u'libftdi1', u'libid3tag', u'libilbc', u'libndp', u'libnspr', u'libpng', u'libreplaygain', u'libzip', u'libsigrok', u'libssh', u'libsvg', u'lz4', u'musepack', u'physfs', u'sdl', u'sdl_mixer', u'sdl_net', u's6-dns', u's6', u's6-networking', u'shared-mime-info', u'smack'] Warning: staging file "./usr/lib/libreplaygain.la" is touched by more than one package: [u'libreplaygain', u'libzip', u'libsigrok', u'libssh', u'libsvg', u'lz4', u'musepack', u'physfs', u'sdl', u'sdl_mixer', u'sdl_net', u's6-dns', u's6', u's6-networking', u'shared-mime-info', u'smack'] Warning: staging file "./usr/lib/libbluetooth.la" is touched by more than one package: [u'bluez_utils', u'jansson', u'libopenssl', u'libcurl', u'libxml2', u'sqlite', u'boost', u'zeromq', u'azmq', u'c-periphery', u'cwiid', u'skalibs', u'execline', u'flex', u'libjpeg', u'kompexsqlite', u'libcap', u'libconfig', u'libcuefile', u'libusb', u'libftdi1', u'libid3tag', u'libilbc', u'libndp', u'libnspr', u'libpng', u'libreplaygain', u'libzip', u'libsigrok', u'libssh', u'libsvg', u'lz4', u'musepack', u'physfs', u'sdl', u'sdl_mixer', u'sdl_net', u's6-dns', u's6', u's6-networking', u'shared-mime-info', u'smack'] Warning: staging file "./usr/lib/libconfig.la" is touched by more than one package: [u'libconfig', u'libcuefile', u'libusb', u'libftdi1', u'libid3tag', u'libilbc', u'libndp', u'libnspr', u'libpng', u'libreplaygain', u'libzip', u'libsigrok', u'libssh', u'libsvg', u'lz4', u'musepack', u'physfs', u'sdl', u'sdl_mixer', u'sdl_net', u's6-dns', u's6', u's6-networking', u'shared-mime-info', u'smack'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'bluez_utils', u'jansson', u'libopenssl', u'libcurl', u'libxml2', u'sqlite', u'boost', u'zeromq', u'azmq', u'c-periphery', u'cwiid', u'skalibs', u'execline', u'flex', u'libjpeg', u'kompexsqlite', u'libcap', u'libconfig', u'libcuefile', u'libusb', u'libftdi1', u'libid3tag', u'libilbc', u'libndp', u'libnspr', u'libpng', u'libreplaygain', u'libzip', u'libsigrok', u'libssh', u'libsvg', u'lz4', u'musepack', u'physfs', u'sdl', u'sdl_mixer', u'sdl_net', u's6-dns', u's6', u's6-networking', u'shared-mime-info', u'smack'] Warning: staging file "./usr/lib/libjpeg.la" is touched by more than one package: [u'libjpeg', u'kompexsqlite', u'libcap', u'libconfig', u'libcuefile', u'libusb', u'libftdi1', u'libid3tag', u'libilbc', u'libndp', u'libnspr', u'libpng', u'libreplaygain', u'libzip', u'libsigrok', u'libssh', u'libsvg', u'lz4', u'musepack', u'physfs', u'sdl', u'sdl_mixer', u'sdl_net', u's6-dns', u's6', u's6-networking', u'shared-mime-info', u'smack'] Warning: staging file "./usr/lib/libndp.la" is touched by more than one package: [u'libndp', u'libnspr', u'libpng', u'libreplaygain', u'libzip', u'libsigrok', u'libssh', u'libsvg', u'lz4', u'musepack', u'physfs', u'sdl', u'sdl_mixer', u'sdl_net', u's6-dns', u's6', u's6-networking', u'shared-mime-info', u'smack'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'ncurses', u'libzlib', u'util-linux', u'libglib2', u'bluez_utils', u'jansson', u'libopenssl', u'libcurl', u'libxml2', u'sqlite', u'boost', u'zeromq', u'azmq', u'c-periphery', u'cwiid', u'skalibs', u'execline', u'flex', u'libjpeg', u'kompexsqlite', u'libcap', u'libconfig', u'libcuefile', u'libusb', u'libftdi1', u'libid3tag', u'libilbc', u'libndp', u'libnspr', u'libpng', u'libreplaygain', u'libzip', u'libsigrok', u'libssh', u'libsvg', u'lz4', u'musepack', u'physfs', u'sdl', u'sdl_mixer', u'sdl_net', u's6-dns', u's6', u's6-networking', u'shared-mime-info', u'smack'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'libglib2', u'bluez_utils', u'jansson', u'libopenssl', u'libcurl', u'libxml2', u'sqlite', u'boost', u'zeromq', u'azmq', u'c-periphery', u'cwiid', u'skalibs', u'execline', u'flex', u'libjpeg', u'kompexsqlite', u'libcap', u'libconfig', u'libcuefile', u'libusb', u'libftdi1', u'libid3tag', u'libilbc', u'libndp', u'libnspr', u'libpng', u'libreplaygain', u'libzip', u'libsigrok', u'libssh', u'libsvg', u'lz4', u'musepack', u'physfs', u'sdl', u'sdl_mixer', u'sdl_net', u's6-dns', u's6', u's6-networking', u'shared-mime-info', u'smack'] Warning: staging file "./usr/lib/libusb-1.0.la" is touched by more than one package: [u'libusb', u'libftdi1', u'libid3tag', u'libilbc', u'libndp', u'libnspr', u'libpng', u'libreplaygain', u'libzip', u'libsigrok', u'libssh', u'libsvg', u'lz4', u'musepack', u'physfs', u'sdl', u'sdl_mixer', u'sdl_net', u's6-dns', u's6', u's6-networking', u'shared-mime-info', u'smack'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'ncurses', u'libzlib', u'util-linux', u'libglib2', u'bluez_utils', u'jansson', u'libopenssl', u'libcurl', u'libxml2', u'sqlite', u'boost', u'zeromq', u'azmq', u'c-periphery', u'cwiid', u'skalibs', u'execline', u'flex', u'libjpeg', u'kompexsqlite', u'libcap', u'libconfig', u'libcuefile', u'libusb', u'libftdi1', u'libid3tag', u'libilbc', u'libndp', u'libnspr', u'libpng', u'libreplaygain', u'libzip', u'libsigrok', u'libssh', u'libsvg', u'lz4', u'musepack', u'physfs', u'sdl', u'sdl_mixer', u'sdl_net', u's6-dns', u's6', u's6-networking', u'shared-mime-info', u'smack'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'bluez_utils', u'jansson', u'libopenssl', u'libcurl', u'libxml2', u'sqlite', u'boost', u'zeromq', u'azmq', u'c-periphery', u'cwiid', u'skalibs', u'execline', u'flex', u'libjpeg', u'kompexsqlite', u'libcap', u'libconfig', u'libcuefile', u'libusb', u'libftdi1', u'libid3tag', u'libilbc', u'libndp', u'libnspr', u'libpng', u'libreplaygain', u'libzip', u'libsigrok', u'libssh', u'libsvg', u'lz4', u'musepack', u'physfs', u'sdl', u'sdl_mixer', u'sdl_net', u's6-dns', u's6', u's6-networking', u'shared-mime-info', u'smack'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'bluez_utils', u'jansson', u'libopenssl', u'libcurl', u'libxml2', u'sqlite', u'boost', u'zeromq', u'azmq', u'c-periphery', u'cwiid', u'skalibs', u'execline', u'flex', u'libjpeg', u'kompexsqlite', u'libcap', u'libconfig', u'libcuefile', u'libusb', u'libftdi1', u'libid3tag', u'libilbc', u'libndp', u'libnspr', u'libpng', u'libreplaygain', u'libzip', u'libsigrok', u'libssh', u'libsvg', u'lz4', u'musepack', u'physfs', u'sdl', u'sdl_mixer', u'sdl_net', u's6-dns', u's6', u's6-networking', u'shared-mime-info', u'smack'] Warning: staging file "./usr/lib/libzmq.la" is touched by more than one package: [u'zeromq', u'azmq', u'c-periphery', u'cwiid', u'skalibs', u'execline', u'flex', u'libjpeg', u'kompexsqlite', u'libcap', u'libconfig', u'libcuefile', u'libusb', u'libftdi1', u'libid3tag', u'libilbc', u'libndp', u'libnspr', u'libpng', u'libreplaygain', u'libzip', u'libsigrok', u'libssh', u'libsvg', u'lz4', u'musepack', u'physfs', u'sdl', u'sdl_mixer', u'sdl_net', u's6-dns', u's6', u's6-networking', u'shared-mime-info', u'smack'] Warning: staging file "./usr/lib/libSDL_mixer.la" is touched by more than one package: [u'sdl_mixer', u'sdl_net', u's6-dns', u's6', u's6-networking', u'shared-mime-info', u'smack'] Warning: staging file "./usr/lib/libcurl.la" is touched by more than one package: [u'libcurl', u'libxml2', u'sqlite', u'boost', u'zeromq', u'azmq', u'c-periphery', u'cwiid', u'skalibs', u'execline', u'flex', u'libjpeg', u'kompexsqlite', u'libcap', u'libconfig', u'libcuefile', u'libusb', u'libftdi1', u'libid3tag', u'libilbc', u'libndp', u'libnspr', u'libpng', u'libreplaygain', u'libzip', u'libsigrok', u'libssh', u'libsvg', u'lz4', u'musepack', u'physfs', u'sdl', u'sdl_mixer', u'sdl_net', u's6-dns', u's6', u's6-networking', u'shared-mime-info', u'smack'] Warning: staging file "./usr/lib/libpng.la" is touched by more than one package: [u'libpng', u'libreplaygain', u'libzip', u'libsigrok', u'libssh', u'libsvg', u'lz4', u'musepack', u'physfs', u'sdl', u'sdl_mixer', u'sdl_net', u's6-dns', u's6', u's6-networking', u'shared-mime-info', u'smack'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'bluez_utils', u'jansson', u'libopenssl', u'libcurl', u'libxml2', u'sqlite', u'boost', u'zeromq', u'azmq', u'c-periphery', u'cwiid', u'skalibs', u'execline', u'flex', u'libjpeg', u'kompexsqlite', u'libcap', u'libconfig', u'libcuefile', u'libusb', u'libftdi1', u'libid3tag', u'libilbc', u'libndp', u'libnspr', u'libpng', u'libreplaygain', u'libzip', u'libsigrok', u'libssh', u'libsvg', u'lz4', u'musepack', u'physfs', u'sdl', u'sdl_mixer', u'sdl_net', u's6-dns', u's6', u's6-networking', u'shared-mime-info', u'smack'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'sqlite', u'boost', u'zeromq', u'azmq', u'c-periphery', u'cwiid', u'skalibs', u'execline', u'flex', u'libjpeg', u'kompexsqlite', u'libcap', u'libconfig', u'libcuefile', u'libusb', u'libftdi1', u'libid3tag', u'libilbc', u'libndp', u'libnspr', u'libpng', u'libreplaygain', u'libzip', u'libsigrok', u'libssh', u'libsvg', u'lz4', u'musepack', u'physfs', u'sdl', u'sdl_mixer', u'sdl_net', u's6-dns', u's6', u's6-networking', u'shared-mime-info', u'smack'] Warning: staging file "./usr/lib/libsvg.la" is touched by more than one package: [u'libsvg', u'lz4', u'musepack', u'physfs', u'sdl', u'sdl_mixer', u'sdl_net', u's6-dns', u's6', u's6-networking', u'shared-mime-info', u'smack'] Warning: staging file "./usr/lib/libSDL_net.la" is touched by more than one package: [u'sdl_net', u's6-dns', u's6', u's6-networking', u'shared-mime-info', u'smack'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'dbus', u'libffi', u'pcre', u'ncurses', u'libzlib', u'util-linux', u'libglib2', u'bluez_utils', u'jansson', u'libopenssl', u'libcurl', u'libxml2', u'sqlite', u'boost', u'zeromq', u'azmq', u'c-periphery', u'cwiid', u'skalibs', u'execline', u'flex', u'libjpeg', u'kompexsqlite', u'libcap', u'libconfig', u'libcuefile', u'libusb', u'libftdi1', u'libid3tag', u'libilbc', u'libndp', u'libnspr', u'libpng', u'libreplaygain', u'libzip', u'libsigrok', u'libssh', u'libsvg', u'lz4', u'musepack', u'physfs', u'sdl', u'sdl_mixer', u'sdl_net', u's6-dns', u's6', u's6-networking', u'shared-mime-info', u'smack'] Warning: staging file "./usr/lib/libilbc.la" is touched by more than one package: [u'libilbc', u'libndp', u'libnspr', u'libpng', u'libreplaygain', u'libzip', u'libsigrok', u'libssh', u'libsvg', u'lz4', u'musepack', u'physfs', u'sdl', u'sdl_mixer', u'sdl_net', u's6-dns', u's6', u's6-networking', u'shared-mime-info', u'smack'] Warning: staging file "./usr/lib/libpng16.la" is touched by more than one package: [u'libpng', u'libreplaygain', u'libzip', u'libsigrok', u'libssh', u'libsvg', u'lz4', u'musepack', u'physfs', u'sdl', u'sdl_mixer', u'sdl_net', u's6-dns', u's6', u's6-networking', u'shared-mime-info', u'smack'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'bluez_utils', u'jansson', u'libopenssl', u'libcurl', u'libxml2', u'sqlite', u'boost', u'zeromq', u'azmq', u'c-periphery', u'cwiid', u'skalibs', u'execline', u'flex', u'libjpeg', u'kompexsqlite', u'libcap', u'libconfig', u'libcuefile', u'libusb', u'libftdi1', u'libid3tag', u'libilbc', u'libndp', u'libnspr', u'libpng', u'libreplaygain', u'libzip', u'libsigrok', u'libssh', u'libsvg', u'lz4', u'musepack', u'physfs', u'sdl', u'sdl_mixer', u'sdl_net', u's6-dns', u's6', u's6-networking', u'shared-mime-info', u'smack'] Warning: staging file "./usr/lib/libSDL.la" is touched by more than one package: [u'sdl', u'sdl_mixer', u'sdl_net', u's6-dns', u's6', u's6-networking', u'shared-mime-info', u'smack'] Warning: staging file "./usr/lib/libSDLmain.la" is touched by more than one package: [u'sdl', u'sdl_mixer', u'sdl_net', u's6-dns', u's6', u's6-networking', u'shared-mime-info', u'smack'] Warning: staging file "./usr/lib/libid3tag.la" is touched by more than one package: [u'libid3tag', u'libilbc', u'libndp', u'libnspr', u'libpng', u'libreplaygain', u'libzip', u'libsigrok', u'libssh', u'libsvg', u'lz4', u'musepack', u'physfs', u'sdl', u'sdl_mixer', u'sdl_net', u's6-dns', u's6', u's6-networking', u'shared-mime-info', u'smack'] Warning: staging file "./usr/lib/libsqlite3.la" is touched by more than one package: [u'sqlite', u'boost', u'zeromq', u'azmq', u'c-periphery', u'cwiid', u'skalibs', u'execline', u'flex', u'libjpeg', u'kompexsqlite', u'libcap', u'libconfig', u'libcuefile', u'libusb', u'libftdi1', u'libid3tag', u'libilbc', u'libndp', u'libnspr', u'libpng', u'libreplaygain', u'libzip', u'libsigrok', u'libssh', u'libsvg', u'lz4', u'musepack', u'physfs', u'sdl', u'sdl_mixer', u'sdl_net', u's6-dns', u's6', u's6-networking', u'shared-mime-info', u'smack'] Warning: staging file "./usr/lib/libconfig++.la" is touched by more than one package: [u'libconfig', u'libcuefile', u'libusb', u'libftdi1', u'libid3tag', u'libilbc', u'libndp', u'libnspr', u'libpng', u'libreplaygain', u'libzip', u'libsigrok', u'libssh', u'libsvg', u'lz4', u'musepack', u'physfs', u'sdl', u'sdl_mixer', u'sdl_net', u's6-dns', u's6', u's6-networking', u'shared-mime-info', u'smack'] ./support/scripts/check-uniq-files -t host /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/build/packages-file-list-host.txt rm -f /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/glib-2.0/schemas/*.xml /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/glib-2.0/schemas/*.dtd /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/glib-compile-schemas /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/etc echo "buildroot" > /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/etc/hosts mkdir -p /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/etc echo "Welcome to Buildroot" > /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/etc/shadow rm -f /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/bin/sh rm -f /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/build/locales.nopurge; done for dir in /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/include /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/aclocal \ /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/lib/pkgconfig /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/pkgconfig \ /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/lib/cmake /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/cmake find /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/lib/ /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/lib/ /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/gdb rm -rf /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/bash-completion rm -rf /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/zsh rm -rf /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/man /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/man rm -rf /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/info /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/info rm -rf /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/doc /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/doc rm -rf /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share/gtk-doc rmdir /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/share 2>/dev/null || true find /usr/lfs/v0/rc-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 /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug find /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/mips64el-ctng_n64-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /usr/lfs/v0/rc-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 /usr/lfs/v0/rc-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 /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.08-rc3-00014-g13c6754"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.08-rc3"; \ echo "PRETTY_NAME=\"Buildroot 2018.08-rc3\"" \ ) > /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/etc >>> Sanitizing RPATH in target tree /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/buildroot/support/scripts/fix-rpath target touch /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/target/usr make: Leaving directory `/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/buildroot' make: Entering directory `/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/buildroot' >>> Buildroot 2018.08-rc3-00014-g13c6754 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 >>> host-tar 1.29 Collecting legal info ERROR: No hash found for COPYING >>> 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 >>> asterisk 14.7.6 Collecting legal info COPYING: OK (sha256: 82af40ed7f49c08685360811993d9396320842f021df828801d733e8fdc0312f) main/sha1.c: OK (sha256: ac5571f00e558e3b7c9b3f13f421b874cc12cf4250c4f70094c71544cf486312) codecs/speex/speex_resampler.h: OK (sha256: 0fcdb946955d20c2819a51f3fe613d8f22da2ea793bd50acb30ce156499acc88) utils/db1-ast/include/db.h: OK (sha256: e6e7b7204d34a3dcdf17389a9c8cf64721ec0d15a797fd51c8c1ed8517cc3038) >>> bluez_utils 4.101 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> check 0.11.0 Collecting legal info COPYING.LESSER: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> dbus 1.12.10 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> 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) >>> libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> host-util-linux 2.32.1 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> util-linux 2.32.1 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> ncurses 6.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) >>> host-asterisk 14.7.6 Collecting legal info COPYING: OK (sha256: 82af40ed7f49c08685360811993d9396320842f021df828801d733e8fdc0312f) >>> jansson 2.11 Collecting legal info LICENSE: OK (sha256: 3034b2319f8c053995e8c8abf11b76418a3a8836cd769e5b3f0b6b13bfa00ec4) >>> libcurl 7.61.0 Collecting legal info COPYING: OK (sha256: 5f3849ec38ddb927e79f514bf948890c41b8d1407286a49609b8fb1585931095) >>> openssl Collecting legal info >>> libopenssl 1.0.2p Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> sqlite 3240000 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> azmq v1.0.2 Collecting legal info LICENSE-BOOST_1_0: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> boost 1.67.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> zeromq 4.2.5 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LESSER >>> c-periphery v1.1.1 Collecting legal info ERROR: No hash found for LICENSE >>> cwiid fadf11e89b579bcc0336a0692ac15c93785f3f82 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> execline 2.5.0.0 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> skalibs 2.6.4.0 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> google-material-design-icons 2.2.3 Collecting legal info ERROR: No hash found for LICENSE >>> input-event-daemon v0.1.3 Collecting legal info ERROR: No hash found for README >>> jpeg Collecting legal info >>> libjpeg 9c Collecting legal info README: OK (sha256: 31f366acfb6259456d9046eb7f16875e387f8bf029d37ac4c4397bf63f22fd6b) >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info ERROR: No hash found for jsmin.c >>> kompexsqlite v1.10.12-1 Collecting legal info ERROR: No hash found for LICENSE.txt >>> libcap 2.25 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> host-gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> host-libcap 2.25 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> libconfig v1.7.2 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libcuefile r475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> liberation 2.00.1 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> libftdi1 1.4 Collecting legal info LICENSE: OK (sha256: 524f46428bf72bb8c6acfeca4909551fd2e0bdbb5305406d38382f4056095c56) COPYING.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LIB: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> libndp v1.6 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnspr 4.19 Collecting legal info nspr/LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> libpng 1.6.34 Collecting legal info LICENSE: OK (sha256: a247c24f82bacf0403fe2f3d5550493a91cdb575fe7036b764bda8cacf3efd9c) >>> libreplaygain r475 Collecting legal info ERROR: No hash found for src/gain_analysis.c >>> libsigrok 0.5.0 Collecting legal info ERROR: No hash found for COPYING >>> libzip 1.5.1 Collecting legal info LICENSE: OK (sha256: 04464e729973cf58189051e7a3e8bca2acce9a1058c735e9e2eb1fdbe0fbbf50) >>> libssh 0.7.5 Collecting legal info ERROR: No hash found for COPYING >>> libsvg 0.1.4 Collecting legal info ERROR: No hash found for COPYING >>> lz4 v1.8.2 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> musepack r475 Collecting legal info ERROR: No hash found for libmpcdec/COPYING ERROR: No hash found for libmpcenc/quant.c >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> physfs 3.0.1 Collecting legal info LICENSE.txt: OK (sha256: 7ce475991f6cc09958ef0d57312522eba78e36d984307c95f9a3965adf7e4e2b) >>> prboom 2.5.0 Collecting legal info ERROR: No hash found for COPYING >>> sdl 1.2.15 Collecting legal info ERROR: No hash found for COPYING >>> sdl_mixer 1.2.12 Collecting legal info ERROR: No hash found for COPYING >>> sdl_net 1.2.8 Collecting legal info ERROR: No hash found for COPYING >>> radvd 2.12 Collecting legal info ERROR: No hash found for COPYRIGHT >>> s6-dns 2.3.0.0 Collecting legal info COPYING: OK (sha256: 6ee77e7199d69b707ab864ea7a838f9562717aaa41c89413bdb2cf835f95052f) >>> s6-networking 2.3.0.2 Collecting legal info COPYING: OK (sha256: 6ee77e7199d69b707ab864ea7a838f9562717aaa41c89413bdb2cf835f95052f) >>> s6 2.7.1.1 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> shared-mime-info 1.8 Collecting legal info ERROR: No hash found for COPYING >>> host-shared-mime-info 1.8 Collecting legal info ERROR: No hash found for COPYING >>> host-intltool 0.51.0 Collecting legal info ERROR: No hash found for COPYING >>> host-libxml-parser-perl 2.44 Collecting legal info ERROR: No hash found for README >>> host-expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> smack 1.3.1 Collecting legal info ERROR: No hash found for COPYING >>> squid 3.5.27 Collecting legal info COPYING: OK (sha256: 58f5d05257af1fb964fde20e134d660fac9afa86b6fd8c70d63ead63068378fa) >>> swupdate 2018.03 Collecting legal info ERROR: No hash found for COPYING >>> vsftpd 3.0.3 Collecting legal info ERROR: No hash found for COPYING >>> zip 30 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) Legal info produced in /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/legal-info make: Leaving directory `/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/buildroot'