From unknown Sat Aug 16 16:16:28 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#57445] [PATCH] gnu: qtwebengine: Fix QTWEBENGINEPROCESS_PATH specification. Resent-From: Zhu Zihao Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 27 Aug 2022 05:03:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 57445 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 57445@debbugs.gnu.org X-Debbugs-Original-To: guix-patches Received: via spool by submit@debbugs.gnu.org id=B.166157657227658 (code B ref -1); Sat, 27 Aug 2022 05:03:02 +0000 Received: (at submit) by debbugs.gnu.org; 27 Aug 2022 05:02:52 +0000 Received: from localhost ([127.0.0.1]:54984 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oRny4-0007By-N5 for submit@debbugs.gnu.org; Sat, 27 Aug 2022 01:02:52 -0400 Received: from lists.gnu.org ([209.51.188.17]:47698) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oRny1-0007Bq-P9 for submit@debbugs.gnu.org; Sat, 27 Aug 2022 01:02:46 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50568) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oRnxs-0003Vc-Ir for guix-patches@gnu.org; Sat, 27 Aug 2022 01:02:37 -0400 Received: from mail-m974.mail.163.com ([123.126.97.4]:11545) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oRnxl-00070Z-ST for guix-patches@gnu.org; Sat, 27 Aug 2022 01:02:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=From:Subject:Date:Message-ID:MIME-Version; bh=Fhjhu 8BUy+MnAn2hWxBEXsP3t9CZfMGM10ukb+I09R4=; b=bUGR6QpyXszqE8KjEBHo9 Srv30olBz2Pg5HuUdmlR+aKXLO1R8JTaIioEA1Uz95V03zqk1fbSiq+CDRQ6ekAc OB0Rt9QmLGfCLmgQFzwDWpVVrYK+kxa6RN4bOxQxOPfqSgW9+8Bj5G/ZGtmvQ2ai O+tNNjG3NjBVXOMoXwFTZw= Received: from asus-laptop (unknown [163.125.249.44]) by smtp4 (Coremail) with SMTP id HNxpCgA3n59bpQljnfjaXw--.47276S2; Sat, 27 Aug 2022 13:02:21 +0800 (CST) User-agent: mu4e 1.8.9; emacs 29.0.50 From: Zhu Zihao Date: Sat, 27 Aug 2022 13:02:00 +0800 Message-ID: <86y1vai8is.fsf@163.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-CM-TRANSID: HNxpCgA3n59bpQljnfjaXw--.47276S2 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvj4RZMaeDUUUU X-Originating-IP: [163.125.249.44] X-CM-SenderInfo: pdoosuxxwbztlvw6il2tof0z/xtbBPR1qr2AZCDif3AAAsv Received-SPF: pass client-ip=123.126.97.4; envelope-from=all_but_last@163.com; helo=mail-m974.mail.163.com 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, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.2 (/) 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: -3.3 (---) --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-qtwebengine-Fix-QTWEBENGINEPROCESS_PATH-specific.patch >From 369cf325955820d13a473b206bf65ad2c5f3e066 Mon Sep 17 00:00:00 2001 From: Zhu Zihao Date: Sat, 27 Aug 2022 12:59:04 +0800 Subject: [PATCH] gnu: qtwebengine: Fix QTWEBENGINEPROCESS_PATH specification. * gnu/packages/qt.scm (qtwebengine)[native-search-paths]: Use "lib/qt6/libexec/QtWebEngineProcess" for search path. --- gnu/packages/qt.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 821e824e36..da8ff0f70a 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -2837,7 +2837,7 @@ (define (delete-unwanted-files child stat flag base level) (file-type 'regular) (separator #f) (variable "QTWEBENGINEPROCESS_PATH") - (files '("lib/qt5/libexec/QtWebEngineProcess"))))) + (files '("lib/qt6/libexec/QtWebEngineProcess"))))) (home-page "https://wiki.qt.io/QtWebEngine") (synopsis "Qt WebEngine module") (description "The Qt WebEngine module provides support for web -- 2.37.2 --=-=-= Content-Type: text/plain -- Retrieve my PGP public key: gpg --recv-keys 481F5EEEBA425ADC13247C76A6E672D981B8E744 Zihao --=-=-=-- From unknown Sat Aug 16 16:16:28 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Zhu Zihao Subject: bug#57445: closed (Re: [bug#57445] [PATCH] gnu: qtwebengine: Fix QTWEBENGINEPROCESS_PATH specification.) Message-ID: References: <87edx1fjmr.fsf@gnu.org> <86y1vai8is.fsf@163.com> X-Gnu-PR-Message: they-closed 57445 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 57445@debbugs.gnu.org Date: Sat, 27 Aug 2022 21:44:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1661636642-24003-1" This is a multi-part message in MIME format... ------------=_1661636642-24003-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #57445: [PATCH] gnu: qtwebengine: Fix QTWEBENGINEPROCESS_PATH specification. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 57445@debbugs.gnu.org. --=20 57445: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D57445 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1661636642-24003-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 57445-done) by debbugs.gnu.org; 27 Aug 2022 21:43:11 +0000 Received: from localhost ([127.0.0.1]:57218 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oS3aB-0006Dk-1Q for submit@debbugs.gnu.org; Sat, 27 Aug 2022 17:43:11 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58316) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oS3a5-0006DD-G4 for 57445-done@debbugs.gnu.org; Sat, 27 Aug 2022 17:43:09 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:52458) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oS3Zy-0008Aw-0z; Sat, 27 Aug 2022 17:42:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=macg1lEUrPuMAAQCLP5sDVduCBPwGhq/xRcCS4GgJtc=; b=VObLbWlVcwg5w19aQXES 2w65fvy81kchMgAnH83taH55g4orye+8Ug1BczEmFgqpDvCnDyWz6Gr/klxUM/YQS9PN6F7MHSF+u fn+G/+Up4Ej23VomjTqbyldtvYvblhsWeHNgStAQqccGxS2aqPVcj/iA0H2/yOTOTcET9BLdjylRn cellPEjTVaIZ7Gjd0ts2f0D/O9gjOAXAmP7d+QjmgWkb1IzanLwSIcDytoJs2FxJ8FOlxcylNB9tC vVyYTCkFIl8vf5rZRdMiONUJ+Xj6wkdYPFsK+GCReRALi10b9WLd9cOVZZtk9YYBvfiF9aZX1iVJq 01pesD+5HoBCHA==; Received: from [84.214.173.6] (port=47626 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oS3Zx-0003Io-6A; Sat, 27 Aug 2022 17:42:57 -0400 From: Marius Bakke To: Zhu Zihao , 57445-done@debbugs.gnu.org Subject: Re: [bug#57445] [PATCH] gnu: qtwebengine: Fix QTWEBENGINEPROCESS_PATH specification. In-Reply-To: <86y1vai8is.fsf@163.com> References: <86y1vai8is.fsf@163.com> Date: Sat, 27 Aug 2022 23:42:52 +0200 Message-ID: <87edx1fjmr.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 57445-done 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: -3.3 (---) --=-=-= Content-Type: text/plain Zhu Zihao skriver: > Subject: [PATCH] gnu: qtwebengine: Fix QTWEBENGINEPROCESS_PATH specification. > > * gnu/packages/qt.scm (qtwebengine)[native-search-paths]: Use > "lib/qt6/libexec/QtWebEngineProcess" for search path. Applied, thanks! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEARYKAC0WIQRNTknu3zbaMQ2ddzTocYulkRQQdwUCYwqP3Q8cbWFyaXVzQGdu dS5vcmcACgkQ6HGLpZEUEHfC1QEAnb+ziljTX4VaqRXQNZbnGASquDMDM14lz/9Z UilG7DQBALpCY4KyCoNE7heQMv43dTKwoT01RPSHnZBzdNjaSuwC =x8LM -----END PGP SIGNATURE----- --=-=-=-- ------------=_1661636642-24003-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 27 Aug 2022 05:02:52 +0000 Received: from localhost ([127.0.0.1]:54984 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oRny4-0007By-N5 for submit@debbugs.gnu.org; Sat, 27 Aug 2022 01:02:52 -0400 Received: from lists.gnu.org ([209.51.188.17]:47698) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oRny1-0007Bq-P9 for submit@debbugs.gnu.org; Sat, 27 Aug 2022 01:02:46 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50568) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oRnxs-0003Vc-Ir for guix-patches@gnu.org; Sat, 27 Aug 2022 01:02:37 -0400 Received: from mail-m974.mail.163.com ([123.126.97.4]:11545) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oRnxl-00070Z-ST for guix-patches@gnu.org; Sat, 27 Aug 2022 01:02:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=From:Subject:Date:Message-ID:MIME-Version; bh=Fhjhu 8BUy+MnAn2hWxBEXsP3t9CZfMGM10ukb+I09R4=; b=bUGR6QpyXszqE8KjEBHo9 Srv30olBz2Pg5HuUdmlR+aKXLO1R8JTaIioEA1Uz95V03zqk1fbSiq+CDRQ6ekAc OB0Rt9QmLGfCLmgQFzwDWpVVrYK+kxa6RN4bOxQxOPfqSgW9+8Bj5G/ZGtmvQ2ai O+tNNjG3NjBVXOMoXwFTZw= Received: from asus-laptop (unknown [163.125.249.44]) by smtp4 (Coremail) with SMTP id HNxpCgA3n59bpQljnfjaXw--.47276S2; Sat, 27 Aug 2022 13:02:21 +0800 (CST) User-agent: mu4e 1.8.9; emacs 29.0.50 From: Zhu Zihao To: guix-patches Subject: [PATCH] gnu: qtwebengine: Fix QTWEBENGINEPROCESS_PATH specification. Date: Sat, 27 Aug 2022 13:02:00 +0800 Message-ID: <86y1vai8is.fsf@163.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-CM-TRANSID: HNxpCgA3n59bpQljnfjaXw--.47276S2 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvj4RZMaeDUUUU X-Originating-IP: [163.125.249.44] X-CM-SenderInfo: pdoosuxxwbztlvw6il2tof0z/xtbBPR1qr2AZCDif3AAAsv Received-SPF: pass client-ip=123.126.97.4; envelope-from=all_but_last@163.com; helo=mail-m974.mail.163.com 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, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.2 (/) 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: -3.3 (---) --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-qtwebengine-Fix-QTWEBENGINEPROCESS_PATH-specific.patch >From 369cf325955820d13a473b206bf65ad2c5f3e066 Mon Sep 17 00:00:00 2001 From: Zhu Zihao Date: Sat, 27 Aug 2022 12:59:04 +0800 Subject: [PATCH] gnu: qtwebengine: Fix QTWEBENGINEPROCESS_PATH specification. * gnu/packages/qt.scm (qtwebengine)[native-search-paths]: Use "lib/qt6/libexec/QtWebEngineProcess" for search path. --- gnu/packages/qt.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 821e824e36..da8ff0f70a 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -2837,7 +2837,7 @@ (define (delete-unwanted-files child stat flag base level) (file-type 'regular) (separator #f) (variable "QTWEBENGINEPROCESS_PATH") - (files '("lib/qt5/libexec/QtWebEngineProcess"))))) + (files '("lib/qt6/libexec/QtWebEngineProcess"))))) (home-page "https://wiki.qt.io/QtWebEngine") (synopsis "Qt WebEngine module") (description "The Qt WebEngine module provides support for web -- 2.37.2 --=-=-= Content-Type: text/plain -- Retrieve my PGP public key: gpg --recv-keys 481F5EEEBA425ADC13247C76A6E672D981B8E744 Zihao --=-=-=-- ------------=_1661636642-24003-1--