public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/qt6-qtwebengine] rawhide: add a build fix for ppc64le with kernel 7.2+
Date: Mon, 20 Jul 2026 14:36:26 GMT [thread overview]
Message-ID: <178455818606.1.4907260179612010442.rpms-qt6-qtwebengine-62fc956aca67@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/qt6-qtwebengine
Branch : rawhide
Commit : 62fc956aca6797c2a43880cf0d209e20efb385c5
Author : Dan Horák <dan@danny.cz>
Date : 2026-07-20T14:23:31+00:00
Stats : +17/-0 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/qt6-qtwebengine/c/62fc956aca6797c2a43880cf0d209e20efb385c5?branch=rawhide
Log:
add a build fix for ppc64le with kernel 7.2+
---
diff --git a/qt6-qtwebengine.spec b/qt6-qtwebengine.spec
index 33de7c1..a576903 100644
--- a/qt6-qtwebengine.spec
+++ b/qt6-qtwebengine.spec
@@ -145,6 +145,8 @@ Patch201: qtwebengine-chromium-ppc64.patch
Patch202: qtwebengine-chromium-ppc64-highway.patch
# disable musttail attribute for GCC build
Patch203: qtwebengine-chromium-ppc64-skia-musttail.patch
+# update crashpad for kernel 7.2+
+Patch204: qtwebengine-chromium-ppc64-crashpad.patch
# handled by qt6-srpm-macros, which defines %%qt6_qtwebengine_arches
ExclusiveArch: %{qt6_qtwebengine_arches}
@@ -498,6 +500,7 @@ popd
%patch -P201 -p1
%patch -P202 -p1
%patch -P203 -p1
+%patch -P204 -p1
# delete all "toolprefix = " lines from build/toolchain/linux/BUILD.gn, as we
diff --git a/qtwebengine-chromium-ppc64-crashpad.patch b/qtwebengine-chromium-ppc64-crashpad.patch
new file mode 100644
index 0000000..900c3dc
--- /dev/null
+++ b/qtwebengine-chromium-ppc64-crashpad.patch
@@ -0,0 +1,14 @@
+diff -up crashpad/crashpad/util/linux/thread_info.h.orig crashpad/crashpad/util/linux/thread_info.h
+--- a/src/3rdparty/chromium/third_party/crashpad/crashpad/util/linux/thread_info.h.orig 2026-07-20 11:53:30.368774491 +0000
++++ b/src/3rdparty/chromium/third_party/crashpad/crashpad/util/linux/thread_info.h 2026-07-20 11:53:25.102810828 +0000
+@@ -165,6 +165,10 @@ union ThreadContext {
+ uint64_t dar;
+ uint64_t dsisr;
+ uint64_t result;
++#if defined(PT_EXIT_FLAGS)
++ uint64_t exit_flags;
++ uint64_t __pt_regs_pad[3];
++#endif
+ #else
+ #error Port.
+ #endif // ARCH_CPU_X86_FAMILY
reply other threads:[~2026-07-20 14:36 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=178455818606.1.4907260179612010442.rpms-qt6-qtwebengine-62fc956aca67@fedoraproject.org \
--to=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