From unknown Sat Sep 20 01:51:44 2025 X-Loop: help-debbugs@gnu.org Subject: bug#26135: [PATCH] gnu: znc: Run test suite. Resent-From: Tobias Geerinckx-Rice Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 17 Mar 2017 01:09:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 26135 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 26135@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.14897129385655 (code B ref -1); Fri, 17 Mar 2017 01:09:01 +0000 Received: (at submit) by debbugs.gnu.org; 17 Mar 2017 01:08:58 +0000 Received: from localhost ([127.0.0.1]:59438 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cogO2-0001T9-4r for submit@debbugs.gnu.org; Thu, 16 Mar 2017 21:08:58 -0400 Received: from eggs.gnu.org ([208.118.235.92]:46405) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cogO0-0001Su-54 for submit@debbugs.gnu.org; Thu, 16 Mar 2017 21:08:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cogNu-0006nJ-1j for submit@debbugs.gnu.org; Thu, 16 Mar 2017 21:08:50 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_40 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:39026) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cogNt-0006n8-Uz for submit@debbugs.gnu.org; Thu, 16 Mar 2017 21:08:49 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37331) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cogNs-0000Au-Hu for guix-patches@gnu.org; Thu, 16 Mar 2017 21:08:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cogNn-0006k0-Kw for guix-patches@gnu.org; Thu, 16 Mar 2017 21:08:48 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:36067) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cogNn-0006ik-EG for guix-patches@gnu.org; Thu, 16 Mar 2017 21:08:43 -0400 Received: from mfilter14-d.gandi.net (mfilter14-d.gandi.net [217.70.178.142]) by relay3-d.mail.gandi.net (Postfix) with ESMTP id 8265FA80C4 for ; Fri, 17 Mar 2017 02:08:41 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mfilter14-d.gandi.net Received: from relay3-d.mail.gandi.net ([IPv6:::ffff:217.70.183.195]) by mfilter14-d.gandi.net (mfilter14-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id uS2lMllCEzWR for ; Fri, 17 Mar 2017 02:08:40 +0100 (CET) X-Originating-IP: 81.241.166.83 Received: from v5.tobias.gr (83.166-241-81.adsl-dyn.isp.belgacom.be [81.241.166.83]) (Authenticated sender: me@tobias.gr) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 061E0A80D0 for ; Fri, 17 Mar 2017 02:08:39 +0100 (CET) From: Tobias Geerinckx-Rice Date: Fri, 17 Mar 2017 02:09:29 +0100 Message-Id: <20170317010929.20492-1-me@tobias.gr> X-Mailer: git-send-email 2.9.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: -4.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: -4.0 (----) * gnu/packages/messaging.scm (znc)[arguments]: Enable tests. Add an ‘unpack-googletest’ phase and add ‘--with-gtest=’ to #:configure-flags. [native-inputs]: Add googletest source. --- gnu/packages/messaging.scm | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 7aa7b7b..57a62e5 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -398,12 +398,23 @@ compromised.") "1jia6kq6bp8yxfj02d5vj9vqb4pylqcldspyjj6iz82kkka2a0ig")))) (build-system gnu-build-system) (arguments - '(#:tests? #f ; tries to download GoogleTest with wget + `(#:phases + (modify-phases %standard-phases + (add-after 'unpack 'unpack-googletest + (lambda* (#:key inputs #:allow-other-keys) + (zero? (system* "tar" "xf" + (assoc-ref inputs "googletest-source")))))) + #:test-target "test" #:configure-flags '("--enable-python" "--enable-perl" - "--enable-cyrus"))) + "--enable-cyrus" + ,(string-append "--with-gtest=" + "googletest-release-" + (package-version googletest) + "/googletest")))) (native-inputs - `(("pkg-config" ,pkg-config) + `(("googletest-source" ,(package-source googletest)) + ("pkg-config" ,pkg-config) ("perl" ,perl) ("python" ,python))) (inputs -- 2.9.3 From unknown Sat Sep 20 01:51:44 2025 X-Loop: help-debbugs@gnu.org Subject: bug#26135: [PATCH] gnu: znc: Run test suite. Resent-From: Tobias Geerinckx-Rice Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 17 Mar 2017 01:12:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 26135 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 26135@debbugs.gnu.org Received: via spool by 26135-submit@debbugs.gnu.org id=B26135.14897130905915 (code B ref 26135); Fri, 17 Mar 2017 01:12:02 +0000 Received: (at 26135) by debbugs.gnu.org; 17 Mar 2017 01:11:30 +0000 Received: from localhost ([127.0.0.1]:59443 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cogQU-0001XL-J8 for submit@debbugs.gnu.org; Thu, 16 Mar 2017 21:11:30 -0400 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:42128) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cogQT-0001XD-B2 for 26135@debbugs.gnu.org; Thu, 16 Mar 2017 21:11:29 -0400 Received: from mfilter18-d.gandi.net (mfilter18-d.gandi.net [217.70.178.146]) by relay6-d.mail.gandi.net (Postfix) with ESMTP id 76100FB89F for <26135@debbugs.gnu.org>; Fri, 17 Mar 2017 02:11:27 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mfilter18-d.gandi.net Received: from relay6-d.mail.gandi.net ([IPv6:::ffff:217.70.183.198]) by mfilter18-d.gandi.net (mfilter18-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id HfdeKXAI5KPV for <26135@debbugs.gnu.org>; Fri, 17 Mar 2017 02:11:25 +0100 (CET) X-Originating-IP: 81.241.166.83 Received: from [192.168.1.24] (83.166-241-81.adsl-dyn.isp.belgacom.be [81.241.166.83]) (Authenticated sender: me@tobias.gr) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 99A12FB877 for <26135@debbugs.gnu.org>; Fri, 17 Mar 2017 02:11:25 +0100 (CET) References: <20170317010929.20492-1-me@tobias.gr> From: Tobias Geerinckx-Rice Message-ID: Date: Fri, 17 Mar 2017 02:12:19 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <20170317010929.20492-1-me@tobias.gr> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="0hm5WvaXF0Rj9Lu7QCbCA1Bdjckwbx4Kw" X-Spam-Score: -3.5 (---) 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.5 (---) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --0hm5WvaXF0Rj9Lu7QCbCA1Bdjckwbx4Kw Content-Type: multipart/mixed; boundary="Q1wiJdMwB4G9gtUs76X6ukFqcgrQ6fm24"; protected-headers="v1" From: Tobias Geerinckx-Rice To: 26135@debbugs.gnu.org Message-ID: Subject: Re: bug#26135: [PATCH] gnu: znc: Run test suite. References: <20170317010929.20492-1-me@tobias.gr> In-Reply-To: <20170317010929.20492-1-me@tobias.gr> --Q1wiJdMwB4G9gtUs76X6ukFqcgrQ6fm24 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 17/03/17 02:09, Tobias Geerinckx-Rice wrote: > + #:test-target "test" > #:configure-flags '("--enable-python" > "--enable-perl" > - "--enable-cyrus"))) > + "--enable-cyrus" > + ,(string-append "--with-gtest=3D" > + "googletest-release-" > + (package-version googletest)= > + "/googletest")))) Swap these two. Kind regards, T G-R --Q1wiJdMwB4G9gtUs76X6ukFqcgrQ6fm24-- --0hm5WvaXF0Rj9Lu7QCbCA1Bdjckwbx4Kw Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQEqBAEBCgAUBQJYyzf0DRxtZUB0b2JpYXMuZ3IACgkQkczbm0hUG5mQEAf/Wquc w7NAobMJTpXS7fTtjIk8qXon0BIsd4EePjEd0SkjGC6vwip3K84Y8Ih5Ucb+cPd1 thHkj5RhtJz3ESu72FV+NXBSM0/yKDwqrLICAmIhd7Tot/pAjO30yn1PeditsT3y Li3w5b6J0hrapKYq2Jrxde4oN5zwbxZDyCF89uPiyS+JtQZFc4wMSGACASN009OU LKaClSBmhQugTBdYokGw1YnKHAeaVrUdIrDC9+P6sjID6QHe6A6CBDjALLq5P5X0 ODVUpcmdjT6noveSEf8u+PuvO+gFc42PxxuO5ZDm48Qm39b22k0rRrQLQeS4Z7O9 aGIR8VoB4U05t7rwFw== =4JiZ -----END PGP SIGNATURE----- --0hm5WvaXF0Rj9Lu7QCbCA1Bdjckwbx4Kw-- From unknown Sat Sep 20 01:51:44 2025 X-Loop: help-debbugs@gnu.org Subject: bug#26135: [PATCH] gnu: znc: Run test suite. Resent-From: John Darrington Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 17 Mar 2017 05:58:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 26135 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Tobias Geerinckx-Rice Cc: 26135@debbugs.gnu.org Received: via spool by 26135-submit@debbugs.gnu.org id=B26135.14897302698221 (code B ref 26135); Fri, 17 Mar 2017 05:58:01 +0000 Received: (at 26135) by debbugs.gnu.org; 17 Mar 2017 05:57:49 +0000 Received: from localhost ([127.0.0.1]:59519 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1coktZ-00028X-Fk for submit@debbugs.gnu.org; Fri, 17 Mar 2017 01:57:49 -0400 Received: from de.cellform.com ([88.217.224.109]:51466 helo=jocasta.intra) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1coktX-00028N-8K for 26135@debbugs.gnu.org; Fri, 17 Mar 2017 01:57:48 -0400 Received: from jocasta.intra (localhost [127.0.0.1]) by jocasta.intra (8.14.4/8.14.4/Debian-8+deb8u1) with ESMTP id v2H5vioD025254 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 17 Mar 2017 06:57:44 +0100 Received: (from john@localhost) by jocasta.intra (8.14.4/8.14.4/Submit) id v2H5viKi025253; Fri, 17 Mar 2017 06:57:44 +0100 Date: Fri, 17 Mar 2017 06:57:44 +0100 From: John Darrington Message-ID: <20170317055744.GA25207@jocasta.intra> References: <20170317010929.20492-1-me@tobias.gr> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="r5Pyd7+fXNt84Ff3" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Score: -0.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: -0.0 (/) --r5Pyd7+fXNt84Ff3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 17, 2017 at 02:12:19AM +0100, Tobias Geerinckx-Rice wrote: On 17/03/17 02:09, Tobias Geerinckx-Rice wrote: > + #:test-target "test" > #:configure-flags '("--enable-python" > "--enable-perl" > - "--enable-cyrus"))) > + "--enable-cyrus" > + ,(string-append "--with-gtest=3D" > + "googletest-release-" > + (package-version googlete= st) > + "/googletest")))) =20 Swap these two. =20 How much does googletest add to the closure size of the package? J' =20 --=20 Avoid eavesdropping. Send strong encrypted email. PGP Public key ID: 1024D/2DE827B3=20 fingerprint =3D 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3 See http://sks-keyservers.net or any PGP keyserver for public key. --r5Pyd7+fXNt84Ff3 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAljLetgACgkQimdxnC3oJ7OgwwCeJNbMfZJKaGxdy9NSxY0HQUWt sOsAnjDpYBuGRFaosH8TckgAhppeCwmx =V0iN -----END PGP SIGNATURE----- --r5Pyd7+fXNt84Ff3-- From unknown Sat Sep 20 01:51:44 2025 X-Loop: help-debbugs@gnu.org Subject: bug#26135: [PATCH] gnu: znc: Run test suite. Resent-From: Tobias Geerinckx-Rice Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 20 Mar 2017 14:17:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 26135 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: john@darrington.wattle.id.au Cc: 26135@debbugs.gnu.org Received: via spool by 26135-submit@debbugs.gnu.org id=B26135.14900194172460 (code B ref 26135); Mon, 20 Mar 2017 14:17:01 +0000 Received: (at 26135) by debbugs.gnu.org; 20 Mar 2017 14:16:57 +0000 Received: from localhost ([127.0.0.1]:36478 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cpy7F-0000dc-Ep for submit@debbugs.gnu.org; Mon, 20 Mar 2017 10:16:57 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:35521) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cpy7C-0000dT-SM for 26135@debbugs.gnu.org; Mon, 20 Mar 2017 10:16:55 -0400 Received: from mfilter15-d.gandi.net (mfilter15-d.gandi.net [217.70.178.143]) by relay4-d.mail.gandi.net (Postfix) with ESMTP id CAE2B1721B3; Mon, 20 Mar 2017 15:16:53 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mfilter15-d.gandi.net Received: from relay4-d.mail.gandi.net ([IPv6:::ffff:217.70.183.196]) by mfilter15-d.gandi.net (mfilter15-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id 5wRvNzLGrNs9; Mon, 20 Mar 2017 15:16:52 +0100 (CET) X-Originating-IP: 84.196.237.164 Received: from [192.168.0.100] (d54c4eda4.access.telenet.be [84.196.237.164]) (Authenticated sender: me@tobias.gr) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 74E68172171; Mon, 20 Mar 2017 15:16:51 +0100 (CET) References: <20170317010929.20492-1-me@tobias.gr> <20170317055744.GA25207@jocasta.intra> From: Tobias Geerinckx-Rice Message-ID: <98dec342-756d-c7e4-d898-86a601f6d15a@tobias.gr> Date: Mon, 20 Mar 2017 15:17:50 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <20170317055744.GA25207@jocasta.intra> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="KOsmN61BNmSmGROl5ufUn7cLG7CmElBCL" X-Spam-Score: -0.7 (/) 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 (/) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --KOsmN61BNmSmGROl5ufUn7cLG7CmElBCL Content-Type: multipart/mixed; boundary="iCq4ACtRH0WboCa5j5VmjhAP5DnbAMGkC"; protected-headers="v1" From: Tobias Geerinckx-Rice To: john@darrington.wattle.id.au Cc: 26135@debbugs.gnu.org Message-ID: <98dec342-756d-c7e4-d898-86a601f6d15a@tobias.gr> Subject: Re: bug#26135: [PATCH] gnu: znc: Run test suite. References: <20170317010929.20492-1-me@tobias.gr> <20170317055744.GA25207@jocasta.intra> In-Reply-To: <20170317055744.GA25207@jocasta.intra> --iCq4ACtRH0WboCa5j5VmjhAP5DnbAMGkC Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable John, On 17/03/17 06:57, John Darrington wrote: > How much does googletest add to the closure size of the package? Nothing, I should think, since it's a build-time dependency. ;-) Kind regards, T G-R --iCq4ACtRH0WboCa5j5VmjhAP5DnbAMGkC-- --KOsmN61BNmSmGROl5ufUn7cLG7CmElBCL Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQEqBAEBCgAUBQJYz+SODRxtZUB0b2JpYXMuZ3IACgkQkczbm0hUG5ngxgf/RWSS e4VJxvFlJVGgrKI3ITImJotO4AsvRaQAr1GkVb4eIMpMo9n+AYhiL5PPTAF+26Qp lp/Eejv2XP16gRqOZB9/18LVunewLqer7JaeLwADRaYAG/Q1a0FoF7aSSmS3Auf2 AQwLSfm9ZMx8Mw9pHbr3pSCZBUJVuYEG3SjkDgC3Dfph/5vcXpQ5qW/LnT5F2c5n tSvhgzC7JO+taSwEbCG7Exh2pHu0he4POZ61yOhhXx9gjt7Er3llSLzJEGJBRZ/Y vA4qldzDbGbLAbj0iUACq7qfm+M6nZKm3sVhYYXC1mKYmPMY+yd3fxaiK/NuTrpG 7ZHrsoXDNw86nG/iOQ== =tgwQ -----END PGP SIGNATURE----- --KOsmN61BNmSmGROl5ufUn7cLG7CmElBCL-- From unknown Sat Sep 20 01:51:44 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: Tobias Geerinckx-Rice Subject: bug#26135: closed (Re: [PATCH] gnu: znc: Run test suite.) Message-ID: References: <089aa0ed-9c06-9298-b308-7e8e0f800b07@tobias.gr> <20170317010929.20492-1-me@tobias.gr> X-Gnu-PR-Message: they-closed 26135 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 26135@debbugs.gnu.org Date: Mon, 20 Mar 2017 21:46:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1490046362-11789-1" This is a multi-part message in MIME format... ------------=_1490046362-11789-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #26135: [PATCH] gnu: znc: Run test suite. 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 26135@debbugs.gnu.org. --=20 26135: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D26135 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1490046362-11789-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 26135-done) by debbugs.gnu.org; 20 Mar 2017 21:45:49 +0000 Received: from localhost ([127.0.0.1]:36790 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cq57c-00033h-OI for submit@debbugs.gnu.org; Mon, 20 Mar 2017 17:45:48 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:40457) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cq57a-00033Z-Rr for 26135-done@debbugs.gnu.org; Mon, 20 Mar 2017 17:45:47 -0400 Received: from mfilter17-d.gandi.net (mfilter17-d.gandi.net [217.70.178.145]) by relay2-d.mail.gandi.net (Postfix) with ESMTP id D4B88C5A63 for <26135-done@debbugs.gnu.org>; Mon, 20 Mar 2017 22:45:45 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mfilter17-d.gandi.net Received: from relay2-d.mail.gandi.net ([IPv6:::ffff:217.70.183.194]) by mfilter17-d.gandi.net (mfilter17-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id 3X8vuk3JAOOR for <26135-done@debbugs.gnu.org>; Mon, 20 Mar 2017 22:45:44 +0100 (CET) X-Originating-IP: 81.241.166.83 Received: from [192.168.1.24] (83.166-241-81.adsl-dyn.isp.belgacom.be [81.241.166.83]) (Authenticated sender: me@tobias.gr) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 180B5C5A5C for <26135-done@debbugs.gnu.org>; Mon, 20 Mar 2017 22:45:43 +0100 (CET) To: 26135-done@debbugs.gnu.org From: Tobias Geerinckx-Rice Subject: Re: [PATCH] gnu: znc: Run test suite. Message-ID: <089aa0ed-9c06-9298-b308-7e8e0f800b07@tobias.gr> Date: Mon, 20 Mar 2017 22:46:43 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="2QPhRhfac8hIpReoALwdnOqR6Bs2TwFhD" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 26135-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: -0.7 (/) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --2QPhRhfac8hIpReoALwdnOqR6Bs2TwFhD Content-Type: multipart/mixed; boundary="TcL5aeGgm93axPae1jw1RbJ3L55u4g8gh"; protected-headers="v1" From: Tobias Geerinckx-Rice To: 26135-done@debbugs.gnu.org Message-ID: <089aa0ed-9c06-9298-b308-7e8e0f800b07@tobias.gr> Subject: Re: [PATCH] gnu: znc: Run test suite. --TcL5aeGgm93axPae1jw1RbJ3L55u4g8gh Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Pushed as 500fc65b5bd28a8f222d2dbff7676ba3ee622f12. --TcL5aeGgm93axPae1jw1RbJ3L55u4g8gh-- --2QPhRhfac8hIpReoALwdnOqR6Bs2TwFhD Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQEqBAEBCgAUBQJY0E3DDRxtZUB0b2JpYXMuZ3IACgkQkczbm0hUG5nLNwf/UaPU Yfdy+TaAeBOpyM6ReqZS76sKhWI3htlEvzQhNNkY57tcdqPBKjpbUXIcVfUibXii UU3lioWnDjKS/uT7h1VlNqN1lSbHE8JShUonAxz3ijP/1gNQveIyAy7lemfbUgrt F/5FRm/oKmaPg98LLFY5hI4bjmNEy9AVrDPd7SeKuEprBLUgkh8fNeuhuEbU4V6l dmQUkZK+oCeDcQlM142NW+WyUtQfC3wOL9OicGf6A7guxMKWdckwl1JqtMdkeFjm qN1I2bfFHPgoqeFlaMiaLN8zaKD6qHqercp23PgEyWk2iOVDAYE5A56YoQJjewDD p+11dTwqQk7O885tWg== =bEgh -----END PGP SIGNATURE----- --2QPhRhfac8hIpReoALwdnOqR6Bs2TwFhD-- ------------=_1490046362-11789-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 17 Mar 2017 01:08:58 +0000 Received: from localhost ([127.0.0.1]:59438 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cogO2-0001T9-4r for submit@debbugs.gnu.org; Thu, 16 Mar 2017 21:08:58 -0400 Received: from eggs.gnu.org ([208.118.235.92]:46405) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cogO0-0001Su-54 for submit@debbugs.gnu.org; Thu, 16 Mar 2017 21:08:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cogNu-0006nJ-1j for submit@debbugs.gnu.org; Thu, 16 Mar 2017 21:08:50 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_40 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:39026) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cogNt-0006n8-Uz for submit@debbugs.gnu.org; Thu, 16 Mar 2017 21:08:49 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37331) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cogNs-0000Au-Hu for guix-patches@gnu.org; Thu, 16 Mar 2017 21:08:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cogNn-0006k0-Kw for guix-patches@gnu.org; Thu, 16 Mar 2017 21:08:48 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:36067) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cogNn-0006ik-EG for guix-patches@gnu.org; Thu, 16 Mar 2017 21:08:43 -0400 Received: from mfilter14-d.gandi.net (mfilter14-d.gandi.net [217.70.178.142]) by relay3-d.mail.gandi.net (Postfix) with ESMTP id 8265FA80C4 for ; Fri, 17 Mar 2017 02:08:41 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mfilter14-d.gandi.net Received: from relay3-d.mail.gandi.net ([IPv6:::ffff:217.70.183.195]) by mfilter14-d.gandi.net (mfilter14-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id uS2lMllCEzWR for ; Fri, 17 Mar 2017 02:08:40 +0100 (CET) X-Originating-IP: 81.241.166.83 Received: from v5.tobias.gr (83.166-241-81.adsl-dyn.isp.belgacom.be [81.241.166.83]) (Authenticated sender: me@tobias.gr) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 061E0A80D0 for ; Fri, 17 Mar 2017 02:08:39 +0100 (CET) From: Tobias Geerinckx-Rice To: guix-patches@gnu.org Subject: [PATCH] gnu: znc: Run test suite. Date: Fri, 17 Mar 2017 02:09:29 +0100 Message-Id: <20170317010929.20492-1-me@tobias.gr> X-Mailer: git-send-email 2.9.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: -4.0 (----) 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: -4.0 (----) * gnu/packages/messaging.scm (znc)[arguments]: Enable tests. Add an ‘unpack-googletest’ phase and add ‘--with-gtest=’ to #:configure-flags. [native-inputs]: Add googletest source. --- gnu/packages/messaging.scm | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 7aa7b7b..57a62e5 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -398,12 +398,23 @@ compromised.") "1jia6kq6bp8yxfj02d5vj9vqb4pylqcldspyjj6iz82kkka2a0ig")))) (build-system gnu-build-system) (arguments - '(#:tests? #f ; tries to download GoogleTest with wget + `(#:phases + (modify-phases %standard-phases + (add-after 'unpack 'unpack-googletest + (lambda* (#:key inputs #:allow-other-keys) + (zero? (system* "tar" "xf" + (assoc-ref inputs "googletest-source")))))) + #:test-target "test" #:configure-flags '("--enable-python" "--enable-perl" - "--enable-cyrus"))) + "--enable-cyrus" + ,(string-append "--with-gtest=" + "googletest-release-" + (package-version googletest) + "/googletest")))) (native-inputs - `(("pkg-config" ,pkg-config) + `(("googletest-source" ,(package-source googletest)) + ("pkg-config" ,pkg-config) ("perl" ,perl) ("python" ,python))) (inputs -- 2.9.3 ------------=_1490046362-11789-1--