From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#39298: re-exporting local variable: iota Date: Sun, 26 Jan 2020 21:48:22 +0100 Message-ID: <87h80iuep5.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:43599) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ivoq6-0000Co-RQ for bug-guix@gnu.org; Sun, 26 Jan 2020 15:49:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ivoq5-0006GU-Tv for bug-guix@gnu.org; Sun, 26 Jan 2020 15:49:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:51590) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ivoq5-0006Fs-Ql for bug-guix@gnu.org; Sun, 26 Jan 2020 15:49:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ivoq5-00068d-OA for bug-guix@gnu.org; Sun, 26 Jan 2020 15:49:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:43511) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ivope-00009Y-Ta for bug-guix@gnu.org; Sun, 26 Jan 2020 15:48:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ivopd-0005l1-Ti for bug-guix@gnu.org; Sun, 26 Jan 2020 15:48:34 -0500 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: 39298@debbugs.gnu.org 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