From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 8PMCHkC1DWO4YQEAbAwnHQ (envelope-from ) for ; Tue, 30 Aug 2022 08:59:12 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id WOvQHUC1DWPZIAAAauVa8A (envelope-from ) for ; Tue, 30 Aug 2022 08:59:12 +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 53344ED3F for ; Tue, 30 Aug 2022 08:59:12 +0200 (CEST) Received: from localhost ([::1]:53702 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oSvDL-0001Ft-9s for larch@yhetil.org; Tue, 30 Aug 2022 02:59:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45622) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oSvBH-0008NG-9V for guix-patches@gnu.org; Tue, 30 Aug 2022 02:57:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:44799) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oSvBG-0006CM-2G for guix-patches@gnu.org; Tue, 30 Aug 2022 02:57:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oSvBF-0004Ly-RZ for guix-patches@gnu.org; Tue, 30 Aug 2022 02:57:01 -0400 Subject: bug#57314: [PATCH] guix system: Use standard cross and native build options. Resent-From: Mathieu Othacehe Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 30 Aug 2022 06:57:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 57314 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Thiago Jung Bauermann Cc: 57314-done@debbugs.gnu.org Mail-Followup-To: 57314@debbugs.gnu.org, othacehe@gnu.org, bauermann@kolabnow.com Received: via spool by 57314-done@debbugs.gnu.org id=D57314.166184261316712 (code D ref 57314); Tue, 30 Aug 2022 06:57:01 +0000 Received: (at 57314-done) by debbugs.gnu.org; 30 Aug 2022 06:56:53 +0000 Received: from localhost ([127.0.0.1]:34547 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oSvB6-0004LU-Lp for submit@debbugs.gnu.org; Tue, 30 Aug 2022 02:56:52 -0400 Received: from eggs.gnu.org ([209.51.188.92]:47020) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oSvB4-0004LG-Pa for 57314-done@debbugs.gnu.org; Tue, 30 Aug 2022 02:56:51 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:49874) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oSvAy-0006BC-3s; Tue, 30 Aug 2022 02:56:45 -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=UKUSHHAIqEFagTvIMpqaTEVOw8fQwF8G0b3zMkZs7cg=; b=BQlPIYSfIUOUCfJVXW1X 7pUpk3tGsUQR/n9uF5a5VE5n/rYZ9isqhLRxByqXuzF373DHr5KvEMwtVhdWQCXhAmDQQvgjehOaY WK5onCcIbcld1GNy+f3gKOmhOJrCOrdH76eSpiwjmCvX7xDkl/5Yy4T7W+Dxs/WJbfJVgqKjBMjce OY6FAGPogZKpKgv49U4GZMCYwD+IAk6eXHOehAKloc05zmQ51Lz8/hYASoPFZo49m/GxOO87jgfar PuaH3WocMRacAxpWGN5HoU6Pci/VXSFouOOJp5E/2hlTvPdo6//o0rt/60TKeEjCpYxX0H+1i2dzC uzZjjfVRZP3HHA==; Received: from [176.32.26.22] (port=33911 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oSvAx-0006SO-FV; Tue, 30 Aug 2022 02:56:43 -0400 From: Mathieu Othacehe References: <20220821061125.47120-1-bauermann@kolabnow.com> Date: Tue, 30 Aug 2022 08:56:40 +0200 In-Reply-To: <20220821061125.47120-1-bauermann@kolabnow.com> (Thiago Jung Bauermann's message of "Sun, 21 Aug 2022 03:11:24 -0300") Message-ID: <87zgfmqkwn.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=1661842752; 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=UKUSHHAIqEFagTvIMpqaTEVOw8fQwF8G0b3zMkZs7cg=; b=ET3hN/CLDD3HnMAtLWLVY2WssqTzzVTAFIg0RDjIWG5P7+43zJBt9WSwzHj5g6DVRg1lQw /IBBRRiSFTjiY+r3c1gnzz8EoPlf8qymFIlajPCzhpjPMX5PCERwOJO4AsDTg3ZhGhhP9s R5rm9hEYd8PHUoYPlsWFbELte8DwSn/HkdNyr1Nql2KllvfwEs6z0zkqF4afTwImaf7h6c uCJUAWJyveT4F2ql5WGaZGyxp0mCcTLh6DP+rVzW0fo9Ew0YdL/C69htVH2VkjniiOOYPa KY4DP8vIHesi0ijs8/cF60FCgzZv3zzolh/LP6jtAcW9YIQqpUjWa7K2pgHaaw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1661842752; a=rsa-sha256; cv=none; b=arq+I/2eEPwbxzaUVhcmyVcFWX23ByY5JD8uC2XBfTQ5FxxLzDjVlewGVYcbjunRKe0bYy rXcX6BPpihxDheOxfv3aL+B9RVo/WQHQCVykqMth+WPHZa735kKBZPhp+v955UTZ30l7MA OPb1a+BZKzKdQBGCEfuKcWNRJ8gu1yV3UcbCeEmEOStHrsv9LMdE8YcbyT14dG6nTEr5JU /iRYdIDN5V45GF8pDipH60sEjsR7NBWGm/XYtw+cbGgix5ujFCr8n7pu/1dVsXP6fcPrm6 t/DIiO+A8l8Yg9Y5Xbq26rkuWcBZ6KCDeWKUaKLlIwt2+ptxsCKtpClzeKGr+A== 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=BQlPIYSf; 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.99 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=BQlPIYSf; 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: 53344ED3F X-Spam-Score: -3.99 X-Migadu-Scanner: scn0.migadu.com X-TUID: UuXN1g16lPli Hello Thiago, > This change prevents guix system from erroring out with an ugly backtrace > when it's passed an invalid value to the =E2=80=9C--system=E2=80=9D or = =E2=80=9C--target=E2=80=9D > option. It also adds the =E2=80=9C--list-systems=E2=80=9D and =E2=80=9C--= list-targets=E2=80=9D options. > > The manual section about guix system doesn't mention the =E2=80=9C--targe= t=E2=80=9D option, > so add it there. Looks nice, pushed! Thanks, Mathieu