From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nils Gillmann Subject: bug#32339: "nix import" fails Date: Tue, 31 Jul 2018 20:00:33 +0000 Message-ID: <20180731200033.pmglhnj7fyiw245n@abyayala> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46646) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fkapO-0005PS-Dc for bug-guix@gnu.org; Tue, 31 Jul 2018 16:01:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fkapK-0008BK-Fd for bug-guix@gnu.org; Tue, 31 Jul 2018 16:01:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:59906) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fkapK-0008Al-B1 for bug-guix@gnu.org; Tue, 31 Jul 2018 16:01:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fkapJ-0004tx-UO for bug-guix@gnu.org; Tue, 31 Jul 2018 16:01:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: 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) Content-Disposition: inline List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 32339@debbugs.gnu.org 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")'.