>>> usbredir 0.12.0 Installing to target PATH="/home/peko/autobuild/instance-0/output-1/host/bin:/home/peko/autobuild/instance-0/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" DESTDIR=/home/peko/autobuild/instance-0/output-1/target PYTHONNOUSERSITE=y /home/peko/autobuild/instance-0/output-1/host/bin/ninja -j4 -C /home/peko/autobuild/instance-0/output-1/build/usbredir-0.12.0//build install ninja: Entering directory `/home/peko/autobuild/instance-0/output-1/build/usbredir-0.12.0//build' [0/1] Installing files. Installing usbredirparser/libusbredirparser.so.1.2.0 to /home/peko/autobuild/instance-0/output-1/target/usr/lib Installing symlink pointing to libusbredirparser.so.1.2.0 to /home/peko/autobuild/instance-0/output-1/target/usr/lib/libusbredirparser.so.1 Installing symlink pointing to libusbredirparser.so.1 to /home/peko/autobuild/instance-0/output-1/target/usr/lib/libusbredirparser.so Installing usbredirhost/libusbredirhost.so.1.0.3 to /home/peko/autobuild/instance-0/output-1/target/usr/lib Installing symlink pointing to libusbredirhost.so.1.0.3 to /home/peko/autobuild/instance-0/output-1/target/usr/lib/libusbredirhost.so.1 Installing symlink pointing to libusbredirhost.so.1 to /home/peko/autobuild/instance-0/output-1/target/usr/lib/libusbredirhost.so Installing usbredirserver/usbredirserver to /home/peko/autobuild/instance-0/output-1/target/usr/sbin Installing /home/peko/autobuild/instance-0/output-1/build/usbredir-0.12.0/usbredirparser/usbredirfilter.h to /home/peko/autobuild/instance-0/output-1/target/usr/include Installing /home/peko/autobuild/instance-0/output-1/build/usbredir-0.12.0/usbredirparser/usbredirparser.h to /home/peko/autobuild/instance-0/output-1/target/usr/include Installing /home/peko/autobuild/instance-0/output-1/build/usbredir-0.12.0/usbredirparser/usbredirproto.h to /home/peko/autobuild/instance-0/output-1/target/usr/include Installing /home/peko/autobuild/instance-0/output-1/build/usbredir-0.12.0/usbredirhost/usbredirhost.h to /home/peko/autobuild/instance-0/output-1/target/usr/include Installing /home/peko/autobuild/instance-0/output-1/build/usbredir-0.12.0/usbredirserver/usbredirserver.1 to /home/peko/autobuild/instance-0/output-1/target/usr/share/man/man1 Installing /home/peko/autobuild/instance-0/output-1/build/usbredir-0.12.0/build/meson-private/libusbredirparser-0.5.pc to /home/peko/autobuild/instance-0/output-1/target/usr/lib/pkgconfig Installing /home/peko/autobuild/instance-0/output-1/build/usbredir-0.12.0/build/meson-private/libusbredirhost.pc to /home/peko/autobuild/instance-0/output-1/target/usr/lib/pkgconfig rm -f /home/peko/autobuild/instance-0/output-1/target/usr/sbin/usbredirserver zlog-1.2.15.tar.gz: OK (sha256: 00037ab8d52772a95d645f1dcfd2c292b7cea326b54e63e219a5b7fdcb7e6508) >>> zlog 1.2.15 Extracting gzip -d -c /home/peko/autobuild/instance-0/dl/zlog/zlog-1.2.15.tar.gz | tar --strip-components=1 -C /home/peko/autobuild/instance-0/output-1/build/zlog-1.2.15 -xf - >>> zlog 1.2.15 Patching >>> zlog 1.2.15 Configuring >>> zlog 1.2.15 Building PATH="/home/peko/autobuild/instance-0/output-1/host/bin:/home/peko/autobuild/instance-0/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j1 CC="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " -C /home/peko/autobuild/instance-0/output-1/build/zlog-1.2.15 all make[1]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/zlog-1.2.15' cd src && /usr/bin/make all make[2]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/zlog-1.2.15/src' /home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb buf.c /home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb category.c /home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb category_table.c /home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb conf.c conf.c: In function 'zlog_conf_new': conf.c:136:51: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 136 | if (nwrite < 0 || nwrite >= sizeof(a_conf->file) && cfg_source == FILE_CFG) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb event.c /home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb format.c /home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb level.c /home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb level_list.c /home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb mdc.c /home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb record.c /home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb record_table.c /home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb rotater.c /home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb rule.c /home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb spec.c /home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb thread.c /home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zc_arraylist.c /home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zc_hashtable.c /home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zc_profile.c /home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zc_util.c /home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zlog.c /home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -shared -Wl,-soname,libzlog.so.1.2 -o libzlog.so buf.o category.o category_table.o conf.o event.o format.o level.o level_list.o mdc.o record.o record_table.o rotater.o rule.o spec.o thread.o zc_arraylist.o zc_hashtable.o zc_profile.o zc_util.o zlog.o -pthread # for use in test folder - linux and requirement for aix runtime # resolving cp -f libzlog.so libzlog.so.1 cp -f libzlog.so libzlog.so.1.2 /home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zlog-chk-conf.c ar rcs libzlog.a buf.o category.o category_table.o conf.o event.o format.o level.o level_list.o mdc.o record.o record_table.o rotater.o rule.o spec.o thread.o zc_arraylist.o zc_hashtable.o zc_profile.o zc_util.o zlog.o /home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o zlog-chk-conf zlog-chk-conf.o -L. -lzlog -pthread make[2]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/zlog-1.2.15/src' make[1]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/zlog-1.2.15' >>> zlog 1.2.15 Installing to staging directory PATH="/home/peko/autobuild/instance-0/output-1/host/bin:/home/peko/autobuild/instance-0/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 PREFIX=/home/peko/autobuild/instance-0/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr -C /home/peko/autobuild/instance-0/output-1/build/zlog-1.2.15 install make[1]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/zlog-1.2.15' cd src && /usr/bin/make install make[2]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/zlog-1.2.15/src' mkdir -p /home/peko/autobuild/instance-0/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include /home/peko/autobuild/instance-0/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/lib /home/peko/autobuild/instance-0/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/bin cp -a zlog.h /home/peko/autobuild/instance-0/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include cp -a zlog-chk-conf /home/peko/autobuild/instance-0/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/bin cp -a libzlog.so /home/peko/autobuild/instance-0/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/lib/libzlog.so.1.2 cd /home/peko/autobuild/instance-0/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/lib && ln -sf libzlog.so.1.2 libzlog.so.1 cd /home/peko/autobuild/instance-0/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/lib && ln -sf libzlog.so.1 libzlog.so cp -a libzlog.a /home/peko/autobuild/instance-0/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/lib make[2]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/zlog-1.2.15/src' make[1]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/zlog-1.2.15' >>> zlog 1.2.15 Fixing libtool files for la in $(find /home/peko/autobuild/instance-0/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/peko/autobuild/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/home/peko/autobuild/instance-0/output-1/host/i686-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ -e "s:/home/peko/autobuild/instance-0/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/home/peko/autobuild/instance-0/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/home/peko/autobuild/instance-0/output-1/host/i686-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/home/peko/autobuild/instance-0/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> zlog 1.2.15 Installing to target PATH="/home/peko/autobuild/instance-0/output-1/host/bin:/home/peko/autobuild/instance-0/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 PREFIX=/home/peko/autobuild/instance-0/output-1/target/usr -C /home/peko/autobuild/instance-0/output-1/build/zlog-1.2.15 install make[1]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/zlog-1.2.15' cd src && /usr/bin/make install make[2]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/zlog-1.2.15/src' mkdir -p /home/peko/autobuild/instance-0/output-1/target/usr/include /home/peko/autobuild/instance-0/output-1/target/usr/lib /home/peko/autobuild/instance-0/output-1/target/usr/bin cp -a zlog.h /home/peko/autobuild/instance-0/output-1/target/usr/include cp -a zlog-chk-conf /home/peko/autobuild/instance-0/output-1/target/usr/bin cp -a libzlog.so /home/peko/autobuild/instance-0/output-1/target/usr/lib/libzlog.so.1.2 cd /home/peko/autobuild/instance-0/output-1/target/usr/lib && ln -sf libzlog.so.1.2 libzlog.so.1 cd /home/peko/autobuild/instance-0/output-1/target/usr/lib && ln -sf libzlog.so.1 libzlog.so cp -a libzlog.a /home/peko/autobuild/instance-0/output-1/target/usr/lib make[2]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/zlog-1.2.15/src' make[1]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/zlog-1.2.15' zmqpp-4.2.0.tar.gz: OK (sha256: c1d4587df3562f73849d9e5f8c932ca7dcfc7d8bec31f62d7f35073ef81f4d29) >>> zmqpp 4.2.0 Extracting gzip -d -c /home/peko/autobuild/instance-0/dl/zmqpp/zmqpp-4.2.0.tar.gz | tar --strip-components=1 -C /home/peko/autobuild/instance-0/output-1/build/zmqpp-4.2.0 -xf - >>> zmqpp 4.2.0 Patching Applying 0001-Allow-building-shared-or-static-library-only.patch using patch: patching file Makefile >>> zmqpp 4.2.0 Configuring >>> zmqpp 4.2.0 Building PATH="/home/peko/autobuild/instance-0/output-1/host/bin:/home/peko/autobuild/instance-0/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 PATH="/home/peko/autobuild/instance-0/output-1/host/bin:/home/peko/autobuild/instance-0/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" AR="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gcc-ar" AS="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-as" LD="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-ld" NM="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gcc-nm" CC="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gcc" GCC="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gcc" CPP="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-cpp" CXX="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-g++" FC="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gfortran" F77="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gfortran" RANLIB="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gcc-ranlib" READELF="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-readelf" STRIP="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-strip" OBJCOPY="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-objcopy" OBJDUMP="/home/peko/autobuild/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/peko/autobuild/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/peko/autobuild/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/peko/autobuild/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/peko/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-as" DEFAULT_LINKER="/home/peko/autobuild/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 -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="/home/peko/autobuild/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/peko/autobuild/instance-0/output-1/host/i686-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CONFIG=release LDFLAGS=" -lpthread -latomic" LD="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-g++" BUILD_PATH=./build PREFIX=/usr BUILD_STATIC=no BUILD_SHARED=yes library -C /home/peko/autobuild/instance-0/output-1/build/zmqpp-4.2.0 make[1]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/zmqpp-4.2.0' mkdir -p build/obj/zmqpp/ mkdir -p build/obj/zmqpp/ /home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2022-02-05 12:55"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/zap_request.o src/zmqpp/zap_request.cpp /home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2022-02-05 12:55"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/context.o src/zmqpp/context.cpp mkdir -p build/obj/zmqpp/ /home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2022-02-05 12:55"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/message.o src/zmqpp/message.cpp mkdir -p build/obj/zmqpp/ /home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2022-02-05 12:55"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/proxy.o src/zmqpp/proxy.cpp mkdir -p build/obj/zmqpp/ /home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2022-02-05 12:55"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/socket.o src/zmqpp/socket.cpp mkdir -p build/obj/zmqpp/ /home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2022-02-05 12:55"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/actor.o src/zmqpp/actor.cpp src/zmqpp/socket.cpp: In member function 'bool zmqpp::socket::send(const string&, bool)': src/zmqpp/socket.cpp:122:68: warning: 'bool zmqpp::socket::send(const string&, int)' is deprecated [-Wdeprecated-declarations] 122 | return send(str, (dont_block) ? socket::dont_wait : socket::normal); | ^ In file included from src/zmqpp/socket.cpp:24: src/zmqpp/socket.hpp:292:7: note: declared here 292 | bool send(std::string const& string, int const flags); | ^~~~ src/zmqpp/socket.cpp: In member function 'bool zmqpp::socket::receive(std::string&, bool)': src/zmqpp/socket.cpp:128:71: warning: 'bool zmqpp::socket::receive(std::string&, int)' is deprecated [-Wdeprecated-declarations] 128 | return receive(str, (dont_block) ? socket::dont_wait : socket::normal); | ^ In file included from src/zmqpp/socket.cpp:24: src/zmqpp/socket.hpp:307:7: note: declared here 307 | bool receive(std::string& string, int const flags); | ^~~~~~~ mkdir -p build/obj/zmqpp/ /home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2022-02-05 12:55"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/curve.o src/zmqpp/curve.cpp mkdir -p build/obj/zmqpp/ /home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2022-02-05 12:55"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/proxy_steerable.o src/zmqpp/proxy_steerable.cpp In file included from src/zmqpp/curve.cpp:17: /home/peko/autobuild/instance-0/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/zmq_utils.h:46:84: note: #pragma message: Warning: zmq_utils.h is deprecated. All its functionality is provided by zmq.h. 46 | "Warning: zmq_utils.h is deprecated. All its functionality is provided by zmq.h.") | ^ mkdir -p build/obj/zmqpp/ /home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2022-02-05 12:55"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/reactor.o src/zmqpp/reactor.cpp mkdir -p build/obj/zmqpp/ /home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2022-02-05 12:55"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/z85.o src/zmqpp/z85.cpp mkdir -p build/obj/zmqpp/ /home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2022-02-05 12:55"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/signal.o src/zmqpp/signal.cpp mkdir -p build/obj/zmqpp/ /home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2022-02-05 12:55"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/auth.o src/zmqpp/auth.cpp mkdir -p build/obj/zmqpp/ /home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2022-02-05 12:55"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/frame.o src/zmqpp/frame.cpp mkdir -p build/obj/zmqpp/ /home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2022-02-05 12:55"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/poller.o src/zmqpp/poller.cpp mkdir -p build/obj/zmqpp/ /home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2022-02-05 12:55"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/loop.o src/zmqpp/loop.cpp mkdir -p build/obj/zmqpp/ /home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2022-02-05 12:55"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/zmqpp.o src/zmqpp/zmqpp.cpp /home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-g++ -lpthread -latomic -shared -rdynamic -Wl,-soname -Wl,libzmqpp.so.4 -o ./build/libzmqpp.so.4 build/obj/zmqpp/zap_request.o build/obj/zmqpp/context.o build/obj/zmqpp/message.o build/obj/zmqpp/proxy.o build/obj/zmqpp/socket.o build/obj/zmqpp/actor.o build/obj/zmqpp/curve.o build/obj/zmqpp/proxy_steerable.o build/obj/zmqpp/reactor.o build/obj/zmqpp/z85.o build/obj/zmqpp/signal.o build/obj/zmqpp/auth.o build/obj/zmqpp/frame.o build/obj/zmqpp/poller.o build/obj/zmqpp/loop.o build/obj/zmqpp/zmqpp.o -lzmq make[1]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/zmqpp-4.2.0' >>> zmqpp 4.2.0 Installing to staging directory /usr/bin/install -m 0755 -d /home/peko/autobuild/instance-0/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/zmqpp PATH="/home/peko/autobuild/instance-0/output-1/host/bin:/home/peko/autobuild/instance-0/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 PATH="/home/peko/autobuild/instance-0/output-1/host/bin:/home/peko/autobuild/instance-0/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" AR="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gcc-ar" AS="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-as" LD="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-ld" NM="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gcc-nm" CC="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gcc" GCC="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gcc" CPP="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-cpp" CXX="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-g++" FC="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gfortran" F77="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gfortran" RANLIB="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gcc-ranlib" READELF="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-readelf" STRIP="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-strip" OBJCOPY="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-objcopy" OBJDUMP="/home/peko/autobuild/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/peko/autobuild/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/peko/autobuild/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/peko/autobuild/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/peko/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-as" DEFAULT_LINKER="/home/peko/autobuild/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 -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="/home/peko/autobuild/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/peko/autobuild/instance-0/output-1/host/i686-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl LD="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-g++" BUILD_PATH=./build PREFIX=/usr BUILD_STATIC=no BUILD_SHARED=yes DESTDIR=/home/peko/autobuild/instance-0/output-1/host/i686-buildroot-linux-uclibc/sysroot install -C /home/peko/autobuild/instance-0/output-1/build/zmqpp-4.2.0 make[1]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/zmqpp-4.2.0' sed 's/^Version.*/Version: 4.2.0/g' ./src/libzmqpp.pc > ./build/libzmqpp.pc mkdir -p /home/peko/autobuild/instance-0/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/zmqpp mkdir -p /home/peko/autobuild/instance-0/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/lib mkdir -p /home/peko/autobuild/instance-0/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig install -m 644 ./src/zmqpp/zmqpp.hpp ./src/zmqpp/actor.hpp ./src/zmqpp/poller.hpp ./src/zmqpp/signal.hpp ./src/zmqpp/auth.hpp ./src/zmqpp/frame.hpp ./src/zmqpp/inet.hpp ./src/zmqpp/reactor.hpp ./src/zmqpp/context_options.hpp ./src/zmqpp/zap_request.hpp ./src/zmqpp/socket.hpp ./src/zmqpp/socket_types.hpp ./src/zmqpp/z85.hpp ./src/zmqpp/proxy_steerable.hpp ./src/zmqpp/curve.hpp ./src/zmqpp/message.hpp ./src/zmqpp/socket_mechanisms.hpp ./src/zmqpp/loop.hpp ./src/zmqpp/socket_options.hpp ./src/zmqpp/exception.hpp ./src/zmqpp/context.hpp ./src/zmqpp/compatibility.hpp ./src/zmqpp/proxy.hpp ./src/zmqpp/byte_ordering.hpp /home/peko/autobuild/instance-0/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/zmqpp install -m 755 ./build/libzmqpp.pc /home/peko/autobuild/instance-0/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig/libzmqpp.pc install -m 755 ./build/libzmqpp.so.4 /home/peko/autobuild/instance-0/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/lib/libzmqpp.so.4.2.0 ln -sf libzmqpp.so.4.2.0 /home/peko/autobuild/instance-0/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/lib/libzmqpp.so.4 ln -sf libzmqpp.so.4.2.0 /home/peko/autobuild/instance-0/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/lib/libzmqpp.so if [ -f ./build/zmqpp ]; then install -m 755 ./build/zmqpp /home/peko/autobuild/instance-0/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/bin; fi use make installcheck to test the install make[1]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/zmqpp-4.2.0' >>> zmqpp 4.2.0 Fixing libtool files for la in $(find /home/peko/autobuild/instance-0/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/peko/autobuild/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/home/peko/autobuild/instance-0/output-1/host/i686-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ -e "s:/home/peko/autobuild/instance-0/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/home/peko/autobuild/instance-0/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/home/peko/autobuild/instance-0/output-1/host/i686-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/home/peko/autobuild/instance-0/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> zmqpp 4.2.0 Installing to target /usr/bin/install -m 0755 -d /home/peko/autobuild/instance-0/output-1/target/usr/include/zmqpp PATH="/home/peko/autobuild/instance-0/output-1/host/bin:/home/peko/autobuild/instance-0/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 PATH="/home/peko/autobuild/instance-0/output-1/host/bin:/home/peko/autobuild/instance-0/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" AR="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gcc-ar" AS="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-as" LD="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-ld" NM="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gcc-nm" CC="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gcc" GCC="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gcc" CPP="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-cpp" CXX="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-g++" FC="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gfortran" F77="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gfortran" RANLIB="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gcc-ranlib" READELF="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-readelf" STRIP="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-strip" OBJCOPY="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-objcopy" OBJDUMP="/home/peko/autobuild/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/peko/autobuild/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/peko/autobuild/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/peko/autobuild/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/peko/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-as" DEFAULT_LINKER="/home/peko/autobuild/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 -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="/home/peko/autobuild/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/peko/autobuild/instance-0/output-1/host/i686-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl LD="/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-g++" BUILD_PATH=./build PREFIX=/usr BUILD_STATIC=no BUILD_SHARED=yes DESTDIR=/home/peko/autobuild/instance-0/output-1/target install -C /home/peko/autobuild/instance-0/output-1/build/zmqpp-4.2.0 make[1]: Entering directory '/home/peko/autobuild/instance-0/output-1/build/zmqpp-4.2.0' sed 's/^Version.*/Version: 4.2.0/g' ./src/libzmqpp.pc > ./build/libzmqpp.pc mkdir -p /home/peko/autobuild/instance-0/output-1/target/usr/include/zmqpp mkdir -p /home/peko/autobuild/instance-0/output-1/target/usr/lib mkdir -p /home/peko/autobuild/instance-0/output-1/target/usr/lib/pkgconfig install -m 644 ./src/zmqpp/zmqpp.hpp ./src/zmqpp/actor.hpp ./src/zmqpp/poller.hpp ./src/zmqpp/signal.hpp ./src/zmqpp/auth.hpp ./src/zmqpp/frame.hpp ./src/zmqpp/inet.hpp ./src/zmqpp/reactor.hpp ./src/zmqpp/context_options.hpp ./src/zmqpp/zap_request.hpp ./src/zmqpp/socket.hpp ./src/zmqpp/socket_types.hpp ./src/zmqpp/z85.hpp ./src/zmqpp/proxy_steerable.hpp ./src/zmqpp/curve.hpp ./src/zmqpp/message.hpp ./src/zmqpp/socket_mechanisms.hpp ./src/zmqpp/loop.hpp ./src/zmqpp/socket_options.hpp ./src/zmqpp/exception.hpp ./src/zmqpp/context.hpp ./src/zmqpp/compatibility.hpp ./src/zmqpp/proxy.hpp ./src/zmqpp/byte_ordering.hpp /home/peko/autobuild/instance-0/output-1/target/usr/include/zmqpp install -m 755 ./build/libzmqpp.pc /home/peko/autobuild/instance-0/output-1/target/usr/lib/pkgconfig/libzmqpp.pc install -m 755 ./build/libzmqpp.so.4 /home/peko/autobuild/instance-0/output-1/target/usr/lib/libzmqpp.so.4.2.0 ln -sf libzmqpp.so.4.2.0 /home/peko/autobuild/instance-0/output-1/target/usr/lib/libzmqpp.so.4 ln -sf libzmqpp.so.4.2.0 /home/peko/autobuild/instance-0/output-1/target/usr/lib/libzmqpp.so if [ -f ./build/zmqpp ]; then install -m 755 ./build/zmqpp /home/peko/autobuild/instance-0/output-1/target/usr/bin; fi use make installcheck to test the install make[1]: Leaving directory '/home/peko/autobuild/instance-0/output-1/build/zmqpp-4.2.0' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/peko/autobuild/instance-0/output-1/host/etc/meson sed -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_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_CC@%/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gcc%g" -e "s%@TARGET_CXX@%/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-g++%g" -e "s%@TARGET_AR@%/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gcc-ar%g" -e "s%@TARGET_STRIP@%/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-strip%g" -e "s%@TARGET_ARCH@%x86%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@PKGCONF_HOST_BINARY@%/home/peko/autobuild/instance-0/output-1/host/bin/pkgconf%g" -e "s%@STAGING_DIR@%/home/peko/autobuild/instance-0/output-1/host/i686-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/peko/autobuild/instance-0/buildroot/support/misc/cross-compilation.conf.in > /home/peko/autobuild/instance-0/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gcc%g" -e "s%@TARGET_CXX@%/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-g++%g" -e "s%@TARGET_AR@%/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-gcc-ar%g" -e "s%@TARGET_STRIP@%/home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-strip%g" -e "s%@TARGET_ARCH@%x86%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'%g" -e "s%@PKGCONF_HOST_BINARY@%/home/peko/autobuild/instance-0/output-1/host/bin/pkgconf%g" -e "s%@STAGING_DIR@%/home/peko/autobuild/instance-0/output-1/host/i686-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/peko/autobuild/instance-0/buildroot/support/misc/cross-compilation.conf.in > /home/peko/autobuild/instance-0/output-1/host/etc/meson/cross-compilation.conf /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/peko/autobuild/instance-0/output-1/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/peko/autobuild/instance-0/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/peko/autobuild/instance-0/output-1/build/busybox-1.34.1/.config; then grep -qsE '^/bin/ash$' /home/peko/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/ash" >> /home/peko/autobuild/instance-0/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/peko/autobuild/instance-0/output-1/build/busybox-1.34.1/.config; then grep -qsE '^/bin/hush$' /home/peko/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/hush" >> /home/peko/autobuild/instance-0/output-1/target/etc/shells; fi PYTHONPATH="/home/peko/autobuild/instance-0/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/lib/python3.10/" /home/peko/autobuild/instance-0/output-1/host/bin/python3.10 /home/peko/autobuild/instance-0/buildroot/support/scripts/pycompile.py --strip-root /home/peko/autobuild/instance-0/output-1/target /home/peko/autobuild/instance-0/output-1/target/usr/lib/python3.10 find /home/peko/autobuild/instance-0/output-1/target/usr/lib/python3.10 -name '*.py' -print0 | xargs -0 --no-run-if-empty rm -f find /home/peko/autobuild/instance-0/output-1/target/usr/lib/python3.10 -name '*.opt-1.pyc' -print0 -o -name '*.opt-2.pyc' -print0 | xargs -0 --no-run-if-empty rm -f mkdir -p /home/peko/autobuild/instance-0/output-1/target/etc echo "buildroot" > /home/peko/autobuild/instance-0/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/peko/autobuild/instance-0/output-1/target/etc/hosts mkdir -p /home/peko/autobuild/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /home/peko/autobuild/instance-0/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/peko/autobuild/instance-0/output-1/target/etc/shadow rm -f /home/peko/autobuild/instance-0/output-1/target/bin/sh if [ -x /home/peko/autobuild/instance-0/output-1/target/sbin/swapon -a -x /home/peko/autobuild/instance-0/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/peko/autobuild/instance-0/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/peko/autobuild/instance-0/output-1/target/etc/inittab; fi printf '%s\n' C en_US locale-archive > /home/peko/autobuild/instance-0/output-1/build/locales.nopurge for dir in /home/peko/autobuild/instance-0/output-1/target/usr/share/locale /home/peko/autobuild/instance-0/output-1/target/usr/share/X11/locale /home/peko/autobuild/instance-0/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##*/}" /home/peko/autobuild/instance-0/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/peko/autobuild/instance-0/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/peko/autobuild/instance-0/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/peko/autobuild/instance-0/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/peko/autobuild/instance-0/output-1/target/usr/include /home/peko/autobuild/instance-0/output-1/target/usr/share/aclocal \ /home/peko/autobuild/instance-0/output-1/target/usr/lib/pkgconfig /home/peko/autobuild/instance-0/output-1/target/usr/share/pkgconfig \ /home/peko/autobuild/instance-0/output-1/target/usr/lib/cmake /home/peko/autobuild/instance-0/output-1/target/usr/share/cmake \ /home/peko/autobuild/instance-0/output-1/target/usr/doc find /home/peko/autobuild/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/peko/autobuild/instance-0/output-1/target/lib/ /home/peko/autobuild/instance-0/output-1/target/usr/lib/ /home/peko/autobuild/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/peko/autobuild/instance-0/output-1/target/usr/libexec/': No such file or directory rm -rf /home/peko/autobuild/instance-0/output-1/target/usr/share/gdb rm -rf /home/peko/autobuild/instance-0/output-1/target/usr/share/bash-completion rm -rf /home/peko/autobuild/instance-0/output-1/target/etc/bash_completion.d rm -rf /home/peko/autobuild/instance-0/output-1/target/usr/share/zsh rm -rf /home/peko/autobuild/instance-0/output-1/target/usr/man /home/peko/autobuild/instance-0/output-1/target/usr/share/man rm -rf /home/peko/autobuild/instance-0/output-1/target/usr/info /home/peko/autobuild/instance-0/output-1/target/usr/share/info rm -rf /home/peko/autobuild/instance-0/output-1/target/usr/doc /home/peko/autobuild/instance-0/output-1/target/usr/share/doc rm -rf /home/peko/autobuild/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/peko/autobuild/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /home/peko/autobuild/instance-0/output-1/target/lib/debug /home/peko/autobuild/instance-0/output-1/target/usr/lib/debug find /home/peko/autobuild/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/peko/autobuild/instance-0/output-1/host/bin/i686-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/peko/autobuild/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/peko/autobuild/instance-0/output-1/host/bin/i686-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/peko/autobuild/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/peko/autobuild/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/peko/autobuild/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.05-9775-g89cf28a8f30"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.02-git\"" \ ) > /home/peko/autobuild/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/peko/autobuild/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/peko/autobuild/instance-0/output-1/per-package /home/peko/autobuild/instance-0/buildroot/support/scripts/fix-rpath target touch /home/peko/autobuild/instance-0/output-1/target/usr ln -snf /home/peko/autobuild/instance-0/output-1/host/i686-buildroot-linux-uclibc/sysroot /home/peko/autobuild/instance-0/output-1/staging make: Leaving directory '/home/peko/autobuild/instance-0/buildroot' make: Entering directory '/home/peko/autobuild/instance-0/buildroot' >>> Buildroot 2020.05-9775-g89cf28a8f30 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> acpica 20200717 Collecting legal info source/include/acpi.h: OK (sha256: cb17c679d3291eba1a70a1336062fb07eec2e839b0821b443b24f41de18c5218) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> augeas 1.12.0 Collecting legal info COPYING: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libxml2 2.9.12 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> boost 1.78.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> busybox 1.34.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> util-linux 2.37.3 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) 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) >>> libcap-ng 0.8.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> python3 3.10.2 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-python3 3.10.2 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.4 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) >>> libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> gflags 2.2.2 Collecting legal info COPYING.txt: OK (sha256: 90d1f3701813c3cd65eee2dc736746fe46b465918f3f7d6d31463a2018b33fa5) >>> host-cmake 3.16.9 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> glm 0.9.9.5 Collecting legal info manual.md: OK (sha256: 337130631a714eeae017556cad101d5324c2961214120b6214741d3d43667086) >>> haveged 1.9.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ibrcommon 1.0.1 Collecting legal info COPYING: OK (sha256: 1a0b57773a46d9d4cc2f0d1780a17acc38af506bb1e0234aaa85f8ccd6dc0b92) README: OK (sha256: 9b8a430c2136ebcf76bd37f50da7d7a80ede413ec6604cc4694ea536e779854c) >>> openssl Collecting legal info >>> libopenssl 1.1.1m Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> ibrdtn 1.0.1 Collecting legal info COPYING: OK (sha256: 809fa1ed21450f59827d1e9aec720bbc4b687434fa22283c6cb5dd82a47ab9c0) >>> ibrdtnd 1.0.1 Collecting legal info COPYING: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) >>> sqlite 3.37.2 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> initscripts Collecting legal info >>> jpeg-turbo 2.1.2 Collecting legal info LICENSE.md: OK (sha256: 7d8683a7f048e715e08b4cada8b7f0d9a6ab8afad88ed09c1143ef764ecbc0f2) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> host-nasm 2.15.05 Collecting legal info LICENSE: OK (sha256: 1563996c52e220e15ef2418e67d39488255aa8c28c89e617074d3afe3ee329e0) >>> jpeg Collecting legal info >>> kvm-unit-tests kvm-unit-tests-20171020 Collecting legal info COPYRIGHT: OK (sha256: d9bbb60891710d248f01c8bdac50ef7ad39188de512610437872e83112b38a1b) >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libcpprestsdk 2.10.18 Collecting legal info license.txt: OK (sha256: 5c191789f502ac87df83b57008d2fc3e47fbf31315381b5bc4309f6602d0fe97) >>> libdvbsi 0.3.9 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libfreeimage 3.18.0 Collecting legal info license-gplv2.txt: OK (sha256: d51615a1a47f1ddbb027920d60d3fc30a00e1284c795a47857883e641349fadf) license-gplv3.txt: OK (sha256: 084be110e3e8757d8e6945cda1fbc7e5073bbe688dc19b92c0d8440155d8e282) license-fi.txt: OK (sha256: 0bb9a3123297c73ae6e19c70459fb0e58f313f67ca63176fd43f8e77668b8243) >>> libmicrohttpd 0.9.75 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libusb 1.0.25 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> mg 3.5 Collecting legal info UNLICENSE: OK (sha256: 7e12e5df4bae12cb21581ba157ced20e1986a0508dd10d0e8a4ab9a4cf94e85c) >>> micropython 1.17 Collecting legal info LICENSE: OK (sha256: 59b1f0947a87c90d0d29dbe2c8deb3d1f8263bbbd2fb5ebcc79a649cff6dfcba) >>> mjpg-streamer 5a6e0a2db163e6ae9461552b59079870d0959340 Collecting legal info mjpg-streamer-experimental/LICENSE: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> openpgm 5-3-128 Collecting legal info openpgm/pgm/LICENSE: OK (sha256: 4a7d4ec71fa60969399fd4caad64d5a3003fee2775445f271a5a36a8ae743a29) >>> openzwave 62444b0f979c337d2091d77d89cf63c2ae9775cf Collecting legal info LICENSE: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) licenses/license.txt: OK (sha256: c8db08727d03bea1213cdb29459b4b489b0d68a0866765df40ff205c6cd7224b) licenses/lgpl.txt: OK (sha256: 4da452226e9064b597020ad404e1c78d8175bc31ad7c1908485a92c0a4d70284) licenses/gpl.txt: OK (sha256: 33ffdead480674d5f33e2934822a3b93c93e3f8c894667a3bf30bd1195b38f83) licenses/Apache-License-2.0.txt: OK (sha256: 6f50ebf9af9b6658c7936ffcc6fedd99254df984c0fec2e6ffb9f3aa1c4ef3e1) >>> tinyxml 2.6.2_2 Collecting legal info README: OK (sha256: a65b8363834ccbe31ab7b49dcba723ed204622df30326793e0121435624c1a8d) >>> host-parted 3.3 Collecting legal info COPYING: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) >>> host-util-linux 2.37.3 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) 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-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> python-attrs 21.4.0 Collecting legal info LICENSE: OK (sha256: bf659a28b49240602f56bbdf490cbe2ec509b15b98f99d7b19a52c740e327863) >>> host-python3-setuptools 60.7.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> python-augeas 1.1.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-python-cffi 1.15.0 Collecting legal info LICENSE: OK (sha256: 04b80f5b077bbed68808cfebadeb5e3523f2a8c9a96495c587bd96df1eac2a33) >>> host-python-pycparser 2.21 Collecting legal info LICENSE: OK (sha256: 3e7df25b8dfb658c9a91501930d4d943b05087a8347c7e2b4325616af535047b) >>> python-cffi 1.15.0 Collecting legal info LICENSE: OK (sha256: 04b80f5b077bbed68808cfebadeb5e3523f2a8c9a96495c587bd96df1eac2a33) >>> python-ifaddr 0.1.7 Collecting legal info LICENSE.txt: OK (sha256: 8700856576ae2bc80c63bc970250510d9213fb02fed006d5f22742c9ddde24d7) >>> python-pickleshare 0.7.5 Collecting legal info LICENSE: OK (sha256: db1fefc1789444409514c0cae0bfab7f8e374ff9b78e092cecb1e0aeb6a36d90) >>> python-priority 2.0.0 Collecting legal info LICENSE: OK (sha256: f3e9c29e3db36dc305a4be68a8a225f93949852ce2d19b5b0a3c099eee6509c5) >>> python-pycparser 2.21 Collecting legal info LICENSE: OK (sha256: 3e7df25b8dfb658c9a91501930d4d943b05087a8347c7e2b4325616af535047b) >>> python-pyelftools 0.27 Collecting legal info LICENSE: OK (sha256: ae18bf4cb82f92af7547259177bc28bc48e4fc732518bcedfe690226288d3445) >>> python-request-id 1.0.1 Collecting legal info LICENSE.txt: OK (sha256: 2d65d17b4df34f184557b8031df05e4c264d2fa6b82e560be074967eff3b326c) >>> python-webob 1.8.7 Collecting legal info docs/license.txt: OK (sha256: 27bc4919e7e9e6b6cda40644517ca74d32203e32fba89ef832aba1ed93e457b3) >>> python-wsaccel 0.6.3 Collecting legal info LICENSE: OK (sha256: b6982974cb838b985b54b663d1780d280735086249c2e28015f25dd455df25da) >>> scrub 2.6.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) DISCLAIMER: OK (sha256: f76abbfb80cde1036cb553cdecb08bb846a48e33c91ef56c0f494172fd407f33) >>> siproxd 0.8.3 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> swupdate 2021.11 Collecting legal info LICENSES/BSD-1-Clause.txt: OK (sha256: 4cf04ed34ff0ebbf5c71345b56e6af5093fc17206364cca0ebbae92ef3940683) LICENSES/BSD-3-Clause.txt: OK (sha256: e27a3e87706b3aa5ff2e50eaafe2e6ed5397fbf2d7679eaf444a6d000518a3a6) LICENSES/CC0-1.0.txt: OK (sha256: 0558101984550fa84d1d13c2af11d116c20079d2be58711e8d99cadce7009192) LICENSES/CC-BY-SA-4.0.txt: OK (sha256: cde7883b9050a1104f4ac19a1572aafd6e5d7323b68351aaf51fbf4beba54966) LICENSES/GPL-2.0-only.txt: OK (sha256: 5d51b52a40391a26cbb2accf5dc5d1c165de49a022d9d5efb50b22204d2682ec) LICENSES/GPL-2.0-or-later.txt: OK (sha256: 43fd695e9b198a9a4997cc2d02e10d26cae937e2c4930b9eff9c6d349c85cd32) LICENSES/ISC.txt: OK (sha256: 492e801f1b0632185431472f148885a4fe8e990b10da57b4986a8bcf140a5374) LICENSES/LGPL-2.1-or-later.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) LICENSES/OFL-1.1.txt: OK (sha256: 8f2368a292194be10b1223a8875815240a9208bb30785cb13d8849eb6a750fe9) >>> zeromq 4.3.4 Collecting legal info COPYING: OK (sha256: 4fd86507c9b486764343065a9e035222869a27b5789efeb4fd93edc85412d7a3) COPYING.LESSER: OK (sha256: 83f32abe61ee58ffb1b007412c08415168c052501dbf56d7a47aaaac52b03ef6) >>> usbredir 0.12.0 Collecting legal info COPYING.LIB: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c) >>> host-meson 0.61.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> zlog 1.2.15 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> zmqpp 4.2.0 Collecting legal info LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) 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/peko/autobuild/instance-0/output-1/legal-info make: Leaving directory '/home/peko/autobuild/instance-0/buildroot'