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 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? 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.