From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: 16/16: utils: Make sure to use the right 'bytevector->string'. Date: Wed, 8 Mar 2017 18:30:22 -0500 Message-ID: <20170308233022.GA9097@jasmine> 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: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55383) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cll2K-0000h7-5w for guix-devel@gnu.org; Wed, 08 Mar 2017 18:30:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cll2H-0003fv-0w for guix-devel@gnu.org; Wed, 08 Mar 2017 18:30:28 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:59410) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cll2G-0003fl-St for guix-devel@gnu.org; Wed, 08 Mar 2017 18:30:24 -0500 Received: from localhost (c-73-188-17-148.hsd1.pa.comcast.net [73.188.17.148]) by mail.messagingengine.com (Postfix) with ESMTPA id 246A87E168 for ; Wed, 8 Mar 2017 18:30:24 -0500 (EST) Content-Disposition: inline In-Reply-To: <20170308224435.898CF25FDC@vcs0.savannah.gnu.org> 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: guix-devel@gnu.org On Wed, Mar 08, 2017 at 05:44:35PM -0500, Ludovic Court�s wrote: > civodul pushed a commit to branch master > in repository guix. > > commit 7447aa36e16fb77f75df4d3369db9c942615632e > Author: Ludovic Courtès > 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). Building from a fresh clone of the Git repo, the build fails like this: Backtrace: In ice-9/psyntax.scm: 279: 19 [scan ((#(syntax-object let # ...) (#) (# #) ...)) () ...] In ice-9/eval.scm: 411: 18 [eval # ()] In ice-9/boot-9.scm: 2954: 17 [define-module* (guix pk-crypto) #:filename ...] 2929: 16 [resolve-imports ((# # #) (#) (#) (#) ...)] 2867: 15 [resolve-interface (guix utils) #:select ...] 2792: 14 [# # ...] 3068: 13 [try-module-autoload (guix utils) #f] 2404: 12 [save-module-excursion #] 3088: 11 [#] In unknown file: ?: 10 [primitive-load-path "guix/utils" ...] In ice-9/eval.scm: 505: 9 [# (define-module # # ...)] In ice-9/psyntax.scm: 1106: 8 [expand-top-sequence ((define-module (guix utils) #:use-module ...)) () ...] 989: 7 [scan ((define-module (guix utils) #:use-module ...)) () ...] 279: 6 [scan ((#(syntax-object let # ...) (#) (# #) ...)) () ...] In ice-9/eval.scm: 411: 5 [eval # ()] In ice-9/boot-9.scm: 2954: 4 [define-module* (guix utils) #:filename ...] 2929: 3 [resolve-imports (((guix config)) ((srfi srfi-1)) ((srfi srfi-9)) ...)] 2898: 2 [resolve-interface (rnrs io ports) #:select ...] 771: 1 [for-each # #] In unknown file: ?: 0 [scm-error misc-error #f ...] ERROR: In procedure scm-error: ERROR: no binding `bytevector->string' to hide in module (rnrs io ports) make[2]: *** [Makefile:4933: make-go] Error 1