From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#39298: re-exporting local variable: iota Date: Mon, 27 Jan 2020 14:19:35 +0100 Message-ID: <87d0b5hw9k.fsf@gnu.org> References: <87h80iuep5.fsf@elephly.net> <87k15d86le.fsf@lassieur.org> 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]:48367) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iw4J9-0003bX-Vc for bug-guix@gnu.org; Mon, 27 Jan 2020 08:20:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iw4J8-0002N3-WB for bug-guix@gnu.org; Mon, 27 Jan 2020 08:20:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:51941) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iw4J8-0002Mr-Te for bug-guix@gnu.org; Mon, 27 Jan 2020 08:20:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iw4J8-0002Se-Kl for bug-guix@gnu.org; Mon, 27 Jan 2020 08:20:02 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87k15d86le.fsf@lassieur.org> ("=?UTF-8?Q?Cl=C3=A9ment?= Lassieur"'s message of "Mon, 27 Jan 2020 12:46:37 +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: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Cc: 39298-done@debbugs.gnu.org Hello! clement@lassieur.org (Cl=C3=A9ment Lassieur) skribis: > 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-modul= e-import. >> >> I have only just reconfigured the system and have not rebooted since. >> >> -- >> Ricardo > > Hi, > > This happens on > > $ guix build gajim Fixed in 5e61de242156cdb3314abac168d9682ca7a4c28f. Ricardo, does it also solve the problem for you? If not, please let us know how to reproduce it. Let=E2=80=99s see if there are other instances of mistakes like this one. Thanks, Ludo=E2=80=99.