From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 18 17:01:35 2022 Received: (at 48314) by debbugs.gnu.org; 18 Apr 2022 21:01:35 +0000 Received: from localhost ([127.0.0.1]:40939 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ngYV4-0002KG-Rw for submit@debbugs.gnu.org; Mon, 18 Apr 2022 17:01:35 -0400 Received: from eggs.gnu.org ([209.51.188.92]:36582) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ngYV3-0002K1-9A for 48314@debbugs.gnu.org; Mon, 18 Apr 2022 17:01:33 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:52486) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ngYUt-0002Zt-ME; Mon, 18 Apr 2022 17:01:23 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=QJlnwOW+HGy1nAXpZa8lyD1EPUvtZ+S7pG7PdlpFKYY=; b=WfDq4PC/yv7npEA4AJmu wSDcMgRyHiWN7u45kyAJF4WKRM6khPf9KWOpdxOZnhso2BtkbC0Z6R3blXKpHaL8QCFqq9d0tc9uE jcYG2CdZbAfxFpkd+/o/vy0Os9gUcF75zHYYbz87sANgwW/IhS6dI7o4inOnDRL11D4oYMEcjNoGs VrufLOlW2NPqt0yU6x5rNibD1admz6HncdqqfvuKAgAjlDmS68PbhmI7ZzY+qXbum2NhIMo9b/brC //nj1rcQju5MkQMW5WkCsnHyLokjd07VRFN8LVLnRj6zfjGfEFE3a4qPGPYUBWwdwaiipltKc8UYA +Ayfy8VGkgN9mQ==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:57830 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ngYUP-0008LX-Da; Mon, 18 Apr 2022 17:01:09 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: phodina Subject: Re: [bug#48314] [PATCH v3] Install guix system on Raspberry Pi References: <19E4796A-B0DB-444F-8773-2E8D3EF6132D@vodafonemail.de> <1JV7YdNsB7LB0ij9pMN5ktIsdpU8g98Lpu0yOrl_r6wFvRjqRJ5XqOktugKlia2rSeyNVEwY0b8VJrFJr1TsWgOIo-JW6EmTpj6Bz4dNzxQ=@protonmail.com> <08d2e5f4167486be4be7ef0dc024f1e2137b4bdf.camel@telenet.be> <8735ie2rmk.fsf@gnu.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 29 Germinal an 230 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Mon, 18 Apr 2022 23:00:50 +0200 In-Reply-To: (phodina@protonmail.com's message of "Sat, 16 Apr 2022 08:53:53 +0000") Message-ID: <87lew2umwt.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 48314 Cc: Stefan , Vagrant Cascadian , "dannym@scratchpost.org" , Maxime Devos , "48314@debbugs.gnu.org" <48314@debbugs.gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, phodina skribis: > I've rebased the patches from Stefan and there are only two packages that= don't cross-compile - nss-certs and ntp. > > I attempted to do guix pull on Raspberry Pi 3, but it failed due to runni= ng of memory - I'll attempt to test it with a swap file/partition. > > Or is it possible to do guix pull using a substitute so that the computat= ion wouldn't be done locally? This offloading would be really great for the= se embedded platforms. Normally you should be able to get substitutes, making =E2=80=98guix pull= =E2=80=99 actually usable on these platforms. But I=E2=80=99m not sure what the stat= us is on armhf-linux. This platform needs love! > From deab687c2b0540a944b48c68fa00cac4bac99b80 Mon Sep 17 00:00:00 2001 > From: Petr Hodina > Date: Sat, 16 Apr 2022 10:22:14 +0200 > Subject: [PATCH 1/2] gnu: nss-certs: Support cross-compilation. > > * gnu/packages/certs.scm (nss-certs)[arguments]: Fix unresolved > variable - output. I addressed this one differently to avoid rebuilding the 600+ packages that depends on nss-certs. > From 98ad94f6282d8ff3a244181ecc32946ea281aa03 Mon Sep 17 00:00:00 2001 > From: Petr Hodina > Date: Sat, 16 Apr 2022 10:24:46 +0200 > Subject: [PATCH 2/2] gnu: ntp: Support cross-compilation. > > * gnu/packages/ntp.scm (ntp)[arguments]: Add configuration flag. I added a comment explaining why this flag is needed and committed. Should we close this issue now? Thanks! Ludo=E2=80=99.