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 oLoPGOdB7GKifAEAbAwnHQ (envelope-from ) for ; Fri, 05 Aug 2022 00:02:15 +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 KBNDGOdB7GLMKQEA9RJhRA (envelope-from ) for ; Fri, 05 Aug 2022 00:02:15 +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 1BF2A317D8 for ; Fri, 5 Aug 2022 00:02:15 +0200 (CEST) Received: from localhost ([::1]:54776 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oJiv0-0001Bm-9s for larch@yhetil.org; Thu, 04 Aug 2022 18:02:14 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41470) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oJiuo-0001Af-W0 for guix-patches@gnu.org; Thu, 04 Aug 2022 18:02:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37258) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oJiuo-0001CU-MD for guix-patches@gnu.org; Thu, 04 Aug 2022 18:02:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oJiuo-0001lg-HF for guix-patches@gnu.org; Thu, 04 Aug 2022 18:02:02 -0400 Subject: bug#56224: [PATCH] guix: utils: Add as-for-target. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 04 Aug 2022 22:02:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 56224 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Antero Mejr Cc: 56224-done@debbugs.gnu.org Mail-Followup-To: 56224@debbugs.gnu.org, ludo@gnu.org, antero@mailbox.org Received: via spool by 56224-done@debbugs.gnu.org id=D56224.16596504666723 (code D ref 56224); Thu, 04 Aug 2022 22:02:02 +0000 Received: (at 56224-done) by debbugs.gnu.org; 4 Aug 2022 22:01:06 +0000 Received: from localhost ([127.0.0.1]:55239 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJitu-0001kN-5b for submit@debbugs.gnu.org; Thu, 04 Aug 2022 18:01:06 -0400 Received: from eggs.gnu.org ([209.51.188.92]:56672) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJits-0001jU-0h for 56224-done@debbugs.gnu.org; Thu, 04 Aug 2022 18:01:04 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:52594) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oJitm-00018j-O7; Thu, 04 Aug 2022 18:00:58 -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=v6xR4IrWn6g4qxkJ0QWnGQ+7kc2FRdP22MF9/j4GTio=; b=PiJIN2s0OmUtm4yVb18A h7Larhws9PaHEThl2HmsTBZja43W8dkbo/DSZkN1JtW4kAVGI2FaIfp7+Ju/9khqsgYFHuOpX2WbY Z14pPvmPAYBrivroi2j3K3mZuPAkTS4JEw6IEodPNMlSRFaDzzb7Ev2LdVAqS06zTuO7bDuJI9bcA FKwLY4I/1mvwqIgsJo7Ft7DdS6mRBdo2kys8jHMvD/UND2vIE30HfD1Y/OCSA945dY1s2XkEt2bJ1 TCQHiZCCbLMyEL8xxjX1rii6GiswamnZBoeUg1WdA6xuo366ZHnvGs2gozMSD4bdGiM2I/vn0SEp5 DXhVGowxKVM/Kw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:62058 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oJitl-0004QN-0e; Thu, 04 Aug 2022 18:00:58 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220625213032.2043-1-antero@mailbox.org> <87tu6snzhz.fsf@gnu.org> <1316727699.6232.1659614550379@office.mailbox.org> Date: Fri, 05 Aug 2022 00:00:55 +0200 In-Reply-To: <1316727699.6232.1659614550379@office.mailbox.org> (Antero Mejr's message of "Thu, 4 Aug 2022 08:02:30 -0400 (EDT)") Message-ID: <87mtcjk6so.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (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=1659650535; 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-to: 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=v6xR4IrWn6g4qxkJ0QWnGQ+7kc2FRdP22MF9/j4GTio=; b=siJU8Av2xrVkOWxRg1jxuNkYPb3F+cPU9Yv2aqPspjD49+ocmsziFSMGbZUkBrJPk7c34S Qh63MW25P1WIZrLQSj75HdLN+I15Q0TrB/PEZek+G7vcMMKiErx3/10SqRcjVYeXx3cYVs cO6fbqZ04kE/DCjz3GaOzi6QDibYyNNd5BSwJx//ggLmQBTuj9AbJG3/ANw5R5310D2C8e uypenYBk3onl4VSMsZxy098ZY/OCcxGiMP6uy2Znl6YWSpkXN4MlRgdVSuB9kCLj4bWOlk hQJcjMNmcR+8B1ZSa3/UEq2779SQZI/q4WGzSbwd0uKS6b4dekV2GtEH/Ncgiw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1659650535; a=rsa-sha256; cv=none; b=VJZkLgAxoKH5z7dzcZ5CPcy5+w1b8xLi+1RzKXY9LNWaGJiV9Jf/l0r++D0R0Tfa13hTkO ZLI2zvb+Z/OdmS8kJZNx73KF3tpLCgvQBiyB/yDQCAGdKHbB+QXyoTOir+pewxxK6qgt9G zPvcQBj0QnFprYZUwSPMZlWhJYLt9vhKPOF+pqcz4S6igG6f23HFUuNxDW15BGrMM/YEX9 RhPxr7dECyZS9PUMZb5OgdTW0/AT3hAlPHo84nx0l7cPggG6j12vPk7D60rKJxSeM0C8XA PEjCzb/FSCr7MT4W2n0eqMdacKJ3gq6Kpc97yaugIHRs8RpTEd4K74OqcqRWIw== 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=PiJIN2s0; 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: -3.81 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=PiJIN2s0; 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: 1BF2A317D8 X-Spam-Score: -3.81 X-Migadu-Scanner: scn0.migadu.com X-TUID: XMDmsIElz0lW Hi, Antero Mejr skribis: > Yes, the hare programming language compiler package uses as-for-target. T= hat package is a work in progress:=20 > https://issues.guix.gnu.org/55606=20 >=20=20=20 > as-for-target is also mentioned in a comment in rasperrypi.scm, in the ra= spi-arm64-chainloader package.=20 Alright, I see. Applied, thanks! Ludo=E2=80=99.