public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Hans de Goede <johannes.goede@oss.qualcomm.com>
To: git-commits@fedoraproject.org
Subject: [rpms/methane] rawhide: Fix s390x FTBFS
Date: Tue, 21 Jul 2026 13:56:07 GMT [thread overview]
Message-ID: <178464216777.1.9554482188882582103.rpms-methane-27a7be36bab6@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/methane
Branch : rawhide
Commit : 27a7be36bab6a28ffd769a214c41e131fd9c9ecb
Author : Hans de Goede <johannes.goede@oss.qualcomm.com>
Date : 2026-07-21T15:55:48+02:00
Stats : +2/-2 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/methane/c/27a7be36bab6a28ffd769a214c41e131fd9c9ecb?branch=rawhide
Log:
Fix s390x FTBFS
---
diff --git a/methane-3.0.0-ppc64-buildfix.patch b/methane-3.0.0-ppc64-buildfix.patch
index 93fba0e..5a6796d 100644
--- a/methane-3.0.0-ppc64-buildfix.patch
+++ b/methane-3.0.0-ppc64-buildfix.patch
@@ -6,7 +6,7 @@ diff -up Methane-3.0.0/Sources/TinyClan/Core/System/detect_cpu_ext.cpp~ Methane-
{
-#if defined(ARM_PLATFORM) || defined(CL_ARM) || defined(__sun) || defined(__riscv) || defined(__loongarch__)
-+#if defined(ARM_PLATFORM) || defined(CL_ARM) || defined(__sun) || defined(__riscv) || defined(__loongarch__) || defined(__powerpc64__)
++#if defined(ARM_PLATFORM) || defined(CL_ARM) || defined(__sun) || defined(__riscv) || defined(__loongarch__) || defined(__powerpc64__) || defined(__s390x__)
bool System::detect_cpu_extension(CPU_ExtensionPPC ext)
{
throw ("Congratulations, you've just been selected to code this feature!");
diff --git a/methane.spec b/methane.spec
index a48d30f..553bd25 100644
--- a/methane.spec
+++ b/methane.spec
@@ -116,7 +116,7 @@ EOF
%changelog
* Tue Jul 21 2026 Hans de Goede <johannes.goede@oss.qualcomm.com> - 3.0.0-3
-- Fix ppc64le FTBFS
+- Fix ppc64le and s390x FTBFS
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
reply other threads:[~2026-07-21 13:56 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178464216777.1.9554482188882582103.rpms-methane-27a7be36bab6@fedoraproject.org \
--to=johannes.goede@oss.qualcomm.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox