From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Woodcox Subject: Re: Problem running guix pull on aarch64 Date: Fri, 7 Feb 2020 12:52:13 -0700 Message-ID: <919AFBEE-934A-40CC-9BCB-5B97F029339D@inskydata.com> References: <87mu9v1nfl.fsf@cbaines.net> Mime-Version: 1.0 (Mac OS X Mail 11.3 \(3445.6.18\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:47143) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j09gN-0008Sk-Pn for help-guix@gnu.org; Fri, 07 Feb 2020 14:52:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j09gM-0007Va-J4 for help-guix@gnu.org; Fri, 07 Feb 2020 14:52:55 -0500 Received: from mail.inskydata.com ([184.68.229.6]:4477 helo=server.inskydata.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1j09gM-0007UI-Az for help-guix@gnu.org; Fri, 07 Feb 2020 14:52:54 -0500 In-Reply-To: <87mu9v1nfl.fsf@cbaines.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane-mx.org@gnu.org Sender: "Help-Guix" To: Christopher Baines Cc: help-guix@gnu.org Hi Chris, I did some more looking into this. Apparently it=E2=80=99s been reported as a bug. See =E2=80=94> = https://lists.gnu.org/archive/html/bug-guix/2020-02/msg00011.html = Brian. > On Feb 6, 2020, at 1:16 PM, Christopher Baines = wrote: >=20 > Hey, >=20 > I've been trying to run guix pull on a Overdrive 1000, however it = seems > to hang. >=20 > cbaines@monokuma ~$ guix build = /gnu/store/km28c1gzcmm8j45ikp0v9ai3fcvpn8lr-guix-system.drv > The following derivation will be built: > /gnu/store/km28c1gzcmm8j45ikp0v9ai3fcvpn8lr-guix-system.drv > building = /gnu/store/km28c1gzcmm8j45ikp0v9ai3fcvpn8lr-guix-system.drv... > [ 80/156] compiling... 2.6% of 78 filesBacktrace: > In ice-9/boot-9.scm: >=20 >=20 > It doesn't seem to always hang in the same place though: >=20 > cbaines@monokuma ~$ guix build = /gnu/store/km28c1gzcmm8j45ikp0v9ai3fcvpn8lr-guix-system.drv=20 > The following derivation will be built: > /gnu/store/km28c1gzcmm8j45ikp0v9ai3fcvpn8lr-guix-system.drv > building = /gnu/store/km28c1gzcmm8j45ikp0v9ai3fcvpn8lr-guix-system.drv... > [ 40/156] loading... 51.3% of 78 filesBacktrace: >=20 >=20 > Any ideas? >=20 > Thanks, >=20 > Chris