commit: 10f6df4224f83524bf5cd3cf38d1b2f9c4ab8faa Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Mon Aug 12 01:49:51 2024 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Mon Aug 12 03:29:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10f6df42
sys-cluster/torque: mark as LTO-unsafe The project appears to have gone source-unavailable and all-in on AI. There are 6.x versions available mysteriously as some git branch with no distfiles (Fedora packages this) and a 7.x version is announced on their website but you have to contact sales to find out more. They haven't communicated on github in years. Not only is reporting a bug an exercise in futility, I'm not super interested in trying to begin with. Closes: https://bugs.gentoo.org/863737 Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> sys-cluster/torque/torque-6.0.4-r6.ebuild | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/sys-cluster/torque/torque-6.0.4-r6.ebuild b/sys-cluster/torque/torque-6.0.4-r6.ebuild index 56c733157562..df2482d2514f 100644 --- a/sys-cluster/torque/torque-6.0.4-r6.ebuild +++ b/sys-cluster/torque/torque-6.0.4-r6.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 @@ -107,6 +107,13 @@ src_prepare() { } src_configure() { + # -Werror=odr, -Werror=lto-type-mismatch + # https://bugs.gentoo.org/863737 + # + # The project went source-unavailable and doesn't respond on github. + # No bug reported. + filter-lto + append-cflags "-fpermissive" # Force Bash for configure as there's a lot of issues with configure.ac and such here
