From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#39699: [core-updates] gash-boot0 fails on i686-linux Date: Thu, 20 Feb 2020 22:57:49 +0100 Message-ID: <87zhdc9b1e.fsf@gnu.org> References: <87y2sx41f2.fsf@devup.no> 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]:51069) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j4tpc-0002PN-8r for bug-guix@gnu.org; Thu, 20 Feb 2020 16:58:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j4tpb-0003kJ-DD for bug-guix@gnu.org; Thu, 20 Feb 2020 16:58:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:40059) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j4tpa-0003hH-Bi for bug-guix@gnu.org; Thu, 20 Feb 2020 16:58:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j4tpa-0008If-99 for bug-guix@gnu.org; Thu, 20 Feb 2020 16:58:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87y2sx41f2.fsf@devup.no> (Marius Bakke's message of "Thu, 20 Feb 2020 18:24:33 +0100") 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: Marius Bakke , Timothy Sample , Jan Nieuwenhuizen Cc: 39699@debbugs.gnu.org Hi, Marius Bakke skribis: > Bootstrap fails early on i686-linux when trying to build gash-boot0, > which fails thusly: [...] > ?: 1 [primitive-load-path "compression/bzip2" ...] > In compression/bzip2.scm: > 45: 0 [#] > > compression/bzip2.scm:45:18: In procedure #: > compression/bzip2.scm:45:18: ERROR: R6RS exception: > 1. &error > 2. &who: bzip2 > 3. &message: "This module requires at least 32-bit fixnums" > 4. &irritants: () > command "tar" "xvf" "/gnu/store/bspn36jhcd2ky6ih7wnh9z0iz867flc2-gash-0.2= .0.tar.gz" failed with status 1 The error comes from the (compression bzip2) module included in =E2=80=9Cbootar=E2=80=9D. I can see two solutions: 1. Remove bzip2 support from bootar (it=E2=80=99s not actually needed, is= it?). 2. Modify (compression bzip2) so that it errors out on first use rather than at load time. Timothy, janneke, WDYT? Thanks, Ludo=E2=80=99.