mkdir -p build/obj/zmqpp/ /home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2019-04-11 04:58"' -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/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2019-04-11 04:58"' -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 mkdir -p build/obj/zmqpp/ /home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2019-04-11 04:58"' -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 In file included from src/zmqpp/curve.cpp:17:0: /home/buildroot/autobuild/instance-0/output/host/aarch64_be-buildroot-linux-gnu/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. "Warning: zmq_utils.h is deprecated. All its functionality is provided by zmq.h.") ^ mkdir -p build/obj/zmqpp/ /home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2019-04-11 04:58"' -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/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2019-04-11 04:58"' -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 mkdir -p build/obj/zmqpp/ /home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2019-04-11 04:58"' -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 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] return send(str, (dont_block) ? socket::dont_wait : socket::normal); ^ In file included from src/zmqpp/socket.cpp:24:0: src/zmqpp/socket.hpp:292:7: note: declared here bool send(std::string const& string, int const flags); ^~~~ src/zmqpp/socket.cpp: In member function 'bool zmqpp::socket::receive(std::__cxx11::string&, bool)': src/zmqpp/socket.cpp:128:71: warning: 'bool zmqpp::socket::receive(std::__cxx11::string&, int)' is deprecated [-Wdeprecated-declarations] return receive(str, (dont_block) ? socket::dont_wait : socket::normal); ^ In file included from src/zmqpp/socket.cpp:24:0: src/zmqpp/socket.hpp:307:7: note: declared here bool receive(std::string& string, int const flags); ^~~~~~~ mkdir -p build/obj/zmqpp/ /home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2019-04-11 04:58"' -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/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2019-04-11 04:58"' -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/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2019-04-11 04:58"' -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 mkdir -p build/obj/zmqpp/ /home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2019-04-11 04:58"' -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/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2019-04-11 04:58"' -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 mkdir -p build/obj/zmqpp/ /home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2019-04-11 04:58"' -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/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2019-04-11 04:58"' -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/client/ /home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2019-04-11 04:58"' -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/client/main.o src/client/main.cpp mkdir -p build/obj/client/ /home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2019-04-11 04:58"' -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/client/options.o src/client/options.cpp /home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-g++ -lpthread -latomic -shared -rdynamic -Wl,-soname -Wl,libzmqpp.so.4 -o ./build/libzmqpp.so.4 build/obj/zmqpp/auth.o build/obj/zmqpp/proxy.o build/obj/zmqpp/reactor.o build/obj/zmqpp/z85.o build/obj/zmqpp/proxy_steerable.o build/obj/zmqpp/curve.o build/obj/zmqpp/message.o build/obj/zmqpp/zmqpp.o build/obj/zmqpp/socket.o build/obj/zmqpp/loop.o build/obj/zmqpp/poller.o build/obj/zmqpp/actor.o build/obj/zmqpp/context.o build/obj/zmqpp/zap_request.o build/obj/zmqpp/frame.o build/obj/zmqpp/signal.o -lzmq /home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-ar crf ./build/libzmqpp.a build/obj/zmqpp/auth.o build/obj/zmqpp/proxy.o build/obj/zmqpp/reactor.o build/obj/zmqpp/z85.o build/obj/zmqpp/proxy_steerable.o build/obj/zmqpp/curve.o build/obj/zmqpp/message.o build/obj/zmqpp/zmqpp.o build/obj/zmqpp/socket.o build/obj/zmqpp/loop.o build/obj/zmqpp/poller.o build/obj/zmqpp/actor.o build/obj/zmqpp/context.o build/obj/zmqpp/zap_request.o build/obj/zmqpp/frame.o build/obj/zmqpp/signal.o /home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-g++ -lpthread -latomic -o ./build/zmqpp ./build/obj/client/main.o ./build/obj/client/options.o -L./build -lzmqpp -lboost_program_options -lzmq make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output/build/zmqpp-4.2.0' >>> zmqpp 4.2.0 Installing to staging directory /usr/bin/install -m 0755 -d /home/buildroot/autobuild/instance-0/output/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/zmqpp PATH="/home/buildroot/autobuild/instance-0/output/host/bin:/home/buildroot/autobuild/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 PATH="/home/buildroot/autobuild/instance-0/output/host/bin:/home/buildroot/autobuild/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" AR="/home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-ar" AS="/home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-as" LD="/home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-nm" CC="/home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-ranlib" READELF="/home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-readelf" STRIP="/home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-strip" OBJCOPY="/home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-0/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/buildroot/autobuild/instance-0/output/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-0/output/host/aarch64_be-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl LD="/home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-g++" BUILD_PATH=./build PREFIX=/usr BUILD_STATIC=no BUILD_SHARED=yes DESTDIR=/home/buildroot/autobuild/instance-0/output/host/aarch64_be-buildroot-linux-gnu/sysroot install -C /home/buildroot/autobuild/instance-0/output/build/zmqpp-4.2.0 make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output/build/zmqpp-4.2.0' sed 's/^Version.*/Version: 4.2.0/g' ./src/libzmqpp.pc > ./build/libzmqpp.pc mkdir -p /home/buildroot/autobuild/instance-0/output/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/zmqpp mkdir -p /home/buildroot/autobuild/instance-0/output/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/lib mkdir -p /home/buildroot/autobuild/instance-0/output/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig install -m 644 ./src/zmqpp/byte_ordering.hpp ./src/zmqpp/poller.hpp ./src/zmqpp/socket.hpp ./src/zmqpp/z85.hpp ./src/zmqpp/compatibility.hpp ./src/zmqpp/zmqpp.hpp ./src/zmqpp/inet.hpp ./src/zmqpp/zap_request.hpp ./src/zmqpp/proxy_steerable.hpp ./src/zmqpp/socket_options.hpp ./src/zmqpp/proxy.hpp ./src/zmqpp/loop.hpp ./src/zmqpp/context_options.hpp ./src/zmqpp/reactor.hpp ./src/zmqpp/signal.hpp ./src/zmqpp/frame.hpp ./src/zmqpp/exception.hpp ./src/zmqpp/curve.hpp ./src/zmqpp/auth.hpp ./src/zmqpp/socket_mechanisms.hpp ./src/zmqpp/message.hpp ./src/zmqpp/context.hpp ./src/zmqpp/socket_types.hpp ./src/zmqpp/actor.hpp /home/buildroot/autobuild/instance-0/output/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/zmqpp install -m 755 ./build/libzmqpp.pc /home/buildroot/autobuild/instance-0/output/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig/libzmqpp.pc install -m 755 ./build/libzmqpp.so.4 /home/buildroot/autobuild/instance-0/output/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/lib/libzmqpp.so.4.2.0 ln -sf libzmqpp.so.4.2.0 /home/buildroot/autobuild/instance-0/output/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/lib/libzmqpp.so.4 ln -sf libzmqpp.so.4.2.0 /home/buildroot/autobuild/instance-0/output/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/lib/libzmqpp.so if [ -f ./build/zmqpp ]; then install -m 755 ./build/zmqpp /home/buildroot/autobuild/instance-0/output/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/bin; fi use make installcheck to test the install make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output/build/zmqpp-4.2.0' >>> zmqpp 4.2.0 Fixing libtool files for la in $(find /home/buildroot/autobuild/instance-0/output/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/buildroot/autobuild/instance-0/output:@BASE_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-0/output/host/aarch64_be-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-0/output/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/home/buildroot/autobuild/instance-0/output/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/home/buildroot/autobuild/instance-0/output/host/aarch64_be-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/autobuild/instance-0/output: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/buildroot/autobuild/instance-0/output/target/usr/include/zmqpp PATH="/home/buildroot/autobuild/instance-0/output/host/bin:/home/buildroot/autobuild/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 PATH="/home/buildroot/autobuild/instance-0/output/host/bin:/home/buildroot/autobuild/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" AR="/home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-ar" AS="/home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-as" LD="/home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-nm" CC="/home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-ranlib" READELF="/home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-readelf" STRIP="/home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-strip" OBJCOPY="/home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-0/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/buildroot/autobuild/instance-0/output/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-0/output/host/aarch64_be-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl LD="/home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-g++" BUILD_PATH=./build PREFIX=/usr BUILD_STATIC=no BUILD_SHARED=yes DESTDIR=/home/buildroot/autobuild/instance-0/output/target install -C /home/buildroot/autobuild/instance-0/output/build/zmqpp-4.2.0 make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output/build/zmqpp-4.2.0' sed 's/^Version.*/Version: 4.2.0/g' ./src/libzmqpp.pc > ./build/libzmqpp.pc mkdir -p /home/buildroot/autobuild/instance-0/output/target/usr/include/zmqpp mkdir -p /home/buildroot/autobuild/instance-0/output/target/usr/lib mkdir -p /home/buildroot/autobuild/instance-0/output/target/usr/lib/pkgconfig install -m 644 ./src/zmqpp/byte_ordering.hpp ./src/zmqpp/poller.hpp ./src/zmqpp/socket.hpp ./src/zmqpp/z85.hpp ./src/zmqpp/compatibility.hpp ./src/zmqpp/zmqpp.hpp ./src/zmqpp/inet.hpp ./src/zmqpp/zap_request.hpp ./src/zmqpp/proxy_steerable.hpp ./src/zmqpp/socket_options.hpp ./src/zmqpp/proxy.hpp ./src/zmqpp/loop.hpp ./src/zmqpp/context_options.hpp ./src/zmqpp/reactor.hpp ./src/zmqpp/signal.hpp ./src/zmqpp/frame.hpp ./src/zmqpp/exception.hpp ./src/zmqpp/curve.hpp ./src/zmqpp/auth.hpp ./src/zmqpp/socket_mechanisms.hpp ./src/zmqpp/message.hpp ./src/zmqpp/context.hpp ./src/zmqpp/socket_types.hpp ./src/zmqpp/actor.hpp /home/buildroot/autobuild/instance-0/output/target/usr/include/zmqpp install -m 755 ./build/libzmqpp.pc /home/buildroot/autobuild/instance-0/output/target/usr/lib/pkgconfig/libzmqpp.pc install -m 755 ./build/libzmqpp.so.4 /home/buildroot/autobuild/instance-0/output/target/usr/lib/libzmqpp.so.4.2.0 ln -sf libzmqpp.so.4.2.0 /home/buildroot/autobuild/instance-0/output/target/usr/lib/libzmqpp.so.4 ln -sf libzmqpp.so.4.2.0 /home/buildroot/autobuild/instance-0/output/target/usr/lib/libzmqpp.so if [ -f ./build/zmqpp ]; then install -m 755 ./build/zmqpp /home/buildroot/autobuild/instance-0/output/target/usr/bin; fi use make installcheck to test the install make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output/build/zmqpp-4.2.0' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/buildroot/autobuild/instance-0/output/build/packages-file-list.txt Warning: target file "./usr/include/mediastreamer2/msfilter.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: target file "./usr/include/ortp/rtpprofile.h" is touched by more than one package: [u'linphone', u'ortp'] Warning: target file "./usr/include/ortp/str_utils.h" is touched by more than one package: [u'linphone', u'ortp'] Warning: target file "./usr/include/ortp/b64.h" is touched by more than one package: [u'linphone', u'ortp'] Warning: target file "./usr/include/mediastreamer2/ice.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: target file "./usr/include/ortp/telephonyevents.h" is touched by more than one package: [u'linphone', u'ortp'] Warning: target file "./usr/include/mediastreamer2/dsptools.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: target file "./usr/share/images/nowebcamCIF.jpg" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: target file "./usr/include/mediastreamer2/msfilerec.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: target file "./usr/bin/kmstest" is touched by more than one package: [u'libdrm', u'kmsxx'] Warning: target file "./usr/include/mediastreamer2/mediastream.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: target file "./usr/lib/pkgconfig/mediastreamer.pc" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: target file "./usr/include/mediastreamer2/mssndcard.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: target file "./usr/include/mediastreamer2/mstonedetector.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: target file "./usr/include/mediastreamer2/allfilters.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: target file "./usr/include/mediastreamer2/msvideoout.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: target file "./usr/lib/libmediastreamer_voip.la" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: target file "./usr/lib/libmediastreamer_voip.so" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: target file "./usr/include/mediastreamer2/msjpegwriter.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: target file "./usr/include/mediastreamer2/msequalizer.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: target file "./usr/include/mediastreamer2/msfileplayer.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: target file "./usr/include/mediastreamer2/qualityindicator.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: target file "./usr/include/mediastreamer2/msqueue.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: target file "./usr/include/ortp/port.h" is touched by more than one package: [u'linphone', u'ortp'] Warning: target file "./usr/include/ortp/rtpsession.h" is touched by more than one package: [u'linphone', u'ortp'] Warning: target file "./usr/include/mediastreamer2/msaudiomixer.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: target file "./usr/lib/libortp.so" is touched by more than one package: [u'linphone', u'ortp'] Warning: target file "./usr/include/mediastreamer2/msitc.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: target file "./usr/include/ortp/rtpsignaltable.h" is touched by more than one package: [u'linphone', u'ortp'] Warning: target file "./usr/include/ortp/logging.h" is touched by more than one package: [u'linphone', u'ortp'] Warning: target file "./usr/lib/pkgconfig/ortp.pc" is touched by more than one package: [u'linphone', u'ortp'] Warning: target file "./usr/include/mediastreamer2/bitratecontrol.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: target file "./usr/include/mediastreamer2/msinterfaces.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: target file "./usr/include/mediastreamer2/msvideo.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: target file "./usr/include/mediastreamer2/msconference.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: target file "./usr/include/ortp/ortp.h" is touched by more than one package: [u'linphone', u'ortp'] Warning: target file "./usr/include/mediastreamer2/msv4l.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: target file "./usr/lib/luarocks/rocks-5.3/manifest" is touched by more than one package: [u'copas', u'lpeg', u'lsqlite3', u'lua-coat', u'lua-csnappy', u'lua-lpeg-patterns', u'lua-std-debug', u'lua-std-normalize', u'lua-valua', u'luadbi-sqlite3', u'luadbi', u'luaexpat', u'luafilesystem', u'luasocket', u'rings', u'wsapi', u'xavante'] Warning: target file "./usr/include/mediastreamer2/mschanadapter.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: target file "./usr/include/mediastreamer2/rfc3984.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: target file "./usr/include/mediastreamer2/msvolume.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: target file "./usr/lib/libmediastreamer_base.so" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: target file "./usr/include/ortp/sessionset.h" is touched by more than one package: [u'linphone', u'ortp'] Warning: target file "./usr/include/mediastreamer2/mscodecutils.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: target file "./usr/include/mediastreamer2/msjava.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: target file "./usr/include/mediastreamer2/mstee.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: target file "./usr/include/mediastreamer2/upnp_igd.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: target file "./usr/include/ortp/event.h" is touched by more than one package: [u'linphone', u'ortp'] Warning: target file "./usr/lib/libmediastreamer_base.la" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: target file "./usr/include/ortp/rtp.h" is touched by more than one package: [u'linphone', u'ortp'] Warning: target file "./usr/include/mediastreamer2/mseventqueue.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: target file "./usr/include/mediastreamer2/mscommon.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: target file "./usr/include/mediastreamer2/msrtp.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: target file "./usr/include/mediastreamer2/msticker.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: target file "./usr/include/ortp/rtcp.h" is touched by more than one package: [u'linphone', u'ortp'] Warning: target file "./usr/include/mediastreamer2/mswebcam.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: target file "./usr/include/ortp/payloadtype.h" is touched by more than one package: [u'linphone', u'ortp'] Warning: target file "./usr/lib/libortp.la" is touched by more than one package: [u'linphone', u'ortp'] Warning: target file "./usr/include/mediastreamer2/dtmfgen.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: target file "./usr/include/mediastreamer2/msextdisplay.h" is touched by more than one package: [u'linphone', u'mediastreamer'] ./support/scripts/check-uniq-files -t staging /home/buildroot/autobuild/instance-0/output/build/packages-file-list-staging.txt Warning: staging file "./usr/include/ortp/str_utils.h" is touched by more than one package: [u'linphone', u'ortp'] Warning: staging file "./usr/include/mediastreamer2/msfilter.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: staging file "./usr/include/ortp/rtpprofile.h" is touched by more than one package: [u'linphone', u'ortp'] Warning: staging file "./usr/include/ortp/b64.h" is touched by more than one package: [u'linphone', u'ortp'] Warning: staging file "./usr/include/mediastreamer2/ice.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: staging file "./usr/include/ortp/telephonyevents.h" is touched by more than one package: [u'linphone', u'ortp'] Warning: staging file "./usr/include/mediastreamer2/dsptools.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: staging file "./usr/include/mediastreamer2/msaudiomixer.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: staging file "./usr/include/mediastreamer2/msfileplayer.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: staging file "./usr/share/images/nowebcamCIF.jpg" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: staging file "./usr/include/mediastreamer2/msfilerec.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: staging file "./usr/include/ajtcl/services/ServicesHandlers.h" is touched by more than one package: [u'alljoyn-tcl', u'alljoyn-tcl-base'] Warning: staging file "./usr/include/mediastreamer2/mssndcard.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: staging file "./usr/include/mediastreamer2/mstonedetector.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: staging file "./usr/include/ortp/rtpsession.h" is touched by more than one package: [u'linphone', u'ortp'] Warning: staging file "./usr/include/mediastreamer2/msvideoout.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: staging file "./usr/lib/libmediastreamer_voip.la" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: staging file "./usr/lib/libmediastreamer_voip.so" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: staging file "./usr/include/ajtcl/services/ServicesCommon.h" is touched by more than one package: [u'alljoyn-tcl', u'alljoyn-tcl-base'] Warning: staging file "./usr/include/ortp/rtp.h" is touched by more than one package: [u'linphone', u'ortp'] Warning: staging file "./usr/include/ajtcl/services/PropertyStore.h" is touched by more than one package: [u'alljoyn-tcl', u'alljoyn-tcl-base'] Warning: staging file "./usr/include/mediastreamer2/msjpegwriter.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: staging file "./usr/include/mediastreamer2/msequalizer.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: staging file "./usr/include/mediastreamer2/qualityindicator.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: staging file "./usr/include/mediastreamer2/msqueue.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: staging file "./usr/include/ortp/port.h" is touched by more than one package: [u'linphone', u'ortp'] Warning: staging file "./usr/lib/libortp.so" is touched by more than one package: [u'linphone', u'ortp'] Warning: staging file "./usr/include/mediastreamer2/msitc.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: staging file "./usr/include/ortp/rtpsignaltable.h" is touched by more than one package: [u'linphone', u'ortp'] Warning: staging file "./usr/include/ortp/logging.h" is touched by more than one package: [u'linphone', u'ortp'] Warning: staging file "./usr/lib/pkgconfig/ortp.pc" is touched by more than one package: [u'linphone', u'ortp'] Warning: staging file "./usr/include/mediastreamer2/bitratecontrol.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: staging file "./usr/include/mediastreamer2/mseventqueue.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: staging file "./usr/include/mediastreamer2/msinterfaces.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: staging file "./usr/include/mediastreamer2/msvideo.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: staging file "./usr/include/mediastreamer2/mediastream.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: staging file "./usr/include/mediastreamer2/msv4l.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: staging file "./usr/include/mediastreamer2/mschanadapter.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: staging file "./usr/include/mediastreamer2/rfc3984.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: staging file "./usr/include/mediastreamer2/msvolume.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: staging file "./usr/lib/libmediastreamer_base.so" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: staging file "./usr/include/ortp/sessionset.h" is touched by more than one package: [u'linphone', u'ortp'] Warning: staging file "./usr/include/mediastreamer2/mscodecutils.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: staging file "./usr/lib/pkgconfig/mediastreamer.pc" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: staging file "./usr/include/mediastreamer2/mstee.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: staging file "./usr/include/mediastreamer2/upnp_igd.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: staging file "./usr/include/ortp/event.h" is touched by more than one package: [u'linphone', u'ortp'] Warning: staging file "./usr/lib/libmediastreamer_base.la" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: staging file "./usr/include/mediastreamer2/allfilters.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: staging file "./usr/include/mediastreamer2/mscommon.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: staging file "./usr/include/mediastreamer2/msrtp.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: staging file "./usr/include/mediastreamer2/msconference.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: staging file "./usr/include/ortp/ortp.h" is touched by more than one package: [u'linphone', u'ortp'] Warning: staging file "./usr/include/mediastreamer2/msticker.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: staging file "./usr/include/mediastreamer2/msjava.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: staging file "./usr/include/ortp/rtcp.h" is touched by more than one package: [u'linphone', u'ortp'] Warning: staging file "./usr/include/mediastreamer2/mswebcam.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: staging file "./usr/include/ortp/payloadtype.h" is touched by more than one package: [u'linphone', u'ortp'] Warning: staging file "./usr/lib/libortp.la" is touched by more than one package: [u'linphone', u'ortp'] Warning: staging file "./usr/include/mediastreamer2/dtmfgen.h" is touched by more than one package: [u'linphone', u'mediastreamer'] Warning: staging file "./usr/include/mediastreamer2/msextdisplay.h" is touched by more than one package: [u'linphone', u'mediastreamer'] ./support/scripts/check-uniq-files -t host /home/buildroot/autobuild/instance-0/output/build/packages-file-list-host.txt Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/mediastreamer2/mstonedetector.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/gdc.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/link.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Node/Python.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/mediastreamer2/msvolume.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/lib/libortp.so" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./lib/scons-3.0.5/SCons/Action.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Util.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/m4.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/DCommon.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/mediastreamer2/msitc.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./lib/scons-3.0.5/SCons/CacheDir.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Executor.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/mediastreamer2/msqueue.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./lib/scons-3.0.5/SCons/Scanner/Dir.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/mediastreamer2/msvideoout.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/fortran.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/mediastreamer2/msticker.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/javac.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/gs.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/mediastreamer2/msfilter.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./lib/scons-3.0.5/SCons/Platform/posix.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/SConsign.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/mediastreamer2/mscodecutils.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/gas.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Node/FS.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/f95.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/ortp/rtpsignaltable.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./lib/scons-3.0.5/SCons/Scanner/SWIG.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/ortp/rtp.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/mediastreamer2/msconference.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./lib/scons-3.0.5/SCons/Subst.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Platform/mingw.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/jar.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/lib/libmediastreamer_base.la" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/ortp/str_utils.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/ifort.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/cpp.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/lib/libmediastreamer_voip.so" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./lib/scons-3.0.5/SCons/Node/Alias.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/install.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Conftest.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/mediastreamer2/ice.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./bin/2to3" is touched by more than one package: [u'host-python', u'host-python3'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/ortp/rtcp.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/cxx.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/share/images/nowebcamCIF.jpg" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./lib/scons-3.0.5/SCons/Scanner/Fortran.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/rpm.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/mediastreamer2/msequalizer.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./lib/scons-3.0.5/SCons/Script/__init__.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/pdflatex.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/ortp/port.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/g77.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Script/SConsOptions.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Defaults.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Taskmaster.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/lib/libmediastreamer_base.so" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/mediastreamer2/msaudiomixer.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/mediastreamer2/mschanadapter.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/filesystem.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Scanner/__init__.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/f77.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/JavaCommon.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Builder.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/gxx.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Job.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/SConf.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/cc.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/ortp/rtpsession.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/mediastreamer2/allfilters.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/mediastreamer2/rfc3984.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig/mediastreamer.pc" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/mediastreamer2/mediastream.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/gfortran.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/mediastreamer2/msvideo.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/g++.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/mediastreamer2/msextdisplay.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/ortp/telephonyevents.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/mediastreamer2/msfilerec.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/gnulink.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/f90.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/pdf.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Script/Main.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/ldc.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Memoize.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Errors.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Scanner/D.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Variables/PackageVariable.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig/ortp.pc" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/dvipdf.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/mediastreamer2/msv4l.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/__init__.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/mediastreamer2/msjava.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/yacc.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/dmd.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Variables/EnumVariable.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/tar.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/ortp/rtpprofile.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./lib/scons-3.0.5/SCons/Variables/PathVariable.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/mediastreamer2/mswebcam.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/ar.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/mediastreamer2/dsptools.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/as.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Node/__init__.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/textfile.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Platform/virtualenv.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/gcc.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/__init__.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/ortp/logging.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/mediastreamer2/bitratecontrol.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/default.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Script/SConscript.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/mediastreamer2/msjpegwriter.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./lib/scons-3.0.5/SCons/Scanner/Prog.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/ortp/b64.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./lib/scons-3.0.5/SCons/compat/__init__.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/mediastreamer2/msinterfaces.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/mediastreamer2/mstee.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/rpcgen.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Platform/cygwin.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/FortranCommon.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/mediastreamer2/qualityindicator.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/mediastreamer2/dtmfgen.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/tex.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Platform/win32.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Debug.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/mediastreamer2/mseventqueue.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./lib/scons-3.0.5/SCons/PathList.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Platform/__init__.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Scanner/C.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Variables/BoolVariable.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Scanner/LaTeX.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/wix.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/rmic.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/ortp/ortp.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/mediastreamer2/mscommon.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./lib/scons-3.0.5/SCons/Warnings.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/mediastreamer2/msfileplayer.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/javah.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/python3.7/site-packages/pycparser/c_ast.pyc" is touched by more than one package: [u'host-python-pycparser', u'host-python-cython'] Warning: host file "./lib/scons-3.0.5/SCons/Environment.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/dblite.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/ortp/sessionset.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/dvips.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/pdftex.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/latex.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/ortp/payloadtype.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/ortp/event.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/zip.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/swig.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/lib/libortp.la" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./lib/scons-3.0.5/SCons/Script/Interactive.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./lib/scons-3.0.5/SCons/Variables/__init__.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/mediastreamer2/upnp_igd.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/ifl.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/lib/libmediastreamer_voip.la" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/mediastreamer2/msrtp.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./lib/scons-3.0.5/SCons/Variables/ListVariable.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] Warning: host file "./aarch64_be-buildroot-linux-gnu/sysroot/usr/include/mediastreamer2/mssndcard.h" is touched by more than one package: [u'host-vim', u'host-xorgproto'] Warning: host file "./lib/scons-3.0.5/SCons/Tool/lex.pyc" is touched by more than one package: [u'host-scons', u'host-gperf'] rm -f /home/buildroot/autobuild/instance-0/output/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/autobuild/instance-0/output/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/autobuild/instance-0/output/host/bin/glib-compile-schemas /home/buildroot/autobuild/instance-0/output/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/autobuild/instance-0/output/target/usr/share/glib-2.0/schemas rm -rf /home/buildroot/autobuild/instance-0/output/target/usr/share/lua/5.3/doc rm -rf /home/buildroot/autobuild/instance-0/output/target/usr/lib/luarocks mkdir -p /home/buildroot/autobuild/instance-0/output/host/etc/meson sed -e "s%@TARGET_CROSS@%/home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-%g" -e "s%@TARGET_ARCH@%aarch64%g" -e "s%@TARGET_CPU@%cortex-a53%g" -e "s%@TARGET_ENDIAN@%"big"%g" -e "s%@TARGET_CFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-0/output/host%g" package/meson//cross-compilation.conf.in > /home/buildroot/autobuild/instance-0/output/host/etc/meson/cross-compilation.conf PYTHONPATH="/home/buildroot/autobuild/instance-0/output/target/usr/lib/python3.7/" cd /home/buildroot/autobuild/instance-0/output/target && /home/buildroot/autobuild/instance-0/output/host/bin/python3.7 /home/buildroot/autobuild/instance-0/buildroot/support/scripts/pycompile.py usr/lib/python3.7 find /home/buildroot/autobuild/instance-0/output/target/usr/lib/python3.7 -name '*.py' -print0 | xargs -0 --no-run-if-empty rm -f find /home/buildroot/autobuild/instance-0/output/target/usr/lib/python3.7 -name '*.opt-1.pyc' -print0 -o -name '*.opt-2.pyc' -print0 | xargs -0 --no-run-if-empty rm -f grep -qsE '^/usr/bin/screen$' /home/buildroot/autobuild/instance-0/output/target/etc/shells || echo "/usr/bin/screen" >> /home/buildroot/autobuild/instance-0/output/target/etc/shells mkdir -p /home/buildroot/autobuild/instance-0/output/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-0/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-0/output/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-0/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-0/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-0/output/target/etc/shadow rm -f /home/buildroot/autobuild/instance-0/output/target/bin/sh rm -f /home/buildroot/autobuild/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/autobuild/instance-0/output/build/locales.nopurge; done for dir in /home/buildroot/autobuild/instance-0/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/instance-0/output/target/usr/include /home/buildroot/autobuild/instance-0/output/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-0/output/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-0/output/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-0/output/target/usr/lib/cmake /home/buildroot/autobuild/instance-0/output/target/usr/share/cmake find /home/buildroot/autobuild/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-0/output/target/lib/ /home/buildroot/autobuild/instance-0/output/target/usr/lib/ /home/buildroot/autobuild/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-0/output/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-0/output/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-0/output/target/usr/man /home/buildroot/autobuild/instance-0/output/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-0/output/target/usr/info /home/buildroot/autobuild/instance-0/output/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-0/output/target/usr/doc /home/buildroot/autobuild/instance-0/output/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-0/output/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-0/output/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/instance-0/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/instance-0/output/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/autobuild/instance-0/output/host/bin/aarch64_be-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/autobuild/instance-0/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-0/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.05-git-00671-g67ab484206"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2019.05-git\"" \ ) > /home/buildroot/autobuild/instance-0/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-0/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/autobuild/instance-0/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-0/output/target/usr make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-0/buildroot' >>> Buildroot 2019.05-git-00671-g67ab484206 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-linaro-aarch64-be 2018.05 Collecting legal info >>> toolchain Collecting legal info >>> acl 2.2.53 Collecting legal info ERROR: No hash found for doc/COPYING ERROR: No hash found for doc/COPYING.LGPL >>> attr 2.4.48 Collecting legal info ERROR: No hash found for doc/COPYING ERROR: No hash found for doc/COPYING.LGPL >>> acpica 20170531 Collecting legal info ERROR: No hash found for source/include/acpi.h >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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) ERROR: No hash found for libltdl/COPYING.LIB >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny c6dcdcdef801127549d3906d153c061880d25a73 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) extra/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> alljoyn-tcl-base 16.04.00 Collecting legal info >>> alljoyn-tcl 16.04.00a Collecting legal info >>> host-python 2.7.15 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> host-expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-pkgconf 1.5.3 Collecting legal info ERROR: No hash found for COPYING >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-scons 3.0.5 Collecting legal info LICENSE.txt: OK (sha256: c4248451b6a4cd09870de4fb82a857feb9f98174167b07500c19ed0263fd4db7) >>> host-python3 3.7.3 Collecting legal info ERROR: LICENSE has wrong sha256 hash: ERROR: expected: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2 ERROR: got : a77d71d6be6f9032e6b6e5d2cf6da68f9eeab9036edfbc043633c8979cd5e82c ERROR: Incomplete download, or man-in-the-middle (MITM) attack package/python3/python3.mk:263: recipe for target 'host-python3-legal-info' failed make: *** [host-python3-legal-info] Error 1 make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot'