From unknown Tue Aug 19 10:09:45 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#29087] [PATCH] gnu: extra-cmake-modules: Install pri-files into lib/qt5/. Resent-From: Hartmut Goebel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 31 Oct 2017 17:27:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 29087 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 29087@debbugs.gnu.org Cc: iyzsong@member.fsf.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.150947076630990 (code B ref -1); Tue, 31 Oct 2017 17:27:02 +0000 Received: (at submit) by debbugs.gnu.org; 31 Oct 2017 17:26:06 +0000 Received: from localhost ([127.0.0.1]:44472 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e9aIg-00083m-Dg for submit@debbugs.gnu.org; Tue, 31 Oct 2017 13:26:06 -0400 Received: from eggs.gnu.org ([208.118.235.92]:52734) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e9aIf-00083K-OW for submit@debbugs.gnu.org; Tue, 31 Oct 2017 13:26:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e9aIZ-0005DC-It for submit@debbugs.gnu.org; Tue, 31 Oct 2017 13:26:00 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:41150) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e9aIZ-0005D6-FM for submit@debbugs.gnu.org; Tue, 31 Oct 2017 13:25:59 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43693) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e9aIY-0001fH-8H for guix-patches@gnu.org; Tue, 31 Oct 2017 13:25:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e9aIV-0005Bu-3F for guix-patches@gnu.org; Tue, 31 Oct 2017 13:25:58 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:33624) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e9aIU-0005BI-Ry for guix-patches@gnu.org; Tue, 31 Oct 2017 13:25:54 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3yRJCj2RzFz1qsWC; Tue, 31 Oct 2017 18:25:53 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3yRJCj0mllz1qsMJ; Tue, 31 Oct 2017 18:25:53 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id 2Pf6TMQszgrQ; Tue, 31 Oct 2017 18:25:52 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-93-104-78-71.dynamic.mnet-online.de [93.104.78.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS; Tue, 31 Oct 2017 18:25:52 +0100 (CET) Received: from lenashee.goebel-consult.de (lenashee.goebel-consult.de [192.168.110.2]) by hermia.goebel-consult.de (Postfix) with ESMTP id 6005860652; Tue, 31 Oct 2017 18:25:52 +0100 (CET) From: Hartmut Goebel Date: Tue, 31 Oct 2017 18:25:51 +0100 Message-Id: <20171031172551.32434-1-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.13.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) 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: -5.0 (-----) This in accordance with the documentation in ECMGeneratePriFile.cmake: "Packagers =E2=80=A6 want to set `ECM_MKSPECS_INSTALL_DIR` to something like `share/qt5/mkspecs/modules`." Our Qt5 is putting pri-files into `lib/qt5/mkspecs/modules`. * gnu/packages/kde-frameworks.scm(extra-cmake-modules)[#:phase fix-lib-pa= th]: New substitute for file 'modules/ECMGeneratePriFile.cmake'. --- gnu/packages/kde-frameworks.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-framework= s.scm index c92e92ef3..d347ea1d9 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -104,7 +104,11 @@ "_define_relative(QTQUICKIMPORTSDIR LIBDIR \"qt5/imports= \"") ;; Install qml-files into lib/qt5/qml (("_define_relative\\(QMLDIR LIBDIR \"qml\"") - "_define_relative(QMLDIR LIBDIR \"qt5/qml\"")))) + "_define_relative(QMLDIR LIBDIR \"qt5/qml\"")) + (substitute* "modules/ECMGeneratePriFile.cmake" + ;; Install pri-files into lib/qt5/mkspecs + (("set\\(ECM_MKSPECS_INSTALL_DIR mkspecs/modules") + "set(ECM_MKSPECS_INSTALL_DIR lib/qt5/mkspecs/modules")))= ) ;; install and check phase are swapped to prevent install from = failing ;; after testsuire has run (add-after 'install 'check-post-install --=20 2.13.5 From unknown Tue Aug 19 10:09:45 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: Hartmut Goebel Subject: bug#29087: closed (Re: bug#29087: Acknowledgement ([PATCH] gnu: extra-cmake-modules: Install pri-files into lib/qt5/.)) Message-ID: References: <811f4391-c8ca-eca6-b8f3-413413504b6e@crazy-compilers.com> <20171031172551.32434-1-h.goebel@crazy-compilers.com> X-Gnu-PR-Message: they-closed 29087 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 29087@debbugs.gnu.org Date: Sun, 05 Nov 2017 10:03:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1509876182-9090-1" This is a multi-part message in MIME format... ------------=_1509876182-9090-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #29087: [PATCH] gnu: extra-cmake-modules: Install pri-files into lib/qt5/. 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 29087@debbugs.gnu.org. --=20 29087: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D29087 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1509876182-9090-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 29087-close) by debbugs.gnu.org; 5 Nov 2017 10:02:50 +0000 Received: from localhost ([127.0.0.1]:51204 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eBHlS-0002MA-6e for submit@debbugs.gnu.org; Sun, 05 Nov 2017 05:02:50 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:49240) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eBHlQ-0002M1-OB for 29087-close@debbugs.gnu.org; Sun, 05 Nov 2017 05:02:49 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3yVB881FMBz1qwdV for <29087-close@debbugs.gnu.org>; Sun, 5 Nov 2017 11:02:47 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3yVB876snbz1r0YK for <29087-close@debbugs.gnu.org>; Sun, 5 Nov 2017 11:02:47 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id Py_SsgsVYw8K for <29087-close@debbugs.gnu.org>; Sun, 5 Nov 2017 11:02:47 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-93-104-78-67.dynamic.mnet-online.de [93.104.78.67]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <29087-close@debbugs.gnu.org>; Sun, 5 Nov 2017 11:02:47 +0100 (CET) Received: from [192.168.110.2] (lenashee.goebel-consult.de [192.168.110.2]) by hermia.goebel-consult.de (Postfix) with ESMTP id 9485760952 for <29087-close@debbugs.gnu.org>; Sun, 5 Nov 2017 11:02:46 +0100 (CET) Subject: Re: bug#29087: Acknowledgement ([PATCH] gnu: extra-cmake-modules: Install pri-files into lib/qt5/.) To: 29087-close@debbugs.gnu.org References: <20171031172551.32434-1-h.goebel@crazy-compilers.com> From: Hartmut Goebel Organization: crazy-compilers.com Message-ID: <811f4391-c8ca-eca6-b8f3-413413504b6e@crazy-compilers.com> Date: Sun, 5 Nov 2017 11:02:46 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: de-DE X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 29087-close 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: -0.7 (/) Duplicate, see https://debbugs.gnu.org/cgi/bugreport.cgi?bug=29114#8 -- Regards Hartmut Goebel | Hartmut Goebel | h.goebel@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible | ------------=_1509876182-9090-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 31 Oct 2017 17:26:06 +0000 Received: from localhost ([127.0.0.1]:44472 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e9aIg-00083m-Dg for submit@debbugs.gnu.org; Tue, 31 Oct 2017 13:26:06 -0400 Received: from eggs.gnu.org ([208.118.235.92]:52734) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e9aIf-00083K-OW for submit@debbugs.gnu.org; Tue, 31 Oct 2017 13:26:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e9aIZ-0005DC-It for submit@debbugs.gnu.org; Tue, 31 Oct 2017 13:26:00 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:41150) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e9aIZ-0005D6-FM for submit@debbugs.gnu.org; Tue, 31 Oct 2017 13:25:59 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43693) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e9aIY-0001fH-8H for guix-patches@gnu.org; Tue, 31 Oct 2017 13:25:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e9aIV-0005Bu-3F for guix-patches@gnu.org; Tue, 31 Oct 2017 13:25:58 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:33624) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e9aIU-0005BI-Ry for guix-patches@gnu.org; Tue, 31 Oct 2017 13:25:54 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3yRJCj2RzFz1qsWC; Tue, 31 Oct 2017 18:25:53 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3yRJCj0mllz1qsMJ; Tue, 31 Oct 2017 18:25:53 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id 2Pf6TMQszgrQ; Tue, 31 Oct 2017 18:25:52 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-93-104-78-71.dynamic.mnet-online.de [93.104.78.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS; Tue, 31 Oct 2017 18:25:52 +0100 (CET) Received: from lenashee.goebel-consult.de (lenashee.goebel-consult.de [192.168.110.2]) by hermia.goebel-consult.de (Postfix) with ESMTP id 6005860652; Tue, 31 Oct 2017 18:25:52 +0100 (CET) From: Hartmut Goebel To: guix-patches@gnu.org Subject: [PATCH] gnu: extra-cmake-modules: Install pri-files into lib/qt5/. Date: Tue, 31 Oct 2017 18:25:51 +0100 Message-Id: <20171031172551.32434-1-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.13.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit Cc: iyzsong@member.fsf.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: -5.0 (-----) This in accordance with the documentation in ECMGeneratePriFile.cmake: "Packagers =E2=80=A6 want to set `ECM_MKSPECS_INSTALL_DIR` to something like `share/qt5/mkspecs/modules`." Our Qt5 is putting pri-files into `lib/qt5/mkspecs/modules`. * gnu/packages/kde-frameworks.scm(extra-cmake-modules)[#:phase fix-lib-pa= th]: New substitute for file 'modules/ECMGeneratePriFile.cmake'. --- gnu/packages/kde-frameworks.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-framework= s.scm index c92e92ef3..d347ea1d9 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -104,7 +104,11 @@ "_define_relative(QTQUICKIMPORTSDIR LIBDIR \"qt5/imports= \"") ;; Install qml-files into lib/qt5/qml (("_define_relative\\(QMLDIR LIBDIR \"qml\"") - "_define_relative(QMLDIR LIBDIR \"qt5/qml\"")))) + "_define_relative(QMLDIR LIBDIR \"qt5/qml\"")) + (substitute* "modules/ECMGeneratePriFile.cmake" + ;; Install pri-files into lib/qt5/mkspecs + (("set\\(ECM_MKSPECS_INSTALL_DIR mkspecs/modules") + "set(ECM_MKSPECS_INSTALL_DIR lib/qt5/mkspecs/modules")))= ) ;; install and check phase are swapped to prevent install from = failing ;; after testsuire has run (add-after 'install 'check-post-install --=20 2.13.5 ------------=_1509876182-9090-1--