patching file src/patchelf.cc Applying 0002-Extract-a-function-for-splitting-a-colon-separated-s.patch using patch: patching file src/patchelf.cc Applying 0003-Add-option-to-make-the-rpath-relative-under-a-specif.patch using patch: patching file src/patchelf.cc Applying 0004-patchelf-Check-ELF-endianness-before-writing-new-run.patch using patch: patching file src/patchelf.cc >>> host-patchelf 0.9 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/naourr/work/instance-0/output-1/build/host-patchelf-0.9 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-patchelf 0.9 Patching libtool >>> host-patchelf 0.9 Configuring (cd /home/naourr/work/instance-0/output-1/build/host-patchelf-0.9/ && rm -rf config.cache; PATH="/home/naourr/work/instance-0/output-1/host/bin:/home/naourr/work/instance-0/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" PKG_CONFIG="/home/naourr/work/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/naourr/work/instance-0/output-1/host/lib/pkgconfig:/home/naourr/work/instance-0/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/naourr/work/instance-0/output-1/host/include" CFLAGS="-O2 -I/home/naourr/work/instance-0/output-1/host/include" CXXFLAGS="-O2 -I/home/naourr/work/instance-0/output-1/host/include" LDFLAGS="-L/home/naourr/work/instance-0/output-1/host/lib -Wl,-rpath,/home/naourr/work/instance-0/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/home/naourr/work/instance-0/output-1/host/include" LDFLAGS="-L/home/naourr/work/instance-0/output-1/host/lib -Wl,-rpath,/home/naourr/work/instance-0/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/home/naourr/work/instance-0/output-1/host" --sysconfdir="/home/naourr/work/instance-0/output-1/host/etc" --localstatedir="/home/naourr/work/instance-0/output-1/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking ) configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for style of include used by make... GNU checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking dependency style of /usr/bin/gcc... none checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking dependency style of /usr/bin/g++... none Setting page size to 4096 checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating patchelf.spec config.status: executing depfiles commands configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls >>> host-patchelf 0.9 Building PATH="/home/naourr/work/instance-0/output-1/host/bin:/home/naourr/work/instance-0/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" PKG_CONFIG="/home/naourr/work/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/naourr/work/instance-0/output-1/host/lib/pkgconfig:/home/naourr/work/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /home/naourr/work/instance-0/output-1/build/host-patchelf-0.9/ make[1]: Entering directory '/home/naourr/work/instance-0/output-1/build/host-patchelf-0.9' Making all in src make[2]: Entering directory '/home/naourr/work/instance-0/output-1/build/host-patchelf-0.9/src' /usr/bin/g++ -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.9\" -DPACKAGE_STRING=\"patchelf\ 0.9\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.9\" -DPAGESIZE=4096 -I. -I/home/naourr/work/instance-0/output-1/host/include -Wall -O2 -I/home/naourr/work/instance-0/output-1/host/include -c -o patchelf.o patchelf.cc /usr/bin/g++ -Wall -O2 -I/home/naourr/work/instance-0/output-1/host/include -L/home/naourr/work/instance-0/output-1/host/lib -Wl,-rpath,/home/naourr/work/instance-0/output-1/host/lib -o patchelf patchelf.o make[2]: Leaving directory '/home/naourr/work/instance-0/output-1/build/host-patchelf-0.9/src' Making all in tests make[2]: Entering directory '/home/naourr/work/instance-0/output-1/build/host-patchelf-0.9/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/naourr/work/instance-0/output-1/build/host-patchelf-0.9/tests' make[2]: Entering directory '/home/naourr/work/instance-0/output-1/build/host-patchelf-0.9' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/naourr/work/instance-0/output-1/build/host-patchelf-0.9' make[1]: Leaving directory '/home/naourr/work/instance-0/output-1/build/host-patchelf-0.9' >>> host-patchelf 0.9 Installing to host directory PATH="/home/naourr/work/instance-0/output-1/host/bin:/home/naourr/work/instance-0/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" PKG_CONFIG="/home/naourr/work/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/naourr/work/instance-0/output-1/host/lib/pkgconfig:/home/naourr/work/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j4 install -C /home/naourr/work/instance-0/output-1/build/host-patchelf-0.9/ make[1]: Entering directory '/home/naourr/work/instance-0/output-1/build/host-patchelf-0.9' Making install in src make[2]: Entering directory '/home/naourr/work/instance-0/output-1/build/host-patchelf-0.9/src' make[3]: Entering directory '/home/naourr/work/instance-0/output-1/build/host-patchelf-0.9/src' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/naourr/work/instance-0/output-1/host/bin' /usr/bin/install -c patchelf '/home/naourr/work/instance-0/output-1/host/bin' make[3]: Leaving directory '/home/naourr/work/instance-0/output-1/build/host-patchelf-0.9/src' make[2]: Leaving directory '/home/naourr/work/instance-0/output-1/build/host-patchelf-0.9/src' Making install in tests make[2]: Entering directory '/home/naourr/work/instance-0/output-1/build/host-patchelf-0.9/tests' make[3]: Entering directory '/home/naourr/work/instance-0/output-1/build/host-patchelf-0.9/tests' 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/naourr/work/instance-0/output-1/build/host-patchelf-0.9/tests' make[2]: Leaving directory '/home/naourr/work/instance-0/output-1/build/host-patchelf-0.9/tests' make[2]: Entering directory '/home/naourr/work/instance-0/output-1/build/host-patchelf-0.9' make[3]: Entering directory '/home/naourr/work/instance-0/output-1/build/host-patchelf-0.9' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/naourr/work/instance-0/output-1/host/share/doc/patchelf' /usr/bin/mkdir -p '/home/naourr/work/instance-0/output-1/host/share/man/man1' /usr/bin/install -c -m 644 README '/home/naourr/work/instance-0/output-1/host/share/doc/patchelf' /usr/bin/install -c -m 644 patchelf.1 '/home/naourr/work/instance-0/output-1/host/share/man/man1' make[3]: Leaving directory '/home/naourr/work/instance-0/output-1/build/host-patchelf-0.9' make[2]: Leaving directory '/home/naourr/work/instance-0/output-1/build/host-patchelf-0.9' make[1]: Leaving directory '/home/naourr/work/instance-0/output-1/build/host-patchelf-0.9' sunwait-7326b53e5406c7ebd552ae6dc0fc659252a18e7f.tar.gz: OK (sha256: ef26ed05882d5286a64a37c4044f99b877cc54f58a46f0e37ca60c93398df910) >>> sunwait 7326b53e5406c7ebd552ae6dc0fc659252a18e7f Extracting gzip -d -c /home/naourr/work/instance-0/dl/sunwait/sunwait-7326b53e5406c7ebd552ae6dc0fc659252a18e7f.tar.gz | /home/naourr/work/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-0/output-1/build/sunwait-7326b53e5406c7ebd552ae6dc0fc659252a18e7f -xf - >>> sunwait 7326b53e5406c7ebd552ae6dc0fc659252a18e7f Patching >>> sunwait 7326b53e5406c7ebd552ae6dc0fc659252a18e7f Configuring >>> sunwait 7326b53e5406c7ebd552ae6dc0fc659252a18e7f Building /usr/bin/make -j4 PATH="/home/naourr/work/instance-0/output-1/host/bin:/home/naourr/work/instance-0/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" AR="/home/naourr/work/instance-0/output-1/host/bin/i686-linux-ar" AS="/home/naourr/work/instance-0/output-1/host/bin/i686-linux-as" LD="/home/naourr/work/instance-0/output-1/host/bin/i686-linux-ld" NM="/home/naourr/work/instance-0/output-1/host/bin/i686-linux-nm" CC="/home/naourr/work/instance-0/output-1/host/bin/i686-linux-gcc" GCC="/home/naourr/work/instance-0/output-1/host/bin/i686-linux-gcc" CPP="/home/naourr/work/instance-0/output-1/host/bin/i686-linux-cpp" CXX="/home/naourr/work/instance-0/output-1/host/bin/i686-linux-g++" FC="/home/naourr/work/instance-0/output-1/host/bin/i686-linux-gfortran" F77="/home/naourr/work/instance-0/output-1/host/bin/i686-linux-gfortran" RANLIB="/home/naourr/work/instance-0/output-1/host/bin/i686-linux-ranlib" READELF="/home/naourr/work/instance-0/output-1/host/bin/i686-linux-readelf" STRIP="/home/naourr/work/instance-0/output-1/host/bin/i686-linux-strip" OBJCOPY="/home/naourr/work/instance-0/output-1/host/bin/i686-linux-objcopy" OBJDUMP="/home/naourr/work/instance-0/output-1/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/naourr/work/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/naourr/work/instance-0/output-1/host/lib -Wl,-rpath,/home/naourr/work/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/naourr/work/instance-0/output-1/host/bin/i686-linux-as" DEFAULT_LINKER="/home/naourr/work/instance-0/output-1/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 -O2 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 " LDFLAGS="" FCFLAGS=" -O2 " FFLAGS=" -O2 " PKG_CONFIG="/home/naourr/work/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/naourr/work/instance-0/output-1/host/i686-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl C=/home/naourr/work/instance-0/output-1/host/bin/i686-linux-g++ CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -c" LDFLAGS=" -lm" -C /home/naourr/work/instance-0/output-1/build/sunwait-7326b53e5406c7ebd552ae6dc0fc659252a18e7f all make[1]: Entering directory '/home/naourr/work/instance-0/output-1/build/sunwait-7326b53e5406c7ebd552ae6dc0fc659252a18e7f' /home/naourr/work/instance-0/output-1/host/bin/i686-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -c sunwait.cpp -o sunwait.o /home/naourr/work/instance-0/output-1/host/bin/i686-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -c sunriset.cpp -o sunriset.o /home/naourr/work/instance-0/output-1/host/bin/i686-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -c print.cpp -o print.o /home/naourr/work/instance-0/output-1/host/bin/i686-linux-g++ sunwait.o sunriset.o print.o sunwait.h sunriset.h print.h -o sunwait -lm make[1]: Leaving directory '/home/naourr/work/instance-0/output-1/build/sunwait-7326b53e5406c7ebd552ae6dc0fc659252a18e7f' >>> sunwait 7326b53e5406c7ebd552ae6dc0fc659252a18e7f Installing to target /usr/bin/install -D -m 0755 /home/naourr/work/instance-0/output-1/build/sunwait-7326b53e5406c7ebd552ae6dc0fc659252a18e7f/sunwait /home/naourr/work/instance-0/output-1/target/usr/bin/sunwait ushare-1.1a.tar.bz2: OK (sha256: 7b9b85c79968d4f4560f02a99e33c6a33ff58f9d41d8faea79e31cce2ee78665) >>> ushare 1.1a Extracting bzcat /home/naourr/work/instance-0/dl/ushare/ushare-1.1a.tar.bz2 | /home/naourr/work/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-0/output-1/build/ushare-1.1a -xf - >>> ushare 1.1a Patching Applying 0001-compile-fixes.patch using patch: patching file src/cds.c patching file src/http.c patching file src/http.h patching file src/ushare.c patching file src/cms.c patching file src/mime.c patching file src/presentation.c patching file src/services.c Applying 0002-ushare-fix-building-with-gcc-5.x.patch using patch: patching file src/trace.c patching file src/ushare.c Hunk #1 succeeded at 728 (offset 232 lines). Applying 0003-ushare-c-include-config-h-before-checking-for-CONFIG-NLS.patch using patch: patching file src/ushare.c >>> ushare 1.1a Configuring (cd /home/naourr/work/instance-0/output-1/build/ushare-1.1a; PATH="/home/naourr/work/instance-0/output-1/host/bin:/home/naourr/work/instance-0/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" AR="/home/naourr/work/instance-0/output-1/host/bin/i686-linux-ar" AS="/home/naourr/work/instance-0/output-1/host/bin/i686-linux-as" LD="/home/naourr/work/instance-0/output-1/host/bin/i686-linux-ld" NM="/home/naourr/work/instance-0/output-1/host/bin/i686-linux-nm" CC="/home/naourr/work/instance-0/output-1/host/bin/i686-linux-gcc" GCC="/home/naourr/work/instance-0/output-1/host/bin/i686-linux-gcc" CPP="/home/naourr/work/instance-0/output-1/host/bin/i686-linux-cpp" CXX="/home/naourr/work/instance-0/output-1/host/bin/i686-linux-g++" FC="/home/naourr/work/instance-0/output-1/host/bin/i686-linux-gfortran" F77="/home/naourr/work/instance-0/output-1/host/bin/i686-linux-gfortran" RANLIB="/home/naourr/work/instance-0/output-1/host/bin/i686-linux-ranlib" READELF="/home/naourr/work/instance-0/output-1/host/bin/i686-linux-readelf" STRIP="/home/naourr/work/instance-0/output-1/host/bin/i686-linux-strip" OBJCOPY="/home/naourr/work/instance-0/output-1/host/bin/i686-linux-objcopy" OBJDUMP="/home/naourr/work/instance-0/output-1/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/naourr/work/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/naourr/work/instance-0/output-1/host/lib -Wl,-rpath,/home/naourr/work/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/naourr/work/instance-0/output-1/host/bin/i686-linux-as" DEFAULT_LINKER="/home/naourr/work/instance-0/output-1/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 -O2 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 " LDFLAGS="" FCFLAGS=" -O2 " FFLAGS=" -O2 " PKG_CONFIG="/home/naourr/work/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/naourr/work/instance-0/output-1/host/i686-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl ./configure --prefix=/usr --cross-compile --cross-prefix="/home/naourr/work/instance-0/output-1/host/bin/i686-linux-" --sysconfdir=/etc --disable-strip --disable-nls ) Checking for compiler available... Checking for locales ... Checking for ifaddrs ... Checking for langinfo ... Checking for iconv ... Checking for libixml ... Checking for libthreadutil ... Checking for libupnp >= 1.4.2 ... uShare: configure is OK version 1.1a using libupnp 1.6.25 configuration: install prefix /usr configuration dir /etc locales dir ${PREFIX}/share/locale NLS support no DLNA support no C compiler /home/naourr/work/instance-0/output-1/host/bin/i686-linux-gcc STRIP /home/naourr/work/instance-0/output-1/host/bin/i686-linux-strip make make CPU x86_64 () debug symbols no strip symbols no optimize yes CFLAGS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -I/home/naourr/work/instance-0/output-1/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/upnp LDFLAGS extralibs -lixml -lthreadutil -lpthread -lupnp Creating config.mak ... Creating config.h ... >>> ushare 1.1a Building PATH="/home/naourr/work/instance-0/output-1/host/bin:/home/naourr/work/instance-0/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 LDFLAGS=" " -C /home/naourr/work/instance-0/output-1/build/ushare-1.1a make[1]: Entering directory '/home/naourr/work/instance-0/output-1/build/ushare-1.1a' for subdir in po scripts src ; do \ make -C $subdir all; \ done make[2]: Entering directory '/home/naourr/work/instance-0/output-1/build/ushare-1.1a/po' make fr.gmo de.gmo make[3]: Entering directory '/home/naourr/work/instance-0/output-1/build/ushare-1.1a/po' make[3]: 'fr.gmo' is up to date. make[3]: 'de.gmo' is up to date. make[3]: Leaving directory '/home/naourr/work/instance-0/output-1/build/ushare-1.1a/po' touch stamp-po make[2]: Leaving directory '/home/naourr/work/instance-0/output-1/build/ushare-1.1a/po' make[2]: Entering directory '/home/naourr/work/instance-0/output-1/build/ushare-1.1a/scripts' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/naourr/work/instance-0/output-1/build/ushare-1.1a/scripts' make[2]: Entering directory '/home/naourr/work/instance-0/output-1/build/ushare-1.1a/src' /home/naourr/work/instance-0/output-1/host/bin/i686-linux-gcc -I.. -MM cds.c cms.c msr.c http.c presentation.c metadata.c mime.c services.c buffer.c util_iconv.c content.c cfgparser.c trace.c redblack.c osdep.c ctrl_telnet.c ushare.c 1>.depend /home/naourr/work/instance-0/output-1/host/bin/i686-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -I/home/naourr/work/instance-0/output-1/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/upnp -o cds.o cds.c /home/naourr/work/instance-0/output-1/host/bin/i686-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -I/home/naourr/work/instance-0/output-1/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/upnp -o cms.o cms.c /home/naourr/work/instance-0/output-1/host/bin/i686-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -I/home/naourr/work/instance-0/output-1/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/upnp -o msr.o msr.c In file included from msr.c:24:0: ushare.h:130:13: warning: inline function 'display_headers' declared but never defined inline void display_headers (void); ^~~~~~~~~~~~~~~ cds.c: In function 'cds_browse': cds.c:485:43: warning: variable 'sort_criteria' set but not used [-Wunused-but-set-variable] int result_count = 0, index, count, id, sort_criteria; ^~~~~~~~~~~~~ cds.c: In function 'cds_search': cds.c:805:43: warning: variable 'sort_criteria' set but not used [-Wunused-but-set-variable] int result_count = 0, index, count, id, sort_criteria; ^~~~~~~~~~~~~ In file included from cds.c:28:0: cds.c: At top level: ushare.h:130:13: warning: inline function 'display_headers' declared but never defined inline void display_headers (void); ^~~~~~~~~~~~~~~ In file included from cms.c:28:0: ushare.h:130:13: warning: inline function 'display_headers' declared but never defined inline void display_headers (void); ^~~~~~~~~~~~~~~ /home/naourr/work/instance-0/output-1/host/bin/i686-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -I/home/naourr/work/instance-0/output-1/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/upnp -o http.o http.c /home/naourr/work/instance-0/output-1/host/bin/i686-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -I/home/naourr/work/instance-0/output-1/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/upnp -o presentation.o presentation.c In file included from http.c:42:0: trace.h:32:13: warning: inline function 'start_log' declared but never defined inline void start_log (void); ^~~~~~~~~ In file included from services.h:27:0, from http.c:35: ushare.h:130:13: warning: inline function 'display_headers' declared but never defined inline void display_headers (void); ^~~~~~~~~~~~~~~ In file included from metadata.h:29:0, from presentation.c:30: ushare.h:130:13: warning: inline function 'display_headers' declared but never defined inline void display_headers (void); ^~~~~~~~~~~~~~~ /home/naourr/work/instance-0/output-1/host/bin/i686-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -I/home/naourr/work/instance-0/output-1/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/upnp -o metadata.o metadata.c In file included from metadata.c:38:0: trace.h:32:13: warning: inline function 'start_log' declared but never defined inline void start_log (void); ^~~~~~~~~ In file included from metadata.h:29:0, from metadata.c:34: ushare.h:130:13: warning: inline function 'display_headers' declared but never defined inline void display_headers (void); ^~~~~~~~~~~~~~~ /home/naourr/work/instance-0/output-1/host/bin/i686-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -I/home/naourr/work/instance-0/output-1/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/upnp -o mime.o mime.c In file included from mime.c:27:0: ushare.h:130:13: warning: inline function 'display_headers' declared but never defined inline void display_headers (void); ^~~~~~~~~~~~~~~ /home/naourr/work/instance-0/output-1/host/bin/i686-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -I/home/naourr/work/instance-0/output-1/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/upnp -o services.o services.c /home/naourr/work/instance-0/output-1/host/bin/i686-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -I/home/naourr/work/instance-0/output-1/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/upnp -o buffer.o buffer.c In file included from services.c:33:0: trace.h:32:13: warning: inline function 'start_log' declared but never defined inline void start_log (void); ^~~~~~~~~ In file included from services.c:28:0: ushare.h:130:13: warning: inline function 'display_headers' declared but never defined inline void display_headers (void); ^~~~~~~~~~~~~~~ /home/naourr/work/instance-0/output-1/host/bin/i686-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -I/home/naourr/work/instance-0/output-1/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/upnp -o util_iconv.o util_iconv.c /home/naourr/work/instance-0/output-1/host/bin/i686-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -I/home/naourr/work/instance-0/output-1/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/upnp -o content.o content.c content.c: In function 'content_del': content.c:58:6: warning: nonnull argument 'list' compared to NULL [-Wnonnull-compare] if (!list || n >= list->count) ^ content.c: In function 'content_free': content.c:80:6: warning: nonnull argument 'list' compared to NULL [-Wnonnull-compare] if (!list) ^ /home/naourr/work/instance-0/output-1/host/bin/i686-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -I/home/naourr/work/instance-0/output-1/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/upnp -o cfgparser.o cfgparser.c /home/naourr/work/instance-0/output-1/host/bin/i686-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -I/home/naourr/work/instance-0/output-1/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/upnp -o trace.o trace.c /home/naourr/work/instance-0/output-1/host/bin/i686-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -I/home/naourr/work/instance-0/output-1/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/upnp -o redblack.o redblack.c /home/naourr/work/instance-0/output-1/host/bin/i686-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -I/home/naourr/work/instance-0/output-1/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/upnp -o osdep.o osdep.c redblack.c: In function 'rbinit': redblack.c:143:7: warning: variable 'c' set but not used [-Wunused-but-set-variable] char c; ^ In file included from cfgparser.c:32:0: trace.h:32:13: warning: inline function 'start_log' declared but never defined inline void start_log (void); ^~~~~~~~~ In file included from cfgparser.h:24:0, from cfgparser.c:30: ushare.h:130:13: warning: inline function 'display_headers' declared but never defined inline void display_headers (void); ^~~~~~~~~~~~~~~ cfgparser.c: In function 'parse_config_file': cfgparser.c:279:6: warning: nonnull argument 'ut' compared to NULL [-Wnonnull-compare] if (!ut) ^ In file included from trace.c:28:0: ushare.h:130:13: warning: inline function 'display_headers' declared but never defined inline void display_headers (void); ^~~~~~~~~~~~~~~ /home/naourr/work/instance-0/output-1/host/bin/i686-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -I/home/naourr/work/instance-0/output-1/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/upnp -o ctrl_telnet.o ctrl_telnet.c /home/naourr/work/instance-0/output-1/host/bin/i686-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -I.. -W -Wall -D_REENTRANT -D_GNU_SOURCE -O3 -DHAVE_LOCALE_H -DHAVE_SETLOCALE -DHAVE_IFADDRS_H -DHAVE_LANGINFO_H -DHAVE_LANGINFO_CODESET -DHAVE_ICONV -I/home/naourr/work/instance-0/output-1/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/upnp -o ushare.o ushare.c In file included from ctrl_telnet.c:27:0: trace.h:32:13: warning: inline function 'start_log' declared but never defined inline void start_log (void); ^~~~~~~~~ ctrl_telnet.c: In function 'ctrl_telnet_tokenize': ctrl_telnet.c:759:12: warning: this statement may fall through [-Wimplicit-fallthrough=] if (!has_backslash) ^ ctrl_telnet.c:765:7: note: here case ' ': ^~~~ In file included from ushare.c:73:0: trace.h:32:13: warning: inline function 'start_log' declared but never defined inline void start_log (void); ^~~~~~~~~ /home/naourr/work/instance-0/output-1/host/bin/i686-linux-gcc cds.o cms.o msr.o http.o presentation.o metadata.o mime.o services.o buffer.o util_iconv.o content.o cfgparser.o trace.o redblack.o osdep.o ctrl_telnet.o ushare.o -lixml -lthreadutil -lpthread -lupnp -o ushare make[2]: Leaving directory '/home/naourr/work/instance-0/output-1/build/ushare-1.1a/src' make[1]: Leaving directory '/home/naourr/work/instance-0/output-1/build/ushare-1.1a' >>> ushare 1.1a Installing to target PATH="/home/naourr/work/instance-0/output-1/host/bin:/home/naourr/work/instance-0/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 -C /home/naourr/work/instance-0/output-1/build/ushare-1.1a DESTDIR=/home/naourr/work/instance-0/output-1/target install make[1]: Entering directory '/home/naourr/work/instance-0/output-1/build/ushare-1.1a' for subdir in po scripts src ; do \ make -C $subdir install; \ done make[2]: Entering directory '/home/naourr/work/instance-0/output-1/build/ushare-1.1a/po' for gmo in fr.gmo de.gmo; do \ lang=`echo $gmo | sed -e 's/\.gmo$//'`; \ /usr/bin/install -c -d /home/naourr/work/instance-0/output-1/target/usr/share/locale/$lang/LC_MESSAGES; \ /usr/bin/install -c -m 644 $lang.gmo /home/naourr/work/instance-0/output-1/target/usr/share/locale/$lang/LC_MESSAGES/ushare.mo; \ done make[2]: Leaving directory '/home/naourr/work/instance-0/output-1/build/ushare-1.1a/po' make[2]: Entering directory '/home/naourr/work/instance-0/output-1/build/ushare-1.1a/scripts' /usr/bin/install -c -d /home/naourr/work/instance-0/output-1/target/etc /usr/bin/install -c -m 644 "ushare.conf" /home/naourr/work/instance-0/output-1/target/etc /usr/bin/install -c -d /home/naourr/work/instance-0/output-1/target/etc/init.d /usr/bin/install -c -m 755 "ushare" /home/naourr/work/instance-0/output-1/target/etc/init.d make[2]: Leaving directory '/home/naourr/work/instance-0/output-1/build/ushare-1.1a/scripts' make[2]: Entering directory '/home/naourr/work/instance-0/output-1/build/ushare-1.1a/src' /usr/bin/install -c -d /home/naourr/work/instance-0/output-1/target/usr/bin /usr/bin/install -c ushare /home/naourr/work/instance-0/output-1/target/usr/bin echo ignoring strip /home/naourr/work/instance-0/output-1/target/usr/bin/ushare ignoring strip /home/naourr/work/instance-0/output-1/target/usr/bin/ushare make[2]: Leaving directory '/home/naourr/work/instance-0/output-1/build/ushare-1.1a/src' make[1]: Leaving directory '/home/naourr/work/instance-0/output-1/build/ushare-1.1a' rm -f /home/naourr/work/instance-0/output-1/target/etc/init.d/ushare >>> Finalizing host directory >>> Finalizing target directory # Check files that are touched by more than one package rm -f /home/naourr/work/instance-0/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/naourr/work/instance-0/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/naourr/work/instance-0/output-1/host/bin/glib-compile-schemas /home/naourr/work/instance-0/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/naourr/work/instance-0/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/naourr/work/instance-0/output-1/target/etc echo "buildroot" > /home/naourr/work/instance-0/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/naourr/work/instance-0/output-1/target/etc/hosts mkdir -p /home/naourr/work/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-0/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-0/output-1/target/etc/shadow rm -f /home/naourr/work/instance-0/output-1/target/bin/sh rm -f /home/naourr/work/instance-0/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/work/instance-0/output-1/build/locales.nopurge; done for dir in /home/naourr/work/instance-0/output-1/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/work/instance-0/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-0/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-0/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-0/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-0/output-1/target/usr/include /home/naourr/work/instance-0/output-1/target/usr/share/aclocal \ /home/naourr/work/instance-0/output-1/target/usr/lib/pkgconfig /home/naourr/work/instance-0/output-1/target/usr/share/pkgconfig \ /home/naourr/work/instance-0/output-1/target/usr/lib/cmake /home/naourr/work/instance-0/output-1/target/usr/share/cmake find /home/naourr/work/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-0/output-1/target/lib/ /home/naourr/work/instance-0/output-1/target/usr/lib/ /home/naourr/work/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: '/home/naourr/work/instance-0/output-1/target/usr/libexec/': No such file or directory rm -rf /home/naourr/work/instance-0/output-1/target/usr/share/gdb rm -rf /home/naourr/work/instance-0/output-1/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-0/output-1/target/usr/share/zsh rm -rf /home/naourr/work/instance-0/output-1/target/usr/man /home/naourr/work/instance-0/output-1/target/usr/share/man rm -rf /home/naourr/work/instance-0/output-1/target/usr/info /home/naourr/work/instance-0/output-1/target/usr/share/info rm -rf /home/naourr/work/instance-0/output-1/target/usr/doc /home/naourr/work/instance-0/output-1/target/usr/share/doc rm -rf /home/naourr/work/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-0/output-1/target/usr/share 2>/dev/null || true find /home/naourr/work/instance-0/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/naourr/work/instance-0/output-1/host/bin/i686-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/naourr/work/instance-0/output-1/host/bin/i686-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/naourr/work/instance-0/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/naourr/work/instance-0/output-1/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/naourr/work/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.02-git-04707-g0de5314662c"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2020.02-git\"" \ ) > /home/naourr/work/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/naourr/work/instance-0/output-1/per-package /home/naourr/work/instance-0/buildroot/support/scripts/fix-rpath target touch /home/naourr/work/instance-0/output-1/target/usr make: Leaving directory '/home/naourr/work/instance-0/buildroot' make: Entering directory '/home/naourr/work/instance-0/buildroot' >>> Buildroot 2020.02-git-04707-g0de5314662c Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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 >>> debianutils 4.8.6.3 Collecting legal info debian/copyright: OK (sha256: a8698f078cd21fc501e66d070e12cf2f23ec1eaf5841bbc87629de76858ef7a7) >>> expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> fbterm 1.7.0 Collecting legal info ERROR: No hash found for COPYING >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> freetype 2.10.1 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> util-linux 2.34 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> liberation 2.00.5 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> httping 2.5 Collecting legal info license.txt: OK (sha256: c5db2e5b9a692fcdf2bd370f1533529063fbcf8947a8f5ee9d4b050a14e0566d) >>> ifupdown 0.8.16 Collecting legal info ERROR: No hash found for COPYING >>> inotify-tools 3.20.1 Collecting legal info COPYING: OK (sha256: e41fc126320a79ed53b5aa3386f059f7d10770856d6fd714ab80a96ce6bd09d6) >>> iproute2 5.4.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> host-bison 3.4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 73fc3e7ef7e016a3874b632fd0475969d288f309 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) extra/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> kexec 2.0.18 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> knock 258a27e5a47809f97c2b9f2751a88c2f94aae891 Collecting legal info ERROR: No hash found for COPYING >>> libpcap 1.9.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> libglib2 2.62.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.62.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> host-meson 0.52.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.9.0 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.8.0 Collecting legal info LICENSE: OK (sha256: a77d71d6be6f9032e6b6e5d2cf6da68f9eeab9036edfbc043633c8979cd5e82c) >>> host-expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python3-setuptools 41.4.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-pcre 8.43 Collecting legal info LICENCE: OK (sha256: a5fce68baf797e0918463a4437ef75984c41118f43850ddeabda1b5a90154309) >>> host-util-linux 2.34 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> pcre 8.43 Collecting legal info LICENCE: OK (sha256: a5fce68baf797e0918463a4437ef75984c41118f43850ddeabda1b5a90154309) >>> libminiupnpc 2.1 Collecting legal info LICENSE: OK (sha256: e2df21b3d4b1a84a0ac31d808a3ff330fdf3602e0839a526d3df2fcfba287ac4) >>> libubootenv 92949816720d7af2ac722016e7a5b9a85ff141bc Collecting legal info Licenses/lgpl-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libupnp 1.6.25 Collecting legal info LICENSE: OK (sha256: 0375955c8a79d6e8fa0792d45d00fc4e7710d7ac95bcbd27f9225a83f5c946fd) >>> nbd 3.20 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sunwait 7326b53e5406c7ebd552ae6dc0fc659252a18e7f Collecting legal info LICENSE: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> ushare 1.1a Collecting legal info ERROR: No hash found for COPYING WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-0/output-1/legal-info make: Leaving directory '/home/naourr/work/instance-0/buildroot'