From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: bug#32339: Nix import Date: Tue, 18 Jun 2019 15:32:16 +0200 Message-ID: <20190618133216.GA17404@jurong> References: <20180731200033.pmglhnj7fyiw245n@abyayala> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:50634) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hdEEW-00032w-MF for bug-guix@gnu.org; Tue, 18 Jun 2019 09:33:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hdEER-0004qR-Iu for bug-guix@gnu.org; Tue, 18 Jun 2019 09:33:08 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58637) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hdEEQ-0004lP-5M for bug-guix@gnu.org; Tue, 18 Jun 2019 09:33:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hdEEQ-00068N-0u for bug-guix@gnu.org; Tue, 18 Jun 2019 09:33:02 -0400 In-Reply-To: <20180731200033.pmglhnj7fyiw245n@abyayala> Sender: "Debbugs-submit" Resent-Message-ID: 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 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