From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: guile: Add "site-ccache" to the search path. Date: Wed, 29 Jun 2016 15:14:42 +0200 Message-ID: <87inws87ct.fsf@gnu.org> References: <87por0fmkl.fsf@gmail.com> 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]:43177) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIFL9-0006sg-0e for guix-devel@gnu.org; Wed, 29 Jun 2016 09:15:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIFL3-0007sf-RY for guix-devel@gnu.org; Wed, 29 Jun 2016 09:15:37 -0400 In-Reply-To: <87por0fmkl.fsf@gmail.com> (Alex Kost's message of "Wed, 29 Jun 2016 11:04:10 +0300") 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: Alex Kost Cc: guix-devel@gnu.org Alex Kost skribis: > Add "site-ccache" since it's a directory where .go files of guile > packages should go (for example, 'guile-ssh' installs *.go there). Indeed. > I suppose this patch should go to 'core-updates-next', right? Yes. > From 489a54be23753f61fa9c3a318d411eb48fb75bf6 Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Wed, 29 Jun 2016 10:51:26 +0300 > Subject: [PATCH] gnu: guile: Add "site-ccache" to the search path. > > * gnu/packages/guile.scm (guile-2.0)[native-search-paths]: Add > "lib/guile/2.0/site-ccache" to GUILE_LOAD_COMPILED_PATH. > (guile-next): Likewise. [...] > --- a/gnu/packages/guile.scm > +++ b/gnu/packages/guile.scm > @@ -180,6 +180,7 @@ without requiring the source code to be rewritten.") > (search-path-specification > (variable "GUILE_LOAD_COMPILED_PATH") > (files '("lib/guile/2.0/ccache" > + "lib/guile/2.0/site-ccache" > "share/guile/site/2.0"))))) I wonder if it makes sense to keep lib/guile/2.0/ccache since that is (meant to be) used exclusively by Guile itself, I think. Andy, WDYT? Thanks, Ludo=E2=80=99.