From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id KG+TFtPRXWIBwwAAbAwnHQ (envelope-from ) for ; Mon, 18 Apr 2022 23:02:11 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id 6LuBFtPRXWJGDgEA9RJhRA (envelope-from ) for ; Mon, 18 Apr 2022 23:02:11 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id B6BDED7ED for ; Mon, 18 Apr 2022 23:02:10 +0200 (CEST) Received: from localhost ([::1]:40074 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ngYVd-0002P4-GT for larch@yhetil.org; Mon, 18 Apr 2022 17:02:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58296) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ngYVW-0002Oa-5M for guix-patches@gnu.org; Mon, 18 Apr 2022 17:02:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47045) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ngYVV-0002jL-Sr for guix-patches@gnu.org; Mon, 18 Apr 2022 17:02:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ngYVV-0002L7-Qv for guix-patches@gnu.org; Mon, 18 Apr 2022 17:02:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#48314] [PATCH v3] Install guix system on Raspberry Pi Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 18 Apr 2022 21:02:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48314 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: phodina Cc: Stefan , Vagrant Cascadian , "dannym@scratchpost.org" , Maxime Devos , "48314@debbugs.gnu.org" <48314@debbugs.gnu.org> Received: via spool by 48314-submit@debbugs.gnu.org id=B48314.16503156958948 (code B ref 48314); Mon, 18 Apr 2022 21:02:01 +0000 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= 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-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1650315731; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=QJlnwOW+HGy1nAXpZa8lyD1EPUvtZ+S7pG7PdlpFKYY=; b=nHB+w4NbsJJt55KJLsKb5vIS5zGDDunaP/f+nVpbNdNGDq3hhdiyJXz6aO+9TMEL6KiJ0R wmeQHXAABFJqXNyCqCt0TcMWG0OrrK8fuBdTuKVZZD1+Yi1uSwz3Xtyrtmjm3ut4ecELVp TfMjynUfd/qQCRE3Vt86mweR0BArnVKjzbQtMhKImD/Y4QymMVrXyNcFK9FhKTa0OOi+7B Xhd3fnPmwk8zYDLH1C+rmF6QhrYA38CqdbNKLs35GAE010X5uY8Vpl147A289ZeaeFlPQP JcmDS6KTrTsOaVtQqt2FhLSDwJhMX0lNQERB1n7vaniWtG0b9XV1D7KFR2mMjw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1650315731; a=rsa-sha256; cv=none; b=Sm66wJp2smUVIrBWGXihb/QN9GuZ4xY/xxg2/QT1GzFYmWj0Xe1gel2mRSxier7XobrbBL HalMBaFlqe+0w5UTIJ7vycN4kkjfW4gxjmThNulahvfHxGjDXZuWLtHEnIf8z3tEDfPPnQ cEfmdoDveDYhKADUvEvenD+7cjQgfZy77IL7LifKXdVeyVA7xk/rv0U62dXsqRcvBHu9qv UxxC6zlhdrtC14heuKMEmX0jkwM03tH+WE3juV4mUfGapA4yZJb4IEyX6x08eiSvn3po38 mi4NRkJHT/QtqNMHgBrdF/3cwUJNV0wgQliG47tLj1h4cldXSgVg7f4qBGr9XA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="WfDq4PC/"; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -4.44 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="WfDq4PC/"; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: B6BDED7ED X-Spam-Score: -4.44 X-Migadu-Scanner: scn0.migadu.com X-TUID: j+H7AC4PDxzO 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.