/home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/include/c++/13.1.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/build/wampcc-1.6/3rdparty/websocketpp/websocketpp/utilities.hpp:78:21: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 78 | : public std::binary_function | ^~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/include/c++/13.1.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ [ 70%] Building CXX object libs/wampcc/CMakeFiles/wampcc_shared.dir/protocol.cc.o [ 71%] Building CXX object libs/wampcc/CMakeFiles/wampcc_shared.dir/pubsub_man.cc.o [ 73%] Building CXX object libs/wampcc/CMakeFiles/wampcc_shared.dir/rawsocket_protocol.cc.o [ 75%] Building CXX object libs/wampcc/CMakeFiles/wampcc_shared.dir/rpc_man.cc.o [ 76%] Building CXX object libs/wampcc/CMakeFiles/wampcc_shared.dir/socket_address.cc.o [ 78%] Building CXX object libs/wampcc/CMakeFiles/wampcc_shared.dir/ssl.cc.o [ 80%] Building CXX object libs/wampcc/CMakeFiles/wampcc_shared.dir/ssl_socket.cc.o [ 81%] Building CXX object libs/wampcc/CMakeFiles/wampcc_shared.dir/tcp_socket.cc.o [ 83%] Building CXX object libs/wampcc/CMakeFiles/wampcc_shared.dir/utils.cc.o [ 85%] Building CXX object libs/wampcc/CMakeFiles/wampcc_shared.dir/wamp_router.cc.o [ 86%] Building CXX object libs/wampcc/CMakeFiles/wampcc_shared.dir/wamp_session.cc.o [ 88%] Building CXX object libs/wampcc/CMakeFiles/wampcc_shared.dir/websocket_protocol.cc.o /home/buildroot/instance-0/output-1/build/wampcc-1.6/libs/wampcc/ssl.cc: In constructor 'wampcc::ssl_context::ssl_context(wampcc::logger&, const wampcc::ssl_config&)': /home/buildroot/instance-0/output-1/build/wampcc-1.6/libs/wampcc/ssl.cc:41:23: warning: 'int ERR_load_BIO_strings()' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 41 | ERR_load_BIO_strings(); | ~~~~~~~~~~~~~~~~~~~~^~ In file included from /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot/usr/include/openssl/cryptoerr.h:17, from /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot/usr/include/openssl/crypto.h:38, from /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot/usr/include/openssl/bio.h:30, from /home/buildroot/instance-0/output-1/build/wampcc-1.6/include/wampcc/ssl.h:14, from /home/buildroot/instance-0/output-1/build/wampcc-1.6/libs/wampcc/ssl.cc:8: /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot/usr/include/openssl/cryptoerr_legacy.h:31:27: note: declared here 31 | OSSL_DEPRECATEDIN_3_0 int ERR_load_BIO_strings(void); | ^~~~~~~~~~~~~~~~~~~~ [ 90%] Building CXX object libs/wampcc/CMakeFiles/wampcc_shared.dir/websocketpp_impl.cc.o [ 91%] Building C object libs/wampcc/CMakeFiles/wampcc_shared.dir/__/__/3rdparty/http_parser/http_parser.c.o [ 93%] Building C object libs/wampcc/CMakeFiles/wampcc_shared.dir/__/__/3rdparty/apache/base64.c.o /home/buildroot/instance-0/output-1/build/wampcc-1.6/libs/wampcc/utils.cc: In function 'std::string wampcc::local_timestamp()': /home/buildroot/instance-0/output-1/build/wampcc-1.6/libs/wampcc/utils.cc:207:50: warning: format '%lu' expects argument of type 'long unsigned int', but argument 10 has type 'wampcc::time_val::type_type' {aka 'long long int'} [-Wformat=] 207 | "%02d%02d%02d-%02d:%02d:%02d.%06lu", parts.tm_year + 1900, | ~~~~^ | | | long unsigned int | %06llu 208 | parts.tm_mon + 1, parts.tm_mday, parts.tm_hour, parts.tm_min, 209 | parts.tm_sec, now.usec); | ~~~~~~~~ | | | wampcc::time_val::type_type {aka long long int} In file included from /home/buildroot/instance-0/output-1/build/wampcc-1.6/3rdparty/websocketpp/websocketpp/http/parser.hpp:36, from /home/buildroot/instance-0/output-1/build/wampcc-1.6/3rdparty/websocketpp/websocketpp/http/request.hpp:34, from /home/buildroot/instance-0/output-1/build/wampcc-1.6/include/wampcc/websocketpp_impl.h:13, from /home/buildroot/instance-0/output-1/build/wampcc-1.6/libs/wampcc/websocket_protocol.cc:15: /home/buildroot/instance-0/output-1/build/wampcc-1.6/3rdparty/websocketpp/websocketpp/utilities.hpp:75:23: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 75 | struct ci_less : std::binary_function { | ^~~~~~~~~~~~~~~ In file included from /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/include/c++/13.1.1/bits/stl_tree.h:65, from /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/include/c++/13.1.1/map:62, from /home/buildroot/instance-0/output-1/build/wampcc-1.6/include/wampcc/json.h:12, from /home/buildroot/instance-0/output-1/build/wampcc-1.6/include/wampcc/types.h:11, from /home/buildroot/instance-0/output-1/build/wampcc-1.6/include/wampcc/protocol.h:11, from /home/buildroot/instance-0/output-1/build/wampcc-1.6/include/wampcc/websocket_protocol.h:11, from /home/buildroot/instance-0/output-1/build/wampcc-1.6/libs/wampcc/websocket_protocol.cc:8: /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/include/c++/13.1.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/build/wampcc-1.6/3rdparty/websocketpp/websocketpp/utilities.hpp:78:21: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 78 | : public std::binary_function | ^~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/include/c++/13.1.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ In file included from /home/buildroot/instance-0/output-1/build/wampcc-1.6/3rdparty/websocketpp/websocketpp/http/parser.hpp:36, from /home/buildroot/instance-0/output-1/build/wampcc-1.6/3rdparty/websocketpp/websocketpp/http/request.hpp:34, from /home/buildroot/instance-0/output-1/build/wampcc-1.6/include/wampcc/websocketpp_impl.h:13, from /home/buildroot/instance-0/output-1/build/wampcc-1.6/libs/wampcc/websocketpp_impl.cc:8: /home/buildroot/instance-0/output-1/build/wampcc-1.6/3rdparty/websocketpp/websocketpp/utilities.hpp:75:23: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 75 | struct ci_less : std::binary_function { | ^~~~~~~~~~~~~~~ In file included from /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/include/c++/13.1.1/bits/stl_tree.h:65, from /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/include/c++/13.1.1/map:62, from /home/buildroot/instance-0/output-1/build/wampcc-1.6/include/wampcc/json.h:12, from /home/buildroot/instance-0/output-1/build/wampcc-1.6/include/wampcc/types.h:11, from /home/buildroot/instance-0/output-1/build/wampcc-1.6/include/wampcc/websocketpp_impl.h:11: /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/include/c++/13.1.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/build/wampcc-1.6/3rdparty/websocketpp/websocketpp/utilities.hpp:78:21: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 78 | : public std::binary_function | ^~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/include/c++/13.1.1/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ [ 95%] Linking CXX static library libwampcc.a make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/wampcc-1.6' [ 95%] Built target wampcc_static [ 96%] Linking CXX shared library libwampcc.so make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/wampcc-1.6' [ 96%] Built target wampcc_shared make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/wampcc-1.6' make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/wampcc-1.6' make[3]: Entering directory '/home/buildroot/instance-0/output-1/build/wampcc-1.6' [ 98%] Building CXX object utils/CMakeFiles/admin.dir/admin.cc.o [100%] Linking CXX executable admin make[3]: Leaving directory '/home/buildroot/instance-0/output-1/build/wampcc-1.6' [100%] Built target admin make[2]: Leaving directory '/home/buildroot/instance-0/output-1/build/wampcc-1.6' make[1]: Leaving directory '/home/buildroot/instance-0/output-1/build/wampcc-1.6' >>> wampcc 1.6 Installing to staging directory GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" DESTDIR=/home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot /home/buildroot/instance-0/output-1/host/bin/cmake --install /home/buildroot/instance-0/output-1/build/wampcc-1.6/ -- Install configuration: "Release" -- Installing: /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig/wampcc.pc -- Installing: /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig/wampcc_json.pc -- Installing: /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot/usr/lib/libwampcc_json.a -- Installing: /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot/usr/lib/libwampcc_json.so.6.0.0 -- Installing: /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot/usr/lib/libwampcc_json.so.6 -- Installing: /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot/usr/lib/libwampcc_json.so -- Installing: /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot/usr/include/wampcc/json.h -- Installing: /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot/usr/include/wampcc/json_internals.h -- Installing: /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot/usr/lib/libwampcc.a -- Installing: /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot/usr/lib/libwampcc.so.6.0.0 -- Installing: /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot/usr/lib/libwampcc.so.6 -- Set non-toolchain portion of runtime path of "/home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot/usr/lib/libwampcc.so.6.0.0" to "" -- Installing: /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot/usr/lib/libwampcc.so -- Installing: /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot/usr/include/wampcc/version.h -- Installing: /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot/usr/include/wampcc/types.h -- Installing: /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot/usr/include/wampcc/kernel.h -- Installing: /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot/usr/include/wampcc/wamp_session.h -- Installing: /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot/usr/include/wampcc/wamp_router.h -- Installing: /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot/usr/include/wampcc/protocol.h -- Installing: /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot/usr/include/wampcc/rawsocket_protocol.h -- Installing: /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot/usr/include/wampcc/websocket_protocol.h -- Installing: /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot/usr/include/wampcc/tcp_socket.h -- Installing: /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot/usr/include/wampcc/socket_address.h -- Installing: /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot/usr/include/wampcc/data_model.h -- Installing: /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot/usr/include/wampcc/error.h -- Installing: /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot/usr/include/wampcc/helper.h -- Installing: /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot/usr/include/wampcc/wampcc.h -- Installing: /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot/usr/include/wampcc/ssl_socket.h -- Installing: /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot/usr/bin/admin -- Set non-toolchain portion of runtime path of "/home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot/usr/bin/admin" to "" >>> wampcc 1.6 Fixing libtool files for la in $(find /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/buildroot/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/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 >>> wampcc 1.6 Installing to target GIT_DIR=. PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" DESTDIR=/home/buildroot/instance-0/output-1/target /home/buildroot/instance-0/output-1/host/bin/cmake --install /home/buildroot/instance-0/output-1/build/wampcc-1.6/ -- Install configuration: "Release" -- Installing: /home/buildroot/instance-0/output-1/target/usr/lib/pkgconfig/wampcc.pc -- Installing: /home/buildroot/instance-0/output-1/target/usr/lib/pkgconfig/wampcc_json.pc -- Installing: /home/buildroot/instance-0/output-1/target/usr/lib/libwampcc_json.a -- Installing: /home/buildroot/instance-0/output-1/target/usr/lib/libwampcc_json.so.6.0.0 -- Installing: /home/buildroot/instance-0/output-1/target/usr/lib/libwampcc_json.so.6 -- Installing: /home/buildroot/instance-0/output-1/target/usr/lib/libwampcc_json.so -- Installing: /home/buildroot/instance-0/output-1/target/usr/include/wampcc/json.h -- Installing: /home/buildroot/instance-0/output-1/target/usr/include/wampcc/json_internals.h -- Installing: /home/buildroot/instance-0/output-1/target/usr/lib/libwampcc.a -- Installing: /home/buildroot/instance-0/output-1/target/usr/lib/libwampcc.so.6.0.0 -- Installing: /home/buildroot/instance-0/output-1/target/usr/lib/libwampcc.so.6 -- Set non-toolchain portion of runtime path of "/home/buildroot/instance-0/output-1/target/usr/lib/libwampcc.so.6.0.0" to "" -- Installing: /home/buildroot/instance-0/output-1/target/usr/lib/libwampcc.so -- Installing: /home/buildroot/instance-0/output-1/target/usr/include/wampcc/version.h -- Installing: /home/buildroot/instance-0/output-1/target/usr/include/wampcc/types.h -- Installing: /home/buildroot/instance-0/output-1/target/usr/include/wampcc/kernel.h -- Installing: /home/buildroot/instance-0/output-1/target/usr/include/wampcc/wamp_session.h -- Installing: /home/buildroot/instance-0/output-1/target/usr/include/wampcc/wamp_router.h -- Installing: /home/buildroot/instance-0/output-1/target/usr/include/wampcc/protocol.h -- Installing: /home/buildroot/instance-0/output-1/target/usr/include/wampcc/rawsocket_protocol.h -- Installing: /home/buildroot/instance-0/output-1/target/usr/include/wampcc/websocket_protocol.h -- Installing: /home/buildroot/instance-0/output-1/target/usr/include/wampcc/tcp_socket.h -- Installing: /home/buildroot/instance-0/output-1/target/usr/include/wampcc/socket_address.h -- Installing: /home/buildroot/instance-0/output-1/target/usr/include/wampcc/data_model.h -- Installing: /home/buildroot/instance-0/output-1/target/usr/include/wampcc/error.h -- Installing: /home/buildroot/instance-0/output-1/target/usr/include/wampcc/helper.h -- Installing: /home/buildroot/instance-0/output-1/target/usr/include/wampcc/wampcc.h -- Installing: /home/buildroot/instance-0/output-1/target/usr/include/wampcc/ssl_socket.h -- Installing: /home/buildroot/instance-0/output-1/target/usr/bin/admin -- Set non-toolchain portion of runtime path of "/home/buildroot/instance-0/output-1/target/usr/bin/admin" to "" >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/buildroot/instance-0/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-D_FORTIFY_SOURCE=1'@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', '-O2', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/buildroot/instance-0/output-1/host/bin/arc-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/home/buildroot/instance-0/output-1/host/bin/arc-buildroot-linux-gnu-g++%g" -e "s%@TARGET_AR@%/home/buildroot/instance-0/output-1/host/bin/arc-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/home/buildroot/instance-0/output-1/host/bin/arc-buildroot-linux-gnu-strip%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%archs%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/buildroot/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/instance-0/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/instance-0/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/buildroot/instance-0/output-1/host/bin/arc-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/home/buildroot/instance-0/output-1/host/bin/arc-buildroot-linux-gnu-g++%g" -e "s%@TARGET_AR@%/home/buildroot/instance-0/output-1/host/bin/arc-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/home/buildroot/instance-0/output-1/host/bin/arc-buildroot-linux-gnu-strip%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%archs%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/home/buildroot/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/instance-0/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/instance-0/output-1/host/etc/meson/cross-compilation.conf rm -f /home/buildroot/instance-0/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/instance-0/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/instance-0/output-1/host/bin/glib-compile-schemas /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/instance-0/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. PYTHONPATH="/home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot/usr/lib/python3.12/" /home/buildroot/instance-0/output-1/host/bin/python3.12 /home/buildroot/instance-0/output-1/build/python3-3.12.4/Lib/compileall.py -q -b -s /home/buildroot/instance-0/output-1/target -p / /home/buildroot/instance-0/output-1/target/usr/lib/python3.12 find /home/buildroot/instance-0/output-1/target/usr/lib/python3.12 -name '*.py' -print0 | xargs -0 --no-run-if-empty rm -f find /home/buildroot/instance-0/output-1/target/usr/lib/python3.12 -name '*.opt-1.pyc' -print0 -o -name '*.opt-2.pyc' -print0 | xargs -0 --no-run-if-empty rm -f mkdir -p /home/buildroot/instance-0/output-1/target/etc echo "buildroot" > /home/buildroot/instance-0/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/instance-0/output-1/target/etc/hosts mkdir -p /home/buildroot/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/instance-0/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/instance-0/output-1/target/etc/shadow rm -f /home/buildroot/instance-0/output-1/target/bin/sh printf '%s\n' C en_US locale-archive > /home/buildroot/instance-0/output-1/build/locales.nopurge for dir in /home/buildroot/instance-0/output-1/target/usr/share/locale /home/buildroot/instance-0/output-1/target/usr/share/X11/locale /home/buildroot/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/buildroot/instance-0/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/instance-0/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/instance-0/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/instance-0/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/instance-0/output-1/target/usr/include /home/buildroot/instance-0/output-1/target/usr/share/aclocal \ /home/buildroot/instance-0/output-1/target/usr/lib/pkgconfig /home/buildroot/instance-0/output-1/target/usr/share/pkgconfig \ /home/buildroot/instance-0/output-1/target/usr/lib/cmake /home/buildroot/instance-0/output-1/target/usr/share/cmake \ /home/buildroot/instance-0/output-1/target/usr/lib/rpm /home/buildroot/instance-0/output-1/target/usr/doc find /home/buildroot/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/instance-0/output-1/target/lib/ /home/buildroot/instance-0/output-1/target/usr/lib/ /home/buildroot/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/instance-0/output-1/target/usr/share/gdb rm -rf /home/buildroot/instance-0/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/instance-0/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/instance-0/output-1/target/usr/share/zsh rm -rf /home/buildroot/instance-0/output-1/target/usr/man /home/buildroot/instance-0/output-1/target/usr/share/man rm -rf /home/buildroot/instance-0/output-1/target/usr/info /home/buildroot/instance-0/output-1/target/usr/share/info rm -rf /home/buildroot/instance-0/output-1/target/usr/doc /home/buildroot/instance-0/output-1/target/usr/share/doc rm -rf /home/buildroot/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/instance-0/output-1/target/lib/debug /home/buildroot/instance-0/output-1/target/usr/lib/debug find /home/buildroot/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/buildroot/instance-0/output-1/host/bin/arc-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/instance-0/output-1/host/bin/arc-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/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/buildroot/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/buildroot/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.05-735-g3d85e9df43"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2024.08-git\"" \ ) > /home/buildroot/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=17 \ PER_PACKAGE_DIR=/home/buildroot/instance-0/output-1/per-package \ /home/buildroot/instance-0/buildroot/support/scripts/fix-rpath target touch /home/buildroot/instance-0/output-1/target/usr ln -snf /home/buildroot/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot /home/buildroot/instance-0/output-1/staging make: Leaving directory '/home/buildroot/instance-0/buildroot' make: Entering directory '/home/buildroot/instance-0/buildroot' >>> Buildroot 2024.05-735-g3d85e9df43 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final arc-2023.09-release Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final arc-2023.09-release Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> glibc 2.39-74-g198632a05f6c7b9ab67d3331d8caace9ceabb685 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: bba29819a3e938fae92674d6a88533e10605e389da8b51cdcba0a94f6221c5bc) >>> 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-skeleton Collecting legal info >>> host-tar 1.35 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gawk 5.3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial arc-2023.09-release Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils arc-2023.09-release Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.72 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) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.9.8 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> bandwidthd 2.0.1-auto-r11 Collecting legal info README: OK (sha256: 58573c40770e0c0b91f3eef8192952832321a344f66a4fb2d966095cbbfc86c2) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libpng 1.6.43 Collecting legal info LICENSE: OK (sha256: 7317e078e2d3b5d7ba5a6159e650945153262b44b76f6700f8e9edb261c5143e) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> boost 1.83.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> catch2 3.6.0 Collecting legal info LICENSE.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> host-cmake 3.30.0 Collecting legal info Copyright.txt: OK (sha256: 0676e30827684487aa0ea8f72f01e9460a6320fa34a2888df0ad1dd3e8a06eb8) >>> cc-tool 0.27 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> glog 0.7.0 Collecting legal info COPYING: OK (sha256: 136d48dea7a681413691f3db3098f6cf5ffaa3119d96d97bb83b8cff3ce38c4a) >>> harfbuzz 9.0.0 Collecting legal info COPYING: OK (sha256: ba8f810f2455c2f08e2d56bb49b72f37fcf68f1f4fade38977cfd7372050ad64) >>> host-meson 1.3.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.12.4 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python-pypa-build 1.2.1 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 24.0 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-setuptools 69.2.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> host-util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) 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) >>> libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> hawktracer 0.11.0 Collecting legal info LICENSE: OK (sha256: 2f377333e64ad08ad3afec8ed6c2c96ced2a6d7d67443eb2784a931bb7b3fd59) >>> irssi 1.4.4 Collecting legal info COPYING: OK (sha256: a1a27cb2ecee8d5378fbb3562f577104a445d6d66fee89286e16758305e63e2b) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> openssl Collecting legal info >>> libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> json-c 0.17 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> leptonica 1.84.1 Collecting legal info leptonica-license.txt: OK (sha256: 87829abb5bbb00b55a107365da89e9a33f86c4250169e5a1e5588505be7d5806) >>> libass 0.17.1 Collecting legal info COPYING: OK (sha256: f7e30699d02798351e7f839e3d3bfeb29ce65e44efa7735c225464c4fd7dfe9c) >>> libfribidi 1.0.14 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) >>> libglob 1.0 Collecting legal info LICENSE: OK (sha256: 4cd4bac6ef90d4a91ee6e52df30f241045fb1a27fb53541ef4a9f8e47e6103ca) >>> libsigc 3.4.0 Collecting legal info COPYING: OK (sha256: 97628afebc60f026f5c2b25d7491c46a5c4ee61f693e7cfa07fbd2c03605979b) >>> libsigrokdecode 0.5.3 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> python3 3.12.4 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> libuv 1.48.0 Collecting legal info LICENSE: OK (sha256: 16de0c32b265cb7d46a6d3bd614f259dd4d693a5e26b3407b04aae8d73041f0c) LICENSE-extra: OK (sha256: 262c44bd2cdba037e6d2a82fba15f5800d292bc993a6f5d6b6ea487744d02836) >>> mc 4.8.31 Collecting legal info COPYING: OK (sha256: 5576bbec76296e1c8e081f7037ebd01bdada388635f58d844a2f20d37bbe4284) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> php 8.3.9 Collecting legal info LICENSE: OK (sha256: b42e4df5e50e6ecda1047d503d6d91d71032d09ed1027ba1ef29eed26f890c5a) >>> python-pysocks 1.7.1 Collecting legal info LICENSE: OK (sha256: 7027e214e014eb78b7adcc1ceda5aca713a79fc4f6a0c52c9da5b3e707e6ffe9) >>> python-simplejson 3.19.2 Collecting legal info LICENSE.txt: OK (sha256: fcaa1e313a99304322e2e0836ea4ee7d839ce9a480438f3922a853edfdde129f) >>> python-urwid-readline 0.13 Collecting legal info >>> python-urwid 2.6.10 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> host-python-setuptools-scm 8.0.4 Collecting legal info LICENSE: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) >>> host-python-typing-extensions 4.12.2 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> ruby 3.3.1 Collecting legal info LEGAL: OK (sha256: e849b28d324423e636a3e6bc5d583cdaf4bd046c2b20872c53886b612d01a4a1) COPYING: OK (sha256: 967586d538a28955ec2541910cf63c5ac345fcdea94bfb1f1705a1f6eb36bcbb) BSDL: OK (sha256: 36a9a6e7347214bbba599a412617204e65bff065dcbe5c46f5cb454c80de9eb0) >>> host-ruby 3.3.1 Collecting legal info LEGAL: OK (sha256: e849b28d324423e636a3e6bc5d583cdaf4bd046c2b20872c53886b612d01a4a1) COPYING: OK (sha256: 967586d538a28955ec2541910cf63c5ac345fcdea94bfb1f1705a1f6eb36bcbb) BSDL: OK (sha256: 36a9a6e7347214bbba599a412617204e65bff065dcbe5c46f5cb454c80de9eb0) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> host-openssl Collecting legal info >>> host-libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> sbc 2.0 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> host-sdbusplus 4212292bcf136d04b38ba5116aa568b0fa312798 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-python-inflection 0.5.1 Collecting legal info LICENSE: OK (sha256: 9e9f9b4b2e7543ad1486f1328bf9ec50e5a5e2bb9caceb59652496dd61e64133) >>> host-python-mako 1.3.0 Collecting legal info LICENSE: OK (sha256: 0a326e448dd22f220dd30796677ddbdf3ddaa6427a9744fea9deaa51d9d74fd9) >>> host-python-markupsafe 2.1.5 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> host-python-pyyaml 6.0.1 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-python-cython 0.29.37 Collecting legal info COPYING.txt: OK (sha256: e1eb1c49a8508e8173dac30157e4a6439a44ad8846194746c424fbc3fc2b95d7) LICENSE.txt: OK (sha256: a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9) >>> host-squashfs 4.6.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.6.2 Collecting legal info COPYING: OK (sha256: ee3b35b82f7bb0ba5fd9f13ca34ebbe757a59c05bfde5ab9d50ff4188ed33396) COPYING.0BSD: OK (sha256: 0b01625d853911cd0e2e088dcfb743261034a091bb379246cb25a14cc4c74bf1) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.5.6 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> tpm-tools 1.3.9.1 Collecting legal info LICENSE: OK (sha256: 7b47225a5b77cb7825efc6a4d7e0ac57864c790542cf92f5080ec2bf310c00e5) >>> trousers 0.3.15 Collecting legal info LICENSE: OK (sha256: 1ad596d12e7471549663c03e280b5b5d084a2e853fb86e4d766109818f9d7dae) >>> wampcc 1.6 Collecting legal info LICENSE: OK (sha256: bd185b1ec8a292d42b42346757ff6e198073e13c1e080e9ea548d34dd42d30d8) WARNING: the Buildroot source code has not been saved WARNING: python-urwid-readline-0.13: cannot save license (PYTHON_URWID_READLINE_LICENSE_FILES not defined) Legal info produced in /home/buildroot/instance-0/output-1/legal-info make: Leaving directory '/home/buildroot/instance-0/buildroot'