From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#27284: =?UTF-8?Q?=E2=80=98guix_?= =?UTF-8?Q?pull=E2=80=99?= broken on Guile 2.0 Date: Sat, 14 Apr 2018 19:39:11 +0200 Message-ID: <87in8tlmbk.fsf@elephly.net> 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> <87bmeqr6pv.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]:46438) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f7POE-0004PL-Re for bug-guix@gnu.org; Sat, 14 Apr 2018 13:55:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f7POA-0003RO-Pk for bug-guix@gnu.org; Sat, 14 Apr 2018 13:55:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:44673) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f7POA-0003R9-JR for bug-guix@gnu.org; Sat, 14 Apr 2018 13:55:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <87bmeqr6pv.fsf@gnu.org> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 31117-done@debbugs.gnu.org, 27284-done@debbugs.gnu.org, Alex Vong , Maxim Cournoyer Ludovic Court=C3=A8s writes: >> 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 nonexi= stent anonymous module (the >> #{g12345}# thing below) instead of (guile): > > It turns out the =E2=80=98define-module=E2=80=99 form has to be spliced i= n 2.0. > > Fixed in commit eb72cdf087fe51d85e0c1514ec8e669047b5d6e1. Thank you. I tested this and it works fine. --=20 Ricardo