From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:41724) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hiD7C-0006pl-CX for guix-patches@gnu.org; Tue, 02 Jul 2019 03:22:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hiD7A-00041r-A7 for guix-patches@gnu.org; Tue, 02 Jul 2019 03:22:10 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37679) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hiD75-0003zv-1D for guix-patches@gnu.org; Tue, 02 Jul 2019 03:22:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hiD74-0002PQ-R5 for guix-patches@gnu.org; Tue, 02 Jul 2019 03:22:02 -0400 Subject: [bug#36415] [PATCH] gnu: Add qlogo. Resent-Message-ID: Date: Tue, 2 Jul 2019 10:21:32 +0300 From: Efraim Flashner Message-ID: <20190702072132.GB22794@macbook41> References: <20190628080358.14910-1-arunisaac@systemreboot.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="OwLcNYc0lM97+oe1" Content-Disposition: inline In-Reply-To: <20190628080358.14910-1-arunisaac@systemreboot.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Arun Isaac Cc: 36415@debbugs.gnu.org --OwLcNYc0lM97+oe1 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 28, 2019 at 01:33:57PM +0530, Arun Isaac wrote: > + ;; The check phase rebuilds the source for tests. So, it needs = to be > + ;; run after the install phase has installed the outputs of the= build > + ;; phase. > + (delete 'check) > + (add-after 'install 'check > + (lambda _ > + ;; Clean files created by the build phase. > + (invoke "make" "clean") > + ;; QLogo tries to create its "dribble file" in the home > + ;; directory. So, set HOME. > + (setenv "HOME" "/tmp") > + ;; Build and run tests. > + (invoke "qmake" "TestQLogo.pro") Doesn't this efectively just rebuild the binary we just built in the 'configure and 'build phases? > + (invoke "make" "-j" (number->string (parallel-job-count))) > + (invoke "./testqlogo")))))) >=20 --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --OwLcNYc0lM97+oe1 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl0bBfsACgkQQarn3Mo9 g1Ha4A/7BMmHHoVSSpKFDSEa4wKCDEPCVYM+ZGH2vS+xHvNFFpJWAYDBWHk0y/0G /r2ItPT4GYD78dOdSZ3pEnr38OWz5iIEtB20CwRxEow6IKWEA3/YYg2vNv5luxEs ZUFqovFI/t3SaUj7htqoMDJFcSQHWOVNtaBlwH6rQTSNhMmBEIdOfrzULSQTb/Bh E1vTdQ7EOClLARwPXW24xCm2RfuCNDvDw0EkLk/S06eM/2aHzaIYMmeMuXpD7wYy cDlfKuu3t4R6cb1NcWccVoPSiszggkDLHOZeyFNiRA5PoT3ZQ/EH4g33wowGCtsB eYRL4tvL27JR6JWWnFfH/WCFYwnQnKgXWlfBX1dRW8ohRb0YB1uexjeSSADjbaZP fFxfgOYRieWydCE6zMvSl6NvEFgq4J4OWYrDQhbJBkvwqbf3WQe0n+FwvusgZV03 BAj1itQsOXx8Ueed6n7Nnbq9wTC4K9xvPx8K5vAhyyDwb+cRqD9NEEclaUzfJdGP /vOUIfoOgBuJ/RFKrNPNbO8ROSn28r8Sp8aVnkfKipsAJ8Bq8gECBlqg3iRLiBqV jWGkzdR2mAhRB03dRXLqTZM3tf9F6VhhHnQi061auL4y5aYsVieJ2se0YAxuvD0h ViYyHiF84sby0+IRc2Hhmib5jHD7AHrvzTjgGsmhOej4MqHEnCY= =IYPJ -----END PGP SIGNATURE----- --OwLcNYc0lM97+oe1--