public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/qt6-qtwebengine] rawhide: add a build fix for ppc64le with kernel 7.2+
@ 2026-07-20 14:36 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-07-20 14:36 UTC (permalink / raw)
  To: git-commits

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-20 14:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 14:36 [rpms/qt6-qtwebengine] rawhide: add a build fix for ppc64le with kernel 7.2+ 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox