From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#31117: bug#27284: =?UTF-8?Q?=E2=80=98guix_?= =?UTF-8?Q?pull=E2=80=99?= broken on Guile 2.0 Date: Wed, 11 Apr 2018 01:18:20 +0200 Message-ID: <87bmeqr6pv.fsf@gnu.org> References: <87h8tnz1dx.fsf@gnu.org> <20171211105253.9670-1-ludo@gnu.org> <20171211105253.9670-4-ludo@gnu.org> <871sjst76a.fsf@gnu.org> <87d0zpyj5d.fsf_-_@gnu.org> <87zi2dvemk.fsf@gnu.org> <87po38noln.fsf@elephly.net> <87bmeq684y.fsf_-_@gnu.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:4830:134:3::10]:35090) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f62XZ-0005QV-9j for bug-guix@gnu.org; Tue, 10 Apr 2018 19:19:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f62XW-00071z-IQ for bug-guix@gnu.org; Tue, 10 Apr 2018 19:19:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:37629) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f62XW-00071t-Et for bug-guix@gnu.org; Tue, 10 Apr 2018 19:19:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f62XW-00063S-9E for bug-guix@gnu.org; Tue, 10 Apr 2018 19:19:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87bmeq684y.fsf_-_@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\?\= \=\?utf-8\?Q\?\=22's\?\= message of "Tue, 10 Apr 2018 23:53:17 +0200") 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.org@gnu.org Sender: "bug-Guix" To: Ricardo Wurmus , Alex Vong Cc: 27284-done@debbugs.gnu.org, 31117-done@debbugs.gnu.org, Maxim Cournoyer Hello, ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > Indeed, on closer inspection, (guix config) is miscompiled and looks for > =E2=80=98getenv=E2=80=99 and =E2=80=98string-append=E2=80=99 in a nonexis= tent anonymous module (the > #{=C2=A0g12345}# thing below) instead of (guile): It turns out the =E2=80=98define-module=E2=80=99 form has to be spliced in = 2.0. Fixed in commit eb72cdf087fe51d85e0c1514ec8e669047b5d6e1. Thanks Ricardo & Alex, Ludo=E2=80=99.