From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B821E15838C for ; Sun, 21 Jan 2024 11:19:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 086E9E29B3; Sun, 21 Jan 2024 11:19:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DF331E29B3 for ; Sun, 21 Jan 2024 11:19:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D78EA34321F for ; Sun, 21 Jan 2024 11:19:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1973813A0 for ; Sun, 21 Jan 2024 11:19:41 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1705835888.a66e9174d502778cb4f26d46f80a474b2b869ec7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libbsd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libbsd/libbsd-0.11.7-r2.ebuild dev-libs/libbsd/libbsd-0.11.8.ebuild X-VCS-Directories: dev-libs/libbsd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a66e9174d502778cb4f26d46f80a474b2b869ec7 X-VCS-Branch: master Date: Sun, 21 Jan 2024 11:19:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f2e2a3c0-e698-4f16-8965-a03a6f09d57c X-Archives-Hash: 12dfa0052e59ce8ae25378ae381bd589 commit: a66e9174d502778cb4f26d46f80a474b2b869ec7 Author: Sam James gentoo org> AuthorDate: Sun Jan 21 11:18:08 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jan 21 11:18:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a66e9174 dev-libs/libbsd: restore LLD 17 workaround Closes: https://bugs.gentoo.org/922342 Bug: https://bugs.gentoo.org/915068 Signed-off-by: Sam James gentoo.org> dev-libs/libbsd/libbsd-0.11.7-r2.ebuild | 5 ++++- dev-libs/libbsd/libbsd-0.11.8.ebuild | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/dev-libs/libbsd/libbsd-0.11.7-r2.ebuild b/dev-libs/libbsd/libbsd-0.11.7-r2.ebuild index f90a90c9b119..ad818980639f 100644 --- a/dev-libs/libbsd/libbsd-0.11.7-r2.ebuild +++ b/dev-libs/libbsd/libbsd-0.11.7-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -35,6 +35,9 @@ src_prepare() { } multilib_src_configure() { + # Broken (still) with lld-17 (bug #922342, bug #915068) + append-ldflags $(test-flags-CCLD -Wl,--undefined-version) + # bug 911726, https://gitlab.freedesktop.org/libbsd/libbsd/-/issues/26 filter-flags -fno-semantic-interposition diff --git a/dev-libs/libbsd/libbsd-0.11.8.ebuild b/dev-libs/libbsd/libbsd-0.11.8.ebuild index cc7c6d920c58..d873c78482e5 100644 --- a/dev-libs/libbsd/libbsd-0.11.8.ebuild +++ b/dev-libs/libbsd/libbsd-0.11.8.ebuild @@ -24,6 +24,9 @@ DEPEND=" BDEPEND="verify-sig? ( sec-keys/openpgp-keys-guillemjover )" multilib_src_configure() { + # Broken (still) with lld-17 (bug #922342, bug #915068) + append-ldflags $(test-flags-CCLD -Wl,--undefined-version) + # bug #911726 filter-flags -fno-semantic-interposition