guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug in configure.ac - Wrong guile version


From: Ricardo Wurmus
Subject: Re: Bug in configure.ac - Wrong guile version
Date: Fri, 01 May 2015 19:41:29 +0200

John Darrington writes:

> On Fri, May 01, 2015 at 12:20:41AM +0200, Ludovic Courtès wrote:
>      John Darrington <address@hidden> 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 #<procedure 9c7b40 at 
> ice-9/boot-9.scm:97:6 (thrown-k . args)>:
> ice-9/boot-9.scm:106:20: No variable named make-delimited-input-port in 
> #<directory (web response) dc8240>

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]