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: John Darrington
Subject: Re: Bug in configure.ac - Wrong guile version
Date: Fri, 1 May 2015 21:18:23 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Fri, May 01, 2015 at 07:41:29PM +0200, Ricardo Wurmus wrote:
     
     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?
     
See my post above.


-- 
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://sks-keyservers.net or any PGP keyserver for public key.

Attachment: signature.asc
Description: Digital signature


reply via email to

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