[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 16/16: utils: Make sure to use the right 'bytevector->string'.
From: |
Mark H Weaver |
Subject: |
Re: 16/16: utils: Make sure to use the right 'bytevector->string'. |
Date: |
Wed, 08 Mar 2017 22:29:09 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
address@hidden (Ludovic Courtès) writes:
> civodul pushed a commit to branch master
> in repository guix.
>
> commit 7447aa36e16fb77f75df4d3369db9c942615632e
> Author: Ludovic Courtès <address@hidden>
> Date: Wed Mar 8 23:39:03 2017 +0100
>
> utils: Make sure to use the right 'bytevector->string'.
>
> In Guile 2.2, (rnrs io ports) exports 'bytevector->string', which
> conflicts with that of (ice-9 iconv).
>
> * guix/utils.scm: Hide 'bytevector->string' from (rnrs io ports).
This broke the build for me with guile-2.0.13. "make" results in:
ERROR: In procedure scm-error:
ERROR: no binding `bytevector->string' to hide in module (rnrs io ports)
make[2]: *** [Makefile:4940: make-go] Error 1
Mark