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:59:58 +0100 Message-ID: <87ftg2ue5t.fsf@elephly.net> 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]:44955) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ivp1l-00039Y-JE for bug-guix@gnu.org; Sun, 26 Jan 2020 16:01:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ivp1j-0001fM-M2 for bug-guix@gnu.org; Sun, 26 Jan 2020 16:01:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:51595) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ivp1i-0001dB-AP for bug-guix@gnu.org; Sun, 26 Jan 2020 16:01:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ivp1i-0006Rb-8E for bug-guix@gnu.org; Sun, 26 Jan 2020 16:01:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: 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 This happens even after a reboot, so that=E2=80=99s reassuring. This is tied to building the derivation for the =E2=80=9Csicp=E2=80=9D pack= age, which has this arguments field: (arguments `(#:modules ((guix build utils) (srfi srfi-1) (srfi srfi-26)) #:builder (begin (use-modules (guix build utils) (srfi srfi-1) (srfi srfi-26)) =E2=80=A6))) That=E2=80=99s where utils and the srfis come from. --=20 Ricardo