From unknown Wed Aug 20 01:18:21 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#36415 <36415@debbugs.gnu.org> To: bug#36415 <36415@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add qlogo. Reply-To: bug#36415 <36415@debbugs.gnu.org> Date: Wed, 20 Aug 2025 08:18:21 +0000 retitle 36415 [PATCH] gnu: Add qlogo. reassign 36415 guix-patches submitter 36415 Arun Isaac severity 36415 normal tag 36415 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 28 04:04:45 2019 Received: (at submit) by debbugs.gnu.org; 28 Jun 2019 08:04:45 +0000 Received: from localhost ([127.0.0.1]:40318 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hgls7-0005X2-E8 for submit@debbugs.gnu.org; Fri, 28 Jun 2019 04:04:45 -0400 Received: from lists.gnu.org ([209.51.188.17]:47930) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hgls3-0005Wr-Vc for submit@debbugs.gnu.org; Fri, 28 Jun 2019 04:04:37 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55708) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hgls0-0005Aj-MT for guix-patches@gnu.org; Fri, 28 Jun 2019 04:04:35 -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.8 required=5.0 tests=BAYES_50,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hglrq-00074A-RF for guix-patches@gnu.org; Fri, 28 Jun 2019 04:04:24 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:42144) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hglrm-0006vp-KC for guix-patches@gnu.org; Fri, 28 Jun 2019 04:04:21 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=1bgrDA/vQIfnveQvaiTVNVpxt8hM3GiH+CwWxi5gtQA=; b=M229HD1r9Je2uoarSOMkKLMRhi ++Qx8qiuDrietb/l4zu9fnH2HmiLQ/khDoCAzUDUbzUnsRqXLWEQ30BZccvKusLJX7iHbMr2EeF3M Mub2jyR1ZQqmIe1mlOl1rzcArsxU/yAxtwhGrvkfx+QSCCZHTUFSmduRCSwPox6/kEa8=; Received: from [14.139.128.10] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.92) (envelope-from ) id 1hglrd-00087b-BH; Fri, 28 Jun 2019 13:34:09 +0530 From: Arun Isaac To: guix-patches@gnu.org Subject: [PATCH] gnu: Add qlogo. Date: Fri, 28 Jun 2019 13:33:57 +0530 Message-Id: <20190628080358.14910-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.22.0 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] X-Received-From: 139.59.75.54 X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Arun Isaac 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 (--) * gnu/packages/logo.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Register it. * gnu/packages/logo.scm (qlogo): New variable. --- gnu/local.mk | 1 + gnu/packages/logo.scm | 71 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+) create mode 100644 gnu/packages/logo.scm diff --git a/gnu/local.mk b/gnu/local.mk index f5d53b49b8..17630de911 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -299,6 +299,7 @@ GNU_SYSTEM_MODULES = \ %D%/packages/llvm.scm \ %D%/packages/lout.scm \ %D%/packages/logging.scm \ + %D%/packages/logo.scm \ %D%/packages/lolcode.scm \ %D%/packages/lsof.scm \ %D%/packages/lua.scm \ diff --git a/gnu/packages/logo.scm b/gnu/packages/logo.scm new file mode 100644 index 0000000000..17c3990a94 --- /dev/null +++ b/gnu/packages/logo.scm @@ -0,0 +1,71 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2019 Arun Isaac +;;; +;;; This file is part of GNU Guix. +;;; +;;; GNU Guix is free software; you can redistribute it and/or modify it +;;; under the terms of the GNU General Public License as published by +;;; the Free Software Foundation; either version 3 of the License, or (at +;;; your option) any later version. +;;; +;;; GNU Guix is distributed in the hope that it will be useful, but +;;; WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;;; GNU General Public License for more details. +;;; +;;; You should have received a copy of the GNU General Public License +;;; along with GNU Guix. If not, see . + +(define-module (gnu packages logo) + #:use-module (gnu packages qt) + #:use-module ((guix licenses) #:prefix license:) + #:use-module (guix download) + #:use-module (guix packages) + #:use-module (guix build-system gnu)) + +(define-public qlogo + (package + (name "qlogo") + (version "0.92") + (source + (origin + (method url-fetch) + (uri (string-append "https://qlogo.org/assets/sources/QLogo-" + version ".tgz")) + (sha256 + (base32 + "0cpyj1ji6hjy7zzz05672f0j6fr0mwpc1y3sq36hhkv2fkpidw22")))) + (build-system gnu-build-system) + (inputs + `(("qtbase" ,qtbase))) + (arguments + `(#:phases + (modify-phases %standard-phases + (replace 'configure + (lambda* (#:key outputs #:allow-other-keys) + (substitute* "QLogo.pro" + (("target\\.path = /usr/bin") + (string-append "target.path = " + (assoc-ref outputs "out") "/bin"))) + (invoke "qmake" "QLogo.pro"))) + ;; 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") + (invoke "make" "-j" (number->string (parallel-job-count))) + (invoke "./testqlogo")))))) + (home-page "https://qlogo.org") + (synopsis "Logo interpreter using Qt and OpenGL") + (description "QLogo is an interpreter for the Logo language written in C++ +using Qt and OpenGL. Specifically, it mimics, as reasonably as possible, the +UCBLogo interpreter.") + (license license:gpl2+))) -- 2.22.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 28 12:35:39 2019 Received: (at submit) by debbugs.gnu.org; 28 Jun 2019 16:35:39 +0000 Received: from localhost ([127.0.0.1]:42883 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hgtqW-0006XY-GC for submit@debbugs.gnu.org; Fri, 28 Jun 2019 12:35:39 -0400 Received: from lists.gnu.org ([209.51.188.17]:50755) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hgtqU-0006XQ-SY for submit@debbugs.gnu.org; Fri, 28 Jun 2019 12:35:31 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42233) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hgtqT-0008Iy-A4 for guix-patches@gnu.org; Fri, 28 Jun 2019 12:35:30 -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.1 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_LOW, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hgtqR-0004ZA-GK for guix-patches@gnu.org; Fri, 28 Jun 2019 12:35:29 -0400 Received: from mx1.riseup.net ([198.252.153.129]:50376) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hgtqR-0004Xh-3f for guix-patches@gnu.org; Fri, 28 Jun 2019 12:35:27 -0400 Received: from capuchin.riseup.net (capuchin-pn.riseup.net [10.0.1.176]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id DC9031B93B1 for ; Fri, 28 Jun 2019 09:35:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1561739725; bh=f9zpkgkb+IHQOEFMaYUwsQ9jf+t1K2zn5C1zOdzK6Kg=; h=Subject:To:References:From:Date:In-Reply-To:From; b=CVKJiFpZ9U0IVwpsQrTUXmco1DBR6kTXDuQPfpJt6/i4Zw1ByfwqyuHcptVnoy2Q4 F0ozbQtogC9r55t5ia/qYJ5cssyKtv5T4gehQK3yky3nMuu/pzDsJdCvZszo2fbJIB XJMXaBfjtb6VIHj6HKVNXZwdUgZ1igrN4w2v2ayI= X-Riseup-User-ID: CE1B2938320AFD7C4982020BA64B01578AEB58F590E1F500503AEC99FED8426D Received: from [127.0.0.1] (localhost [127.0.0.1]) by capuchin.riseup.net (Postfix) with ESMTPSA id 1EDCE1202C3 for ; Fri, 28 Jun 2019 09:35:24 -0700 (PDT) Subject: Re: [bug#36415] [PATCH] gnu: Add qlogo. To: guix-patches@gnu.org References: <20190628080358.14910-1-arunisaac@systemreboot.net> From: swedebugia Message-ID: Date: Fri, 28 Jun 2019 18:35:21 +0200 MIME-Version: 1.0 In-Reply-To: <20190628080358.14910-1-arunisaac@systemreboot.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 198.252.153.129 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: -0.1 (/) On 2019-06-28 10:03, Arun Isaac wrote: > * gnu/packages/logo.scm: New file. > * gnu/local.mk (GNU_SYSTEM_MODULES): Register it. > * gnu/packages/logo.scm (qlogo): New variable. > --- > gnu/local.mk | 1 + > gnu/packages/logo.scm | 71 ++++++++++++++++++++++++++++++++++++++++++= + > 2 files changed, 72 insertions(+) > create mode 100644 gnu/packages/logo.scm >=20 > diff --git a/gnu/local.mk b/gnu/local.mk > index f5d53b49b8..17630de911 100644 > --- a/gnu/local.mk > +++ b/gnu/local.mk > @@ -299,6 +299,7 @@ GNU_SYSTEM_MODULES =3D \ > %D%/packages/llvm.scm \ > %D%/packages/lout.scm \ > %D%/packages/logging.scm \ > + %D%/packages/logo.scm \ > %D%/packages/lolcode.scm \ > %D%/packages/lsof.scm \ > %D%/packages/lua.scm \ > diff --git a/gnu/packages/logo.scm b/gnu/packages/logo.scm > new file mode 100644 > index 0000000000..17c3990a94 > --- /dev/null > +++ b/gnu/packages/logo.scm > @@ -0,0 +1,71 @@ > +;;; GNU Guix --- Functional package management for GNU > +;;; Copyright =C2=A9 2019 Arun Isaac > +;;; > +;;; This file is part of GNU Guix. > +;;; > +;;; GNU Guix is free software; you can redistribute it and/or modify i= t > +;;; under the terms of the GNU General Public License as published by > +;;; the Free Software Foundation; either version 3 of the License, or = (at > +;;; your option) any later version. > +;;; > +;;; GNU Guix is distributed in the hope that it will be useful, but > +;;; WITHOUT ANY WARRANTY; without even the implied warranty of > +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > +;;; GNU General Public License for more details. > +;;; > +;;; You should have received a copy of the GNU General Public License > +;;; along with GNU Guix. If not, see. > + > +(define-module (gnu packages logo) > + #:use-module (gnu packages qt) > + #:use-module ((guix licenses) #:prefix license:) > + #:use-module (guix download) > + #:use-module (guix packages) > + #:use-module (guix build-system gnu)) > + > +(define-public qlogo > + (package > + (name "qlogo") > + (version "0.92") > + (source > + (origin > + (method url-fetch) > + (uri (string-append"https://qlogo.org/assets/sources/QLogo-" > + version ".tgz")) > + (sha256 > + (base32 > + "0cpyj1ji6hjy7zzz05672f0j6fr0mwpc1y3sq36hhkv2fkpidw22")))) > + (build-system gnu-build-system) > + (inputs > + `(("qtbase" ,qtbase))) > + (arguments > + `(#:phases > + (modify-phases %standard-phases > + (replace 'configure > + (lambda* (#:key outputs #:allow-other-keys) > + (substitute* "QLogo.pro" > + (("target\\.path =3D /usr/bin") > + (string-append "target.path =3D " > + (assoc-ref outputs "out") "/bin"))) > + (invoke "qmake" "QLogo.pro"))) > + ;; The check phase rebuilds the source for tests. So, it need= s to be > + ;; run after the install phase has installed the outputs of t= he 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") > + (invoke "make" "-j" (number->string (parallel-job-count))= ) > + (invoke "./testqlogo")))))) > + (home-page"https://qlogo.org") > + (synopsis "Logo interpreter using Qt and OpenGL") > + (description "QLogo is an interpreter for the Logo language writte= n in C++ > +using Qt and OpenGL. Specifically, it mimics, as reasonably as possib= le, the > +UCBLogo interpreter.") > + (license license:gpl2+))) > -- 2.22.0 >=20 I got this when running rounds=3D2: The following builds are still in progress: /gnu/store/yv7gjrplyym3arqi6qqiiqy3l4wzszp3-qlogo-0.92.drv /gnu/store/ivln0c98vr9n8j25alx1dg1gbzpja11k-qtbase-5.11.3.drv /gnu/store/ysv72wwn0gfjiqx2y4rxbf0gnhiv94yp-cups-2.2.11.drv /gnu/store/mimhpwdwik9madwir21a2d0z6i1in7j0-cups-filters-1.23.0.drv /gnu/store/syc8fwdl3mz2kxncd1k2mkqq4mslvxyv-qlogo-0.92.drv I'm interpreting this as qlogo is not reproducible, no? Besides that LGTM. --=20 Cheers Swedebugia From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 02 03:21:46 2019 Received: (at 36415) by debbugs.gnu.org; 2 Jul 2019 07:21:46 +0000 Received: from localhost ([127.0.0.1]:46500 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hiD6o-0002Ou-1k for submit@debbugs.gnu.org; Tue, 02 Jul 2019 03:21:46 -0400 Received: from flashner.co.il ([178.62.234.194]:59206) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hiD6m-0002Og-HO for 36415@debbugs.gnu.org; Tue, 02 Jul 2019 03:21:44 -0400 Received: from localhost (unknown [94.230.83.247]) by flashner.co.il (Postfix) with ESMTPSA id 98DD94051C; Tue, 2 Jul 2019 07:21:33 +0000 (UTC) Date: Tue, 2 Jul 2019 10:21:32 +0300 From: Efraim Flashner To: Arun Isaac Subject: Re: [bug#36415] [PATCH] gnu: Add qlogo. 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> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 User-Agent: Mutt/1.12.1 (2019-06-15) X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 36415 Cc: 36415@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 (-) --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-- From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 02 04:36:26 2019 Received: (at 36415) by debbugs.gnu.org; 2 Jul 2019 08:36:26 +0000 Received: from localhost ([127.0.0.1]:46534 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hiEH3-00049t-Pi for submit@debbugs.gnu.org; Tue, 02 Jul 2019 04:36:26 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:42952) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hiEGy-00049h-Od for 36415@debbugs.gnu.org; Tue, 02 Jul 2019 04:36:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:To:From:Sender:Reply-To:Cc: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=GJH6d32SxhTUKy243ICEmuOY4TLuM7VYotsVDoRG0Zs=; b=EuTLH0WGk/Myqd9ZwGGpT6Yu9 ah6YYCchXyLgenj3ab9A95ffwsOYkSmisWr426VyE1/X1CzDgx21pVXN5AdEVzLlJ/tXN8Vvf1cVk Hs7zQk5xcxN4Bqm0SYVy0lobu3aI8n3h52GtWzN09/FS/f/+xmsuV0XskH/vOFGBKRFII=; Received: from [14.139.128.10] (helo=steel) by systemreboot.net with esmtpsa (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1hiEGu-0006JE-Bj; Tue, 02 Jul 2019 14:06:16 +0530 From: Arun Isaac To: swedebugia , 36415@debbugs.gnu.org Subject: Re: [bug#36415] [PATCH] gnu: Add qlogo. In-Reply-To: References: <20190628080358.14910-1-arunisaac@systemreboot.net> Date: Tue, 02 Jul 2019 14:06:01 +0530 Message-ID: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 36415 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 (-) --=-=-= Content-Type: text/plain > I got this when running rounds=2: > The following builds are still in progress: > /gnu/store/yv7gjrplyym3arqi6qqiiqy3l4wzszp3-qlogo-0.92.drv > /gnu/store/ivln0c98vr9n8j25alx1dg1gbzpja11k-qtbase-5.11.3.drv > /gnu/store/ysv72wwn0gfjiqx2y4rxbf0gnhiv94yp-cups-2.2.11.drv > /gnu/store/mimhpwdwik9madwir21a2d0z6i1in7j0-cups-filters-1.23.0.drv > /gnu/store/syc8fwdl3mz2kxncd1k2mkqq4mslvxyv-qlogo-0.92.drv I get a similar message too. > I'm interpreting this as qlogo is not reproducible, no? I don't know. I have never understood how reproducibility checking works in Guix. Shouldn't --rounds=2 cause `guix build' to error out if there is some non-determinism? In the above case, `guix build' is not erroring out. It is merely saying that "the following builds are still in progress". I don't know how to interpret that. Any pointers about how to proceed with debugging this further would be very helpful. I've tried reading the relevant sections in the manual, but I didn't find any insight. :-( Thanks! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAl0bF3EACgkQLiXui2GA K7PYrgf7BUeunx+tyXLHvJs8/yjb0WXugmF3EOK0KDbzOKZvGXIq+fEswwAQcGzT 22frwjjdc+4046zfIYhSwoxyUJnPDKS/PcOdel1Xqcw7cypjSXjiC1ZSiniiDbLz kpo32q/oOCJdm+I9TzBNf3vXiPFJTtvsjCMgbgyafw4WsFmRoViJfjVBi92hnVNm SsuzvgSlMF2QMVje2r6jtNtgNxe4YcY24zbNrW8TQU3bOQYh2x9cQKSMZVsJZ0Kn hfhd3mFOzaugDLAXUuAwwunH19RVLRGGc77/7jIFHMUpgIQmJw0LgiUS9eFSHh5r i8q85bWTCnqve0d/p7I1eMS0degB9Q== =ac13 -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 02 04:50:58 2019 Received: (at 36415) by debbugs.gnu.org; 2 Jul 2019 08:50:58 +0000 Received: from localhost ([127.0.0.1]:46543 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hiEV8-0004VL-GG for submit@debbugs.gnu.org; Tue, 02 Jul 2019 04:50:58 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21295) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hiEV5-0004VB-7A for 36415@debbugs.gnu.org; Tue, 02 Jul 2019 04:50:56 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1562057448; cv=none; d=zoho.com; s=zohoarc; b=ggBRSEuWJ2kr/cNRYMDVnwG6RBLQWUoBkdj4pgM5GEWzGTHthZ5y6gmqqM0Ea41LKKd8Jl8ry+X34Vj4ytoJoO+YgRqJ1r4aAVHB0u1tkCNlEmAW15mFZIq62YeblOjOktdmh7MwYkUGfUGTvHolDIC3uIgYHT0ogIOH174K9vM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1562057448; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To:ARC-Authentication-Results; bh=mqW5n9RftFSAyUOQ+KCjugO9ED9Hb3+KlRmFe2cXqSc=; b=bgweAeHT/x4EwotsBgbEnUeYnOknlWuxXGGLc4AAosFAHQYZyJzrQibNBrq0cx8pYieYBJs5bPRO+4ADixYU6al7C7Gx3+gWUAGdlAmkXdzczAjqEDhI32PmKpyB1QbKFSUrj0SupvI0Os2ghCecn/VSn4lGgVmjXlq6YO3Ta1Y= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1562057448; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; l=1141; bh=mqW5n9RftFSAyUOQ+KCjugO9ED9Hb3+KlRmFe2cXqSc=; b=AJLse7JWsL2AHZMBlxWINTZCIueKJjFjilGWh63BS5mbD50eB8yErepX7KYLADbX xumMtqU9temTngKYoZ1HfUd2CD/mED1duQuvnN0oKN9l5utDEtoHIQXH2yPzR49VWGi WOySQs4Bn+FQcKsyHW7gD6r4gOPXFi+xaxDaHJJ8= Received: from localhost (p54AD4EC9.dip0.t-ipconnect.de [84.173.78.201]) by mx.zohomail.com with SMTPS id 1562057448446685.522684941481; Tue, 2 Jul 2019 01:50:48 -0700 (PDT) References: <20190628080358.14910-1-arunisaac@systemreboot.net> User-agent: mu4e 1.2.0; emacs 26.2 From: Ricardo Wurmus To: Arun Isaac Subject: Re: [bug#36415] [PATCH] gnu: Add qlogo. In-reply-to: X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Tue, 02 Jul 2019 10:50:45 +0200 Message-ID: <878stgvmze.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 36415 Cc: swedebugia , 36415@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 (-) Arun Isaac writes: >> I got this when running rounds=3D2: >> The following builds are still in progress: >> /gnu/store/yv7gjrplyym3arqi6qqiiqy3l4wzszp3-qlogo-0.92.drv >> /gnu/store/ivln0c98vr9n8j25alx1dg1gbzpja11k-qtbase-5.11.3.drv >> /gnu/store/ysv72wwn0gfjiqx2y4rxbf0gnhiv94yp-cups-2.2.11.drv >> /gnu/store/mimhpwdwik9madwir21a2d0z6i1in7j0-cups-filters-1.23.0.drv >> /gnu/store/syc8fwdl3mz2kxncd1k2mkqq4mslvxyv-qlogo-0.92.drv > > I get a similar message too. > >> I'm interpreting this as qlogo is not reproducible, no? > > I don't know. I have never understood how reproducibility checking works > in Guix. Shouldn't --rounds=3D2 cause `guix build' to error out if there > is some non-determinism? Yes. This might be a regression. Build being reported as =E2=80=9Cin progress=E2=80=9D is a feature. It=E2= =80=99s used to indicate remaining builds when more than one thing is being built. In this case, though, it seems like a bug. To test for reproducibility in this case you may want to use =E2=80=9C--che= ck=E2=80=9D after building the thing once. --=20 Ricardo From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 04 12:40:25 2019 Received: (at 36415) by debbugs.gnu.org; 4 Jul 2019 16:40:25 +0000 Received: from localhost ([127.0.0.1]:51824 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hj4mX-0000UJ-Im for submit@debbugs.gnu.org; Thu, 04 Jul 2019 12:40:25 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:37210) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hj4mT-0000U7-TW for 36415@debbugs.gnu.org; Thu, 04 Jul 2019 12:40:23 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:Cc:To:From:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=MnwImCArHHLoSKbcA5OG6458vpbCDEWZ2hxC6zqJZ6E=; b=EShvmQRkwR7vOzYyiqlDbcFI1 HYkqkofmRUo1oiqlWLVA4DCjh3P5Aig7FzYD4NLI+SFEzNQOkDElJIBIzhTdLPYryBJPM3Htr74nL xo1kIepkZzX+Tfjiz0h3AvUb2XfVxRrC5oBs23QzWcBJbhNKeMeTgv3o2lVBqsDuaGIwM=; Received: from [49.206.8.3] (helo=steel) by systemreboot.net with esmtpsa (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1hj4mQ-0003b1-1T; Thu, 04 Jul 2019 22:10:18 +0530 From: Arun Isaac To: Efraim Flashner Subject: Re: [bug#36415] [PATCH] gnu: Add qlogo. In-Reply-To: <20190702072132.GB22794@macbook41> References: <20190628080358.14910-1-arunisaac@systemreboot.net> <20190702072132.GB22794@macbook41> Date: Thu, 04 Jul 2019 22:10:04 +0530 Message-ID: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 36415 Cc: 36415@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 (-) --=-=-= Content-Type: text/plain > 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? No. There are two qmake project files -- QLogo.pro and TestQLogo.pro. QLogo.pro builds the "QLogo" executable and TestQLogo.pro builds the "testqlogo" executable. "QLogo" is the actual qlogo executable that we install. "testqlogo" simply runs the tests. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAl0eK+QACgkQLiXui2GA K7NI2ggAoahdRxXZLp2+D6NvD6VsZ0bcTUmsY4Ft5AQZZNqwyG6XVL44y0ZREmSD GzkEiDR/zKRmHnd3mPkTagm4PLHhoGonJc9riLwKe4ZGT0lnaHpyIxZl++l/xaC7 P+7F5TDA4++vB0Oh4uUlK+yvT8HB/BohKr9xoWM4gvEkJAv7XKI/sTCaYUAohklT 7oTKUqbqL37k80gi3pQlJ28AX/XyuoMVqC9joen5X/ZDdPnAq96Jx6wJFLlZf+0S n02qoMJkdBJoKGp5vBWEJatsMry358NYGv/4bdvwdeft3JXSM7Isbf2ZIolR9kml ukV216cngMcLqE9ukSQCK4kCFgNdxQ== =G5mF -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 04 13:11:37 2019 Received: (at 36415) by debbugs.gnu.org; 4 Jul 2019 17:11:37 +0000 Received: from localhost ([127.0.0.1]:51855 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hj5Gh-0001Jh-87 for submit@debbugs.gnu.org; Thu, 04 Jul 2019 13:11:37 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:37586) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hj5Gd-0001JW-D4 for 36415@debbugs.gnu.org; Thu, 04 Jul 2019 13:11:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:Cc:To:From:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=OzmzG0ORi2eky6zEvXQoPIRjGYteatPjHliIqJepUY4=; b=ScBL6whTNctvPvzWQ6oMHk6Ke FVAwJwQC4nMlNcym81E91oAHEx5qM6lcDpzugEoaVZB6wOSFXIV5G7RvF5LFYyN5k7XfLQGTz1pWl BkudR8JQ484zOaOIQN4kQqSTz818HTmh2+cg3BznkZuID0da7hZVUhgaipQbrxTakKgqU=; Received: from [49.206.8.3] (helo=steel) by systemreboot.net with esmtpsa (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1hj5GR-0003dK-BT; Thu, 04 Jul 2019 22:41:19 +0530 From: Arun Isaac To: Ricardo Wurmus Subject: Re: [bug#36415] [PATCH] gnu: Add qlogo. In-Reply-To: <878stgvmze.fsf@elephly.net> References: <20190628080358.14910-1-arunisaac@systemreboot.net> <878stgvmze.fsf@elephly.net> Date: Thu, 04 Jul 2019 22:41:10 +0530 Message-ID: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 36415 Cc: swedebugia , 36415@debbugs.gnu.org, Efraim Flashner 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 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable >> I don't know. I have never understood how reproducibility checking works >> in Guix. Shouldn't --rounds=3D2 cause `guix build' to error out if there >> is some non-determinism? > > Yes. > > This might be a regression. > > Build being reported as =E2=80=9Cin progress=E2=80=9D is a feature. It= =E2=80=99s used to > indicate remaining builds when more than one thing is being built. > > In this case, though, it seems like a bug. Ok. > To test for reproducibility in this case you may want to use =E2=80=9C--c= heck=E2=80=9D > after building the thing once. With `guix build --no-grafts --check qlogo', I get no error. I assume that means qlogo is reproducible. Without '--no-grafts', I just see a graft happening, qlogo is not rebuilt. Output without '--no-grafts' follows. The following graft will be made: /gnu/store/vamlyscnwndzmq66whrd71ww31jnrz7v-qlogo-0.92.drv applying 2 grafts for /gnu/store/vamlyscnwndzmq66whrd71ww31jnrz7v-qlogo-0.9= 2.drv... grafting '/gnu/store/hmnchnawfv8ngl4wh15ni3ychr5ccb9w-qlogo-0.92' -> '/gnu/= store/85lialf1aich7b51a77afj187qk32n7h-qlogo-0.92'... successfully built /gnu/store/vamlyscnwndzmq66whrd71ww31jnrz7v-qlogo-0.92.d= rv /gnu/store/85lialf1aich7b51a77afj187qk32n7h-qlogo-0.92 If there's nothing else, may I push qlogo to master? --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAl0eMy4ACgkQLiXui2GA K7PnDgf/RqxgToDKStPDXRim8nsZXYhtxsgUK6ErarGj3vLVMukLOuldUPnFR8yL Q99wZwDP8aTbX5YeoPxlBv/c5BB0R4Yof2n5xUSVFA4d8MRVXRB4aRLoV/YGc+kR qdPeeECDdjLALgtqAjjQY8maMTZG7jlYFfMlTXYyRWBWkz4to+S0349cfwdHngig PHVqQbIIE+2KUt7el52GVAF241wbJo5kOy5uyhphkWEJlYmgbtdcAExSn0YD72n/ o0q2ArahQkxJ5ZQ2UQkBN/isWXJHm63nBp693sRHhFubPjmtAA8pClUv0l14PrEr 0x6y2ShxkXxERByfszc303Db+hVL+w== =d2bS -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 04 15:31:08 2019 Received: (at 36415) by debbugs.gnu.org; 4 Jul 2019 19:31:08 +0000 Received: from localhost ([127.0.0.1]:51916 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hj7Rj-0004nC-PK for submit@debbugs.gnu.org; Thu, 04 Jul 2019 15:31:07 -0400 Received: from sender4-of-o53.zoho.com ([136.143.188.53]:21330) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hj7Rg-0004n3-Vn for 36415@debbugs.gnu.org; Thu, 04 Jul 2019 15:31:05 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1562268649; cv=none; d=zoho.com; s=zohoarc; b=W/1zqy36QxZcD7qqulzM34gDCe9auoKXzABS1UNiOkP5KrahLS8reSSR5sZ8ffHNOACFV6iHqM9ipSiPG6Yx6E2lgkl9wGtAoBht3AiAWTVkzfdL3dYLo0O7LD3oOCYJyB0yiLbbnhqn2RzaroBVOCXGwj6NDfWTZGpe+ByQ7Cc= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1562268649; h=Content-Type:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To:ARC-Authentication-Results; bh=4D0ayUz7sj/Z/fCrQ9PEWPeWC5wWzEeIjwEBgM+GOzo=; b=EaRNvwhkj1o16AEbxHkscNV7iBa4B1KJPP0dcN1A6JQndLkqui5BcGvAklFr1Hw0GUORv2AbtTlQ2IHryyhz4ojZtjppOzGTvkCcB4qQ03m4TXiOs/LyPj5NsZlU7+KHQP2fK8u4Lyq4WBof8MkIs4gG+yDoAEcpQcFNiJaC39Q= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1562268649; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:Message-ID:MIME-Version:Content-Type; l=101; bh=4D0ayUz7sj/Z/fCrQ9PEWPeWC5wWzEeIjwEBgM+GOzo=; b=CnI2R0v7Qb6H3921SGzjFteoP2DI8ardcG2db1bgyyOksdqLXZKXu6TnrLwQEQOF l+e+pxbvPs9AE8Uq7OWMj20tbttXtkwA7jNEMjPfEohFdPyDYjUtxFbw9gOgz6liyzc V9Utb29t/SCYfh8Tr3iEuA2vwBmPqgRRpDb8fuIU= Received: from localhost (p54AD4E41.dip0.t-ipconnect.de [84.173.78.65]) by mx.zohomail.com with SMTPS id 156226864942312.922925709700053; Thu, 4 Jul 2019 12:30:49 -0700 (PDT) References: <20190628080358.14910-1-arunisaac@systemreboot.net> <878stgvmze.fsf@elephly.net> User-agent: mu4e 1.2.0; emacs 26.2 From: Ricardo Wurmus To: Arun Isaac Subject: Re: [bug#36415] [PATCH] gnu: Add qlogo. In-reply-to: X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Thu, 04 Jul 2019 21:30:44 +0200 Message-ID: <87muhtsil7.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 36415 Cc: swedebugia , 36415@debbugs.gnu.org, Efraim Flashner 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 Arun, > If there's nothing else, may I push qlogo to master? Yes, please! -- Ricardo From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 05 04:00:02 2019 Received: (at 36415-done) by debbugs.gnu.org; 5 Jul 2019 08:00:03 +0000 Received: from localhost ([127.0.0.1]:52297 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hjJ8U-0003gE-5r for submit@debbugs.gnu.org; Fri, 05 Jul 2019 04:00:02 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:42186) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hjJ8Q-0003fR-A1 for 36415-done@debbugs.gnu.org; Fri, 05 Jul 2019 04:00:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:Cc:To:From:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=Mi13UCTLPCJHcLIUuf4w6msPzby3Z2vs4NrllZKIgT0=; b=IPcfO1Ah6sGu91EtAmUK56Z6a S2UC7/05+IwSHCkiMCXJLWdfCW5x8r3/Xh/hQXwfEjHKC53vsNmUOmB5FxhD8cV4GY28WcJrQN7Cr y94cJ5iv0w2gyZHXyV+W7op39bE7UMvNUiX4CWPIi0qvbeep0YYPa0PrSz7gcyDI9bOrw=; Received: from [14.139.128.10] (helo=steel) by systemreboot.net with esmtpsa (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1hjJ8H-0004Vk-G6; Fri, 05 Jul 2019 13:29:49 +0530 From: Arun Isaac To: Ricardo Wurmus Subject: Re: [bug#36415] [PATCH] gnu: Add qlogo. In-Reply-To: <87muhtsil7.fsf@elephly.net> References: <20190628080358.14910-1-arunisaac@systemreboot.net> <878stgvmze.fsf@elephly.net> <87muhtsil7.fsf@elephly.net> Date: Fri, 05 Jul 2019 13:29:38 +0530 Message-ID: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 36415-done Cc: swedebugia , 36415-done@debbugs.gnu.org, Efraim Flashner 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 (-) --=-=-= Content-Type: text/plain Pushed to master. Thank you all for the review! :-) --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAl0fA2oACgkQLiXui2GA K7NQZgf5AdmziSUZZYehM3Tp8Alxn5bWbxY1nmBXDg3W6hRU4S2TtPbI6OuTU25f mlazWvMYG3q6nPwdWKyw566FG7JvnD4+k+Jd/E3WLYl49tkGblLn7Suzq8qVvM3c mC8SAFqaVSZ5xaSjd4iHCzBnGRfMgmrtpQyM2Stv/9Jax+b89nqZrCP71W1j4JSc U+4cxDheIfnzM8Hxl+axaweHXVPgKqfkWEKo2GkOg/B5EWBbN/mv9iZgDxI4V3yJ q/MNobh3PZ2nZT07tkkdFznr9Fiq1OOKVM+8fX60TvrMdvAw9PrxXO/VCDzmagfd gtLmrJxBVeXlyo0luZNRUaD5AsyT4w== =tBod -----END PGP SIGNATURE----- --=-=-=-- From unknown Wed Aug 20 01:18:21 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, 02 Aug 2019 11:24:04 +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