From mboxrd@z Thu Jan 1 00:00:00 1970 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 Message-ID: <87mvcvjfga.fsf@netris.org> References: <20170308224431.3033.27778@vcs0.savannah.gnu.org> <20170308224435.898CF25FDC@vcs0.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52642) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1clolp-0007Ua-Dy for guix-devel@gnu.org; Wed, 08 Mar 2017 22:29:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1clolk-0004eB-IJ for guix-devel@gnu.org; Wed, 08 Mar 2017 22:29:41 -0500 In-Reply-To: <20170308224435.898CF25FDC@vcs0.savannah.gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22's\?\= message of "Wed, 8 Mar 2017 17:44:35 -0500 (EST)") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) writes: > civodul pushed a commit to branch master > in repository guix. > > commit 7447aa36e16fb77f75df4d3369db9c942615632e > Author: Ludovic Court=C3=A8s > Date: Wed Mar 8 23:39:03 2017 +0100 > > utils: Make sure to use the right 'bytevector->string'. >=20=20=20=20=20 > In Guile 2.2, (rnrs io ports) exports 'bytevector->string', which > conflicts with that of (ice-9 iconv). >=20=20=20=20=20 > * 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