patching file src/patchelf.cc Applying 0007-fix-adjusting-startPage.patch using patch: patching file src/patchelf.cc Applying 0008-Use-sh_offset-instead-of-sh_addr-when-checking-alrea.patch using patch: patching file src/patchelf.cc Applying 0009-Fix-issue-66-by-ignoring-the-first-section-header-wh.patch using patch: patching file src/patchelf.cc Applying 0010-Fix-endianness-issues-for-powerpc-PIE.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 /tmp/instance-26/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 /tmp/instance-26/output-1/build/host-patchelf-0.9/ && rm -rf config.cache; PATH="/tmp/instance-26/output-1/host/bin:/tmp/instance-26/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/instance-26/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="/tmp/instance-26/output-1/host/lib/pkgconfig:/tmp/instance-26/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/tmp/instance-26/output-1/host/include" CFLAGS="-O2 -I/tmp/instance-26/output-1/host/include" CXXFLAGS="-O2 -I/tmp/instance-26/output-1/host/include" LDFLAGS="-L/tmp/instance-26/output-1/host/lib -Wl,-rpath,/tmp/instance-26/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/tmp/instance-26/output-1/host/include" LDFLAGS="-L/tmp/instance-26/output-1/host/lib -Wl,-rpath,/tmp/instance-26/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/tmp/instance-26/output-1/host" --sysconfdir="/tmp/instance-26/output-1/host/etc" --localstatedir="/tmp/instance-26/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="/tmp/instance-26/output-1/host/bin:/tmp/instance-26/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/instance-26/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="/tmp/instance-26/output-1/host/lib/pkgconfig:/tmp/instance-26/output-1/host/share/pkgconfig" /usr/bin/make -j32 -C /tmp/instance-26/output-1/build/host-patchelf-0.9/ make[1]: Entering directory '/tmp/instance-26/output-1/build/host-patchelf-0.9' Making all in src make[2]: Entering directory '/tmp/instance-26/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/tmp/instance-26/output-1/host/include -Wall -O2 -I/tmp/instance-26/output-1/host/include -c -o patchelf.o patchelf.cc /usr/bin/g++ -Wall -O2 -I/tmp/instance-26/output-1/host/include -L/tmp/instance-26/output-1/host/lib -Wl,-rpath,/tmp/instance-26/output-1/host/lib -o patchelf patchelf.o make[2]: Leaving directory '/tmp/instance-26/output-1/build/host-patchelf-0.9/src' Making all in tests make[2]: Entering directory '/tmp/instance-26/output-1/build/host-patchelf-0.9/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-26/output-1/build/host-patchelf-0.9/tests' make[2]: Entering directory '/tmp/instance-26/output-1/build/host-patchelf-0.9' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/tmp/instance-26/output-1/build/host-patchelf-0.9' make[1]: Leaving directory '/tmp/instance-26/output-1/build/host-patchelf-0.9' >>> host-patchelf 0.9 Installing to host directory PATH="/tmp/instance-26/output-1/host/bin:/tmp/instance-26/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/instance-26/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="/tmp/instance-26/output-1/host/lib/pkgconfig:/tmp/instance-26/output-1/host/share/pkgconfig" /usr/bin/make -j32 install -C /tmp/instance-26/output-1/build/host-patchelf-0.9/ make[1]: Entering directory '/tmp/instance-26/output-1/build/host-patchelf-0.9' Making install in src make[2]: Entering directory '/tmp/instance-26/output-1/build/host-patchelf-0.9/src' make[3]: Entering directory '/tmp/instance-26/output-1/build/host-patchelf-0.9/src' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/tmp/instance-26/output-1/host/bin' /usr/bin/install -c patchelf '/tmp/instance-26/output-1/host/bin' make[3]: Leaving directory '/tmp/instance-26/output-1/build/host-patchelf-0.9/src' make[2]: Leaving directory '/tmp/instance-26/output-1/build/host-patchelf-0.9/src' Making install in tests make[2]: Entering directory '/tmp/instance-26/output-1/build/host-patchelf-0.9/tests' make[3]: Entering directory '/tmp/instance-26/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 '/tmp/instance-26/output-1/build/host-patchelf-0.9/tests' make[2]: Leaving directory '/tmp/instance-26/output-1/build/host-patchelf-0.9/tests' make[2]: Entering directory '/tmp/instance-26/output-1/build/host-patchelf-0.9' make[3]: Entering directory '/tmp/instance-26/output-1/build/host-patchelf-0.9' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-26/output-1/host/share/doc/patchelf' /usr/bin/mkdir -p '/tmp/instance-26/output-1/host/share/man/man1' /usr/bin/install -c -m 644 README '/tmp/instance-26/output-1/host/share/doc/patchelf' /usr/bin/install -c -m 644 patchelf.1 '/tmp/instance-26/output-1/host/share/man/man1' make[3]: Leaving directory '/tmp/instance-26/output-1/build/host-patchelf-0.9' make[2]: Leaving directory '/tmp/instance-26/output-1/build/host-patchelf-0.9' make[1]: Leaving directory '/tmp/instance-26/output-1/build/host-patchelf-0.9' >>> umtprd 1.3.10 Downloading wget --passive-ftp -nd -t 3 --no-check-certificate -O '/tmp/instance-26/output-1/build/.umtprd-1.3.10.tar.gz.J3wR1l/output' 'https://github.com/viveris/uMTP-Responder/archive/umtprd-1.3.10.tar.gz' --2021-07-30 08:54:59-- https://github.com/viveris/uMTP-Responder/archive/umtprd-1.3.10.tar.gz Resolving github.com (github.com)... 140.82.121.3 Connecting to github.com (github.com)|140.82.121.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/viveris/uMTP-Responder/tar.gz/umtprd-1.3.10 [following] --2021-07-30 08:54:59-- https://codeload.github.com/viveris/uMTP-Responder/tar.gz/umtprd-1.3.10 Resolving codeload.github.com (codeload.github.com)... 140.82.121.9 Connecting to codeload.github.com (codeload.github.com)|140.82.121.9|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/tmp/instance-26/output-1/build/.umtprd-1.3.10.tar.gz.J3wR1l/output' 0K .......... .......... .......... .......... .......... 2.86M 50K .......... .......... .......... . 154M=0.02s 2021-07-30 08:55:00 (4.59 MB/s) - '/tmp/instance-26/output-1/build/.umtprd-1.3.10.tar.gz.J3wR1l/output' saved [83262] umtprd-1.3.10.tar.gz: OK (sha256: cce45c7d3df0022fc013c79de21b1f11b1027d090aeb628669f08b0c20d2afdd) >>> umtprd 1.3.10 Extracting gzip -d -c /tmp/instance-26/dl/umtprd/umtprd-1.3.10.tar.gz | tar --strip-components=1 -C /tmp/instance-26/output-1/build/umtprd-1.3.10 -xf - >>> umtprd 1.3.10 Patching >>> umtprd 1.3.10 Configuring >>> umtprd 1.3.10 Building /usr/bin/make -j32 PATH="/tmp/instance-26/output-1/host/bin:/tmp/instance-26/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/tmp/instance-26/output-1/host/bin/arm-linux-ar" AS="/tmp/instance-26/output-1/host/bin/arm-linux-as" LD="/tmp/instance-26/output-1/host/bin/arm-linux-ld" NM="/tmp/instance-26/output-1/host/bin/arm-linux-nm" CC="/tmp/instance-26/output-1/host/bin/arm-linux-gcc" GCC="/tmp/instance-26/output-1/host/bin/arm-linux-gcc" CPP="/tmp/instance-26/output-1/host/bin/arm-linux-cpp" CXX="/tmp/instance-26/output-1/host/bin/arm-linux-g++" FC="/tmp/instance-26/output-1/host/bin/arm-linux-gfortran" F77="/tmp/instance-26/output-1/host/bin/arm-linux-gfortran" RANLIB="/tmp/instance-26/output-1/host/bin/arm-linux-ranlib" READELF="/tmp/instance-26/output-1/host/bin/arm-linux-readelf" STRIP="/tmp/instance-26/output-1/host/bin/arm-linux-strip" OBJCOPY="/tmp/instance-26/output-1/host/bin/arm-linux-objcopy" OBJDUMP="/tmp/instance-26/output-1/host/bin/arm-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/tmp/instance-26/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-26/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-26/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-26/output-1/host/lib -Wl,-rpath,/tmp/instance-26/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-26/output-1/host/bin/arm-linux-as" DEFAULT_LINKER="/tmp/instance-26/output-1/host/bin/arm-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-26/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-26/output-1/host/arm-buildroot-linux-musleabihf/sysroot" INTLTOOL_PERL=/usr/bin/perl -C /tmp/instance-26/output-1/build/umtprd-1.3.10 make[1]: Entering directory '/tmp/instance-26/output-1/build/umtprd-1.3.10' /tmp/instance-26/output-1/host/bin/arm-linux-gcc -o obj/umtprd.o src/umtprd.c -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I./inc -lpthread -Wall -O3 /tmp/instance-26/output-1/host/bin/arm-linux-gcc -o obj/mtp_support_def.o src/mtp_support_def.c -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I./inc -lpthread -Wall -O3 /tmp/instance-26/output-1/host/bin/arm-linux-gcc -o obj/fs_handles_db.o src/fs_handles_db.c -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I./inc -lpthread -Wall -O3 /tmp/instance-26/output-1/host/bin/arm-linux-gcc -o obj/usbstring.o src/usbstring.c -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I./inc -lpthread -Wall -O3 /tmp/instance-26/output-1/host/bin/arm-linux-gcc -o obj/usb_gadget.o src/usb_gadget.c -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I./inc -lpthread -Wall -O3 /tmp/instance-26/output-1/host/bin/arm-linux-gcc -o obj/mtp_cfg.o src/mtp_cfg.c -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I./inc -lpthread -Wall -O3 /tmp/instance-26/output-1/host/bin/arm-linux-gcc -o obj/logs_out.o src/logs_out.c -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I./inc -lpthread -Wall -O3 /tmp/instance-26/output-1/host/bin/arm-linux-gcc -o obj/mtp_constant_strings.o src/mtp_constant_strings.c -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I./inc -lpthread -Wall -O3 /tmp/instance-26/output-1/host/bin/arm-linux-gcc -o obj/mtp_helpers.o src/mtp_helpers.c -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I./inc -lpthread -Wall -O3 /tmp/instance-26/output-1/host/bin/arm-linux-gcc -o obj/mtp_properties.o src/mtp_properties.c -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I./inc -lpthread -Wall -O3 /tmp/instance-26/output-1/host/bin/arm-linux-gcc -o obj/mtp_datasets.o src/mtp_datasets.c -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I./inc -lpthread -Wall -O3 /tmp/instance-26/output-1/host/bin/arm-linux-gcc -o obj/mtp.o src/mtp.c -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I./inc -lpthread -Wall -O3 /tmp/instance-26/output-1/host/bin/arm-linux-gcc -o obj/msgqueue.o src/msgqueue.c -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I./inc -lpthread -Wall -O3 /tmp/instance-26/output-1/host/bin/arm-linux-gcc -o obj/inotify.o src/inotify.c -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I./inc -lpthread -Wall -O3 /tmp/instance-26/output-1/host/bin/arm-linux-gcc -o obj/mtp_op_getdevicepropvalue.o src/mtp_operations/mtp_op_getdevicepropvalue.c -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I./inc -lpthread -Wall -O3 /tmp/instance-26/output-1/host/bin/arm-linux-gcc -o obj/mtp_op_endeditobject.o src/mtp_operations/mtp_op_endeditobject.c -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I./inc -lpthread -Wall -O3 /tmp/instance-26/output-1/host/bin/arm-linux-gcc -o obj/mtp_op_getstorageids.o src/mtp_operations/mtp_op_getstorageids.c -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I./inc -lpthread -Wall -O3 /tmp/instance-26/output-1/host/bin/arm-linux-gcc -o obj/mtp_op_opensession.o src/mtp_operations/mtp_op_opensession.c -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I./inc -lpthread -Wall -O3 /tmp/instance-26/output-1/host/bin/arm-linux-gcc -o obj/mtp_op_getobjectpropdesc.o src/mtp_operations/mtp_op_getobjectpropdesc.c -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I./inc -lpthread -Wall -O3 /tmp/instance-26/output-1/host/bin/arm-linux-gcc -o obj/mtp_op_getobjectreferences.o src/mtp_operations/mtp_op_getobjectreferences.c -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I./inc -lpthread -Wall -O3 /tmp/instance-26/output-1/host/bin/arm-linux-gcc -o obj/mtp_op_getobjecthandles.o src/mtp_operations/mtp_op_getobjecthandles.c -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I./inc -lpthread -Wall -O3 /tmp/instance-26/output-1/host/bin/arm-linux-gcc -o obj/mtp_op_getdeviceinfos.o src/mtp_operations/mtp_op_getdeviceinfos.c -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I./inc -lpthread -Wall -O3 In file included from src/usbstring.c:42: ./inc/buildconf.h:1: warning: "_LARGEFILE64_SOURCE" redefined 1 | #define _LARGEFILE64_SOURCE | : note: this is the location of the previous definition /tmp/instance-26/output-1/host/bin/arm-linux-gcc -o obj/mtp_op_getpartialobject.o src/mtp_operations/mtp_op_getpartialobject.c -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I./inc -lpthread -Wall -O3 In file included from src/mtp_support_def.c:26: ./inc/buildconf.h:1: warning: "_LARGEFILE64_SOURCE" redefined 1 | #define _LARGEFILE64_SOURCE | : note: this is the location of the previous definition In file included from src/umtprd.c:26: ./inc/buildconf.h:1: warning: "_LARGEFILE64_SOURCE" redefined 1 | #define _LARGEFILE64_SOURCE | : note: this is the location of the previous definition In file included from src/mtp_properties.c:26: ./inc/buildconf.h:1: warning: "_LARGEFILE64_SOURCE" redefined 1 | #define _LARGEFILE64_SOURCE | : note: this is the location of the previous definition In file included from src/fs_handles_db.c:26: ./inc/buildconf.h:1: warning: "_LARGEFILE64_SOURCE" redefined 1 | #define _LARGEFILE64_SOURCE | : note: this is the location of the previous definition In file included from src/mtp_constant_strings.c:26: ./inc/buildconf.h:1: warning: "_LARGEFILE64_SOURCE" redefined 1 | #define _LARGEFILE64_SOURCE | : note: this is the location of the previous definition In file included from src/usb_gadget.c:28: ./inc/buildconf.h:1: warning: "_LARGEFILE64_SOURCE" redefined 1 | #define _LARGEFILE64_SOURCE | : note: this is the location of the previous definition In file included from src/logs_out.c:26: ./inc/buildconf.h:1: warning: "_LARGEFILE64_SOURCE" redefined 1 | #define _LARGEFILE64_SOURCE | : note: this is the location of the previous definition In file included from src/mtp_datasets.c:26: ./inc/buildconf.h:1: warning: "_LARGEFILE64_SOURCE" redefined 1 | #define _LARGEFILE64_SOURCE | : note: this is the location of the previous definition In file included from src/mtp_operations/mtp_op_endeditobject.c:26: ./inc/buildconf.h:1: warning: "_LARGEFILE64_SOURCE" redefined 1 | #define _LARGEFILE64_SOURCE | : note: this is the location of the previous definition In file included from src/inotify.c:26: ./inc/buildconf.h:1: warning: "_LARGEFILE64_SOURCE" redefined 1 | #define _LARGEFILE64_SOURCE | : note: this is the location of the previous definition In file included from src/msgqueue.c:26: ./inc/buildconf.h:1: warning: "_LARGEFILE64_SOURCE" redefined 1 | #define _LARGEFILE64_SOURCE | : note: this is the location of the previous definition In file included from src/mtp_operations/mtp_op_getstorageids.c:26: ./inc/buildconf.h:1: warning: "_LARGEFILE64_SOURCE" redefined 1 | #define _LARGEFILE64_SOURCE | : note: this is the location of the previous definition In file included from src/mtp_operations/mtp_op_opensession.c:26: ./inc/buildconf.h:1: warning: "_LARGEFILE64_SOURCE" redefined 1 | #define _LARGEFILE64_SOURCE | : note: this is the location of the previous definition In file included from src/mtp_operations/mtp_op_getobjectpropdesc.c:26: ./inc/buildconf.h:1: warning: "_LARGEFILE64_SOURCE" redefined 1 | #define _LARGEFILE64_SOURCE | : note: this is the location of the previous definition In file included from src/mtp_operations/mtp_op_getdevicepropvalue.c:26: ./inc/buildconf.h:1: warning: "_LARGEFILE64_SOURCE" redefined 1 | #define _LARGEFILE64_SOURCE | : note: this is the location of the previous definition In file included from src/mtp.c:26: ./inc/buildconf.h:1: warning: "_LARGEFILE64_SOURCE" redefined 1 | #define _LARGEFILE64_SOURCE | : note: this is the location of the previous definition In file included from src/mtp_helpers.c:26: ./inc/buildconf.h:1: warning: "_LARGEFILE64_SOURCE" redefined 1 | #define _LARGEFILE64_SOURCE | : note: this is the location of the previous definition In file included from src/mtp_operations/mtp_op_getobjecthandles.c:26: ./inc/buildconf.h:1: warning: "_LARGEFILE64_SOURCE" redefined 1 | #define _LARGEFILE64_SOURCE | : note: this is the location of the previous definition In file included from src/mtp_cfg.c:26: ./inc/buildconf.h:1: warning: "_LARGEFILE64_SOURCE" redefined 1 | #define _LARGEFILE64_SOURCE | : note: this is the location of the previous definition In file included from src/mtp_operations/mtp_op_getobjectreferences.c:26: ./inc/buildconf.h:1: warning: "_LARGEFILE64_SOURCE" redefined 1 | #define _LARGEFILE64_SOURCE | : note: this is the location of the previous definition In file included from src/mtp_operations/mtp_op_getdeviceinfos.c:26: ./inc/buildconf.h:1: warning: "_LARGEFILE64_SOURCE" redefined 1 | #define _LARGEFILE64_SOURCE | : note: this is the location of the previous definition /tmp/instance-26/output-1/host/bin/arm-linux-gcc -o obj/mtp_op_begineditobject.o src/mtp_operations/mtp_op_begineditobject.c -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I./inc -lpthread -Wall -O3 /tmp/instance-26/output-1/host/bin/arm-linux-gcc -o obj/mtp_op_sendobject.o src/mtp_operations/mtp_op_sendobject.c -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I./inc -lpthread -Wall -O3 /tmp/instance-26/output-1/host/bin/arm-linux-gcc -o obj/mtp_op_getobjectpropvalue.o src/mtp_operations/mtp_op_getobjectpropvalue.c -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I./inc -lpthread -Wall -O3 /tmp/instance-26/output-1/host/bin/arm-linux-gcc -o obj/mtp_op_getobjectpropssupported.o src/mtp_operations/mtp_op_getobjectpropssupported.c -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I./inc -lpthread -Wall -O3 /tmp/instance-26/output-1/host/bin/arm-linux-gcc -o obj/mtp_op_getdevicepropdesc.o src/mtp_operations/mtp_op_getdevicepropdesc.c -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I./inc -lpthread -Wall -O3 /tmp/instance-26/output-1/host/bin/arm-linux-gcc -o obj/mtp_op_setobjectpropvalue.o src/mtp_operations/mtp_op_setobjectpropvalue.c -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I./inc -lpthread -Wall -O3 /tmp/instance-26/output-1/host/bin/arm-linux-gcc -o obj/mtp_op_getobjectproplist.o src/mtp_operations/mtp_op_getobjectproplist.c -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I./inc -lpthread -Wall -O3 In file included from src/mtp_operations/mtp_op_getpartialobject.c:26: ./inc/buildconf.h:1: warning: "_LARGEFILE64_SOURCE" redefined 1 | #define _LARGEFILE64_SOURCE | : note: this is the location of the previous definition In file included from src/mtp_operations/mtp_op_begineditobject.c:26: ./inc/buildconf.h:1: warning: "_LARGEFILE64_SOURCE" redefined 1 | #define _LARGEFILE64_SOURCE | : note: this is the location of the previous definition In file included from src/mtp_operations/mtp_op_sendobject.c:26: ./inc/buildconf.h:1: warning: "_LARGEFILE64_SOURCE" redefined 1 | #define _LARGEFILE64_SOURCE | : note: this is the location of the previous definition In file included from src/mtp_operations/mtp_op_getdevicepropdesc.c:26: ./inc/buildconf.h:1: warning: "_LARGEFILE64_SOURCE" redefined 1 | #define _LARGEFILE64_SOURCE | : note: this is the location of the previous definition In file included from src/mtp_operations/mtp_op_getobjectpropssupported.c:26: ./inc/buildconf.h:1: warning: "_LARGEFILE64_SOURCE" redefined 1 | #define _LARGEFILE64_SOURCE | : note: this is the location of the previous definition In file included from src/mtp_operations/mtp_op_setobjectpropvalue.c:26: ./inc/buildconf.h:1: warning: "_LARGEFILE64_SOURCE" redefined 1 | #define _LARGEFILE64_SOURCE | : note: this is the location of the previous definition /tmp/instance-26/output-1/host/bin/arm-linux-gcc -o obj/mtp_op_truncateobject.o src/mtp_operations/mtp_op_truncateobject.c -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I./inc -lpthread -Wall -O3 In file included from src/mtp_operations/mtp_op_getobjectpropvalue.c:26: ./inc/buildconf.h:1: warning: "_LARGEFILE64_SOURCE" redefined 1 | #define _LARGEFILE64_SOURCE | : note: this is the location of the previous definition /tmp/instance-26/output-1/host/bin/arm-linux-gcc -o obj/mtp_op_closesession.o src/mtp_operations/mtp_op_closesession.c -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I./inc -lpthread -Wall -O3 /tmp/instance-26/output-1/host/bin/arm-linux-gcc -o obj/mtp_op_deleteobject.o src/mtp_operations/mtp_op_deleteobject.c -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I./inc -lpthread -Wall -O3 /tmp/instance-26/output-1/host/bin/arm-linux-gcc -o obj/mtp_ops_helpers.o src/mtp_operations/mtp_ops_helpers.c -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I./inc -lpthread -Wall -O3 /tmp/instance-26/output-1/host/bin/arm-linux-gcc -o obj/mtp_op_sendobjectinfo.o src/mtp_operations/mtp_op_sendobjectinfo.c -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I./inc -lpthread -Wall -O3 In file included from src/mtp_operations/mtp_op_getobjectproplist.c:26: ./inc/buildconf.h:1: warning: "_LARGEFILE64_SOURCE" redefined 1 | #define _LARGEFILE64_SOURCE | : note: this is the location of the previous definition In file included from src/mtp_operations/mtp_op_truncateobject.c:26: ./inc/buildconf.h:1: warning: "_LARGEFILE64_SOURCE" redefined 1 | #define _LARGEFILE64_SOURCE | : note: this is the location of the previous definition In file included from src/mtp_operations/mtp_ops_helpers.c:26: ./inc/buildconf.h:1: warning: "_LARGEFILE64_SOURCE" redefined 1 | #define _LARGEFILE64_SOURCE | : note: this is the location of the previous definition /tmp/instance-26/output-1/host/bin/arm-linux-gcc -o obj/mtp_op_getobject.o src/mtp_operations/mtp_op_getobject.c -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I./inc -lpthread -Wall -O3 /tmp/instance-26/output-1/host/bin/arm-linux-gcc -o obj/mtp_op_getstorageinfo.o src/mtp_operations/mtp_op_getstorageinfo.c -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I./inc -lpthread -Wall -O3 /tmp/instance-26/output-1/host/bin/arm-linux-gcc -o obj/mtp_op_getobjectinfo.o src/mtp_operations/mtp_op_getobjectinfo.c -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -I./inc -lpthread -Wall -O3 In file included from src/mtp_operations/mtp_op_closesession.c:26: ./inc/buildconf.h:1: warning: "_LARGEFILE64_SOURCE" redefined 1 | #define _LARGEFILE64_SOURCE | : note: this is the location of the previous definition In file included from src/mtp_operations/mtp_op_getobject.c:26: ./inc/buildconf.h:1: warning: "_LARGEFILE64_SOURCE" redefined 1 | #define _LARGEFILE64_SOURCE | : note: this is the location of the previous definition In file included from src/mtp_operations/mtp_op_sendobjectinfo.c:26: ./inc/buildconf.h:1: warning: "_LARGEFILE64_SOURCE" redefined 1 | #define _LARGEFILE64_SOURCE | : note: this is the location of the previous definition In file included from src/mtp_operations/mtp_op_deleteobject.c:26: ./inc/buildconf.h:1: warning: "_LARGEFILE64_SOURCE" redefined 1 | #define _LARGEFILE64_SOURCE | : note: this is the location of the previous definition In file included from src/mtp_operations/mtp_op_getobjectinfo.c:26: ./inc/buildconf.h:1: warning: "_LARGEFILE64_SOURCE" redefined 1 | #define _LARGEFILE64_SOURCE | : note: this is the location of the previous definition In file included from src/mtp_operations/mtp_op_getstorageinfo.c:26: ./inc/buildconf.h:1: warning: "_LARGEFILE64_SOURCE" redefined 1 | #define _LARGEFILE64_SOURCE | : note: this is the location of the previous definition /tmp/instance-26/output-1/host/bin/arm-linux-gcc -o umtprd obj/umtprd.o obj/mtp_support_def.o obj/fs_handles_db.o obj/usbstring.o obj/usb_gadget.o obj/mtp_cfg.o obj/logs_out.o obj/mtp_constant_strings.o obj/mtp_helpers.o obj/mtp_properties.o obj/mtp_datasets.o obj/mtp.o obj/msgqueue.o obj/inotify.o obj/mtp_op_getdevicepropvalue.o obj/mtp_op_endeditobject.o obj/mtp_op_getstorageids.o obj/mtp_op_opensession.o obj/mtp_op_getobjectpropdesc.o obj/mtp_op_getobjectreferences.o obj/mtp_op_getobjecthandles.o obj/mtp_op_getdeviceinfos.o obj/mtp_op_getpartialobject.o obj/mtp_op_begineditobject.o obj/mtp_op_sendobject.o obj/mtp_op_getobjectpropvalue.o obj/mtp_op_getobjectpropssupported.o obj/mtp_op_getdevicepropdesc.o obj/mtp_op_setobjectpropvalue.o obj/mtp_op_getobjectproplist.o obj/mtp_op_truncateobject.o obj/mtp_op_closesession.o obj/mtp_op_deleteobject.o obj/mtp_ops_helpers.o obj/mtp_op_sendobjectinfo.o obj/mtp_op_getobject.o obj/mtp_op_getstorageinfo.o obj/mtp_op_getobjectinfo.o -lpthread make[1]: Leaving directory '/tmp/instance-26/output-1/build/umtprd-1.3.10' >>> umtprd 1.3.10 Installing to target /usr/bin/install -D -m 0755 /tmp/instance-26/output-1/build/umtprd-1.3.10/umtprd /tmp/instance-26/output-1/target/usr/sbin/umtprd >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-26/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/tmp/instance-26/output-1/host/bin/arm-linux-%g' -e 's%@TARGET_ARCH@%arm%g' -e 's%@TARGET_CPU@%cortex-a9%g' -e 's%@TARGET_ENDIAN@%little%g' -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'@PKG_TARGET_CFLAGS@%g" -e 's%@HOST_DIR@%/tmp/instance-26/output-1/host%g' -e 's%@STAGING_DIR@%/tmp/instance-26/output-1/host/arm-buildroot-linux-musleabihf/sysroot%g' -e 's%@STATIC@%false%g' package/meson//cross-compilation.conf.in > /tmp/instance-26/output-1/host/etc/meson/cross-compilation.conf.in sed -e 's%@PKG_TARGET_CFLAGS@%%g' -e 's%@PKG_TARGET_LDFLAGS@%%g' -e 's%@PKG_TARGET_CXXFLAGS@%%g' /tmp/instance-26/output-1/host/etc/meson/cross-compilation.conf.in > /tmp/instance-26/output-1/host/etc/meson/cross-compilation.conf mkdir -p /tmp/instance-26/output-1/target/etc echo "buildroot" > /tmp/instance-26/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-26/output-1/target/etc/hosts mkdir -p /tmp/instance-26/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-26/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-26/output-1/target/etc/shadow rm -f /tmp/instance-26/output-1/target/bin/sh printf '%s\n' C en_US locale-archive > /tmp/instance-26/output-1/build/locales.nopurge for dir in /tmp/instance-26/output-1/target/usr/share/locale /tmp/instance-26/output-1/target/usr/share/X11/locale /tmp/instance-26/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /tmp/instance-26/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-26/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-26/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-26/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-26/output-1/target/usr/include /tmp/instance-26/output-1/target/usr/share/aclocal \ /tmp/instance-26/output-1/target/usr/lib/pkgconfig /tmp/instance-26/output-1/target/usr/share/pkgconfig \ /tmp/instance-26/output-1/target/usr/lib/cmake /tmp/instance-26/output-1/target/usr/share/cmake \ /tmp/instance-26/output-1/target/usr/doc find /tmp/instance-26/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-26/output-1/target/lib/ /tmp/instance-26/output-1/target/usr/lib/ /tmp/instance-26/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-26/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-26/output-1/target/usr/share/gdb rm -rf /tmp/instance-26/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-26/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-26/output-1/target/usr/share/zsh rm -rf /tmp/instance-26/output-1/target/usr/man /tmp/instance-26/output-1/target/usr/share/man rm -rf /tmp/instance-26/output-1/target/usr/info /tmp/instance-26/output-1/target/usr/share/info rm -rf /tmp/instance-26/output-1/target/usr/doc /tmp/instance-26/output-1/target/usr/share/doc rm -rf /tmp/instance-26/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-26/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-26/output-1/target/lib/debug /tmp/instance-26/output-1/target/usr/lib/debug find /tmp/instance-26/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /tmp/instance-26/output-1/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-26/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-26/output-1/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/instance-26/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-26/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 /tmp/instance-26/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.05-904-gf0d37e275a"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2021.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2021.08-git\"" \ ) > /tmp/instance-26/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-26/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-26/output-1/per-package /tmp/instance-26/buildroot/support/scripts/fix-rpath target touch /tmp/instance-26/output-1/target/usr ln -snf /tmp/instance-26/output-1/host/arm-buildroot-linux-musleabihf/sysroot /tmp/instance-26/output-1/staging make: Leaving directory '/tmp/instance-26/buildroot' make: Entering directory '/tmp/instance-26/buildroot' >>> Buildroot 2021.05-904-gf0d37e275a Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> musl-compat-headers Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-bootlin 2020.08-1 Collecting legal info >>> toolchain Collecting legal info >>> can-utils 2021.06.0 Collecting legal info LICENSES/BSD-3-Clause: OK (sha256: c3dc748f5e725cf5ed89784fe78e4ff1b05d309bf1e7ade4c572e8fde1b8406c) LICENSES/GPL-2.0-only.txt: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> 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) >>> cppunit 1.15.1 Collecting legal info COPYING: OK (sha256: badf14d0aa3eaf1a7ae5f19a47a8ef2fc71a96802c4bc3d354535693c389f4e5) >>> flatbuffers 2.0.0 Collecting legal info LICENSE.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-cmake 3.16.9 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> igmpproxy 0.3 Collecting legal info COPYING: OK (sha256: be3d05af93dbbc4650f8d641d8e1bec220af4a729e07ba71e949c25b93a1b4f6) GPL.txt: OK (sha256: c4f65d5d396ad518a37d30b83fe33897661858dc174ff64a15d0461630ce64e4) Stanford.txt: OK (sha256: 4328a21f0822caa9976356623118bcdcc9970c7a0f9a3deeba23c779b7cfb5d1) >>> janet 1.16.1 Collecting legal info LICENSE: OK (sha256: e2d2ae8360d95386af751ac7d1a3da36ea8ceb230e5f0eba7eb762547b1c58c9) >>> host-meson 0.58.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.9.6 Collecting legal info LICENSE: OK (sha256: 599826df92bfdcd2702eac691072498bb096c55af04ee984cf90f70ed77b5a70) >>> host-autoconf-archive 2019.01.06 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.1 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdnav 6.1.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdvdread 6.1.2 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libmemcached 1.0.18 Collecting legal info COPYING: OK (sha256: 4e9032d0f539276db05519ee3d09ca6167d2134ec91c556e8c80ef3efe633fd2) >>> libmpdclient 2.19 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> libsoundtouch 2.2 Collecting legal info COPYING.TXT: OK (sha256: 6b73f6327136a924821ec044bbd9f17cf8677faf2f2a2b1366a9fff6188c9688) >>> libtorrent 0.13.8 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> lirc-tools 0.10.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libxslt 1.1.34 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.9.12 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> mawk 1.3.4-20200120 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mpd-mpc 0.33 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> umtprd 1.3.10 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-bootlin-2020.08-1: cannot save license (TOOLCHAIN_EXTERNAL_BOOTLIN_LICENSE_FILES not defined) Legal info produced in /tmp/instance-26/output-1/legal-info make: Leaving directory '/tmp/instance-26/buildroot'