From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id UIgpIVKxhmGWOQAAgWs5BA (envelope-from ) for ; Sat, 06 Nov 2021 17:46:10 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id yIvVHFKxhmEkVgAAB5/wlQ (envelope-from ) for ; Sat, 06 Nov 2021 16:46:10 +0000 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 3DA7E3443E for ; Sat, 6 Nov 2021 17:46:10 +0100 (CET) Received: from localhost ([::1]:59004 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mjOpV-0002Tj-25 for larch@yhetil.org; Sat, 06 Nov 2021 12:46:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55208) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mjOpO-0002TM-TX for guix-patches@gnu.org; Sat, 06 Nov 2021 12:46:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:38770) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mjOpO-0007CS-LH for guix-patches@gnu.org; Sat, 06 Nov 2021 12:46:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mjOpO-0001Px-D2 for guix-patches@gnu.org; Sat, 06 Nov 2021 12:46:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#51198] [PATCH] gnu: Add b2sum. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 06 Nov 2021 16:46:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51198 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Leo Famulari Cc: 51198@debbugs.gnu.org, =?UTF-8?Q?Nicol=C3=B2?= Balzarotti Received: via spool by 51198-submit@debbugs.gnu.org id=B51198.16362171225396 (code B ref 51198); Sat, 06 Nov 2021 16:46:02 +0000 Received: (at 51198) by debbugs.gnu.org; 6 Nov 2021 16:45:22 +0000 Received: from localhost ([127.0.0.1]:50316 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mjOoj-0001Oy-GB for submit@debbugs.gnu.org; Sat, 06 Nov 2021 12:45:21 -0400 Received: from eggs.gnu.org ([209.51.188.92]:57702) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mjOoY-0001OS-EE for 51198@debbugs.gnu.org; Sat, 06 Nov 2021 12:45:20 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:47936) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mjOoS-0006nc-VT; Sat, 06 Nov 2021 12:45:04 -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=zIn0x6MIXrTbZtnIof+0SlbpQ+r2uvWpB5JCgNhlY7k=; b=T8d4P3DijCagZH3pMOi+ JDDE4wUlc7sCWfOJsYWcHbZ+3kp8PyXMf89U/bFMB7VW1+0sC0ZszydXKKnNodxoiUHegFYmW8jdM X0z2eM2KRD8ml1UR5hZS2vi+OGEV9BIYbQ9zQIH2+2l64yRyJBZdNYlN7rxjuyvUS/2C4f+dc0xVX tQaakSiEeAQ0dXXzGKnJBSvJmUdev+JYtYIB8w0K+v89H0Z/uPw6X3sKVtJZvb6OBj/x+1MNKV5z0 UMGyJ4Zgn9iIdP7g4ZHSk1N4C0GdOJgB8WjSCKJ56hwoTM+P/Ex3oYr13CaP7jtc1ydpOxvmfRO4Y TdC291xmpf1Ntw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:55516 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mjOoS-0004Qf-5I; Sat, 06 Nov 2021 12:45:04 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <878ryfjudi.fsf@guix.i-did-not-set--mail-host-address--so-tickle-me> <874k92kgaq.fsf@guix.i-did-not-set--mail-host-address--so-tickle-me> <875ytifols.fsf_-_@gnu.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 16 Brumaire 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: Sat, 06 Nov 2021 17:45:01 +0100 In-Reply-To: (Leo Famulari's message of "Wed, 3 Nov 2021 13:32:35 -0400") Message-ID: <87o86xmdwy.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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1636217170; 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=zIn0x6MIXrTbZtnIof+0SlbpQ+r2uvWpB5JCgNhlY7k=; b=N+w4Kls8HqADDcIvEQTMMPmqeJpZIbiwJj941DcEYuSw4qBiSaPX95/uJtba8cKcN3J9yx CLUAk2pQz/OuKrrc9AeXn/xVSNyK7yFkHQD/7wcF2DLPClXifDidLOb1x2ublIFdlhkBPl sXoYMlRWwSZst4D41iHqaQA7KfOYXFNRgyhxxODc01Z5AN6nOAO1MqprNMU1IyJzklst9l uBpC0APgMPDG7JMYNdl4RlMGvADZWfFw47SpfJ311OP5VBY8kENPcljLUWjwyZnUSGKLdR pEPmUedJ0it8Sz7KXoSMye37HDaziQQ2g/6g6jRAzW/HO/dJrDa9HLVZLezn8A== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1636217170; a=rsa-sha256; cv=none; b=pPwqHgVMn1BvUjWtDOA8UTf+oLR6OAAHC4rETZQM3MxqsziTDYyKsPosC5YSGWASwfcLQ0 HvaLr5mhahWfJk9IB8JhO/HPpNPirxCK8e34Zjco0K2u0pGQHlWp+QZxUem4zinYMWzdw3 wrCj6zqrKfO2OPzBXWSWI/U0oZD+/tqViJofuGB/SqiedOVunxZ6NFEFWvcDUFVAIBHt4x E3BR8jWcqmxn2S6NaDd3OY2RIIkrXHnw8PDHfXVoBH0ehbab4gJ7udkxyxR96ENs3y7pK6 VAJD1pZWsAViISXvN/ZkekdgeXJc423jCVozR9eJDe6Jz00kIA6xYHGd6lXphw== 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=T8d4P3Di; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: -2.92 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=T8d4P3Di; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 3DA7E3443E X-Spam-Score: -2.92 X-Migadu-Scanner: scn0.migadu.com X-TUID: CdD21Fnc8OMD Hi, Leo Famulari skribis: > On Wed, Oct 27, 2021 at 05:56:31PM +0200, Ludovic Court=C3=A8s wrote: >> It=E2=80=99s okay but not entirely sufficient: on a cluster setup, you t= ypically >> talk to a daemon that=E2=80=99s on another machine, so the CPU features = it=E2=80=99ll >> detect there may be different from those you=E2=80=99ll use. Likewise, = as >> discussed on IRC, you=E2=80=99d also need #:local-build? #t. > > It seems that #:local-build? is not available in gnu-build-system. Is > that correct? Oh right, it=E2=80=99s missing from (guix build-system gnu). We could easi= ly add it. Though again, it would remain an approximation of what we really want. HTH! Ludo=E2=80=99.