summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@gentoo.org>2024-08-11 21:49:51 -0400
committerEli Schwartz <eschwartz@gentoo.org>2024-08-11 23:29:35 -0400
commit10f6df4224f83524bf5cd3cf38d1b2f9c4ab8faa (patch)
treee88b0cf5d325d61f317bc52096f89cacac7ca5a2 /sys-cluster
parentwww-client/chromium: Update dependency on ICU to 73 (diff)
downloadgentoo-10f6df4224f83524bf5cd3cf38d1b2f9c4ab8faa.tar.gz
gentoo-10f6df4224f83524bf5cd3cf38d1b2f9c4ab8faa.tar.bz2
gentoo-10f6df4224f83524bf5cd3cf38d1b2f9c4ab8faa.zip
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@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/torque/torque-6.0.4-r6.ebuild9
1 files changed, 8 insertions, 1 deletions
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