From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: cannot fetch narinfo with HTTP pipelining Date: Wed, 8 Apr 2015 16:02:19 +0200 Message-ID: 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]:39945) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfqYp-0004Kp-Eh for guix-devel@gnu.org; Wed, 08 Apr 2015 10:02:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YfqYl-0003WZ-F8 for guix-devel@gnu.org; Wed, 08 Apr 2015 10:02:31 -0400 In-Reply-To: <87h9sqzvhe.fsf@gnu.org> 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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: Guix-devel 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 i= n # > > 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 inte= rface=E2=80=9D.) > > New patch: Thank you! With this patch applied everything works as expected. Yay! ~~ Ricardo