From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: 04/42: gnu: guix: Cross-build workaround: Run native guile for version. Date: Sun, 26 Apr 2020 18:12:25 +0200 Message-ID: <877dy22pli.fsf@gnu.org> References: <20200425174447.10575.48360@vcs0.savannah.gnu.org> <20200425174500.B268120A5E@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:470:142:3::10]:42540) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jSjtM-0005s4-Pk for guix-devel@gnu.org; Sun, 26 Apr 2020 12:12:31 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:45469) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jSjtM-0006ft-7D for guix-devel@gnu.org; Sun, 26 Apr 2020 12:12:28 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=49150 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jSjtK-0000v1-Q4 for guix-devel@gnu.org; Sun, 26 Apr 2020 12:12:27 -0400 In-Reply-To: <20200425174500.B268120A5E@vcs0.savannah.gnu.org> (guix-commits@gnu.org's message of "Sat, 25 Apr 2020 13:45:00 -0400 (EDT)") 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-mx.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org guix-commits@gnu.org skribis: > commit 4c7c89f97a0d49bc678251bf3ab452dcab85522a > Author: Jan (janneke) Nieuwenhuizen > AuthorDate: Fri Apr 24 11:21:48 2020 +0200 > > gnu: guix: Cross-build workaround: Run native guile for version. >=20=20=20=20=20 > We need to take some care here, the native guile is not necessarily a= lways the > same version as the host guile. >=20=20=20=20=20 > * gnu/packages/package-management.scm (guix)[arguments]: Do not attem= pt to run > host guile for getting effective-version; resort to native guile. Good catch, LGTM! Ludo=E2=80=99.