repo/gentoo:master commit in: games-emulation/pcsx2/
"Ionen Wolkens" <[email protected]> Wed, 05 Aug 2026 00:17:01 +0000 (UTC)
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1785888954.a68fe40b6dc912069103e6fb415f8d8d479c33a1.ionen@gentoo> |
commit: a68fe40b6dc912069103e6fb415f8d8d479c33a1
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 5 00:11:21 2026 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Aug 5 00:15:54 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a68fe40b
games-emulation/pcsx2: filter-lto due to runtime issues
Closes: https://bugs.gentoo.org/980365
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-emulation/pcsx2/{pcsx2-2.6.3-r1.ebuild => pcsx2-2.6.3-r2.ebuild} | 3 +++
games-emulation/pcsx2/pcsx2-9999.ebuild | 3 +++
2 files changed, 6 insertions(+)
diff --git a/games-emulation/pcsx2/pcsx2-2.6.3-r1.ebuild b/games-emulation/pcsx2/pcsx2-2.6.3-r2.ebuild
similarity index 98%
rename from games-emulation/pcsx2/pcsx2-2.6.3-r1.ebuild
rename to games-emulation/pcsx2/pcsx2-2.6.3-r2.ebuild
index 8fa771e48886..e6b57e61ff6a 100644
--- a/games-emulation/pcsx2/pcsx2-2.6.3-r1.ebuild
+++ b/games-emulation/pcsx2/pcsx2-2.6.3-r2.ebuild
@@ -122,6 +122,9 @@ src_prepare() {
}
src_configure() {
+ # lto currently causes runtime issues (bug #980365)
+ filter-lto
+
# note that upstream only supports clang and ignores gcc issues, e.g.
# https://github.com/PCSX2/pcsx2/issues/10624#issuecomment-1890326047
# (CMakeLists.txt also gives a big warning if compiler is not clang)
diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild
index ca62f5dd7677..7fadec4fda71 100644
--- a/games-emulation/pcsx2/pcsx2-9999.ebuild
+++ b/games-emulation/pcsx2/pcsx2-9999.ebuild
@@ -124,6 +124,9 @@ src_prepare() {
}
src_configure() {
+ # lto currently causes runtime issues (bug #980365)
+ filter-lto
+
# note that upstream only supports clang and ignores gcc issues, e.g.
# https://github.com/PCSX2/pcsx2/issues/10624#issuecomment-1890326047
# (CMakeLists.txt also gives a big warning if compiler is not clang)