From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 22 13:19:45 2018 Received: (at submit) by debbugs.gnu.org; 22 Sep 2018 17:19:45 +0000 Received: from localhost ([127.0.0.1]:49833 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g3lZJ-0007gp-87 for submit@debbugs.gnu.org; Sat, 22 Sep 2018 13:19:45 -0400 Received: from eggs.gnu.org ([208.118.235.92]:35438) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g3lZI-0007gd-9G for submit@debbugs.gnu.org; Sat, 22 Sep 2018 13:19:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g3lZC-0001Gn-C0 for submit@debbugs.gnu.org; Sat, 22 Sep 2018 13:19:38 -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.5 required=5.0 tests=BAYES_20,RCVD_IN_SORBS_WEB, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:53081) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g3lZC-0001GW-80 for submit@debbugs.gnu.org; Sat, 22 Sep 2018 13:19:38 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56419) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g3lZB-0007Bx-HA for guix-patches@gnu.org; Sat, 22 Sep 2018 13:19:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g3lZ8-0001E4-8p for guix-patches@gnu.org; Sat, 22 Sep 2018 13:19:37 -0400 Received: from vultr.systemreboot.net ([45.77.148.100]:57418) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g3lZ7-0001A6-Ok for guix-patches@gnu.org; Sat, 22 Sep 2018 13:19:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: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=CelILJanhneE1GQRBjLrPrkUGaMX4Bx87pN8BA0x0U4=; b=o4KYpvdPEUTJKoYajS3lboHCbd QsGkLFYzCvZ22l20DBUDCwRy6AoEFFraMptXTeQnC/FwihG9/7dGCydUqRFEYlPokasplaDKAxhP0 S8N7FYb4DWDQv0M/UJsJWa0NVLwCo4gJdafydH0HnnPcmtMM3R7ucIzaPwD6qn/pxsnM=; Received: from [103.5.134.173] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1g3lZ1-0004g4-DR; Sat, 22 Sep 2018 22:49:28 +0530 From: Arun Isaac To: guix-patches@gnu.org Subject: [PATCH 0/1] import: hackage: Do not repeat inputs in native-inputs. Date: Sat, 22 Sep 2018 22:48:48 +0530 Message-Id: <20180922171848.8320-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.19.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -2.6 (--) 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: -3.6 (---) Tha hackage importer lists packages in native-inputs even if they have already been listed in inputs. This should not be. The following patch fixes this. As an illustration of what I mean, look at the difference when importing the hackage package test-framework with and without this patch applied. Arun Isaac (1): import: hackage: Do not repeat inputs in native-inputs. guix/import/hackage.scm | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) -- 2.19.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 22 13:28:29 2018 Received: (at 32809) by debbugs.gnu.org; 22 Sep 2018 17:28:29 +0000 Received: from localhost ([127.0.0.1]:49838 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g3lhl-0007u0-54 for submit@debbugs.gnu.org; Sat, 22 Sep 2018 13:28:29 -0400 Received: from vultr.systemreboot.net ([45.77.148.100]:38236) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g3lhg-0007tp-V2 for 32809@debbugs.gnu.org; Sat, 22 Sep 2018 13:28:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: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=20CPrPHwVjw/iZ+0tlurFRmykPgkJmCSxd/r0JSNfLI=; b=YoxWCboxKhZWg1VNjXeWDiDjF5 Q2D5/v2DBnojk+mGa1G0UFuyGEpbwGwzWYdDNTJqj9ErPnlVwrW1woVyDSqjyTaHV8s6zQ/BCGsTo QJa+F6edWurxnPP1a+5eioQqZw00UdKmgnLytuAsgp/xzZOHFvz23rWd49+rbMKLG22A=; Received: from [103.5.134.173] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1g3lhd-0004lH-5e; Sat, 22 Sep 2018 22:58:22 +0530 From: Arun Isaac To: 32809@debbugs.gnu.org Subject: [PATCH 1/1] import: hackage: Do not repeat inputs in native-inputs. Date: Sat, 22 Sep 2018 22:57:57 +0530 Message-Id: <20180922172757.8445-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.19.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * guix/import/hackage.scm (hackage-module->sexp): Do not repeat inputs again in native-inputs. native-inputs should only contain packages that are not already listed in inputs. --- guix/import/hackage.scm | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.5 RCVD_IN_SORBS_WEB RBL: SORBS: sender is an abusable web server [103.5.134.173 listed in dnsbl.sorbs.net] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 T_DKIM_INVALID DKIM-Signature header exists but is not valid X-Debbugs-Envelope-To: 32809 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: 0.5 (/) * guix/import/hackage.scm (hackage-module->sexp): Do not repeat inputs again in native-inputs. native-inputs should only contain packages that are not already listed in inputs. --- guix/import/hackage.scm | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/guix/import/hackage.scm b/guix/import/hackage.scm index 766a0b53f..48db764b3 100644 --- a/guix/import/hackage.scm +++ b/guix/import/hackage.scm @@ -215,15 +215,18 @@ representation of a Cabal file as produced by 'read-cabal'." cabal)) (define hackage-native-dependencies - ((compose (cut filter-dependencies <> - (cabal-package-name cabal)) - ;; FIXME: Check include-test-dependencies? - (lambda (cabal) - (append (if include-test-dependencies? - (cabal-test-dependencies->names cabal) - '()) - (cabal-custom-setup-dependencies->names cabal)))) - cabal)) + (lset-difference + equal? + ((compose (cut filter-dependencies <> + (cabal-package-name cabal)) + ;; FIXME: Check include-test-dependencies? + (lambda (cabal) + (append (if include-test-dependencies? + (cabal-test-dependencies->names cabal) + '()) + (cabal-custom-setup-dependencies->names cabal)))) + cabal) + hackage-dependencies)) (define dependencies (map (lambda (name) -- 2.19.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 23 11:11:01 2018 Received: (at 32809) by debbugs.gnu.org; 23 Sep 2018 15:11:01 +0000 Received: from localhost ([127.0.0.1]:50967 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g462H-0004Ec-6C for submit@debbugs.gnu.org; Sun, 23 Sep 2018 11:11:01 -0400 Received: from dd26836.kasserver.com ([85.13.145.193]:48860) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g462D-0004ET-PO for 32809@debbugs.gnu.org; Sun, 23 Sep 2018 11:10:59 -0400 Received: from localhost (80-108-65-216.cable.dynamic.surfer.at [80.108.65.216]) by dd26836.kasserver.com (Postfix) with ESMTPSA id 0CAA633607C9; Sun, 23 Sep 2018 17:10:56 +0200 (CEST) Date: Sun, 23 Sep 2018 17:10:50 +0200 From: Danny Milosavljevic To: Arun Isaac Subject: Re: [bug#32809] [PATCH 1/1] import: hackage: Do not repeat inputs in native-inputs. Message-ID: <20180923171050.52ffbaf1@scratchpost.org> In-Reply-To: <20180922172757.8445-1-arunisaac@systemreboot.net> References: <20180922171848.8320-1-arunisaac@systemreboot.net> <20180922172757.8445-1-arunisaac@systemreboot.net> X-Mailer: Claws Mail 3.17.1 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/EFQu.C00DpUy./IgWPJpMeC"; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 32809 Cc: 32809@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.7 (-) --Sig_/EFQu.C00DpUy./IgWPJpMeC Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Sat, 22 Sep 2018 22:57:57 +0530 Arun Isaac wrote: > * guix/import/hackage.scm (hackage-module->sexp): Do not repeat inputs ag= ain > in native-inputs. native-inputs should only contain packages that are not > already listed in inputs. Aha? When cross-compiling, will guix provide all the tools natively that a= re listed in inputs? (rather than just the ones in native-inputs) --Sig_/EFQu.C00DpUy./IgWPJpMeC Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlunrPoACgkQ5xo1VCww uqX3LwgAg3m8ASM4Bevjo/+b8p30arHkSQkiGwdE5YkBZBdZKtYmyUmuv5Lh1NAI wpwzhjL7oFDsjeINmjolHV2L21iqsC0uelTcGDeqhbLbjkJFnLA66FLoEfJYq39v zG9jYsXjSa5Wokn2xnAVojiJ0EismiXsUXvBwlQPSF1NC3pq8i82mcx1wbbYBjnD 0PubfvgAPkLOwHHPIhm5P89OjIuPgJUg/lKaRt+pVJ8OAv3H/kCNkMoBYd6XFWnd CVHUju88rbLMLDk58jqFl0lpktNpa7V9opopoy2/O32V4jQAj5tNLY6T4vl1Kr06 AURu6dMZpMoQAQUBfcVFFpKLYclDmA== =Vhqi -----END PGP SIGNATURE----- --Sig_/EFQu.C00DpUy./IgWPJpMeC-- From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 25 02:15:22 2018 Received: (at 32809) by debbugs.gnu.org; 25 Sep 2018 06:15:22 +0000 Received: from localhost ([127.0.0.1]:52756 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g4gcz-0001HN-UB for submit@debbugs.gnu.org; Tue, 25 Sep 2018 02:15:22 -0400 Received: from vultr.systemreboot.net ([45.77.148.100]:57056) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g4gcy-0001HF-5T for 32809@debbugs.gnu.org; Tue, 25 Sep 2018 02:15:20 -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=fQ/x0kaeoBoGIFIU1xPcuRNShphYY0b2+IGjoeyCuaQ=; b=i5NFghR06yweGnj0FfJYs+ESb 3xtHWhBjD33UyZd+/ECUVHf4prCFuERqg/z7QNzxQlOb/aE/s8I7hxNSj+jEEsiQ8B9rFEWxyY3iD ZnIpd+OwFv0860Kt4UCA/Y4X0AQ9wIEJ3lkkWop6setlYyehY/nQUwZqTOF+23yJcKz2A=; Received: from [14.139.128.13] (helo=steel) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1g4gcr-0004Wi-Ei; Tue, 25 Sep 2018 11:45:14 +0530 From: Arun Isaac To: Danny Milosavljevic Subject: Re: [bug#32809] [PATCH 1/1] import: hackage: Do not repeat inputs in native-inputs. In-Reply-To: <20180923171050.52ffbaf1@scratchpost.org> References: <20180922171848.8320-1-arunisaac@systemreboot.net> <20180922172757.8445-1-arunisaac@systemreboot.net> <20180923171050.52ffbaf1@scratchpost.org> Date: Tue, 25 Sep 2018 11:45:04 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 32809 Cc: Ricardo Wurmus , 32809@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 (-) >> * guix/import/hackage.scm (hackage-module->sexp): Do not repeat inputs again >> in native-inputs. native-inputs should only contain packages that are not >> already listed in inputs. > > Aha? When cross-compiling, will guix provide all the tools natively that are > listed in inputs? (rather than just the ones in native-inputs) That's a good question. I did not think of it, and I don't know the answer. Whenever I have packaged any package (Haskell packages, included) for Guix, I have taken care to not repeat the inputs in the native-inputs. Now that you mention this, I don't know if that was the right thing to do. WDYT? I have CCed Ricardo in this mail. From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 27 16:02:38 2018 Received: (at 32809) by debbugs.gnu.org; 27 Oct 2018 20:02:38 +0000 Received: from localhost ([127.0.0.1]:45770 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gGUn7-00082u-Ox for submit@debbugs.gnu.org; Sat, 27 Oct 2018 16:02:37 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21116) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gGUn6-00082k-Eo for 32809@debbugs.gnu.org; Sat, 27 Oct 2018 16:02:37 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1540664177; cv=none; d=zoho.com; s=zohoarc; b=iskfM2ruKrjNDKDp3VxbEbX8JcES9M8713IJvxdQ6HLiQf2ndxByRHWtvaw9enhqKXEP55182Ua8Gy6SdviIKdJHlKSgEkS7hVSGx7kEZSd59CMlKo9TC8W1ax4LtS+DCS1cgayDj4NPsGqE4YWYp00TgY4YsvTTfaaDYCU9wd8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1540664177; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To:ARC-Authentication-Results; bh=t9KNX+SG3PYrDhI+ukQx5sPrHHnzMTi4YXpgzx83UBs=; b=au2EKSneeaaTOY1MmpgDZT5+2TKgrz2cURM6hYPVtETwDa6qmz4pEz5zEEyVOF8P+ySBLG7GltH1plr55NZcfzx1W1DIu/kdPGeTn2d+Qe3vOFCZqa8pwAiGkhm7vb8Bpk9zU3yNL2s9+e0n+kzJ2pTx8cynSJjL49FGUhfSHYc= 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=1540664177; 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=1499; bh=t9KNX+SG3PYrDhI+ukQx5sPrHHnzMTi4YXpgzx83UBs=; b=c4gxJvNlg23stwOb8V0Xekm1GNcQI+lf0BDCc6xjHyORuLclK75EpG9tDsGhqNIf 68FZ7j9SbZBgNEnIMrVnLdvKsNzDfrw7iXEIXaa/lltrUc6sqXzOCK9myqCb20t+LcQ puYTmXfrrK260BatFZOBs6Z8wGWWksU0h1f7EDtM= Received: from localhost (89.248.140.12 [89.248.140.12]) by mx.zohomail.com with SMTPS id 1540664175976448.47164198503185; Sat, 27 Oct 2018 11:16:15 -0700 (PDT) References: <20180922171848.8320-1-arunisaac@systemreboot.net> <20180922172757.8445-1-arunisaac@systemreboot.net> <20180923171050.52ffbaf1@scratchpost.org> User-agent: mu4e 1.0; emacs 26.1 From: Ricardo Wurmus To: Arun Isaac Subject: Re: [bug#32809] [PATCH 1/1] import: hackage: Do not repeat inputs in native-inputs. 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: Sat, 27 Oct 2018 20:16:12 +0200 Message-ID: <87efcb45n7.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: 32809 Cc: Danny Milosavljevic , 32809@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 (-) Hi Arun, >>> * guix/import/hackage.scm (hackage-module->sexp): Do not repeat inputs = again >>> in native-inputs. native-inputs should only contain packages that are n= ot >>> already listed in inputs. >> >> Aha? When cross-compiling, will guix provide all the tools natively tha= t are >> listed in inputs? (rather than just the ones in native-inputs) > > That's a good question. I did not think of it, and I don't know the > answer. Whenever I have packaged any package (Haskell packages, > included) for Guix, I have taken care to not repeat the inputs in the > native-inputs. Now that you mention this, I don't know if that was the > right thing to do. WDYT? Currently, the haskell-build-system says this about cross-building packages: XXX: no cross-compilation Until we have patches to add proper cross-compilation support to the Haskell build system, I=E2=80=99d prefer to let the importer only keep pack= ages that are not already listed in the inputs. This is probably the right thing to do. It may even be correct to have all Haskell *libraries* among the regular inputs and only test *tools* be build-host native. The Cabal format does not differ between these cases. It only supports specifications of different build targets with arbitrary names and usually with full lists of dependencies, even if the dependencies might be duplicates of those used for other build targets. In short: the patch looks good to me. Thanks! -- Ricardo From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 28 05:16:16 2018 Received: (at 32809-done) by debbugs.gnu.org; 28 Oct 2018 09:16:16 +0000 Received: from localhost ([127.0.0.1]:46668 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gGhB9-0000IB-Tv for submit@debbugs.gnu.org; Sun, 28 Oct 2018 05:16:16 -0400 Received: from vultr.systemreboot.net ([45.77.148.100]:38058) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gGhB8-0000I2-HT for 32809-done@debbugs.gnu.org; Sun, 28 Oct 2018 05:16:15 -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=BV86A3qS+lOmOwE8jLCYfWgw42WzyAK+BypAuBu2cWE=; b=LYR7vtjB/UPIyV/8x7vPzUDXk LpT74J5n7zpWMzqa+jW7RvWTnPhqiGs++xtU86jR+24g+s5gXmX/cAsow9QcTk/7Xbxj3/DCDNRjd SGC1l8elelVOw4HX0YmjTaJivqMIxrwdhLbH8U0dPGWUBX5ijEemPv29MV4p/ov2+xxnM=; Received: from [103.5.134.173] (helo=steel) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1gGhB1-0004DH-FS; Sun, 28 Oct 2018 14:46:08 +0530 From: Arun Isaac To: Ricardo Wurmus Subject: Re: [bug#32809] [PATCH 1/1] import: hackage: Do not repeat inputs in native-inputs. In-Reply-To: <87efcb45n7.fsf@elephly.net> References: <20180922171848.8320-1-arunisaac@systemreboot.net> <20180922172757.8445-1-arunisaac@systemreboot.net> <20180923171050.52ffbaf1@scratchpost.org> <87efcb45n7.fsf@elephly.net> Date: Sun, 28 Oct 2018 14:46:00 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: > In short: the patch looks good to me. Pushed, thanks! [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.5 RCVD_IN_SORBS_WEB RBL: SORBS: sender is an abusable web server [103.5.134.173 listed in dnsbl.sorbs.net] -0.0 SPF_PASS SPF: sender matches SPF record X-Debbugs-Envelope-To: 32809-done Cc: Danny Milosavljevic , 32809-done@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: 0.5 (/) > In short: the patch looks good to me. Pushed, thanks! From unknown Sat Aug 09 13:13:57 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 25 Nov 2018 12: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