From nobody Tue Oct 12 00:46:50 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 37456180B93E; Tue, 12 Oct 2021 00:46:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HSxnR01Jpz3DnP; Tue, 12 Oct 2021 00:46:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CB0482DAD; Tue, 12 Oct 2021 00:46:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19C0koGJ050360; Tue, 12 Oct 2021 00:46:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19C0ko1c050359; Tue, 12 Oct 2021 00:46:50 GMT (envelope-from git) Date: Tue, 12 Oct 2021 00:46:50 GMT Message-Id: <202110120046.19C0ko1c050359@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 6551900e74bb - main - emulators/rpcs3: fails to build on FreeBSD < 13 after 31b321b68b42 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6551900e74bb291302cd2866376fdc326d5f2b22 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=6551900e74bb291302cd2866376fdc326d5f2b22 commit 6551900e74bb291302cd2866376fdc326d5f2b22 Author: Jan Beich AuthorDate: 2021-10-11 23:44:45 +0000 Commit: Jan Beich CommitDate: 2021-10-12 00:46:23 +0000 emulators/rpcs3: fails to build on FreeBSD < 13 after 31b321b68b42 ld: error: undefined symbol: std::__1::__cxx_atomic_notify_one(std::__1::__cxx_atomic_impl > const volatile*) >>> referenced by rpcn_client.cpp >>> rpcn_client.cpp.o:(rpcn::rpcn_client::rpcn_client()) in archive rpcs3/Emu/librpcs3_emu.a >>> referenced by rpcn_client.cpp >>> rpcn_client.cpp.o:(rpcn::rpcn_client::rpcn_thread()) in archive rpcs3/Emu/librpcs3_emu.a >>> referenced by rpcn_client.cpp >>> rpcn_client.cpp.o:(rpcn::rpcn_client::~rpcn_client()) in archive rpcs3/Emu/librpcs3_emu.a >>> referenced 9 more times ld: error: undefined symbol: std::__1::__libcpp_atomic_wait(std::__1::__cxx_atomic_impl > const volatile*, long) >>> referenced by rpcn_client.cpp >>> rpcn_client.cpp.o:(bool std::__1::__libcpp_thread_poll_with_backoff >, std::__1::__atomic_semaphore_base::acquire()::'lambda'()>&>(std::__1::__atomic_semaphore_base::acquire()::'lambda'() const&, std::__1::__libcpp_atomic_wait_backoff_impl >, std::__1::__atomic_semaphore_base::acquire()::'lambda'()>&, std::__1::chrono::duration >)) in archive rpcs3/Emu/librpcs3_emu.a ld: error: undefined symbol: std::__1::__libcpp_atomic_monitor(std::__1::__cxx_atomic_impl > const volatile*) >>> referenced by rpcn_client.cpp >>> rpcn_client.cpp.o:(bool std::__1::__libcpp_thread_poll_with_backoff >, std::__1::__atomic_semaphore_base::acquire()::'lambda'()>&>(std::__1::__atomic_semaphore_base::acquire()::'lambda'() const&, std::__1::__libcpp_atomic_wait_backoff_impl >, std::__1::__atomic_semaphore_base::acquire()::'lambda'()>&, std::__1::chrono::duration >)) in archive rpcs3/Emu/librpcs3_emu.a clang++: error: linker command failed with exit code 1 (use -v to see invocation) --- emulators/rpcs3/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile index ff5598afbb1c..16bb96e908f7 100644 --- a/emulators/rpcs3/Makefile +++ b/emulators/rpcs3/Makefile @@ -16,6 +16,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libpng.so:graphics/png \ libavcodec.so:multimedia/ffmpeg +BROKEN_FreeBSD_12= ld: error: undefined symbol: std::__1::__cxx_atomic_notify_one ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= requires int128 and SSE2