From unknown Tue Jun 24 13:55:32 2025 X-Loop: help-debbugs@gnu.org Subject: bug#32339: "nix import" fails Resent-From: Nils Gillmann Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Tue, 31 Jul 2018 20:01:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 32339 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 32339@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.153306720418705 (code B ref -1); Tue, 31 Jul 2018 20:01:01 +0000 Received: (at submit) by debbugs.gnu.org; 31 Jul 2018 20:00:04 +0000 Received: from localhost ([127.0.0.1]:36691 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fkaoO-0004rd-4a for submit@debbugs.gnu.org; Tue, 31 Jul 2018 16:00:04 -0400 Received: from eggs.gnu.org ([208.118.235.92]:55445) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fkaoL-0004qc-Qj for submit@debbugs.gnu.org; Tue, 31 Jul 2018 16:00:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fkaoF-0007Ak-KX for submit@debbugs.gnu.org; Tue, 31 Jul 2018 15:59:56 -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]:55201) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fkaoF-0007AV-FR for submit@debbugs.gnu.org; Tue, 31 Jul 2018 15:59:55 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46415) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fkaoE-0004wa-4C for bug-guix@gnu.org; Tue, 31 Jul 2018 15:59:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fkaoD-00078D-Cp for bug-guix@gnu.org; Tue, 31 Jul 2018 15:59:54 -0400 Received: from conspiracy.of.n0.is ([2a01:4f8:1c0c:7ad0::1]:37698) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fkaoD-00076U-0Q for bug-guix@gnu.org; Tue, 31 Jul 2018 15:59:53 -0400 Received: by conspiracy.of.n0.is (OpenSMTPD) with ESMTPSA id 194cbe6c (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Tue, 31 Jul 2018 19:59:48 +0000 (UTC) Date: Tue, 31 Jul 2018 20:00:33 +0000 From: Nils Gillmann Message-ID: <20180731200033.pmglhnj7fyiw245n@abyayala> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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.4 (----) 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.4 (-----) Hooray, a bad subject line! * nixpkgs is on commit d817ccbf832419abdd82bc617e058b8a196f6e98 * guix is on commit 6915d20f05363f61cef9c4ed7ebda3fe5a19325d * GUIX_PACKAGE_PATH is unset FWIW, this was while running the Nix daemon with my "service", but it is not required for the imports. abyayala$ guix import nix ~/re-src/nixpkgs curl ;;; SSAX warning: Skipping PI: xml trace: stdenv.isArm is deprecated after 18.03 trace: lib.zip is deprecated, use lib.zipAttrsWith instead trace: Warning: `showVal` is deprecated and will be removed in the next release, please use `traceSeqN` trace: `mkStrict' is obsolete; use `mkOverride 0' instead. trace: `lib.nixpkgsVersion` is deprecated, use `lib.version` instead! error: stack overflow (possible infinite recursion) Backtrace: In guix/import/snix.scm: 191:9 19 (loop # () #f _) 191:9 18 (loop # () #f _) 191:9 17 (loop # () #f _) 191:9 16 (loop # () #f _) 191:9 15 (loop # () #f _) 191:9 14 (loop # () #f _) 191:9 13 (loop # () #f _) 191:9 12 (loop # () #f _) 191:9 11 (loop # () #f _) 191:9 10 (loop # () #f _) 191:9 9 (loop # () #f _) 191:9 8 (loop # () #f _) 191:9 7 (loop # () #f _) 191:9 6 (loop # () #f _) 191:9 5 (loop # () #f _) 191:9 4 (loop # () #f _) 191:9 3 (loop # () #f _) 191:9 2 (loop # () #f _) 191:9 1 (loop # () #f _) In sxml/upstream/SSAX.scm: 1896:21 0 (_ # #f # …) sxml/upstream/SSAX.scm:1896:21: Throw to key `parser-error' with args `(# "EOF while reading a token " "reading char data")'. From unknown Tue Jun 24 13:55:32 2025 X-Loop: help-debbugs@gnu.org Subject: bug#32339: Nix import References: <20180731200033.pmglhnj7fyiw245n@abyayala> In-Reply-To: <20180731200033.pmglhnj7fyiw245n@abyayala> Resent-From: Andreas Enge Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Tue, 18 Jun 2019 13:33:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 32339 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 32339@debbugs.gnu.org Received: via spool by 32339-submit@debbugs.gnu.org id=B32339.156086474223524 (code B ref 32339); Tue, 18 Jun 2019 13:33:01 +0000 Received: (at 32339) by debbugs.gnu.org; 18 Jun 2019 13:32:22 +0000 Received: from localhost ([127.0.0.1]:43948 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hdEDm-00067M-FZ for submit@debbugs.gnu.org; Tue, 18 Jun 2019 09:32:22 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:44204) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hdEDk-00067D-Q1 for 32339@debbugs.gnu.org; Tue, 18 Jun 2019 09:32:21 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id EC6E6B3B9; Tue, 18 Jun 2019 15:32:18 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HgdCieTrJqBr; Tue, 18 Jun 2019 15:32:18 +0200 (CEST) Received: from jurong (unknown [IPv6:2a01:e35:8ae3:84e0:b788:a140:b6a3:3101]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 437EFB38A; Tue, 18 Jun 2019 15:32:18 +0200 (CEST) Date: Tue, 18 Jun 2019 15:32:16 +0200 From: Andreas Enge Message-ID: <20190618133216.GA17404@jurong> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.12.0 (2019-05-25) 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.3 (/) This bug is resolved by following the current documentation and executing export NIX_REMOTE=daemon . However, even then the import fails: $ guix import nix nixpkgs/ hello ;;; SSAX warning: Skipping PI: xml trace: warning: `stdenv.isArm` is deprecated after 18.03. Please use `stdenv.isAarch32` instead trace: lib.zip is deprecated, use lib.zipAttrsWith instead trace: Warning: `showVal` is deprecated and will be removed in the next release, please use `traceSeqN` trace: `mkStrict' is obsolete; use `mkOverride 0' instead. trace: `lib.nixpkgsVersion` is deprecated, use `lib.version` instead! And after about 15 minutes the import crashes with a stack overflow. Andreas From unknown Tue Jun 24 13:55:32 2025 X-Loop: help-debbugs@gnu.org Subject: bug#32339: Nix import Resent-From: Andreas Enge Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Tue, 18 Jun 2019 14:15:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 32339 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 32339@debbugs.gnu.org Received: via spool by 32339-submit@debbugs.gnu.org id=B32339.15608672824951 (code B ref 32339); Tue, 18 Jun 2019 14:15:01 +0000 Received: (at 32339) by debbugs.gnu.org; 18 Jun 2019 14:14:42 +0000 Received: from localhost ([127.0.0.1]:45351 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hdEsk-0001Hn-BD for submit@debbugs.gnu.org; Tue, 18 Jun 2019 10:14:42 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:45146) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hdEsh-0001Hd-TB for 32339@debbugs.gnu.org; Tue, 18 Jun 2019 10:14:40 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id F2FCB11038; Tue, 18 Jun 2019 16:14:37 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HBiKItS_cUho; Tue, 18 Jun 2019 16:14:37 +0200 (CEST) Received: from jurong (unknown [IPv6:2a01:e35:8ae3:84e0:b788:a140:b6a3:3101]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 4B18211017; Tue, 18 Jun 2019 16:14:37 +0200 (CEST) Date: Tue, 18 Jun 2019 16:14:35 +0200 From: Andreas Enge Message-ID: <20190618141435.GA19464@jurong> References: <20180731200033.pmglhnj7fyiw245n@abyayala> <20190618133216.GA17404@jurong> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190618133216.GA17404@jurong> User-Agent: Mutt/1.12.0 (2019-05-25) 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.3 (/) Sorry, I did not look at the error message well enough, the bug is indeed still the same as reported. Andreas From unknown Tue Jun 24 13:55:32 2025 X-Loop: help-debbugs@gnu.org Subject: bug#32339: Nix import Resent-From: Andreas Enge Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Tue, 18 Jun 2019 16:10:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 32339 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 32339@debbugs.gnu.org Received: via spool by 32339-submit@debbugs.gnu.org id=B32339.156087417617185 (code B ref 32339); Tue, 18 Jun 2019 16:10:02 +0000 Received: (at 32339) by debbugs.gnu.org; 18 Jun 2019 16:09:36 +0000 Received: from localhost ([127.0.0.1]:45443 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hdGfv-0004T6-PI for submit@debbugs.gnu.org; Tue, 18 Jun 2019 12:09:36 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:48604) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hdGfs-0004SY-CL for 32339@debbugs.gnu.org; Tue, 18 Jun 2019 12:09:33 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 5C79A1108A; Tue, 18 Jun 2019 18:09:30 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TGlmekfgqjGk; Tue, 18 Jun 2019 18:09:29 +0200 (CEST) Received: from jurong (unknown [IPv6:2a01:e35:8ae3:84e0:b788:a140:b6a3:3101]) by hera.aquilenet.fr (Postfix) with ESMTPSA id CE43E7EEE; Tue, 18 Jun 2019 18:09:28 +0200 (CEST) Date: Tue, 18 Jun 2019 18:09:22 +0200 From: Andreas Enge Message-ID: <20190618160922.GA20229@jurong> References: <20180731200033.pmglhnj7fyiw245n@abyayala> <20190618133216.GA17404@jurong> <20190618141435.GA19464@jurong> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190618141435.GA19464@jurong> User-Agent: Mutt/1.12.0 (2019-05-25) 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.3 (/) So, I just discussed with a Nix expert, Profpatsch. Apparently something changed in nixpkgs a while ago, so that the following code does not work any more: $ export NIX_REMOTE=daemon $ nix-instantiate --eval --strict -A hello nixpkgs/ trace: `types.list` is deprecated; use `types.listOf` instead trace: types.optionSet is deprecated; use types.submodule instead trace: Warning: `showVal` is deprecated and will be removed in the next release, please use `traceSeqN` trace: `lib.nixpkgsVersion` is deprecated, use `lib.version` instead! trace: lib.zip is deprecated, use lib.zipAttrsWith instead trace: `mkStrict' is obsolete; use `mkOverride 0' instead. trace: warning: `stdenv.isArm` is deprecated after 18.03. Please use `stdenv.isAarch32` instead trace: warning: `stdenv.isArm` is deprecated after 18.03. Please use `stdenv.isAarch32` instead trace: warning: `stdenv.isArm` is deprecated after 18.03. Please use `stdenv.isAarch32` instead trace: warning: `stdenv.isArm` is deprecated after 18.03. Please use `stdenv.isAarch32` instead error: overrideDerivation not yet supported for functors (use '--show-trace' to show detailed location information) We should have checked the return value... Omitting the "--strict" flag is not a solution, since then lazy evaluation leads to most interesting fields of the result being empty (the return string value is ""). A potential solution is evaluating for different package fields separately, but this would require more or less a complete rewrite of the importer. I wonder if the solution would not be to drop it completely... Interestingly enough, the programmatic nature of Nix makes it much more difficult to import packages, since we cannot simply use the abstract syntax tree of the textual representation of a package. Here are a few possible commands to run: $ nix-instantiate --eval --strict -E "with import $PATH_TO_NIXPKGS {}; singular.version" "4.1.1p2" $ nix-instantiate --eval --strict -E "with import $PATH_TO_NIXPKGS {}; map (drv: drv.name) singular.buildInputs" [ "gmp-6.1.2" "ncurses-6.1-20190112" "readline-6.3p08" "ntl-11.3.2" "flint-2.5.2" "cddlib-0.94j" ] $ nix-instantiate --eval --strict -E "with import $PATH_TO_NIXPKGS {}; map (drv: drv.name) singular.nativeBuildInputs" [ "bison-3.3.2" "perl-5.28.2" "pkg-config-0.29.2" "hook" ] (notice that there is now a difference between build and native build inputs, and even more types) $ nix-instantiate --eval --strict -E "with import $PATH_TO_NIXPKGS {}; singular.src" [error message] $ nix-instantiate --eval --strict -E "with import $PATH_TO_NIXPKGS {}; (singular.override { fetchurl = lib.id; }).src" { sha256 = "07x9kri8vl4galik7lr6pscq3c51n8570pyw64i7gbj0m706f7wf"; url = "http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/4-1-1/singular-4.1.1p2.tar.gz"; } $ nix-instantiate --eval --strict -E "with import $PATH_TO_NIXPKGS {}; (linbox.override { fetchurl = lib.id; }).src" [error message] $ nix-instantiate --eval --strict -E "with import $PATH_TO_NIXPKGS {}; (linbox.override { fetchFromGitHub = lib.id; }).src" { owner = "linbox-team"; repo = "linbox"; rev = "v1.6.3"; sha256 = "10j6dspbsq7d2l4q3y0c1l1xwmaqqba2fxg59q5bhgk9h5d7q571"; } So for the latter two cases, one would need to try both and catch errors. Andreas From unknown Tue Jun 24 13:55:32 2025 X-Loop: help-debbugs@gnu.org Subject: bug#32339: Nix import Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Fri, 21 Jun 2019 15:07:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 32339 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Andreas Enge Cc: 32339@debbugs.gnu.org Received: via spool by 32339-submit@debbugs.gnu.org id=B32339.15611295831308 (code B ref 32339); Fri, 21 Jun 2019 15:07:02 +0000 Received: (at 32339) by debbugs.gnu.org; 21 Jun 2019 15:06:23 +0000 Received: from localhost ([127.0.0.1]:50580 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1heL7P-0000L2-5p for submit@debbugs.gnu.org; Fri, 21 Jun 2019 11:06:23 -0400 Received: from eggs.gnu.org ([209.51.188.92]:46063) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1heL7K-0000Km-Lg for 32339@debbugs.gnu.org; Fri, 21 Jun 2019 11:06:19 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:42539) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1heL7E-0006LJ-Vh; Fri, 21 Jun 2019 11:06:13 -0400 Received: from [2001:660:4701:6001:3d6c:d0e8:a2b5:ec10] (port=52628 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1heL7D-0003w7-K6; Fri, 21 Jun 2019 11:06:12 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20180731200033.pmglhnj7fyiw245n@abyayala> <20190618133216.GA17404@jurong> <20190618141435.GA19464@jurong> <20190618160922.GA20229@jurong> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 3 Messidor an 227 de la =?UTF-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Fri, 21 Jun 2019 17:06:09 +0200 In-Reply-To: <20190618160922.GA20229@jurong> (Andreas Enge's message of "Tue, 18 Jun 2019 18:09:22 +0200") Message-ID: <87r27ngeqm.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) 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] X-Spam-Score: -2.3 (--) 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.3 (---) Hello, Andreas Enge skribis: > Omitting the "--strict" flag is not a solution, since then lazy evaluation > leads to most interesting fields of the result being empty (the return st= ring > value is ""). Do we know exactly why Nix stack-overflows? Perhaps we=E2=80=99re evaluati= ng fields we shouldn=E2=80=99t evaluate? It used to work :-), so something must have changed in the Nix evaluation rules or in how Nixpkgs attribute sets are written. We should ask the Nix folks for guidance. Ludo=E2=80=99. From unknown Tue Jun 24 13:55:32 2025 X-Loop: help-debbugs@gnu.org Subject: bug#32339: "nix import" fails Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Tue, 20 Apr 2021 10:42:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 32339 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 32339@debbugs.gnu.org Received: via spool by 32339-submit@debbugs.gnu.org id=B32339.161891531428306 (code B ref 32339); Tue, 20 Apr 2021 10:42:01 +0000 Received: (at 32339) by debbugs.gnu.org; 20 Apr 2021 10:41:54 +0000 Received: from localhost ([127.0.0.1]:53065 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lYnpK-0007MT-2F for submit@debbugs.gnu.org; Tue, 20 Apr 2021 06:41:54 -0400 Received: from eggs.gnu.org ([209.51.188.92]:41964) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lYnpI-0007MH-9B for 32339@debbugs.gnu.org; Tue, 20 Apr 2021 06:41:52 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:60214) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lYnpD-000766-1n for 32339@debbugs.gnu.org; Tue, 20 Apr 2021 06:41:47 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=49140 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lYnpC-0006xZ-Lt for 32339@debbugs.gnu.org; Tue, 20 Apr 2021 06:41:46 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20180731200033.pmglhnj7fyiw245n@abyayala> <20190618133216.GA17404@jurong> <20190618141435.GA19464@jurong> <20190618160922.GA20229@jurong> <87r27ngeqm.fsf@gnu.org> Date: Tue, 20 Apr 2021 12:41:45 +0200 In-Reply-To: <87r27ngeqm.fsf@gnu.org> ("Ludovic =?UTF-8?Q?Court=C3=A8s?="'s message of "Fri, 21 Jun 2019 17:06:09 +0200") Message-ID: <87fszlck5y.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: -1.7 (-) =E2=80=98guix import nix=E2=80=99 has now been removed: https://issues.guix.gnu.org/47871 Closing! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 20 06:42:04 2021 Received: (at control) by debbugs.gnu.org; 20 Apr 2021 10:42:04 +0000 Received: from localhost ([127.0.0.1]:53075 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lYnpU-0007Ns-Eo for submit@debbugs.gnu.org; Tue, 20 Apr 2021 06:42:04 -0400 Received: from eggs.gnu.org ([209.51.188.92]:42006) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lYnpS-0007Mg-Sk for control@debbugs.gnu.org; Tue, 20 Apr 2021 06:42:03 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:60215) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lYnpN-0007Bq-KW for control@debbugs.gnu.org; Tue, 20 Apr 2021 06:41:57 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=49144 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lYnpM-0006xj-Ox for control@debbugs.gnu.org; Tue, 20 Apr 2021 06:41:56 -0400 Date: Tue, 20 Apr 2021 12:41:55 +0200 Message-Id: <87eef5ck5o.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #32339 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: control 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 (-) tags 32339 notabug close 32339 quit