From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 02 10:22:47 2022 Received: (at submit) by debbugs.gnu.org; 2 Oct 2022 14:22:48 +0000 Received: from localhost ([127.0.0.1]:47742 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oezrj-0001hQ-Iu for submit@debbugs.gnu.org; Sun, 02 Oct 2022 10:22:47 -0400 Received: from lists.gnu.org ([209.51.188.17]:33004) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oezrh-0001hI-6b for submit@debbugs.gnu.org; Sun, 02 Oct 2022 10:22:45 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55776) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oezrg-0008J8-VU for guix-patches@gnu.org; Sun, 02 Oct 2022 10:22:44 -0400 Received: from knopi.disroot.org ([178.21.23.139]:43882) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oezre-0005P9-PV for guix-patches@gnu.org; Sun, 02 Oct 2022 10:22:44 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 15F884BAB5 for ; Sun, 2 Oct 2022 16:22:39 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id j9YhgCUinAPV for ; Sun, 2 Oct 2022 16:22:37 +0200 (CEST) From: =?utf-8?B?TcOhamEgVG9tw6HFoWVr?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1664720557; bh=BwQ9/jamAUpfy4HZznwRg/g+uStIBtt96B0z4KRepfU=; h=From:To:Subject:Date; b=i8JAql5NYh57KcK+yAg2BHJ13knDIg1b5B5dnN32ErJ3Xah581ev3+ge/it0pJ4OF XJs5EDACpwJnJGxHTb+Ay1yMT/ToI9h5S+EgYDYtHQK/7m42QhAkKKRu6HpjThApdT JRCNscC6WroHXqXRWugfkus5jc9p23UC17DIMoZEyvRlwp0kiQ7RugE4+rLgksIijf qAtYs/7ww01Kzk5giipl7pSgdlhkqr5rvbIedkKjqsjjNXVHopwoQDu4BNe3yrzFz4 xx4snrjWHzj+TusmuaFQzECT6f7PsWeBatJPdw2xDTpIHtsSvsbVk96mdGmgAV+n+g blhE1VnXOMPWA== To: guix-patches@gnu.org Subject: [PATCH] gnu: packages: qt: Fix qtbase-5 not building on gcc 11 or later Date: Sun, 02 Oct 2022 16:22:33 +0200 Message-ID: <87fsg671au.fsf@disroot.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=178.21.23.139; envelope-from=maya.tomasek@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) --=-=-= Content-Type: text/plain This fixes a bug that makes qtbase-5 unbuildable with gcc 11 and later The QT issue https://bugreports.qt.io/browse/QTBUG-91909 This patch is based on conversation from https://github.com/RPCS3/rpcs3/issues/10349 --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-gnu-packages-qt-Fix-qtbase-5-not-building-on-gcc-11.patch >From d7467ebe3169d45a5f9500e2c8a4a992cb108f20 Mon Sep 17 00:00:00 2001 From: Maya Tomasek Date: Sun, 2 Oct 2022 16:12:57 +0200 Subject: [PATCH 1/1] gnu: packages: qt: Fix qtbase-5 not building on gcc >= 11 --- .../patches/qtbase-remove-template.patch | 18 ++++++++++++++++++ gnu/packages/qt.scm | 4 +++- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 gnu/packages/patches/qtbase-remove-template.patch 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 --- /dev/null +++ b/gnu/packages/patches/qtbase-remove-template.patch @@ -0,0 +1,18 @@ +Remove template 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 : public ThreadEngineStarterBase + { + public: +- ThreadEngineStarter(ThreadEngine *_threadEngine) ++ ThreadEngineStarter(ThreadEngine *_threadEngine) + :ThreadEngineStarterBase(_threadEngine) {} + + void startBlocking() +-- +2.37.3 \ No newline at end of file diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 6e30980505..6d29b6fd09 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -294,7 +294,9 @@ (define-public qtbase-5 ;; Use TZDIR to avoid depending on package "tzdata". (patches (search-patches "qtbase-use-TZDIR.patch" "qtbase-moc-ignore-gcc-macro.patch" - "qtbase-absolute-runpath.patch")) + "qtbase-absolute-runpath.patch" + ;; fix qtbase-5 not building on gcc >= 11 + "qtbase-remove-template.patch")) (modules '((guix build utils))) (snippet ;; corelib uses bundled harfbuzz, md4, md5, sha3 -- 2.37.3 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 03 17:19:07 2023 Received: (at 58249) by debbugs.gnu.org; 3 Jan 2023 22:19:07 +0000 Received: from localhost ([127.0.0.1]:46951 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pCpcg-0007gU-Km for submit@debbugs.gnu.org; Tue, 03 Jan 2023 17:19:06 -0500 Received: from mail-qt1-f175.google.com ([209.85.160.175]:34379) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pCpcf-0007fy-Ea for 58249@debbugs.gnu.org; Tue, 03 Jan 2023 17:19:05 -0500 Received: by mail-qt1-f175.google.com with SMTP id g7so25741168qts.1 for <58249@debbugs.gnu.org>; Tue, 03 Jan 2023 14:19:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:user-agent:message-id :in-reply-to:date:references:subject:cc:to:from:from:to:cc:subject :date:message-id:reply-to; bh=z6miHYtBtTbxq8Zka0TAQp+arO4vFCmo2Tx1Ek+M0Qc=; b=RnD1uAdcFFbSo+5YHcQP8EsY1v89mi/cL4NksJmsdaD9iIgS2fkr3TnlceqaJR/ego cm46AAuzif0lGTVYlCH7Tg3jfqCwmEmk0Y0QLkQEU0eKqCzrEz/OU7WviHhK8BIkT8ER qOfEfgxQK8QT22+ODW13TEN4aG6uzALHt17mFcrVavyBHACJzdjl3wd2QkIrmiHq1H/k sckQHcgeJv/lOm4Bm0HoCtklLJ/cDsU3tRoQA1Fl5RoRvpLdCojlJDqycsad4njxBDsD lVHrt0Fc1eJSpJ8DDzrqauX+D5WcJ2WXfT0j/09t0HHLDKLn5Av/NBmLCzv7MD0jNHD9 5xiw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:user-agent:message-id :in-reply-to:date:references:subject:cc:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=z6miHYtBtTbxq8Zka0TAQp+arO4vFCmo2Tx1Ek+M0Qc=; b=QnTA0ecY/i3T+ZinwxwBZkSRfXD6RYk+K70jm1iBow2is9dC68cgwsdZr32ABmLXt4 2owsVZlOUbVG6o4JktFweZ8o50vZZ7AFP4d7hju3YFGQC6Y0PSMvOpKx49GTp7GU+bfM Z1GeAV4DhNGSj1dijRBvrEWLK1XLNFXTmGi70MOyhz4MVp53BMFiLWIyYouDB5pk4dqb rn5XpFD7i5UlI5KMiDc6rOxXyQ6EJaLRNcp42FZqsdTbicRisH6W8wDYA4GULAzHFg1j tcS3+3phC0C9XP7GVLN1Slx2KO5qN6DjFRUuV5UJXLv1CPR7KwluAFDozCAG6EFodJhP uP4w== X-Gm-Message-State: AFqh2ko6FYu5QMC//k089K6fYLwZKKZXE6ym+xEYPxxZ8JpmupXpDwfD YyKkhaVdIdRks5J2SA789Vp+73HyD4Dp4f60 X-Google-Smtp-Source: AMrXdXsUJGHtin2tJCHITbOK1GJDCEtF8++JrzfkiV6QPyKhg9UwWDeeW0nLpSfyf+1fcmiUr9cemQ== X-Received: by 2002:ac8:470e:0:b0:3a9:756b:d9d1 with SMTP id f14-20020ac8470e000000b003a9756bd9d1mr54750565qtp.19.1672784339914; Tue, 03 Jan 2023 14:18:59 -0800 (PST) Received: from hurd (dsl-10-135-221.b2b2c.ca. [72.10.135.221]) by smtp.gmail.com with ESMTPSA id pj8-20020a05620a1d8800b006cfc7f9eea0sm22436852qkn.122.2023.01.03.14.18.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 03 Jan 2023 14:18:59 -0800 (PST) From: Maxim Cournoyer To: =?utf-8?B?TcOhamEgVG9tw6HFoWVr?= Subject: Re: bug#58249: [PATCH] gnu: packages: qt: Fix qtbase-5 not building on gcc 11 or later References: <87fsg671au.fsf@disroot.org> Date: Tue, 03 Jan 2023 17:18:58 -0500 In-Reply-To: <87fsg671au.fsf@disroot.org> (=?utf-8?B?Ik3DoWphIFRvbcOhxaFl?= =?utf-8?B?ayIncw==?= message of "Sun, 02 Oct 2022 16:22:33 +0200") Message-ID: <87fscrz2gd.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 58249 Cc: 58249@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, M=C3=A1ja Tom=C3=A1=C5=A1ek writes: > This fixes a bug that makes qtbase-5 unbuildable with gcc 11 and later > > The QT issue https://bugreports.qt.io/browse/QTBUG-91909 > > This patch is based on conversation from > https://github.com/RPCS3/rpcs3/issues/10349 That's good to know, but Guix is currently using GCC 10.3.0, so it is not currently a concern. Have you encountered a situation where it caused an issue? Perhaps our Qt 6 doesn't have this problem. I'd suggest we do nothing for now. What do you think? --=20 Thanks, Maxim From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 03 17:19:12 2023 Received: (at control) by debbugs.gnu.org; 3 Jan 2023 22:19:12 +0000 Received: from localhost ([127.0.0.1]:46954 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pCpcm-0007gl-1M for submit@debbugs.gnu.org; Tue, 03 Jan 2023 17:19:12 -0500 Received: from mail-qt1-f181.google.com ([209.85.160.181]:46024) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pCpck-0007gN-1v for control@debbugs.gnu.org; Tue, 03 Jan 2023 17:19:10 -0500 Received: by mail-qt1-f181.google.com with SMTP id h21so25694308qta.12 for ; Tue, 03 Jan 2023 14:19:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=subject:from:to:message-id:date:from:to:cc:subject:date:message-id :reply-to; bh=g/NsBSNsHumZR84Cs7JrARi2OSo9COjrXNOIozDTLl0=; b=abhwRxR5FI8pd75ZD0v+WhPizpBc4sZstm1fgxQCvHqWu15RImrB3g3yq+AnyNg058 GMnQhbGOIsVyReBB6jXCrBR8+pvb21Q5lANG7NEB7TJC0hDeAloeSK78jndattuL80Jy 9BKSShLVx+NN6MF6SesrNBhM2rTphXm+x+7PscazBp214RYRKTigjNGbjpQX6j/ZN0fg Las21cs8zO1fJXLSqUYSchsRbp+CkVK5zD+RErDCZUXlktYQJ86gTGsmW8s8IEoiLGQ2 UNssfhbWakiOpUfJPBVjmM28KJthREjTx8cOBhNSOxdachFIsx5Dap8yfE8k81D9WSS4 gsLw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=subject:from:to:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=g/NsBSNsHumZR84Cs7JrARi2OSo9COjrXNOIozDTLl0=; b=i8hlmLbSxJ9n3sR5TxNIRq5H5H3JztyRaoys9mtFz4hwVc72VmtuppMTzI9PTgxS91 7WLWKZA9wBzyXqsJefFZWZ7SZHtgBpT+xsj1rn3jQLoPc2tcEWQNzygaXd1hZYOa69Fq JJVCyTF+jnV9jBgShKgd6gurXEWauC34iJPS2HVrdN/zTeL7hhZ8rn10H/erN0B9HSR9 XLE2cK+ZDKGsNncXJTs2voCUa9JsnqInExRQZGXDF0F96QHiOX931JgH/gkCgYF/N2Ou qdUgbjlrKuM4dvGu8C4BW1ySPntC9eL78pUL5XpzwY3PMIhtNN8xzS6S/jBfLyJxVVdU iTxQ== X-Gm-Message-State: AFqh2koU/75rz933X/eRhbJG+0uXr7FOWng2UejnBL8nD8O27yvyBHdG Rd6ZlNiNb4BnRtNYY5vB2JMlVDfFlvpXtZsL X-Google-Smtp-Source: AMrXdXs4Mw+9dghYyoRXPqGxkCPqRL+Nva53GT+zExEzRUORTzNFShVWD6oEQcKaj8tFgUdK5qimlA== X-Received: by 2002:ac8:6882:0:b0:3ab:a3d9:c5c8 with SMTP id m2-20020ac86882000000b003aba3d9c5c8mr27287715qtq.3.1672784344121; Tue, 03 Jan 2023 14:19:04 -0800 (PST) Received: from hurd (dsl-10-135-221.b2b2c.ca. [72.10.135.221]) by smtp.gmail.com with ESMTPSA id x3-20020ac87303000000b003a97a71c906sm19172269qto.78.2023.01.03.14.19.03 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 03 Jan 2023 14:19:03 -0800 (PST) Date: Tue, 03 Jan 2023 17:19:03 -0500 Message-Id: <87edsbz2g8.fsf@gmail.com> To: control@debbugs.gnu.org From: Maxim Cournoyer Subject: control message for bug #58249 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) tags 58249 + moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 08 17:49:23 2023 Received: (at 58249) by debbugs.gnu.org; 8 Jan 2023 22:49:23 +0000 Received: from localhost ([127.0.0.1]:34958 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pEeTj-0007Wn-C0 for submit@debbugs.gnu.org; Sun, 08 Jan 2023 17:49:23 -0500 Received: from knopi.disroot.org ([178.21.23.139]:49006) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pEeTg-0007Wd-Oj for 58249@debbugs.gnu.org; Sun, 08 Jan 2023 17:49:22 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 1593340A9E; Sun, 8 Jan 2023 23:49:19 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HuJjsyrGzEvO; Sun, 8 Jan 2023 23:49:17 +0100 (CET) From: =?utf-8?B?TcOhamEgVG9tw6HFoWVr?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1673218157; bh=6EVdjl7WGYm4fY+XwYCWCE+6NAMDfER9GLxbSQWAboo=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=gjGkGltzk3SgZRu+qhBBf79WnLDSBDZAZOEKuKjFlepET1Il0iwu//Rzo1smGd1+y KEBmN9QpE5aaD0qwhX9vuGiKwEGwvy5BETEplXskgHYKe/h/iWWG8zyFb78Pf0XRJw Q/5VBFKKYLUW5+Lcpf3uW/uCD2xUxQSOhh8qgosQlU2hrX10kA+serRU41U/SYMJhP Tq6yt7YUtFuOXS/tfoaAaDC2gp73EVL0gvOxBRctLYM8+FKTH+5uAbOTjk86dBhYIx a9zG6x1SV9LLHbKlbvpsCka8qFHDdKEvYf+P6W5jBrZnWrYED8b5rzSQXf6kFABCh+ BLKbVkcyR3CIQ== To: Maxim Cournoyer Subject: Re: bug#58249: [PATCH] gnu: packages: qt: Fix qtbase-5 not building on gcc 11 or later In-Reply-To: <87fscrz2gd.fsf@gmail.com> References: <87fsg671au.fsf@disroot.org> <87fscrz2gd.fsf@gmail.com> Date: Sun, 08 Jan 2023 23:49:13 +0100 Message-ID: <874jt0lk0m.fsf@disroot.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 58249 Cc: 58249@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Maxim Cournoyer writes: > Hi, > > M=C3=A1ja Tom=C3=A1=C5=A1ek writes: > >> This fixes a bug that makes qtbase-5 unbuildable with gcc 11 and later >> >> The QT issue https://bugreports.qt.io/browse/QTBUG-91909 >> >> This patch is based on conversation from >> https://github.com/RPCS3/rpcs3/issues/10349 > > That's good to know, but Guix is currently using GCC 10.3.0, so it is > not currently a concern. Have you encountered a situation where it > caused an issue? I have. I have written a recipe for a package (namely yuzu emulator), which depends on GCC 12. And it was actually an issue, I had to wrap qtbase with a wrapper that goes over this problem. > Perhaps our Qt 6 doesn't have this problem. I'd > suggest we do nothing for now. It was actually fixed in later versions of qtbase-5, but I'm not sure how this exactly works and if they are elegible for use in Guix. > What do you think? I don't know, it is a hidden bug that is likely to cause quite a big problem once Guix moves to GCC 11 or later, as many apps probably won't upd= ate to Qt 6. Kind regards, Maya From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 10 10:07:23 2023 Received: (at 58249) by debbugs.gnu.org; 10 Jan 2023 15:07:23 +0000 Received: from localhost ([127.0.0.1]:40888 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pFGDj-000063-Es for submit@debbugs.gnu.org; Tue, 10 Jan 2023 10:07:23 -0500 Received: from mail-qt1-f179.google.com ([209.85.160.179]:36535) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pFGDh-00005o-Vi for 58249@debbugs.gnu.org; Tue, 10 Jan 2023 10:07:22 -0500 Received: by mail-qt1-f179.google.com with SMTP id v14so11095124qtq.3 for <58249@debbugs.gnu.org>; Tue, 10 Jan 2023 07:07:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:user-agent:message-id :in-reply-to:date:references:subject:cc:to:from:from:to:cc:subject :date:message-id:reply-to; bh=Jgp3AcgNjbgLHGZOVX5PabbXXI07mPnMHThQLDkb/RM=; b=Xbsw2hNS0V3cL230WpKRevxJyGPoOi9zmpzySGd4zPvm3c/bGaLJf0CMCDCAUlJXS8 Sl+n++4kaAs4E0QQi+XT/lWOzv3qwLWMTMhZf048wmYms79xtzfchk9CH5WxiX7p3Qnm 8kTRpRurfk7nYfJNLli03aR3sMsmwm8Pxm3L5hPmb+2KIVIp2wIJutyeVZGvLoYt8+Ra 2SLgWnC6MGVVRvyN4BjVtTDcO7WeuCfDKFlDx1Ho9yyLJDH9r5gAWGM7tLyvr1xbD53a 0HvN8cLGUMWKhwrroCjIWOJzhVoagRgwVHKtnn+477sT9ZS8SZ5w4wVCeD/aAn9unBef xncQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:user-agent:message-id :in-reply-to:date:references:subject:cc:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=Jgp3AcgNjbgLHGZOVX5PabbXXI07mPnMHThQLDkb/RM=; b=1Bu1aDZgod7BDhPdMrIgbcZETN2X+joewBG34dOt6wlo9B9NSDoMt7HEuXqH6Qa+0f wbZ5cMBnyWYoJUUW3iI6JIQkvmPiPXZsuRdVpEWDGDik9z1PPEmh7bd+pPUblNsxXaFM mcI7uKhDxAdMW0XIwzpXnXw/yhrZetlcHhSTHdZFy7aW59MBFBIczKtW6spAQnBueg9K WefOEcQTKVWBs4pVj6168F+gWj2h1lJpEFP1pMg3AAViLyujKFb+RLnhvxdCt8hsnLj5 l14v9+xKCujMU4+2ukfTv7LbQ/Es82OMxqVWqZSGG8IO7KqC2fUGqjZ7BNiKcq30JM4i I1Ww== X-Gm-Message-State: AFqh2kpdCjQY17F2Ys/Kuo7+6f69+8CaKBCHeB3MBo0oTfRMlYrzfxtH tKkiVo7hSmIz+9r2tKa2teDogTotytH8EA== X-Google-Smtp-Source: AMrXdXu/DWKhSPD+O35t9/7drA276qzIeGhliqLSpWpXBlRrQQ+WY4VuXp3Mp5qNp5aJbS1OLkNR7Q== X-Received: by 2002:ac8:748f:0:b0:3a5:1001:2057 with SMTP id v15-20020ac8748f000000b003a510012057mr100051159qtq.30.1673363235542; Tue, 10 Jan 2023 07:07:15 -0800 (PST) Received: from hurd (dsl-157-228.b2b2c.ca. [66.158.157.228]) by smtp.gmail.com with ESMTPSA id d16-20020ac85350000000b003a689a5b177sm6132479qto.8.2023.01.10.07.07.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 10 Jan 2023 07:07:15 -0800 (PST) From: Maxim Cournoyer To: =?utf-8?B?TcOhamEgVG9tw6HFoWVr?= Subject: Re: bug#58249: [PATCH] gnu: packages: qt: Fix qtbase-5 not building on gcc 11 or later References: <87fsg671au.fsf@disroot.org> <87fscrz2gd.fsf@gmail.com> <874jt0lk0m.fsf@disroot.org> Date: Tue, 10 Jan 2023 10:07:13 -0500 In-Reply-To: <874jt0lk0m.fsf@disroot.org> (=?utf-8?B?Ik3DoWphIFRvbcOhxaFl?= =?utf-8?B?ayIncw==?= message of "Sun, 08 Jan 2023 23:49:13 +0100") Message-ID: <87lemal97i.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 58249 Cc: 58249@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello, M=C3=A1ja Tom=C3=A1=C5=A1ek writes: [...] > I don't know, it is a hidden bug that is likely to cause quite a big > problem once Guix moves to GCC 11 or later, as many apps probably won't u= pdate to > Qt 6. The best solution may be to update our Qt 5 version; would you like to give it a try? Other than being a lot of new hashes to update (for each qt5 component), it should be relatively low risk (with regards to breaking existing Qt 5 packages). --=20 Thanks, Maxim From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 25 16:04:06 2023 Received: (at 58249) by debbugs.gnu.org; 25 Jan 2023 21:04:07 +0000 Received: from localhost ([127.0.0.1]:60090 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pKmwA-0005ly-Jv for submit@debbugs.gnu.org; Wed, 25 Jan 2023 16:04:06 -0500 Received: from knopi.disroot.org ([178.21.23.139]:37866) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pKmw6-0005lV-52 for 58249@debbugs.gnu.org; Wed, 25 Jan 2023 16:04:05 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 552374117A; Wed, 25 Jan 2023 22:04:00 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with UTF8SMTP id 6z6HxohsmbPZ; Wed, 25 Jan 2023 22:03:59 +0100 (CET) From: =?utf-8?B?TcOhamEgVG9tw6HFoWVr?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1674680639; bh=D/La2vccXOdIQ3ac7My3wRDxkjDlSlemFyWW3szrzo8=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=f46XRtnZulhg+/gGb4LmcxA0fZXZLBUKUswO4AupDQiFvgggPseKEbGOIC1zDhs1s O7nLmnCwkYhE3YzXiNTbbmnee3F7U4diue8QANJnk5aNomaa5FHE3p8owLohyj6OmD crkbw6DY3VHmV/YRDTdfd4DLcHZSksdpCH+XUl20DoGYYpd+gJvNnVX99ZzFLREyHD 6LCwbAfiaEYzRqSk71qTB7ZXr2LSW0qAhkLrPETZipBeTfISDFaCNtmuAKaOzPtYj4 HgjjGdRFVkd+fu8CAaaNKpFuDQIz0AYelL4gPbAeoKGpkyngzCUYOWKClIDNq5B98l H+qNEiTJC5muw== To: Maxim Cournoyer Subject: Re: bug#58249: [PATCH] gnu: packages: qt: Fix qtbase-5 not building on gcc 11 or later In-Reply-To: <87lemal97i.fsf@gmail.com> References: <87fsg671au.fsf@disroot.org> <87fscrz2gd.fsf@gmail.com> <874jt0lk0m.fsf@disroot.org> <87lemal97i.fsf@gmail.com> Date: Wed, 25 Jan 2023 22:03:58 +0100 Message-ID: <87mt662uo1.fsf@disroot.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 58249 Cc: 58249@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Maxim Cournoyer writes: > Hello, > > M=C3=A1ja Tom=C3=A1=C5=A1ek writes: > > [...] > >> I don't know, it is a hidden bug that is likely to cause quite a big >> problem once Guix moves to GCC 11 or later, as many apps probably won't = update to >> Qt 6. > > The best solution may be to update our Qt 5 version; would you like to > give it a try? Other than being a lot of new hashes to update (for each > qt5 component), it should be relatively low risk (with regards to > breaking existing Qt 5 packages). > > --=20 > Thanks, > Maxim I haved looked into it, and guix has already shipped a patched version :) This can be closed now. Maya From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 26 11:40:39 2023 Received: (at 58249-done) by debbugs.gnu.org; 26 Jan 2023 16:40:39 +0000 Received: from localhost ([127.0.0.1]:35993 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pL5Ik-0002TH-TO for submit@debbugs.gnu.org; Thu, 26 Jan 2023 11:40:39 -0500 Received: from mail-qt1-f169.google.com ([209.85.160.169]:37439) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pL5Ij-0002T4-Se for 58249-done@debbugs.gnu.org; Thu, 26 Jan 2023 11:40:38 -0500 Received: by mail-qt1-f169.google.com with SMTP id j9so1723046qtv.4 for <58249-done@debbugs.gnu.org>; Thu, 26 Jan 2023 08:40:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:user-agent:message-id :in-reply-to:date:references:subject:cc:to:from:from:to:cc:subject :date:message-id:reply-to; bh=kwE6yExV1Xmu1tm3hz2X7f1rRgExRjsEkHs7j/lreyI=; b=GCATu82/e9AfiEMrjmakNJbN45rCYYM+5iNeaUPefGAi2E9FIHBA6GiYLd784pxZmU GK7hMltA6DSVOvw96bg7rtX/fYsIJKnC+Vz8sYrfBpVeZwQPd1vnvhAk5prddsB5YE4T OpE/dJczaSds9xFtPGyYbUTReWYga0E5AT0yWU8MdKYuE7V10B43O3StMsgYEW8tJQXO 0zX2qOJCLwtSOQBpTzGxVna8/SeU5FNlCPmjTWY2lPQtrIGF2ZuB/nLgnja51jYulcND iS2UCvUCVdoX6CTiWZXgejYcpJxrcn2rnf1ZAHf5ptFZq0/383Uxlb9W0I4hoOuSjEQv DJMQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:user-agent:message-id :in-reply-to:date:references:subject:cc:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=kwE6yExV1Xmu1tm3hz2X7f1rRgExRjsEkHs7j/lreyI=; b=d3/MrT9jTe2nmiSvwwf6Nzg2ztimqzQg9E580Ylug5SnOLIGhhEDJLpi9sexTSeNva Er0YOptjWazv8H+IHzmd/QyOs0GxwjXeoQVQpf2TBH5Opu73sB7NysyZp/kqoc5Bnfr0 O0qxV3GhtwaVOgThPYUuzGZMQoRPTGYshNSto+Lr93xwrXpdQOyNaS1GZIS9oHVZDYd3 Py8rU4boXNuhrofi1vAA1wBXzswZ0Zo2qyQTc3bpXe7KVUMLrQST/aP0HyQ8iJgLnVpV X/jSBdFM2xjL2eGBXWCz0ocAFKlgT0xpsvF5w40ifyP+RVBDdZpxd6nx9K7b/G0uP773 hpDw== X-Gm-Message-State: AO0yUKVjxgPX35hHTqOJEstQ5wsro7UWr/BSuuYik67NBoykIuk/mauz uHIygq3M0NVUwuJx831drE+3VHTlAvFFCQ== X-Google-Smtp-Source: AK7set9LoZYOCTea2Et/IbC5pszPHpjmrih7nhPxjcm37ZOyinzpcVhjqCdhiAhFXth+gLTH6aCohw== X-Received: by 2002:a05:622a:1b9f:b0:3b7:fb43:e745 with SMTP id bp31-20020a05622a1b9f00b003b7fb43e745mr13505681qtb.39.1674751232180; Thu, 26 Jan 2023 08:40:32 -0800 (PST) Received: from hurd ([2607:fad8:4:3::1001]) by smtp.gmail.com with ESMTPSA id x7-20020ac87007000000b003b63dfad2b4sm1062245qtm.0.2023.01.26.08.40.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 26 Jan 2023 08:40:31 -0800 (PST) From: Maxim Cournoyer To: =?utf-8?B?TcOhamEgVG9tw6HFoWVr?= Subject: Re: bug#58249: [PATCH] gnu: packages: qt: Fix qtbase-5 not building on gcc 11 or later References: <87fsg671au.fsf@disroot.org> <87fscrz2gd.fsf@gmail.com> <874jt0lk0m.fsf@disroot.org> <87lemal97i.fsf@gmail.com> <87mt662uo1.fsf@disroot.org> Date: Thu, 26 Jan 2023 11:40:30 -0500 In-Reply-To: <87mt662uo1.fsf@disroot.org> (=?utf-8?B?Ik3DoWphIFRvbcOhxaFl?= =?utf-8?B?ayIncw==?= message of "Wed, 25 Jan 2023 22:03:58 +0100") Message-ID: <87fsbxxn9d.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 58249-done Cc: 58249-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, M=C3=A1ja Tom=C3=A1=C5=A1ek writes: > Maxim Cournoyer writes: > >> Hello, >> >> M=C3=A1ja Tom=C3=A1=C5=A1ek writes: >> >> [...] >> >>> I don't know, it is a hidden bug that is likely to cause quite a big >>> problem once Guix moves to GCC 11 or later, as many apps probably won't= update to >>> Qt 6. >> >> The best solution may be to update our Qt 5 version; would you like to >> give it a try? Other than being a lot of new hashes to update (for each >> qt5 component), it should be relatively low risk (with regards to >> breaking existing Qt 5 packages). >> >> --=20 >> Thanks, >> Maxim > > I haved looked into it, and guix has already shipped a patched version > :) > > This can be closed now. > Maya Great, thanks for the follow-up. I'm closing this by replying to 58249-done@debbugs.gnu.org in CC. --=20 Thanks, Maxim From unknown Fri Aug 15 04:07:43 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 24 Feb 2023 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator