From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Bug in configure.ac - Wrong guile version Date: Fri, 01 May 2015 19:41:29 +0200 Message-ID: <87lhh8xkja.fsf@mango.localdomain> References: <20150430074219.GA572@jocasta.intra> <87r3r1dzra.fsf@gnu.org> <20150501151439.GA8466@intra> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56184) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YoEwY-0007bH-2O for guix-devel@gnu.org; Fri, 01 May 2015 13:41:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YoEwW-0006nr-Rv for guix-devel@gnu.org; Fri, 01 May 2015 13:41:42 -0400 In-reply-to: <20150501151439.GA8466@intra> 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: John Darrington Cc: guix-devel@gnu.org John Darrington writes: > On Fri, May 01, 2015 at 12:20:41AM +0200, Ludovic Courtès wrote: > John Darrington skribis: > > > But guix does not seem to be buildable using guile-2.0.5 > > What makes you say so? Could you post any errors that you have? > [...] > ice-9/boot-9.scm:106:20: In procedure #: > ice-9/boot-9.scm:106:20: No variable named make-delimited-input-port in # In ./guix/http-client.scm I see a definition of "make-delimited-input-port" and it is loaded for any Guile version until 2.0.9: (unless (guile-version>? "2.0.9") ;; Guile <= 2.0.9 had a bug whereby 'response-body-port' would read more ;; than what 'content-length' says. See Guile commit 802a25b. (module-set! (resolve-module '(web response)) 'make-delimited-input-port make-delimited-input-port)) What version of Guix are you using? ~~ Ricardo