from ../common/JackGraphManager.cpp:21: ../common/JackConnectionManager.h:411:21: note: 'class Jack::JackConnectionManager' declared here 411 | class SERVER_EXPORT JackConnectionManager | ^~~~~~~~~~~~~~~~~~~~~ In file included from ../common/JackGraphManager.h:28, from ../common/JackGraphManager.cpp:21: ../common/JackAtomicState.h: In instantiation of 'UInt32 Jack::JackAtomicState::WriteNextStateStartAux() [with T = Jack::JackConnectionManager; UInt32 = long unsigned int]': ../common/JackAtomicState.h:197:35: required from 'T* Jack::JackAtomicState::WriteNextStateStart() [with T = Jack::JackConnectionManager]' ../common/JackGraphManager.cpp:91:58: required from here ../common/JackAtomicState.h:116:23: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of non-trivially copyable type 'class Jack::JackConnectionManager'; use copy-assignment or copy-initialization instead [-Wclass-memaccess] 116 | memcpy(&fState[next_index], &fState[cur_index], sizeof(T)); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../common/JackGraphManager.h:27, from ../common/JackGraphManager.cpp:21: ../common/JackConnectionManager.h:411:21: note: 'class Jack::JackConnectionManager' declared here 411 | class SERVER_EXPORT JackConnectionManager | ^~~~~~~~~~~~~~~~~~~~~ [ 94/164] Compiling common/JackLibAPI.cpp In file included from ./google/protobuf/descriptor.pb.h:24, from ./google/protobuf/compiler/objectivec/objectivec_helpers.h:40, from google/protobuf/compiler/objectivec/objectivec_helpers.cc:45: ./google/protobuf/arena.h: In static member function 'static google::protobuf::Arena* google::protobuf::Arena::InternalCreateMessageOwnedArena()': ./google/protobuf/arena.h:518:46: warning: 'new' of type 'google::protobuf::Arena' with extended alignment 8 [-Waligned-new=] 518 | return new Arena(internal::MessageOwned{}); | ^ ./google/protobuf/arena.h:518:46: note: uses 'void* operator new(std::size_t)', which does not have an alignment parameter ./google/protobuf/arena.h:518:46: note: use '-faligned-new' to enable C++17 over-aligned new support [ 95/164] Compiling common/JackLibClient.cpp [ 96/164] Compiling common/JackShmMem.cpp [ 97/164] Compiling linux/JackLinuxTime.c [ 98/164] Compiling common/JackException.cpp /home/buildroot/autobuild/instance-1/output-1/per-package/libopenssl/host/bin/arceb-linux-gcc -Iapps -I. -Iinclude -Iapps/include -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DOPENSSL_NO_ASYNC -DOPENSSL_BUILDING_OPENSSL -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -MMD -MF apps/openssl-bin-spkac.d.tmp -MT apps/openssl-bin-spkac.o -c -o apps/openssl-bin-spkac.o apps/spkac.c /home/buildroot/autobuild/instance-1/output-1/per-package/libopenssl/host/bin/arceb-linux-gcc -Iapps -I. -Iinclude -Iapps/include -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DOPENSSL_NO_ASYNC -DOPENSSL_BUILDING_OPENSSL -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -MMD -MF apps/openssl-bin-srp.d.tmp -MT apps/openssl-bin-srp.o -c -o apps/openssl-bin-srp.o apps/srp.c [ 99/164] Compiling common/JackEngineControl.cpp [100/164] Compiling posix/JackPosixMutex.cpp [101/164] Compiling common/JackActivationCount.cpp /home/buildroot/autobuild/instance-1/output-1/per-package/libopenssl/host/bin/arceb-linux-gcc -Iapps -I. -Iinclude -Iapps/include -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DOPENSSL_NO_ASYNC -DOPENSSL_BUILDING_OPENSSL -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -MMD -MF apps/openssl-bin-storeutl.d.tmp -MT apps/openssl-bin-storeutl.o -c -o apps/openssl-bin-storeutl.o apps/storeutl.c [102/164] Compiling common/JackPort.cpp [103/164] Compiling common/JackMidiAPI.cpp ../common/JackPort.cpp: In member function 'int Jack::JackPort::GetAliases(char* const*)': ../common/JackPort.cpp:257:16: warning: 'char* strncpy(char*, const char*, size_t)' output may be truncated copying 320 bytes from a string of length 320 [-Wstringop-truncation] 257 | strncpy(aliases[0], fAlias1, REAL_JACK_PORT_NAME_SIZE); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../common/JackPort.cpp:262:16: warning: 'char* strncpy(char*, const char*, size_t)' output may be truncated copying 320 bytes from a string of length 320 [-Wstringop-truncation] 262 | strncpy(aliases[1], fAlias2, REAL_JACK_PORT_NAME_SIZE); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../common/JackPort.cpp: In member function 'int Jack::JackPort::SetAlias(const char*)': ../common/JackPort.cpp:274:16: warning: 'char* strncpy(char*, const char*, size_t)' specified bound 321 equals destination size [-Wstringop-truncation] 274 | strncpy(fAlias2, alias, sizeof(fAlias2)); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../common/JackPort.cpp:272:16: warning: 'char* strncpy(char*, const char*, size_t)' specified bound 321 equals destination size [-Wstringop-truncation] 272 | strncpy(fAlias1, alias, sizeof(fAlias1)); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [104/164] Compiling common/timestamps.c [105/164] Compiling posix/JackPosixThread.cpp [106/164] Compiling posix/JackPosixProcessSync.cpp /home/buildroot/autobuild/instance-1/output-1/per-package/libopenssl/host/bin/arceb-linux-gcc -Iapps -I. -Iinclude -Iapps/include -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DOPENSSL_NO_ASYNC -DOPENSSL_BUILDING_OPENSSL -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -MMD -MF apps/openssl-bin-ts.d.tmp -MT apps/openssl-bin-ts.o -c -o apps/openssl-bin-ts.o apps/ts.c ../common/JackGenericClientChannel.cpp: In member function 'virtual void Jack::JackGenericClientChannel::GetUUIDForClientName(int, const char*, char*, int*)': ../common/JackGenericClientChannel.cpp:232:12: warning: 'char* strncpy(char*, const char*, size_t)' output may be truncated copying 36 bytes from a string of length 36 [-Wstringop-truncation] 232 | strncpy(uuid_res, res.fUUID, JACK_UUID_SIZE); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../common/JackGenericClientChannel.cpp: In member function 'virtual void Jack::JackGenericClientChannel::GetClientNameForUUID(int, const char*, char*, int*)': ../common/JackGenericClientChannel.cpp:240:12: warning: 'char* strncpy(char*, const char*, size_t)' output may be truncated copying 64 bytes from a string of length 64 [-Wstringop-truncation] 240 | strncpy(name_res, res.fName, JACK_CLIENT_NAME_SIZE); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [107/164] Compiling common/promiscuous.c [108/164] Compiling common/JackError.cpp [109/164] Compiling dbus/xml_expat.c [110/164] Compiling dbus/sigsegv.c [111/164] Compiling linux/uptime.c [112/164] Compiling dbus/reserve.c [113/164] Compiling dbus/controller_iface_introspectable.c ../dbus/sigsegv.c: In function 'signal_segv': ../dbus/sigsegv.c:65:17: warning: unused variable 'ucontext' [-Wunused-variable] 65 | ucontext_t *ucontext = (ucontext_t*)ptr; | ^~~~~~~~ [114/164] Compiling dbus/xml_write_raw.c /home/buildroot/autobuild/instance-1/output-1/per-package/libopenssl/host/bin/arceb-linux-gcc -Iapps -I. -Iinclude -Iapps/include -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DOPENSSL_NO_ASYNC -DOPENSSL_BUILDING_OPENSSL -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -MMD -MF apps/openssl-bin-verify.d.tmp -MT apps/openssl-bin-verify.o -c -o apps/openssl-bin-verify.o apps/verify.c [115/164] Compiling dbus/controller_iface_configure.c [116/164] Compiling dbus/controller_iface_patchbay.c [117/164] Compiling dbus/controller_iface_transport.c [118/164] Linking build/common/libjack.so [119/164] Compiling dbus/params.c [120/164] Compiling dbus/controller_iface_session_manager.c [121/164] Compiling dbus/controller_iface_control.c /home/buildroot/autobuild/instance-1/output-1/per-package/libopenssl/host/bin/arceb-linux-gcc -Iapps -I. -Iinclude -Iapps/include -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DOPENSSL_NO_ASYNC -DOPENSSL_BUILDING_OPENSSL -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -MMD -MF apps/openssl-bin-version.d.tmp -MT apps/openssl-bin-version.o -c -o apps/openssl-bin-version.o apps/version.c [122/164] Compiling dbus/jackdbus.c ../dbus/controller_iface_session_manager.c: In function 'jack_controller_process_session_command_thread': ../dbus/controller_iface_session_manager.c:223:9: warning: 'jack_session_commands_free' is deprecated [-Wdeprecated-declarations] 223 | jack_session_commands_free(commands); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../dbus/controller_internal.h:28, from ../dbus/controller_iface_session_manager.c:31: ../common/jack/session.h:266:6: note: declared here 266 | void jack_session_commands_free (jack_session_command_t *cmds) JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../dbus/controller_iface_session_manager.c: In function 'jack_controller_dbus_has_session_callback': ../dbus/controller_iface_session_manager.c:455:5: warning: 'jack_client_has_session_callback' is deprecated [-Wdeprecated-declarations] 455 | ret = jack_client_has_session_callback(controller_ptr->client, client_name); | ^~~ In file included from ../dbus/controller_internal.h:28, from ../dbus/controller_iface_session_manager.c:31: ../common/jack/session.h:293:1: note: declared here 293 | jack_client_has_session_callback (jack_client_t *client, const char *client_name) JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [123/164] Compiling dbus/xml.c [124/164] Compiling dbus/controller.c /home/buildroot/autobuild/instance-1/output-1/per-package/libopenssl/host/bin/arceb-linux-gcc -Iapps -I. -Iinclude -Iapps/include -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DOPENSSL_NO_ASYNC -DOPENSSL_BUILDING_OPENSSL -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -MMD -MF apps/openssl-bin-x509.d.tmp -MT apps/openssl-bin-x509.o -c -o apps/openssl-bin-x509.o apps/x509.c [125/164] Compiling common/JackNetManager.cpp [126/164] Compiling common/JackProfiler.cpp [127/164] Compiling common/JackDummyDriver.cpp [128/164] Compiling common/JackLoopbackDriver.cpp [129/164] Compiling common/JackNetDriver.cpp [130/164] Linking build/dbus/jackdbus [131/164] Linking build/jack_dummy.so [132/164] Linking build/jack_loopback.so [133/164] Compiling common/JackNetOneDriver.cpp [134/164] Linking build/common/profiler.so [135/164] Compiling common/netjack_packet.c /home/buildroot/autobuild/instance-1/output-1/per-package/libopenssl/host/bin/arceb-linux-gcc -fPIC -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DOPENSSL_NO_ASYNC -L. -Wl,-znodelete -shared -Wl,-Bsymbolic -Wl,-soname=libssl.so.3 \ -o libssl.so.3 -Wl,--version-script=libssl.ld \ crypto/libssl-shlib-packet.o ssl/libssl-shlib-bio_ssl.o \ ssl/libssl-shlib-d1_lib.o ssl/libssl-shlib-d1_msg.o \ ssl/libssl-shlib-d1_srtp.o ssl/libssl-shlib-methods.o \ ssl/libssl-shlib-pqueue.o ssl/libssl-shlib-s3_cbc.o \ ssl/libssl-shlib-s3_enc.o ssl/libssl-shlib-s3_lib.o \ ssl/libssl-shlib-s3_msg.o ssl/libssl-shlib-ssl_asn1.o \ ssl/libssl-shlib-ssl_cert.o ssl/libssl-shlib-ssl_ciph.o \ ssl/libssl-shlib-ssl_conf.o ssl/libssl-shlib-ssl_err.o \ ssl/libssl-shlib-ssl_err_legacy.o \ ssl/libssl-shlib-ssl_init.o ssl/libssl-shlib-ssl_lib.o \ ssl/libssl-shlib-ssl_mcnf.o ssl/libssl-shlib-ssl_rsa.o \ ssl/libssl-shlib-ssl_rsa_legacy.o \ ssl/libssl-shlib-ssl_sess.o ssl/libssl-shlib-ssl_stat.o \ ssl/libssl-shlib-ssl_txt.o ssl/libssl-shlib-ssl_utst.o \ ssl/libssl-shlib-t1_enc.o ssl/libssl-shlib-t1_lib.o \ ssl/libssl-shlib-t1_trce.o ssl/libssl-shlib-tls13_enc.o \ ssl/libssl-shlib-tls_depr.o ssl/libssl-shlib-tls_srp.o \ ssl/record/libssl-shlib-dtls1_bitmap.o \ ssl/record/libssl-shlib-rec_layer_d1.o \ ssl/record/libssl-shlib-rec_layer_s3.o \ ssl/record/libssl-shlib-ssl3_buffer.o \ ssl/record/libssl-shlib-ssl3_record.o \ ssl/record/libssl-shlib-ssl3_record_tls13.o \ ssl/record/libssl-shlib-tls_pad.o \ ssl/statem/libssl-shlib-extensions.o \ ssl/statem/libssl-shlib-extensions_clnt.o \ ssl/statem/libssl-shlib-extensions_cust.o \ ssl/statem/libssl-shlib-extensions_srvr.o \ ssl/statem/libssl-shlib-statem.o \ ssl/statem/libssl-shlib-statem_clnt.o \ ssl/statem/libssl-shlib-statem_dtls.o \ ssl/statem/libssl-shlib-statem_lib.o \ ssl/statem/libssl-shlib-statem_srvr.o \ -lcrypto -ldl -pthread -latomic /home/buildroot/autobuild/instance-1/output-1/per-package/libopenssl/host/bin/arceb-linux-gcc -fPIC -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DOPENSSL_NO_ASYNC -L. -Wl,-z,defs -Wl,-znodelete -shared -Wl,-Bsymbolic \ -o engines/capi.so -Wl,--version-script=engines/capi.ld \ engines/capi-dso-e_capi.o \ -lcrypto -ldl -pthread -latomic /home/buildroot/autobuild/instance-1/output-1/per-package/libopenssl/host/bin/arceb-linux-gcc -fPIC -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DOPENSSL_NO_ASYNC -L. -Wl,-z,defs -Wl,-znodelete -shared -Wl,-Bsymbolic \ -o engines/dasync.so -Wl,--version-script=engines/dasync.ld \ engines/dasync-dso-e_dasync.o \ -lcrypto -ldl -pthread -latomic /home/buildroot/autobuild/instance-1/output-1/per-package/libopenssl/host/bin/arceb-linux-gcc -fPIC -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DOPENSSL_NO_ASYNC -L. -Wl,-z,defs -Wl,-znodelete -shared -Wl,-Bsymbolic \ -o engines/loader_attic.so -Wl,--version-script=engines/loader_attic.ld \ crypto/pem/loader_attic-dso-pvkfmt.o \ engines/loader_attic-dso-e_loader_attic.o \ -lcrypto -ldl -pthread -latomic /home/buildroot/autobuild/instance-1/output-1/per-package/libopenssl/host/bin/arceb-linux-gcc -fPIC -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DOPENSSL_NO_ASYNC -L. -Wl,-z,defs -Wl,-znodelete -shared -Wl,-Bsymbolic \ -o engines/ossltest.so -Wl,--version-script=engines/ossltest.ld \ engines/ossltest-dso-e_ossltest.o \ -lcrypto -ldl -pthread -latomic [136/164] Compiling common/netjack.c /home/buildroot/autobuild/instance-1/output-1/per-package/libopenssl/host/bin/arceb-linux-gcc -fPIC -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DOPENSSL_NO_ASYNC -L. -Wl,-z,defs -Wl,-znodelete -shared -Wl,-Bsymbolic \ -o engines/padlock.so -Wl,--version-script=engines/padlock.ld \ engines/padlock-dso-e_padlock.o \ -lcrypto -ldl -pthread -latomic /home/buildroot/autobuild/instance-1/output-1/per-package/libopenssl/host/bin/arceb-linux-gcc -fPIC -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DOPENSSL_NO_ASYNC -L. -Wl,-z,defs -Wl,-znodelete -shared -Wl,-Bsymbolic \ -o providers/legacy.so -Wl,--version-script=providers/legacy.ld \ crypto/legacy-dso-cpuid.o crypto/legacy-dso-ctype.o \ crypto/legacy-dso-mem_clr.o \ providers/legacy-dso-legacyprov.o \ providers/liblegacy.a providers/libcommon.a -lcrypto -ldl -pthread -latomic rm -f libssl.so && \ ln -s libssl.so.3 libssl.so rm -f apps/openssl ${LDCMD:-/home/buildroot/autobuild/instance-1/output-1/per-package/libopenssl/host/bin/arceb-linux-gcc} -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DOPENSSL_NO_ASYNC -L. \ -o apps/openssl \ apps/lib/openssl-bin-cmp_mock_srv.o \ apps/openssl-bin-asn1parse.o apps/openssl-bin-ca.o \ apps/openssl-bin-ciphers.o apps/openssl-bin-cmp.o \ apps/openssl-bin-cms.o apps/openssl-bin-crl.o \ apps/openssl-bin-crl2pkcs7.o apps/openssl-bin-dgst.o \ apps/openssl-bin-dhparam.o apps/openssl-bin-dsa.o \ apps/openssl-bin-dsaparam.o apps/openssl-bin-ec.o \ apps/openssl-bin-ecparam.o apps/openssl-bin-enc.o \ apps/openssl-bin-engine.o apps/openssl-bin-errstr.o \ apps/openssl-bin-fipsinstall.o apps/openssl-bin-gendsa.o \ apps/openssl-bin-genpkey.o apps/openssl-bin-genrsa.o \ apps/openssl-bin-info.o apps/openssl-bin-kdf.o \ apps/openssl-bin-list.o apps/openssl-bin-mac.o \ apps/openssl-bin-nseq.o apps/openssl-bin-ocsp.o \ apps/openssl-bin-openssl.o apps/openssl-bin-passwd.o \ apps/openssl-bin-pkcs12.o apps/openssl-bin-pkcs7.o \ apps/openssl-bin-pkcs8.o apps/openssl-bin-pkey.o \ apps/openssl-bin-pkeyparam.o apps/openssl-bin-pkeyutl.o \ apps/openssl-bin-prime.o apps/openssl-bin-progs.o \ apps/openssl-bin-rand.o apps/openssl-bin-rehash.o \ apps/openssl-bin-req.o apps/openssl-bin-rsa.o \ apps/openssl-bin-rsautl.o apps/openssl-bin-s_client.o \ apps/openssl-bin-s_server.o apps/openssl-bin-s_time.o \ apps/openssl-bin-sess_id.o apps/openssl-bin-smime.o \ apps/openssl-bin-speed.o apps/openssl-bin-spkac.o \ apps/openssl-bin-srp.o apps/openssl-bin-storeutl.o \ apps/openssl-bin-ts.o apps/openssl-bin-verify.o \ apps/openssl-bin-version.o apps/openssl-bin-x509.o \ apps/libapps.a -lssl -lcrypto -ldl -pthread -latomic [137/164] Compiling common/JackProxyDriver.cpp [138/164] Compiling linux/alsa/alsa_seqmidi.c make[2]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/libopenssl-3.1.4' make[1]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/libopenssl-3.1.4' >>> libbytesize 2.7 Building GIT_DIR=. PATH="/home/buildroot/autobuild/instance-1/output-1/per-package/libbytesize/host/bin:/home/buildroot/autobuild/instance-1/output-1/per-package/libbytesize/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -C /home/buildroot/autobuild/instance-1/output-1/build/libbytesize-2.7/ make[1]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/libbytesize-2.7' Making all in . make[2]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/libbytesize-2.7' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/libbytesize-2.7' Making all in po make[2]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/libbytesize-2.7/po' msgmerge --verbose -o ast.mpo ast.po ../po/libbytesize.pot msgmerge --verbose -o be.mpo be.po ../po/libbytesize.pot msgmerge --verbose -o bn_IN.mpo bn_IN.po ../po/libbytesize.pot msgmerge --verbose -o ca.mpo ca.po ../po/libbytesize.pot msgmerge --verbose -o cs.mpo cs.po ../po/libbytesize.pot msgmerge --verbose -o da.mpo da.po ../po/libbytesize.pot msgmerge --verbose -o de.mpo de.po ../po/libbytesize.pot msgmerge --verbose -o es.mpo es.po ../po/libbytesize.pot msgmerge --verbose -o fi.mpo fi.po ../po/libbytesize.pot msgmerge --verbose -o fr.mpo fr.po ../po/libbytesize.pot msgmerge --verbose -o fur.mpo fur.po ../po/libbytesize.pot msgmerge --verbose -o he.mpo he.po ../po/libbytesize.pot msgmerge --verbose -o hr.mpo hr.po ../po/libbytesize.pot msgmerge --verbose -o hu.mpo hu.po ../po/libbytesize.pot msgmerge --verbose -o id.mpo id.po ../po/libbytesize.pot msgmerge --verbose -o it.mpo it.po ../po/libbytesize.pot msgmerge --verbose -o ko.mpo ko.po ../po/libbytesize.pot msgmerge --verbose -o nl.mpo nl.po ../po/libbytesize.pot msgmerge --verbose -o nn.mpo nn.po ../po/libbytesize.pot msgmerge --verbose -o pl.mpo pl.po ../po/libbytesize.pot msgmerge --verbose -o pt.mpo pt.po ../po/libbytesize.pot msgmerge --verbose -o pt_BR.mpo pt_BR.po ../po/libbytesize.pot msgmerge --verbose -o ru.mpo ru.po ../po/libbytesize.pot msgmerge --verbose -o si.mpo si.po ../po/libbytesize.pot msgmerge --verbose -o sk.mpo sk.po ../po/libbytesize.pot msgmerge --verbose -o sq.mpo sq.po ../po/libbytesize.pot msgmerge --verbose -o sv.mpo sv.po ../po/libbytesize.pot msgmerge --verbose -o tr.mpo tr.po ../po/libbytesize.pot msgmerge --verbose -o uk.mpo uk.po ../po/libbytesize.pot msgmerge --verbose -o zh_CN.mpo zh_CN.po ../po/libbytesize.pot msgmerge --verbose -o zh_TW.mpo zh_TW.po ../po/libbytesize.pot msgfmt --statistics --verbose -o ast.mo ast.mpo msgfmt --statistics --verbose -o be.mo be.mpo msgfmt --statistics --verbose -o bn_IN.mo bn_IN.mpo msgfmt --statistics --verbose -o ca.mo ca.mpo msgfmt --statistics --verbose -o cs.mo cs.mpo msgfmt --statistics --verbose -o da.mo da.mpo msgfmt --statistics --verbose -o de.mo de.mpo msgfmt --statistics --verbose -o es.mo es.mpo msgfmt --statistics --verbose -o fi.mo fi.mpo msgfmt --statistics --verbose -o fr.mo fr.mpo msgfmt --statistics --verbose -o fur.mo fur.mpo msgfmt --statistics --verbose -o he.mo he.mpo msgfmt --statistics --verbose -o hr.mo hr.mpo msgfmt --statistics --verbose -o hu.mo hu.mpo msgfmt --statistics --verbose -o id.mo id.mpo msgfmt --statistics --verbose -o it.mo it.mpo msgfmt --statistics --verbose -o ko.mo ko.mpo msgfmt --statistics --verbose -o nl.mo nl.mpo msgfmt --statistics --verbose -o nn.mo nn.mpo msgfmt --statistics --verbose -o pl.mo pl.mpo msgfmt --statistics --verbose -o pt.mo pt.mpo msgfmt --statistics --verbose -o pt_BR.mo pt_BR.mpo msgfmt --statistics --verbose -o ru.mo ru.mpo msgfmt --statistics --verbose -o si.mo si.mpo msgfmt --statistics --verbose -o sk.mo sk.mpo msgfmt --statistics --verbose -o sq.mo sq.mpo msgfmt --statistics --verbose -o sv.mo sv.mpo msgfmt --statistics --verbose -o tr.mo tr.mpo msgfmt --statistics --verbose -o uk.mo uk.mpo msgfmt --statistics --verbose -o zh_CN.mo zh_CN.mpo msgfmt --statistics --verbose -o zh_TW.mo zh_TW.mpo make[2]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/libbytesize-2.7/po' Making all in src make[2]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/libbytesize-2.7/src' Making all in python make[3]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/libbytesize-2.7/src/python' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/libbytesize-2.7/src/python' make[3]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/libbytesize-2.7/src' /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-1/output-1/per-package/libbytesize/host/bin/arceb-linux-gcc -DPACKAGE_NAME=\"libbytesize\" -DPACKAGE_TARNAME=\"libbytesize\" -DPACKAGE_VERSION=\"2.7\" -DPACKAGE_STRING=\"libbytesize\ 2.7\" -DPACKAGE_BUGREPORT=\"vpodzime@redhat.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libbytesize\" -DVERSION=\"2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBGMP=1 -DHAVE_LANGINFO_H=1 -DHAVE_GMP_H=1 -DHAVE_MPFR_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDARG_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_CTYPE_H=1 -I. -DLOCALEDIR=\"/usr/share/locale\" -DDEFAULT_TEXT_DOMAIN=\"libbytesize\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Werror -Wno-overflow -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DENABLE_NLS -c -o libbytesize_la-bs_size.lo `test -f 'bs_size.c' || echo './'`bs_size.c [139/164] Linking build/common/netmanager.so [140/164] Compiling linux/alsa/hdsp.c [141/164] Linking build/jack_netone.so [142/164] Compiling linux/alsa/alsa_driver.c [143/164] Compiling linux/alsa/alsa_rawmidi.c ../common/JackNetDriver.cpp: In function 'Jack::JackDriverClientInterface* Jack::driver_initialize(Jack::JackLockedEngine*, Jack::JackSynchro*, const JSList*)': ../common/JackNetDriver.cpp:787:32: warning: 'char* strncpy(char*, const char*, size_t)' output may be truncated copying 64 bytes from a string of length 127 [-Wstringop-truncation] 787 | strncpy(net_name, param->value.str, JACK_CLIENT_NAME_SIZE); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [144/164] Compiling linux/alsa/generic_hw.c CXX google/protobuf/compiler/objectivec/objectivec_map_field.lo [145/164] Linking build/jack_net.so libtool: compile: /home/buildroot/autobuild/instance-1/output-1/per-package/libbytesize/host/bin/arceb-linux-gcc -DPACKAGE_NAME=\"libbytesize\" -DPACKAGE_TARNAME=\"libbytesize\" -DPACKAGE_VERSION=\"2.7\" "-DPACKAGE_STRING=\"libbytesize 2.7\"" -DPACKAGE_BUGREPORT=\"vpodzime@redhat.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libbytesize\" -DVERSION=\"2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBGMP=1 -DHAVE_LANGINFO_H=1 -DHAVE_GMP_H=1 -DHAVE_MPFR_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDARG_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_CTYPE_H=1 -I. -DLOCALEDIR=\"/usr/share/locale\" -DDEFAULT_TEXT_DOMAIN=\"libbytesize\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Werror -Wno-overflow -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DENABLE_NLS -c bs_size.c -fPIC -DPIC -o .libs/libbytesize_la-bs_size.o [146/164] Compiling linux/alsa/hammerfall.c In file included from bs_size.c:18: gettext.h:25:11: fatal error: libintl.h: No such file or directory 25 | # include | ^~~~~~~~~~~ compilation terminated. make[3]: *** [Makefile:523: libbytesize_la-bs_size.lo] Error 1 make[3]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/libbytesize-2.7/src' make[2]: *** [Makefile:580: all-recursive] Error 1 make[2]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/libbytesize-2.7/src' make[1]: *** [Makefile:420: all-recursive] Error 1 make[1]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/libbytesize-2.7' make: *** [package/pkg-generic.mk:283: /home/buildroot/autobuild/instance-1/output-1/build/libbytesize-2.7/.stamp_built] Error 2 make: *** Waiting for unfinished jobs.... CXX google/protobuf/compiler/objectivec/objectivec_message.lo [147/164] Compiling linux/alsa/ice1712.c [148/164] Compiling linux/alsa/alsa_midi_jackmp.cpp ../linux/alsa/alsa_rawmidi.c: In function 'scan_device': ../linux/alsa/alsa_rawmidi.c:418:50: warning: '%s' directive output may be truncated writing up to 63 bytes into a region of size between 44 and 60 [-Wformat-truncation=] 418 | snprintf(port->name, sizeof(port->name), "%s %s %s", port->id.id[2] ? "out":"in", port->dev, name); | ^~ ../linux/alsa/alsa_rawmidi.c:418:2: note: 'snprintf' output between 5 and 84 bytes into a destination of size 64 418 | snprintf(port->name, sizeof(port->name), "%s %s %s", port->id.id[2] ? "out":"in", port->dev, name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'midi_port_init', inlined from 'scan_port_add' at ../linux/alsa/alsa_rawmidi.c:673:2, inlined from 'scan_port_update' at ../linux/alsa/alsa_rawmidi.c:657:10, inlined from 'scan_device' at ../linux/alsa/alsa_rawmidi.c:640:3: ../linux/alsa/alsa_rawmidi.c:414:2: warning: 'strncpy' specified bound 64 equals destination size [-Wstringop-truncation] 414 | strncpy(port->device_name, snd_rawmidi_info_get_name(info), sizeof(port->device_name)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../linux/alsa/alsa_rawmidi.c: In function 'scan_cycle': ../linux/alsa/alsa_rawmidi.c:475:36: warning: '%d' directive output may be truncated writing between 1 and 11 bytes into a region of size between 0 and 63 [-Wformat-truncation=] 475 | snprintf(name, sizeof(name), "%s %d", port->name, num); | ^~ ../linux/alsa/alsa_rawmidi.c:475:3: note: 'snprintf' output between 3 and 76 bytes into a destination of size 64 475 | snprintf(name, sizeof(name), "%s %d", port->name, num); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [149/164] Compiling linux/alsa/JackAlsaDriver.cpp [150/164] Compiling common/memops.c [151/164] Linking build/jack_proxy.so [152/164] Compiling linux/alsarawmidi/JackALSARawMidiPort.cpp [153/164] Compiling linux/alsarawmidi/JackALSARawMidiInputPort.cpp [154/164] Compiling linux/alsarawmidi/JackALSARawMidiReceiveQueue.cpp In file included from ./google/protobuf/descriptor.pb.h:24, from ./google/protobuf/compiler/objectivec/objectivec_helpers.h:40, from google/protobuf/compiler/objectivec/objectivec_map_field.cc:35: ./google/protobuf/arena.h: In static member function 'static google::protobuf::Arena* google::protobuf::Arena::InternalCreateMessageOwnedArena()': ./google/protobuf/arena.h:518:46: warning: 'new' of type 'google::protobuf::Arena' with extended alignment 8 [-Waligned-new=] 518 | return new Arena(internal::MessageOwned{}); | ^ ./google/protobuf/arena.h:518:46: note: uses 'void* operator new(std::size_t)', which does not have an alignment parameter ./google/protobuf/arena.h:518:46: note: use '-faligned-new' to enable C++17 over-aligned new support [155/164] Compiling linux/alsarawmidi/JackALSARawMidiOutputPort.cpp In file included from ./google/protobuf/descriptor.pb.h:24, from ./google/protobuf/compiler/objectivec/objectivec_helpers.h:40, from google/protobuf/compiler/objectivec/objectivec_message.cc:38: ./google/protobuf/arena.h: In static member function 'static google::protobuf::Arena* google::protobuf::Arena::InternalCreateMessageOwnedArena()': ./google/protobuf/arena.h:518:46: warning: 'new' of type 'google::protobuf::Arena' with extended alignment 8 [-Waligned-new=] 518 | return new Arena(internal::MessageOwned{}); | ^ ./google/protobuf/arena.h:518:46: note: uses 'void* operator new(std::size_t)', which does not have an alignment parameter ./google/protobuf/arena.h:518:46: note: use '-faligned-new' to enable C++17 over-aligned new support [156/164] Compiling linux/alsarawmidi/JackALSARawMidiDriver.cpp [157/164] Compiling linux/alsarawmidi/JackALSARawMidiUtil.cpp [158/164] Compiling linux/alsarawmidi/JackALSARawMidiSendQueue.cpp [159/164] Compiling jack.pc.in [160/164] Compiling dbus/org.jackaudio.service.in ../linux/alsa/JackAlsaDriver.cpp: In function 'jack_driver_param_constraint_desc_t* enum_alsa_devices()': ../linux/alsa/JackAlsaDriver.cpp:625:68: warning: '%d' directive output may be truncated writing between 1 and 11 bytes into a region of size between 0 and 127 [-Wformat-truncation=] 625 | snprintf(device_id.str, sizeof(device_id.str), "%s,%d", card_id.str, device_no); | ^~ ../linux/alsa/JackAlsaDriver.cpp:625:25: note: 'snprintf' output between 3 and 140 bytes into a destination of size 128 625 | snprintf(device_id.str, sizeof(device_id.str), "%s,%d", card_id.str, device_no); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [161/164] Linking build/jack_alsa.so [162/164] Linking build/jack_alsarawmidi.so [163/164] Symlinking build/common/libjack.so [164/164] Symlinking build/common/libjackserver.so Waf: Leaving directory `/home/buildroot/autobuild/instance-1/output-1/build/jack2-1.9.21/build' 'build' finished successfully (38.539s) CXX google/protobuf/compiler/objectivec/objectivec_message_field.lo CXX google/protobuf/compiler/objectivec/objectivec_oneof.lo In file included from ./google/protobuf/descriptor.pb.h:24, from ./google/protobuf/compiler/objectivec/objectivec_helpers.h:40, from google/protobuf/compiler/objectivec/objectivec_message_field.cc:35: ./google/protobuf/arena.h: In static member function 'static google::protobuf::Arena* google::protobuf::Arena::InternalCreateMessageOwnedArena()': ./google/protobuf/arena.h:518:46: warning: 'new' of type 'google::protobuf::Arena' with extended alignment 8 [-Waligned-new=] 518 | return new Arena(internal::MessageOwned{}); | ^ ./google/protobuf/arena.h:518:46: note: uses 'void* operator new(std::size_t)', which does not have an alignment parameter ./google/protobuf/arena.h:518:46: note: use '-faligned-new' to enable C++17 over-aligned new support In file included from ./google/protobuf/descriptor.pb.h:24, from ./google/protobuf/compiler/objectivec/objectivec_helpers.h:40, from google/protobuf/compiler/objectivec/objectivec_oneof.cc:35: ./google/protobuf/arena.h: In static member function 'static google::protobuf::Arena* google::protobuf::Arena::InternalCreateMessageOwnedArena()': ./google/protobuf/arena.h:518:46: warning: 'new' of type 'google::protobuf::Arena' with extended alignment 8 [-Waligned-new=] 518 | return new Arena(internal::MessageOwned{}); | ^ ./google/protobuf/arena.h:518:46: note: uses 'void* operator new(std::size_t)', which does not have an alignment parameter ./google/protobuf/arena.h:518:46: note: use '-faligned-new' to enable C++17 over-aligned new support CXX google/protobuf/compiler/objectivec/objectivec_primitive_field.lo CXX google/protobuf/compiler/php/php_generator.lo CXX google/protobuf/compiler/python/generator.lo In file included from ./google/protobuf/descriptor.pb.h:24, from ./google/protobuf/compiler/objectivec/objectivec_helpers.h:40, from google/protobuf/compiler/objectivec/objectivec_primitive_field.cc:34: ./google/protobuf/arena.h: In static member function 'static google::protobuf::Arena* google::protobuf::Arena::InternalCreateMessageOwnedArena()': ./google/protobuf/arena.h:518:46: warning: 'new' of type 'google::protobuf::Arena' with extended alignment 8 [-Waligned-new=] 518 | return new Arena(internal::MessageOwned{}); | ^ ./google/protobuf/arena.h:518:46: note: uses 'void* operator new(std::size_t)', which does not have an alignment parameter ./google/protobuf/arena.h:518:46: note: use '-faligned-new' to enable C++17 over-aligned new support In file included from ./google/protobuf/descriptor.pb.h:24, from google/protobuf/compiler/php/php_generator.cc:36: ./google/protobuf/arena.h: In static member function 'static google::protobuf::Arena* google::protobuf::Arena::InternalCreateMessageOwnedArena()': ./google/protobuf/arena.h:518:46: warning: 'new' of type 'google::protobuf::Arena' with extended alignment 8 [-Waligned-new=] 518 | return new Arena(internal::MessageOwned{}); | ^ ./google/protobuf/arena.h:518:46: note: uses 'void* operator new(std::size_t)', which does not have an alignment parameter ./google/protobuf/arena.h:518:46: note: use '-faligned-new' to enable C++17 over-aligned new support In file included from ./google/protobuf/descriptor.pb.h:24, from google/protobuf/compiler/python/generator.cc:63: ./google/protobuf/arena.h: In static member function 'static google::protobuf::Arena* google::protobuf::Arena::InternalCreateMessageOwnedArena()': ./google/protobuf/arena.h:518:46: warning: 'new' of type 'google::protobuf::Arena' with extended alignment 8 [-Waligned-new=] 518 | return new Arena(internal::MessageOwned{}); | ^ ./google/protobuf/arena.h:518:46: note: uses 'void* operator new(std::size_t)', which does not have an alignment parameter ./google/protobuf/arena.h:518:46: note: use '-faligned-new' to enable C++17 over-aligned new support CXX google/protobuf/compiler/python/helpers.lo In file included from ./google/protobuf/descriptor.pb.h:24, from google/protobuf/compiler/python/helpers.cc:38: ./google/protobuf/arena.h: In static member function 'static google::protobuf::Arena* google::protobuf::Arena::InternalCreateMessageOwnedArena()': ./google/protobuf/arena.h:518:46: warning: 'new' of type 'google::protobuf::Arena' with extended alignment 8 [-Waligned-new=] 518 | return new Arena(internal::MessageOwned{}); | ^ ./google/protobuf/arena.h:518:46: note: uses 'void* operator new(std::size_t)', which does not have an alignment parameter ./google/protobuf/arena.h:518:46: note: use '-faligned-new' to enable C++17 over-aligned new support CXX google/protobuf/compiler/python/pyi_generator.lo In file included from ./google/protobuf/descriptor.pb.h:24, from google/protobuf/compiler/python/pyi_generator.cc:38: ./google/protobuf/arena.h: In static member function 'static google::protobuf::Arena* google::protobuf::Arena::InternalCreateMessageOwnedArena()': ./google/protobuf/arena.h:518:46: warning: 'new' of type 'google::protobuf::Arena' with extended alignment 8 [-Waligned-new=] 518 | return new Arena(internal::MessageOwned{}); | ^ ./google/protobuf/arena.h:518:46: note: uses 'void* operator new(std::size_t)', which does not have an alignment parameter ./google/protobuf/arena.h:518:46: note: use '-faligned-new' to enable C++17 over-aligned new support CXX google/protobuf/compiler/ruby/ruby_generator.lo In file included from ./google/protobuf/descriptor.pb.h:24, from google/protobuf/compiler/ruby/ruby_generator.cc:37: ./google/protobuf/arena.h: In static member function 'static google::protobuf::Arena* google::protobuf::Arena::InternalCreateMessageOwnedArena()': ./google/protobuf/arena.h:518:46: warning: 'new' of type 'google::protobuf::Arena' with extended alignment 8 [-Waligned-new=] 518 | return new Arena(internal::MessageOwned{}); | ^ ./google/protobuf/arena.h:518:46: note: uses 'void* operator new(std::size_t)', which does not have an alignment parameter ./google/protobuf/arena.h:518:46: note: use '-faligned-new' to enable C++17 over-aligned new support CXXLD libprotobuf-lite.la libtool: warning: library '/home/buildroot/autobuild/instance-1/output-1/per-package/protobuf/host/arceb-buildroot-linux-uclibc/sysroot/usr/lib/libatomic.la' was moved. libtool: warning: library '/home/buildroot/autobuild/instance-1/output-1/per-package/protobuf/host/arceb-buildroot-linux-uclibc/sysroot/usr/lib/libstdc++.la' was moved. CXXLD libprotobuf.la libtool: warning: library '/home/buildroot/autobuild/instance-1/output-1/per-package/protobuf/host/arceb-buildroot-linux-uclibc/sysroot/usr/lib/libatomic.la' was moved. libtool: warning: library '/home/buildroot/autobuild/instance-1/output-1/per-package/protobuf/host/arceb-buildroot-linux-uclibc/sysroot/usr/lib/libstdc++.la' was moved. CXXLD libprotoc.la libtool: warning: library '/home/buildroot/autobuild/instance-1/output-1/per-package/protobuf/host/arceb-buildroot-linux-uclibc/sysroot/usr/lib/libatomic.la' was moved. libtool: warning: library '/home/buildroot/autobuild/instance-1/output-1/per-package/protobuf/host/arceb-buildroot-linux-uclibc/sysroot/usr/lib/libstdc++.la' was moved. CXXLD protoc make[3]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/protobuf-21.12/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/protobuf-21.12' make[1]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/protobuf-21.12' /bin/sh ./libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-1/output-1/per-package/sqlite/host/bin/arceb-linux-gcc -D_REENTRANT=1 -DSQLITE_THREADSAFE=1 -DSQLITE_ENABLE_MATH_FUNCTIONS -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_GEOPOLY -DSQLITE_ENABLE_STAT4 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_UNLOCK_NOTIFY -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -no-undefined -version-info 8:6:8 -o libsqlite3.la -rpath /usr/lib sqlite3.lo libtool: link: /home/buildroot/autobuild/instance-1/output-1/per-package/sqlite/host/bin/arceb-linux-gcc -shared -fPIC -DPIC .libs/sqlite3.o -O2 -g0 -Wl,-soname -Wl,libsqlite3.so.0 -o .libs/libsqlite3.so.0.8.6 libtool: link: (cd ".libs" && rm -f "libsqlite3.so.0" && ln -s "libsqlite3.so.0.8.6" "libsqlite3.so.0") libtool: link: (cd ".libs" && rm -f "libsqlite3.so" && ln -s "libsqlite3.so.0.8.6" "libsqlite3.so") libtool: link: ( cd ".libs" && rm -f "libsqlite3.la" && ln -s "../libsqlite3.la" "libsqlite3.la" ) /bin/sh ./libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-1/output-1/per-package/sqlite/host/bin/arceb-linux-gcc -D_REENTRANT=1 -DSQLITE_THREADSAFE=1 -DSQLITE_ENABLE_MATH_FUNCTIONS -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_GEOPOLY -DSQLITE_ENABLE_EXPLAIN_COMMENTS -DSQLITE_DQS=0 -DSQLITE_ENABLE_DBPAGE_VTAB -DSQLITE_ENABLE_STMTVTAB -DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_STAT4 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_UNLOCK_NOTIFY -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o sqlite3 sqlite3-shell.o libsqlite3.la -lreadline -lcurses libtool: link: /home/buildroot/autobuild/instance-1/output-1/per-package/sqlite/host/bin/arceb-linux-gcc -D_REENTRANT=1 -DSQLITE_THREADSAFE=1 -DSQLITE_ENABLE_MATH_FUNCTIONS -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_GEOPOLY -DSQLITE_ENABLE_EXPLAIN_COMMENTS -DSQLITE_DQS=0 -DSQLITE_ENABLE_DBPAGE_VTAB -DSQLITE_ENABLE_STMTVTAB -DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_STAT4 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_UNLOCK_NOTIFY -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o sqlite3 sqlite3-shell.o ./.libs/libsqlite3.so -lreadline -lcurses -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output-1/build/sqlite-3.43.1/.libs make[1]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/sqlite-3.43.1' make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot'