From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: cannot fetch narinfo with HTTP pipelining Date: Wed, 08 Apr 2015 21:41:45 +0200 Message-ID: <87384av24m.fsf@gnu.org> References: <87a8yj0wg1.fsf@gnu.org> <87h9sqzvhe.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]:55358) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfvrG-0002VM-UB for guix-devel@gnu.org; Wed, 08 Apr 2015 15:41:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YfvrB-00084W-Lm for guix-devel@gnu.org; Wed, 08 Apr 2015 15:41:54 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:40312) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfvrB-00084S-Is for guix-devel@gnu.org; Wed, 08 Apr 2015 15:41:49 -0400 In-Reply-To: (Ricardo Wurmus's message of "Wed, 8 Apr 2015 16:02:19 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ricardo Wurmus Cc: Guix-devel Ricardo Wurmus skribis: > Ludovic Court=C3=A8s writes: > >> Ricardo Wurmus skribis: >> >>> ice-9/boot-9.scm:106:20: In procedure #: >>> ice-9/boot-9.scm:106:20: No variable named make-delimited-input-port in= # >> >> Arf, that=E2=80=99s because I wrote =E2=80=98resolve-interface=E2=80=99 = instead of >> =E2=80=98resolve-module=E2=80=99 (the former means =E2=80=9Cpublic inter= face=E2=80=9D.) >> >> New patch: > > Thank you! With this patch applied everything works as expected. Yay! Great, pushed! Ludo=E2=80=99.