From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#32339: Nix import Date: Fri, 21 Jun 2019 17:06:09 +0200 Message-ID: <87r27ngeqm.fsf@gnu.org> References: <20180731200033.pmglhnj7fyiw245n@abyayala> <20190618133216.GA17404@jurong> <20190618141435.GA19464@jurong> <20190618160922.GA20229@jurong> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:52064) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1heL89-0004BE-4g for bug-guix@gnu.org; Fri, 21 Jun 2019 11:07:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1heL86-0007HU-Li for bug-guix@gnu.org; Fri, 21 Jun 2019 11:07:08 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37036) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1heL82-0007EC-Gy for bug-guix@gnu.org; Fri, 21 Jun 2019 11:07:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1heL82-0000M0-7o for bug-guix@gnu.org; Fri, 21 Jun 2019 11:07:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20190618160922.GA20229@jurong> (Andreas Enge's message of "Tue, 18 Jun 2019 18:09:22 +0200") 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: Andreas Enge Cc: 32339@debbugs.gnu.org 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.