John Darrington skribis: > ?: 3 [primitive-load-path "guix/http-client" #f] > In ice-9/eval.scm: > 407: 2 [eval # ()] > In unknown file: > ?: 1 [scm-error misc-error #f ...] > In ice-9/boot-9.scm: > 106: 0 [# misc-error ...] > > ice-9/boot-9.scm:106:20: In procedure #: > ice-9/boot-9.scm:106:20: No variable named make-delimited-input-port in # The problem is an incomplete compatibility later with Guile 2.0.5. You should be able to get compilation going with the patch below, but getting the HTTP client to work with 2.0.5 will require more work. At this point, we may have to bundle our own (web ...) modules rather than try to monkey-patch things. Needs more thought... Thanks, Ludo’.