bzcat /home/naourr/work/instance-2/dl/patchelf/patchelf-0.9.tar.bz2 | tar --strip-components=1 -C /home/naourr/work/instance-2/output/build/host-patchelf-0.9 -xf - >>> host-patchelf 0.9 Patching Applying 0001-Remove-apparently-incorrect-usage-of-static.patch using patch: 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 >>> 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-2/output/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-2/output/build/host-patchelf-0.9/ && rm -rf config.cache; PATH="/home/naourr/work/instance-2/output/host/bin:/home/naourr/work/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" PKG_CONFIG="/home/naourr/work/instance-2/output/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-2/output/host/lib/pkgconfig:/home/naourr/work/instance-2/output/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-2/output/host/include" CFLAGS="-O2 -I/home/naourr/work/instance-2/output/host/include" CXXFLAGS="-O2 -I/home/naourr/work/instance-2/output/host/include" LDFLAGS="-L/home/naourr/work/instance-2/output/host/lib -Wl,-rpath,/home/naourr/work/instance-2/output/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/home/naourr/work/instance-2/output/host/include" LDFLAGS="-L/home/naourr/work/instance-2/output/host/lib -Wl,-rpath,/home/naourr/work/instance-2/output/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/home/naourr/work/instance-2/output/host" --sysconfdir="/home/naourr/work/instance-2/output/host/etc" --localstatedir="/home/naourr/work/instance-2/output/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-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 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 >>> host-patchelf 0.9 Building PATH="/home/naourr/work/instance-2/output/host/bin:/home/naourr/work/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" PKG_CONFIG="/home/naourr/work/instance-2/output/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-2/output/host/lib/pkgconfig:/home/naourr/work/instance-2/output/host/share/pkgconfig" /usr/bin/make -j4 -C /home/naourr/work/instance-2/output/build/host-patchelf-0.9/ Making all in 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-2/output/host/include -Wall -O2 -I/home/naourr/work/instance-2/output/host/include -c -o patchelf.o patchelf.cc /usr/bin/g++ -Wall -O2 -I/home/naourr/work/instance-2/output/host/include -L/home/naourr/work/instance-2/output/host/lib -Wl,-rpath,/home/naourr/work/instance-2/output/host/lib -o patchelf patchelf.o Making all in tests make[3]: Nothing to be done for 'all'. make[3]: Nothing to be done for 'all-am'. >>> host-patchelf 0.9 Installing to host directory PATH="/home/naourr/work/instance-2/output/host/bin:/home/naourr/work/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" PKG_CONFIG="/home/naourr/work/instance-2/output/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-2/output/host/lib/pkgconfig:/home/naourr/work/instance-2/output/host/share/pkgconfig" /usr/bin/make -j4 install -C /home/naourr/work/instance-2/output/build/host-patchelf-0.9/ Making install in src make[4]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/naourr/work/instance-2/output/host/bin' /usr/bin/install -c patchelf '/home/naourr/work/instance-2/output/host/bin' Making install in tests make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/naourr/work/instance-2/output/host/share/doc/patchelf' /usr/bin/mkdir -p '/home/naourr/work/instance-2/output/host/share/man/man1' /usr/bin/install -c -m 644 README '/home/naourr/work/instance-2/output/host/share/doc/patchelf' /usr/bin/install -c -m 644 patchelf.1 '/home/naourr/work/instance-2/output/host/share/man/man1' rabbitmq-c-v0.8.0.tar.gz: OK (sha256: d8ed9dcb49903d83d79d7b227da35ef68c60e5e0b08d0fc1fb4e4dc577b8802b) >>> rabbitmq-c v0.8.0 Extracting gzip -d -c /home/naourr/work/instance-2/dl/rabbitmq-c/rabbitmq-c-v0.8.0.tar.gz | tar --strip-components=1 -C /home/naourr/work/instance-2/output/build/rabbitmq-c-v0.8.0 -xf - >>> rabbitmq-c v0.8.0 Patching >>> rabbitmq-c v0.8.0 Configuring (mkdir -p /home/naourr/work/instance-2/output/build/rabbitmq-c-v0.8.0/ && cd /home/naourr/work/instance-2/output/build/rabbitmq-c-v0.8.0/ && rm -f CMakeCache.txt && PATH="/home/naourr/work/instance-2/output/host/bin:/home/naourr/work/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/cmake /home/naourr/work/instance-2/output/build/rabbitmq-c-v0.8.0/ -DCMAKE_TOOLCHAIN_FILE="/home/naourr/work/instance-2/output/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON -DBUILD_API_DOCS=OFF -DBUILD_TOOLS_DOCS=OFF -DBUILD_STATIC_LIBS=OFF -DENABLE_SSL_SUPPORT=OFF -DBUILD_TOOLS=OFF ) -- The C compiler identification is GNU 4.7.3 -- Check for working C compiler: /home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -- Check for working C compiler: /home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Found C inline keyword: inline -- Looking for getaddrinfo -- Looking for getaddrinfo - found -- Looking for socket -- Looking for socket - found -- Looking for htonll -- Looking for htonll - not found -- Looking for poll -- Looking for poll - found -- Looking for clock_gettime in rt -- Looking for clock_gettime in rt - found -- Looking for posix_spawnp in rt -- Looking for posix_spawnp in rt - found -- Performing Test HAVE_GNU90 -- Performing Test HAVE_GNU90 - Success -- Could NOT find POPT (missing: POPT_INCLUDE_DIR POPT_LIBRARY) (found version "") -- Could NOT find XMLTO (missing: XMLTO_EXECUTABLE) -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- Looking for pthread.h -- Looking for pthread.h - found -- Looking for pthread_create -- Looking for pthread_create - not found -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Building rabbitmq as a shared library - yes -- Building rabbitmq as a static library - no -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_TEST BUILD_TESTING -- Build files have been written to: /home/naourr/work/instance-2/output/build/rabbitmq-c-v0.8.0 >>> rabbitmq-c v0.8.0 Building PATH="/home/naourr/work/instance-2/output/host/bin:/home/naourr/work/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 -C /home/naourr/work/instance-2/output/build/rabbitmq-c-v0.8.0/ Scanning dependencies of target rabbitmq [ 27%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_framing.c.o [ 27%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_mem.c.o [ 27%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_connection.c.o [ 36%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_api.c.o [ 45%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_socket.c.o [ 54%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_table.c.o [ 63%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_url.c.o [ 72%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_tcp_socket.c.o [ 81%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_time.c.o [ 90%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_consumer.c.o [100%] Linking C shared library librabbitmq.so [100%] Built target rabbitmq >>> rabbitmq-c v0.8.0 Installing to staging directory PATH="/home/naourr/work/instance-2/output/host/bin:/home/naourr/work/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-2/output/host/powerpc-buildroot-linux-gnuspe/sysroot install/fast -C /home/naourr/work/instance-2/output/build/rabbitmq-c-v0.8.0/ Install the project... -- Install configuration: "Release" -- Installing: /home/naourr/work/instance-2/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/lib/pkgconfig/librabbitmq.pc -- Installing: /home/naourr/work/instance-2/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/lib/librabbitmq.so.4.2.0 -- Installing: /home/naourr/work/instance-2/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/lib/librabbitmq.so.4 -- Installing: /home/naourr/work/instance-2/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/lib/librabbitmq.so -- Installing: /home/naourr/work/instance-2/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/amqp.h -- Installing: /home/naourr/work/instance-2/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/amqp_framing.h -- Installing: /home/naourr/work/instance-2/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/include/amqp_tcp_socket.h >>> rabbitmq-c v0.8.0 Fixing libtool files >>> rabbitmq-c v0.8.0 Installing to target PATH="/home/naourr/work/instance-2/output/host/bin:/home/naourr/work/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-2/output/target install/fast -C /home/naourr/work/instance-2/output/build/rabbitmq-c-v0.8.0/ Install the project... -- Install configuration: "Release" -- Installing: /home/naourr/work/instance-2/output/target/usr/lib/pkgconfig/librabbitmq.pc -- Installing: /home/naourr/work/instance-2/output/target/usr/lib/librabbitmq.so.4.2.0 -- Installing: /home/naourr/work/instance-2/output/target/usr/lib/librabbitmq.so.4 -- Installing: /home/naourr/work/instance-2/output/target/usr/lib/librabbitmq.so -- Installing: /home/naourr/work/instance-2/output/target/usr/include/amqp.h -- Installing: /home/naourr/work/instance-2/output/target/usr/include/amqp_framing.h -- Installing: /home/naourr/work/instance-2/output/target/usr/include/amqp_tcp_socket.h usb-modeswitch-2.5.2.tar.bz2: OK (sha256: abffac09c87eacd78e101545967dc25af7e989745b4276756d45dbf4008a2ea6) >>> usb_modeswitch 2.5.2 Extracting bzcat /home/naourr/work/instance-2/dl/usb_modeswitch/usb-modeswitch-2.5.2.tar.bz2 | tar --strip-components=1 -C /home/naourr/work/instance-2/output/build/usb_modeswitch-2.5.2 -xf - >>> usb_modeswitch 2.5.2 Patching Applying 0001-Makefile-allow-extra-configure-flags-to-be-passed-to.patch using patch: patching file Makefile >>> usb_modeswitch 2.5.2 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/naourr/work/instance-2/output/build/usb_modeswitch-2.5.2 -name $file); do cp support/gnuconfig/$file $i; done; done >>> usb_modeswitch 2.5.2 Configuring >>> usb_modeswitch 2.5.2 Building PATH="/home/naourr/work/instance-2/output/host/bin:/home/naourr/work/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 PATH="/home/naourr/work/instance-2/output/host/bin:/home/naourr/work/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" AR="/home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-ar" AS="/home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-as" LD="/home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-ld" NM="/home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-nm" CC="/home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc" GCC="/home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc" CPP="/home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp" CXX="/home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-g++" FC="/home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gfortran" F77="/home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gfortran" RANLIB="/home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-ranlib" READELF="/home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-readelf" STRIP="/home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-strip" OBJCOPY="/home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-objcopy" OBJDUMP="/home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-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-2/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-2/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-2/output/host/include" LDFLAGS_FOR_BUILD="-L/home/naourr/work/instance-2/output/host/lib -Wl,-rpath,/home/naourr/work/instance-2/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-as" DEFAULT_LINKER="/home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-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 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os " LDFLAGS="" FCFLAGS="-mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os " FFLAGS="-mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os " PKG_CONFIG="/home/naourr/work/instance-2/output/host/bin/pkg-config" STAGING_DIR="/home/naourr/work/instance-2/output/host/powerpc-buildroot-linux-gnuspe/sysroot" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_GNU_SOURCE -Wall -I." JIM_CONFIGURE_OPTS="--host=powerpc-buildroot-linux-gnuspe --build=x86_64-pc-linux-gnu" -C /home/naourr/work/instance-2/output/build/usb_modeswitch-2.5.2 static /home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o usb_modeswitch usb_modeswitch.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_GNU_SOURCE -Wall -I. `pkg-config --libs --cflags libusb-1.0` cd jim && CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_GNU_SOURCE -Wall -I." CC="/home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc" ./configure --host=powerpc-buildroot-linux-gnuspe --build=x86_64-pc-linux-gnu --disable-lineedit --with-out-jim-ext="stdlib posix load signal syslog" --prefix=/usr /usr/bin/jimsh make_string.tcl usb_modeswitch.tcl > usb_modeswitch.string Host System...powerpc-buildroot-linux-gnuspe Build System...x86_64-pc-linux-gnu C compiler... /home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_GNU_SOURCE -Wall -I. C++ compiler... /home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os Build C compiler.../usr/bin/gcc Checking for stdlib.h...ok Checking for long long...ok Checking for sys/socket.h...ok Checking for netinet/in.h...ok Checking for arpa/inet.h...ok Checking for netdb.h...ok Checking for sys/un.h...ok Checking for dlfcn.h...ok Checking for unistd.h...ok Checking for crt_externs.h...not found Checking libs for inet_ntop...none needed Checking libs for socket...none needed Checking for ualarm...ok Checking for lstat...ok usb_modeswitch.c: In function 'checkSuccess': usb_modeswitch.c:1607:7: warning: 'i' may be used uninitialized in this function [-Wmaybe-uninitialized] Checking for fork...ok Checking for vfork...ok Checking for system...ok Checking for select...ok Checking for backtrace...ok Checking for geteuid...ok Checking for mkstemp...ok Checking for realpath...ok Checking for strptime...ok Checking for gettimeofday...ok Checking for regcomp...ok Checking for waitpid...ok Checking for sigaction...ok Checking for sys_signame...not found Checking for sys_siglist...ok Checking for syslog...ok Checking for opendir...ok Checking for readlink...ok Checking for sleep...ok Checking for usleep...ok Checking for pipe...ok Checking for getaddrinfo...ok Checking for utimes...ok Checking for sysinfo...ok Checking for struct sysinfo.uptime...ok Checking for _NSGetEnviron...not found Checking environ declared in unistd.h...yes Checking for sys/types.h...ok Checking for sys/stat.h...ok Checking for mkdir with one arg...no Enabling references Building static library Extension aio...enabled (default) Extension array...enabled (default) Extension binary...not enabled Extension clock...enabled (default) Extension eventloop...enabled (default) Extension exec...enabled (default) Extension file...enabled (default) Extension glob...enabled (default) Extension load...disabled Extension mk...not enabled Extension nvp...not enabled Extension oo...not enabled Extension pack...not enabled Extension package...enabled (default) Extension posix...disabled Extension readdir...enabled Extension readline...not enabled Extension regexp...enabled (default) Extension rlprompt...not enabled Extension sdl...not enabled Extension signal...disabled Extension sqlite...not enabled Extension sqlite3...not enabled Extension stdlib...disabled Extension syslog...disabled Extension tclcompat...enabled (default) Extension tree...not enabled Extension win32...not enabled Jim static extensions: aio array clock eventloop exec file glob package readdir regexp tclcompat Created jim-config.h Created jimautoconf.h Created Makefile from Makefile.in /usr/bin/make -C jim lib /usr/bin/jimsh ./make-load-static-exts.tcl aio array clock eventloop exec file package readdir regexp glob tclcompat >_load-static-exts.c || ( rm _load-static-exts.c; exit 1) /home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_GNU_SOURCE -Wall -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o jim-subcmd.o jim-subcmd.c /home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_GNU_SOURCE -Wall -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o jim-interactive.o jim-interactive.c /home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_GNU_SOURCE -Wall -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o jim-format.o jim-format.c /home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_GNU_SOURCE -Wall -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o jim.o jim.c /home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_GNU_SOURCE -Wall -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o utf8.o utf8.c /home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_GNU_SOURCE -Wall -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o jimregexp.o jimregexp.c /home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_GNU_SOURCE -Wall -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o jim-aio.o jim-aio.c /home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_GNU_SOURCE -Wall -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o jim-array.o jim-array.c /home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_GNU_SOURCE -Wall -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o jim-clock.o jim-clock.c /home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_GNU_SOURCE -Wall -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o jim-eventloop.o jim-eventloop.c /home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_GNU_SOURCE -Wall -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o jim-exec.o jim-exec.c /home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_GNU_SOURCE -Wall -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o jim-file.o jim-file.c /home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_GNU_SOURCE -Wall -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o jim-package.o jim-package.c /home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_GNU_SOURCE -Wall -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o jim-readdir.o jim-readdir.c /home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_GNU_SOURCE -Wall -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o jim-regexp.o jim-regexp.c /usr/bin/jimsh ./make-c-ext.tcl glob.tcl >_glob.c || ( rm _glob.c; exit 1) /home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_GNU_SOURCE -Wall -I. -c -o glob.o _glob.c || ( rm _glob.c; exit 1) /usr/bin/jimsh ./make-c-ext.tcl tclcompat.tcl >_tclcompat.c || ( rm _tclcompat.c; exit 1) /home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_GNU_SOURCE -Wall -I. -c -o tclcompat.o _tclcompat.c || ( rm _tclcompat.c; exit 1) /home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_GNU_SOURCE -Wall -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o _load-static-exts.o _load-static-exts.c /home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-ar cr libjim.a _load-static-exts.o jim-subcmd.o jim-interactive.o jim-format.o jim.o utf8.o jimregexp.o jim-aio.o jim-array.o jim-clock.o jim-eventloop.o jim-exec.o jim-file.o jim-package.o jim-readdir.o jim-regexp.o glob.o tclcompat.o /home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-ranlib libjim.a /home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc dispatcher.c jim/libjim.a -Ijim -o usb_modeswitch_dispatcher -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_GNU_SOURCE -Wall -I. >>> usb_modeswitch 2.5.2 Installing to target PATH="/home/naourr/work/instance-2/output/host/bin:/home/naourr/work/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 PATH="/home/naourr/work/instance-2/output/host/bin:/home/naourr/work/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" AR="/home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-ar" AS="/home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-as" LD="/home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-ld" NM="/home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-nm" CC="/home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc" GCC="/home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc" CPP="/home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp" CXX="/home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-g++" FC="/home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gfortran" F77="/home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gfortran" RANLIB="/home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-ranlib" READELF="/home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-readelf" STRIP="/home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-strip" OBJCOPY="/home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-objcopy" OBJDUMP="/home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-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-2/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-2/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-2/output/host/include" LDFLAGS_FOR_BUILD="-L/home/naourr/work/instance-2/output/host/lib -Wl,-rpath,/home/naourr/work/instance-2/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-as" DEFAULT_LINKER="/home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-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 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os " LDFLAGS="" FCFLAGS="-mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os " FFLAGS="-mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os " PKG_CONFIG="/home/naourr/work/instance-2/output/host/bin/pkg-config" STAGING_DIR="/home/naourr/work/instance-2/output/host/powerpc-buildroot-linux-gnuspe/sysroot" INTLTOOL_PERL=/usr/bin/perl DESTDIR=/home/naourr/work/instance-2/output/target -C /home/naourr/work/instance-2/output/build/usb_modeswitch-2.5.2 install-static /home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc dispatcher.c jim/libjim.a -Ijim -o usb_modeswitch_dispatcher -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os install -D --mode=755 usb_modeswitch /home/naourr/work/instance-2/output/target/usr/sbin/usb_modeswitch install -D --mode=755 usb_modeswitch.sh /home/naourr/work/instance-2/output/target/lib/udev/usb_modeswitch install -D --mode=644 usb_modeswitch.conf /home/naourr/work/instance-2/output/target/etc/usb_modeswitch.conf install -D --mode=644 usb_modeswitch.1 /home/naourr/work/instance-2/output/target/usr/share/man/man1/usb_modeswitch.1 install -D --mode=644 usb_modeswitch_dispatcher.1 /home/naourr/work/instance-2/output/target/usr/share/man/man1/usb_modeswitch_dispatcher.1 install -D --mode=755 usb_modeswitch_dispatcher /home/naourr/work/instance-2/output/target/usr/sbin/usb_modeswitch_dispatcher install -d /home/naourr/work/instance-2/output/target/var/lib/usb_modeswitch test -d /home/naourr/work/instance-2/output/target/etc/init -a -e /sbin/initctl && install --mode=644 usb-modeswitch-upstart.conf /home/naourr/work/instance-2/output/target/etc/init || test 1 test -d /home/naourr/work/instance-2/output/target/etc/systemd/system -a \( -e /usr/bin/systemctl -o -e /bin/systemctl \) && install --mode=644 usb_modeswitch@.service /home/naourr/work/instance-2/output/target/etc/systemd/system || test 1 usb-modeswitch-data-20170806.tar.bz2: OK (sha256: ce413ef2a50e648e9c81bc3ea6110e7324a8bf981034fc9ec4467d3562563c2c) >>> usb_modeswitch_data 20170806 Extracting bzcat /home/naourr/work/instance-2/dl/usb_modeswitch_data/usb-modeswitch-data-20170806.tar.bz2 | tar --strip-components=1 -C /home/naourr/work/instance-2/output/build/usb_modeswitch_data-20170806 -xf - >>> usb_modeswitch_data 20170806 Patching >>> usb_modeswitch_data 20170806 Configuring >>> usb_modeswitch_data 20170806 Building >>> usb_modeswitch_data 20170806 Installing to target PATH="/home/naourr/work/instance-2/output/host/bin:/home/naourr/work/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 -C /home/naourr/work/instance-2/output/build/usb_modeswitch_data-20170806 DESTDIR=/home/naourr/work/instance-2/output/target install install -d /home/naourr/work/instance-2/output/target/usr/share/usb_modeswitch install -d /home/naourr/work/instance-2/output/target/etc/usb_modeswitch.d install -D --mode=644 40-usb_modeswitch.rules /home/naourr/work/instance-2/output/target/lib/udev/rules.d/40-usb_modeswitch.rules install --mode=644 -t /home/naourr/work/instance-2/output/target/usr/share/usb_modeswitch ./usb_modeswitch.d/* >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/naourr/work/instance-2/output/build/packages-file-list.txt Warning: target file "./usr/share/info/dir" is touched by more than one package: [u'coreutils', u'libffi', u'mjpegtools'] ./support/scripts/check-uniq-files -t staging /home/naourr/work/instance-2/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'libglob', u'libreplaygain', u'libzip', u'libsigrok', u'musepack', u'rabbitmq-c'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'libglob', u'libreplaygain', u'libzip', u'libsigrok', u'musepack', u'rabbitmq-c'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'libglob', u'libreplaygain', u'libzip', u'libsigrok', u'musepack', u'rabbitmq-c'] Warning: staging file "./usr/lib/libpng.la" is touched by more than one package: [u'libpng', u'gd', u'libusb', u'libpcap', u'ncurses', u'libcuefile', u'libffi', u'pcre', u'util-linux', u'libglib2', u'libglob', u'libreplaygain', u'libzip', u'libsigrok', u'musepack', u'rabbitmq-c'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'libglob', u'libreplaygain', u'libzip', u'libsigrok', u'musepack', u'rabbitmq-c'] Warning: staging file "./usr/lib/libjpeg.la" is touched by more than one package: [u'libjpeg', u'libzlib', u'libpng', u'gd', u'libusb', u'libpcap', u'ncurses', u'libcuefile', u'libffi', u'pcre', u'util-linux', u'libglib2', u'libglob', u'libreplaygain', u'libzip', u'libsigrok', u'musepack', u'rabbitmq-c'] Warning: staging file "./usr/lib/libpng16.la" is touched by more than one package: [u'libpng', u'gd', u'libusb', u'libpcap', u'ncurses', u'libcuefile', u'libffi', u'pcre', u'util-linux', u'libglib2', u'libglob', u'libreplaygain', u'libzip', u'libsigrok', u'musepack', u'rabbitmq-c'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'libglob', u'libreplaygain', u'libzip', u'libsigrok', u'musepack', u'rabbitmq-c'] Warning: staging file "./usr/lib/libgd.la" is touched by more than one package: [u'gd', u'libusb', u'libpcap', u'ncurses', u'libcuefile', u'libffi', u'pcre', u'util-linux', u'libglib2', u'libglob', u'libreplaygain', u'libzip', u'libsigrok', u'musepack', u'rabbitmq-c'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'util-linux', u'libglib2', u'libglob', u'libreplaygain', u'libzip', u'libsigrok', u'musepack', u'rabbitmq-c'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'libglib2', u'libglob', u'libreplaygain', u'libzip', u'libsigrok', u'musepack', u'rabbitmq-c'] Warning: staging file "./usr/lib/libreplaygain.la" is touched by more than one package: [u'libreplaygain', u'libzip', u'libsigrok', u'musepack', u'rabbitmq-c'] Warning: staging file "./usr/lib/libusb-1.0.la" is touched by more than one package: [u'libusb', u'libpcap', u'ncurses', u'libcuefile', u'libffi', u'pcre', u'util-linux', u'libglib2', u'libglob', u'libreplaygain', u'libzip', u'libsigrok', u'musepack', u'rabbitmq-c'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'util-linux', u'libglib2', u'libglob', u'libreplaygain', u'libzip', u'libsigrok', u'musepack', u'rabbitmq-c'] Warning: staging file "./usr/lib/libsigrok.la" is touched by more than one package: [u'libsigrok', u'musepack', u'rabbitmq-c'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'libglob', u'libreplaygain', u'libzip', u'libsigrok', u'musepack', u'rabbitmq-c'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'libglob', u'libreplaygain', u'libzip', u'libsigrok', u'musepack', u'rabbitmq-c'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'util-linux', u'libglib2', u'libglob', u'libreplaygain', u'libzip', u'libsigrok', u'musepack', u'rabbitmq-c'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'util-linux', u'libglib2', u'libglob', u'libreplaygain', u'libzip', u'libsigrok', u'musepack', u'rabbitmq-c'] ./support/scripts/check-uniq-files -t host /home/naourr/work/instance-2/output/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: [u'host-lzip', u'host-m4', u'host-libtool', u'host-autoconf', u'host-automake', u'host-bison', u'host-gettext', u'host-libffi'] rm -f /home/naourr/work/instance-2/output/target/usr/share/glib-2.0/schemas/*.xml /home/naourr/work/instance-2/output/target/usr/share/glib-2.0/schemas/*.dtd /home/naourr/work/instance-2/output/host/bin/glib-compile-schemas /home/naourr/work/instance-2/output/host/powerpc-buildroot-linux-gnuspe/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/naourr/work/instance-2/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/naourr/work/instance-2/output/target/etc echo "buildroot" > /home/naourr/work/instance-2/output/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/naourr/work/instance-2/output/target/etc/hosts mkdir -p /home/naourr/work/instance-2/output/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-2/output/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-2/output/target/etc/shadow rm -f /home/naourr/work/instance-2/output/target/bin/sh rm -f /home/naourr/work/instance-2/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/work/instance-2/output/build/locales.nopurge; done for dir in /home/naourr/work/instance-2/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/work/instance-2/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-2/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-2/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-2/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-2/output/target/usr/include /home/naourr/work/instance-2/output/target/usr/share/aclocal \ /home/naourr/work/instance-2/output/target/usr/lib/pkgconfig /home/naourr/work/instance-2/output/target/usr/share/pkgconfig \ /home/naourr/work/instance-2/output/target/usr/lib/cmake /home/naourr/work/instance-2/output/target/usr/share/cmake find /home/naourr/work/instance-2/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-2/output/target/lib/ /home/naourr/work/instance-2/output/target/usr/lib/ /home/naourr/work/instance-2/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/naourr/work/instance-2/output/target/usr/share/gdb rm -rf /home/naourr/work/instance-2/output/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-2/output/target/usr/share/zsh rm -rf /home/naourr/work/instance-2/output/target/usr/man /home/naourr/work/instance-2/output/target/usr/share/man rm -rf /home/naourr/work/instance-2/output/target/usr/info /home/naourr/work/instance-2/output/target/usr/share/info rm -rf /home/naourr/work/instance-2/output/target/usr/doc /home/naourr/work/instance-2/output/target/usr/share/doc rm -rf /home/naourr/work/instance-2/output/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-2/output/target/usr/share 2>/dev/null || true find /home/naourr/work/instance-2/output/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-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-2/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/naourr/work/instance-2/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/naourr/work/instance-2/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/naourr/work/instance-2/output/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-2/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/naourr/work/instance-2/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.05-git-00919-gd5d305d40c"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.05-git\"" \ ) > /home/naourr/work/instance-2/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-2/output/target/etc >>> Sanitizing RPATH in target tree /home/naourr/work/instance-2/buildroot/support/scripts/fix-rpath target make: Leaving directory '/home/naourr/work/instance-2/buildroot' make: Entering directory '/home/naourr/work/instance-2/buildroot' >>> Buildroot 2018.05-git-00919-gd5d305d40c Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> bandwidthd v2.0.1-auto-r11 Collecting legal info >>> gd 2.2.5 Collecting legal info COPYING: OK (sha256: d02dae2141d49b8a6b09b2b73e68a8f17d7bbeaaf02b3b841ee11fea2d9e328d) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> jpeg Collecting legal info >>> libjpeg 9b Collecting legal info ERROR: No hash found for README >>> libpng 1.6.34 Collecting legal info LICENSE: OK (sha256: a247c24f82bacf0403fe2f3d5550493a91cdb575fe7036b764bda8cacf3efd9c) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> 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) >>> libpcap 1.8.1 Collecting legal info ERROR: No hash found for LICENSE >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libusb 1.0.21 Collecting legal info ERROR: No hash found for COPYING >>> comix-cursors 0.8.2 Collecting legal info >>> coreutils 8.27 Collecting legal info ERROR: No hash found for COPYING >>> ftop 1.0 Collecting legal info ERROR: No hash found for COPYING >>> ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> libcuefile r475 Collecting legal info ERROR: No hash found for COPYING >>> libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> host-util-linux 2.32 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) >>> pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> util-linux 2.32 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) >>> libglob 1.0 Collecting legal info ERROR: No hash found for LICENSE >>> 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.4.0 Collecting legal info LICENSE: OK (sha256: 3c964a7eb1abeb6bd6f40035ed3a014728ff8c5437f107dcf24fbbfab16e227e) >>> mjpegtools 2.1.0 Collecting legal info ERROR: No hash found for COPYING >>> 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) >>> rabbitmq-c v0.8.0 Collecting legal info ERROR: No hash found for LICENSE-MIT >>> usb_modeswitch 2.5.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> usb_modeswitch_data 20170806 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: bandwidthd-v2.0.1-auto-r11: cannot save license (BANDWIDTHD_LICENSE_FILES not defined) WARNING: comix-cursors-0.8.2: cannot save license (COMIX_CURSORS_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-2/output/legal-info make: Leaving directory '/home/naourr/work/instance-2/buildroot'