all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 5686ebf4db6eb5d3635dd7ddc241286baa44610c 730 bytes (raw)
name: gnu/packages/patches/qtbase-remove-template.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
 
Remove template <void> from ThreadEngineStarter, this causes gcc >= 11 to emit error,
and not compile the header. See https://bugreports.qt.io/browse/QTBUG-91909

Based on a conversation from https://github.com/RPCS3/rpcs3/issues/10349
===============================================================
--- a/src/concurrent/qtconcurrentthreadengine.h
+++ b/src/concurrent/qtconcurrentthreadengine.h
@@ -247,7 +247,7 @@ template <>
 class ThreadEngineStarter<void> : public ThreadEngineStarterBase<void>
 {
 public:
-    ThreadEngineStarter<void>(ThreadEngine<void> *_threadEngine)
+    ThreadEngineStarter(ThreadEngine<void> *_threadEngine)
     :ThreadEngineStarterBase<void>(_threadEngine) {}
 
     void startBlocking()
-- 
2.37.3

debug log:

solving 5686ebf4db ...
found 5686ebf4db in https://yhetil.org/guix/87fsg671au.fsf@disroot.org/

applying [1/1] https://yhetil.org/guix/87fsg671au.fsf@disroot.org/
diff --git a/gnu/packages/patches/qtbase-remove-template.patch b/gnu/packages/patches/qtbase-remove-template.patch
new file mode 100644
index 0000000000..5686ebf4db

1:21: trailing whitespace.
 
1:23: trailing whitespace.
-- 
Checking patch gnu/packages/patches/qtbase-remove-template.patch...
Applied patch gnu/packages/patches/qtbase-remove-template.patch cleanly.
warning: 2 lines add whitespace errors.

index at:
100644 5686ebf4db6eb5d3635dd7ddc241286baa44610c	gnu/packages/patches/qtbase-remove-template.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.