From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: Status update+patches:Re: I managed to build guix natively on Debian GNU/Hurd , what's next? Date: Sun, 08 Sep 2019 22:55:26 +0200 Message-ID: <8736h64if5.fsf@gnu.org> References: <87ftlifgcm.fsf@elephly.net> <32d67ecf3f8e43cd8d4607287d4c4b57380f47ef.camel@gmail.com> <87ef11fs9i.fsf@elephly.net> <30bdaa745f0a41617e0e81fc6bc63b1228dab729.camel@gmail.com> <60498ff6153c81ffa586c9088e35f2e403270827.camel@gmail.com> <45800d03ca1fab9f80bae932a9354f60f6c12a2d.camel@gmail.com> <5f5d2b063290517ff9619cf59398b700998b5a2b.camel@gmail.com> <875zm9h6yx.fsf@elephly.net> <62954aca574f56f1cb980b147fb4f3d8a492632c.camel@gmail.com> <22f1e536522d303a01dbdaac3dcd54360f09730a.camel@gmail.com> <87y2z5f4vs.fsf@elephly.net> <87woepf39s.fsf@elephly.net> <3770127fed5eb6bf39eba4fb76a05c180c1b093e.camel@gmail.com> <87v9u8fqhq.fsf@elephly.net> <8229d4cfde285d01d310352e4a84154b102992bf.camel@gmail.com> <87ftlbg2jj.fsf@elephly.net> 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]:42019) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i74Db-0001Xr-0v for guix-devel@gnu.org; Sun, 08 Sep 2019 16:55:31 -0400 In-Reply-To: <87ftlbg2jj.fsf@elephly.net> (Ricardo Wurmus's message of "Wed, 04 Sep 2019 23:44:00 +0200") 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: Ricardo Wurmus Cc: guix-devel Hi, Ricardo Wurmus skribis: > I believe the problem is in Guix, which lets the builds for i586-gnu use > Guile 2.2, but generates scripts for Guile 2.0. We probably need to > change it use Guile 2.0 there as it is done for other architectures > (which is why the generated scripts refer to 2.0). Yes, it seems easier to keep everything at 2.0 for now in =E2=80=98make-bootstrap.scm=E2=80=99. Someone porting to PowerPC made the same suggestion recently. Thanks, Ludo=E2=80=99.