From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesse Gibbons Subject: bug#39352: guix pull failing on aarch64 Date: Sat, 01 Feb 2020 12:13:30 -0700 Message-ID: <37458edae787384d433d43afb1c2ca9192f94056.camel@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:54313) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ixyDT-0003Rf-6I for bug-guix@gnu.org; Sat, 01 Feb 2020 14:14:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ixyDS-0003mq-7O for bug-guix@gnu.org; Sat, 01 Feb 2020 14:14:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:33369) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ixyDS-0003mi-4H for bug-guix@gnu.org; Sat, 01 Feb 2020 14:14:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ixyDR-00062F-Tc for bug-guix@gnu.org; Sat, 01 Feb 2020 14:14:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: 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-mx.org@gnu.org Sender: "bug-Guix" To: shtwzrd , 39352@debbugs.gnu.org On Thu, 2020-01-30 at 00:51 +0000, shtwzrd via Bug reports for GNU Guix wrote: > Hey there, > > I've noticed that guix pull has started to hang consistently when > building guix-system.drv, 55% of the way through. > > I've narrowed the breakage down to this specific commit: > > http://git.savannah.gnu.org/cgit/guix.git/commit/?id=8234fe653e61d0090138cbd4c48d877568355439 > > So it appears to be a side effect of the move from guile 2 to guile > 3? > > Here's the output of guix pull --debug=2 > -- > ... > > I've noticed most guix ops (including guix pull) hang on armhf as well, but I don't have a log to provide. Right now I'm fine with keeping guix at a stable (but potentially less secure) commit until the JIT compiler in Guile 3 is fixed and enabled on ARM.