From mboxrd@z Thu Jan 1 00:00:00 1970 From: clement@lassieur.org (=?UTF-8?Q?Cl=C3=A9ment?= Lassieur) Subject: bug#39298: re-exporting local variable: iota Date: Mon, 27 Jan 2020 12:46:37 +0100 Message-ID: <87k15d86le.fsf@lassieur.org> References: <87h80iuep5.fsf@elephly.net> 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]:56606) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iw2rA-0003hh-74 for bug-guix@gnu.org; Mon, 27 Jan 2020 06:47:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iw2r8-0002Pe-Dx for bug-guix@gnu.org; Mon, 27 Jan 2020 06:47:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:51875) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iw2r7-0002PD-Ry for bug-guix@gnu.org; Mon, 27 Jan 2020 06:47:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iw2r7-0002cj-QH for bug-guix@gnu.org; Mon, 27 Jan 2020 06:47:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87h80iuep5.fsf@elephly.net> (Ricardo Wurmus's message of "Sun, 26 Jan 2020 21:48:22 +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: Ricardo Wurmus Cc: 39298@debbugs.gnu.org Ricardo Wurmus writes: > Since the upgrade to Guile 3.0 I can no longer upgrade my profile. The > module-import-compiled derivation can no longer be built. It fails with > a backtrace involving only Guile modules, no Guix modules. > > The error is: > > ice-9/boot-9.scm:752:25: In procedure dispatch-exception: > re-exporting local variable: iota > > This happens when compiling guix/build/utils.scm, srfi/srfi-1.scm, and > srfi/srfi-26.scm, i.e. /gnu/store/p4lwp5ghh4vsna72k7if132k2321hhw1-module= -import. > > I have only just reconfigured the system and have not rebooted since. > > -- > Ricardo Hi, This happens on $ guix build gajim with Generation 23 janv. 27 2020 11:03:29 (current) guix 4a0e492 repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: 4a0e49279ddc53655f593796b0b1e170369d2a08 Cl=C3=A9ment