From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1592951-garchives=archives.gentoo.org@lists.gentoo.org> 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 948EF15838C for <garchives@archives.gentoo.org>; Sun, 21 Jan 2024 08:57:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7061FE29AE; Sun, 21 Jan 2024 08:57:18 +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 42A3DE29AE for <gentoo-commits@lists.gentoo.org>; Sun, 21 Jan 2024 08:57:18 +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 3451E34329E for <gentoo-commits@lists.gentoo.org>; Sun, 21 Jan 2024 08:57:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82DDF13AA for <gentoo-commits@lists.gentoo.org>; Sun, 21 Jan 2024 08:57:15 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1705827363.4f339194e5c424a7403f70d577a20652c7b5cf6b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/wxGTK/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/wxGTK/wxGTK-3.0.4-r5.ebuild x11-libs/wxGTK/wxGTK-3.0.5.1-r1.ebuild x11-libs/wxGTK/wxGTK-3.2.1.ebuild x11-libs/wxGTK/wxGTK-3.2.2.1-r1.ebuild x11-libs/wxGTK/wxGTK-3.2.2.1-r2.ebuild x11-libs/wxGTK/wxGTK-3.2.2.1-r3.ebuild X-VCS-Directories: x11-libs/wxGTK/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4f339194e5c424a7403f70d577a20652c7b5cf6b X-VCS-Branch: master Date: Sun, 21 Jan 2024 08:57:15 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 40df8794-1cef-469f-844d-78adf6c047a0 X-Archives-Hash: 55a42489d0fdccb9829ec984f2749d21 commit: 4f339194e5c424a7403f70d577a20652c7b5cf6b Author: Sv. Lockal <lockalsash <AT> gmail <DOT> com> AuthorDate: Sat Jan 20 20:00:04 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jan 21 08:56:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f339194 x11-libs/wxGTK: fix ld.lld errors: version script assignment failed: symbol not defined ld.lld 17 fix, similar to https://github.com/gentoo/gentoo/pull/34595 Closes: https://bugs.gentoo.org/915154 Signed-off-by: Sv. Lockal <lockalsash <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34926 Signed-off-by: Sam James <sam <AT> gentoo.org> x11-libs/wxGTK/wxGTK-3.0.4-r5.ebuild | 7 +++++-- x11-libs/wxGTK/wxGTK-3.0.5.1-r1.ebuild | 7 +++++-- x11-libs/wxGTK/wxGTK-3.2.1.ebuild | 7 +++++-- x11-libs/wxGTK/wxGTK-3.2.2.1-r1.ebuild | 7 +++++-- x11-libs/wxGTK/wxGTK-3.2.2.1-r2.ebuild | 7 +++++-- x11-libs/wxGTK/wxGTK-3.2.2.1-r3.ebuild | 5 ++++- 6 files changed, 29 insertions(+), 11 deletions(-) diff --git a/x11-libs/wxGTK/wxGTK-3.0.4-r5.ebuild b/x11-libs/wxGTK/wxGTK-3.0.4-r5.ebuild index 5113d156cb72..597919bb53e1 100644 --- a/x11-libs/wxGTK/wxGTK-3.0.4-r5.ebuild +++ b/x11-libs/wxGTK/wxGTK-3.0.4-r5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit multilib-minimal +inherit multilib-minimal flag-o-matic DESCRIPTION="GTK+ version of wxWidgets, a cross-platform C++ GUI toolkit" HOMEPAGE="https://wxwidgets.org/" @@ -53,6 +53,9 @@ PATCHES=( ) multilib_src_configure() { + # Workaround for bug #915154 + append-ldflags $(test-flags-CCLD -Wl,--undefined-version) + local myconf=( # X independent options --with-zlib=sys diff --git a/x11-libs/wxGTK/wxGTK-3.0.5.1-r1.ebuild b/x11-libs/wxGTK/wxGTK-3.0.5.1-r1.ebuild index d679c0cb319d..6b61006effd7 100644 --- a/x11-libs/wxGTK/wxGTK-3.0.5.1-r1.ebuild +++ b/x11-libs/wxGTK/wxGTK-3.0.5.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit multilib-minimal +inherit multilib-minimal flag-o-matic WXSUBVERSION=${PV}-gtk3 # 3.0.5.1-gtk3 WXVERSION=${WXSUBVERSION%.*} # 3.0.5 @@ -92,6 +92,9 @@ src_prepare() { } multilib_src_configure() { + # Workaround for bug #915154 + append-ldflags $(test-flags-CCLD -Wl,--undefined-version) + # X independent options local myeconfargs=( --with-zlib=sys diff --git a/x11-libs/wxGTK/wxGTK-3.2.1.ebuild b/x11-libs/wxGTK/wxGTK-3.2.1.ebuild index 4f7a1685e919..4139f68a76de 100644 --- a/x11-libs/wxGTK/wxGTK-3.2.1.ebuild +++ b/x11-libs/wxGTK/wxGTK-3.2.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit multilib-minimal +inherit multilib-minimal flag-o-matic WXSUBVERSION=${PV}-gtk3 # 3.2.1-gtk3 WXVERSION=${PV} # 3.2.1 @@ -124,6 +124,9 @@ src_prepare() { } multilib_src_configure() { + # Workaround for bug #915154 + append-ldflags $(test-flags-CCLD -Wl,--undefined-version) + # X independent options local myeconfargs=( --with-zlib=sys diff --git a/x11-libs/wxGTK/wxGTK-3.2.2.1-r1.ebuild b/x11-libs/wxGTK/wxGTK-3.2.2.1-r1.ebuild index 517f06f625d9..e8676bf92185 100644 --- a/x11-libs/wxGTK/wxGTK-3.2.2.1-r1.ebuild +++ b/x11-libs/wxGTK/wxGTK-3.2.2.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit multilib-minimal +inherit multilib-minimal flag-o-matic WXSUBVERSION="${PV}-gtk3" # 3.2.1-gtk3 WXVERSION="$(ver_cut 1-3)" # 3.2.1 @@ -126,6 +126,9 @@ src_prepare() { } multilib_src_configure() { + # Workaround for bug #915154 + append-ldflags $(test-flags-CCLD -Wl,--undefined-version) + # X independent options local myeconfargs=( --with-zlib=sys diff --git a/x11-libs/wxGTK/wxGTK-3.2.2.1-r2.ebuild b/x11-libs/wxGTK/wxGTK-3.2.2.1-r2.ebuild index 94c449eddee9..2c676c2e229e 100644 --- a/x11-libs/wxGTK/wxGTK-3.2.2.1-r2.ebuild +++ b/x11-libs/wxGTK/wxGTK-3.2.2.1-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit multilib-minimal +inherit multilib-minimal flag-o-matic WXSUBVERSION="${PV}-gtk3" # 3.2.1-gtk3 WXVERSION="$(ver_cut 1-3)" # 3.2.1 @@ -126,6 +126,9 @@ src_prepare() { } multilib_src_configure() { + # Workaround for bug #915154 + append-ldflags $(test-flags-CCLD -Wl,--undefined-version) + # X independent options local myeconfargs=( --with-zlib=sys diff --git a/x11-libs/wxGTK/wxGTK-3.2.2.1-r3.ebuild b/x11-libs/wxGTK/wxGTK-3.2.2.1-r3.ebuild index 80348ec9e55a..b6f07556613f 100644 --- a/x11-libs/wxGTK/wxGTK-3.2.2.1-r3.ebuild +++ b/x11-libs/wxGTK/wxGTK-3.2.2.1-r3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit multilib-minimal +inherit multilib-minimal flag-o-matic WXSUBVERSION="${PV}-gtk3" # 3.2.1-gtk3 WXVERSION="$(ver_cut 1-3)" # 3.2.1 @@ -126,6 +126,9 @@ src_prepare() { } multilib_src_configure() { + # Workaround for bug #915154 + append-ldflags $(test-flags-CCLD -Wl,--undefined-version) + # X independent options local myeconfargs=( --with-zlib=sys