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 ms11 with LMTPS id EMmuHQAH/181TgAA0tVLHw (envelope-from ) for ; Wed, 13 Jan 2021 14:43:12 +0000 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 SA+eGQAH/18YIAAAB5/wlQ (envelope-from ) for ; Wed, 13 Jan 2021 14:43:12 +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 03F7B9404FD for ; Wed, 13 Jan 2021 14:43:12 +0000 (UTC) Received: from localhost ([::1]:56746 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kzhMc-0002ea-S2 for larch@yhetil.org; Wed, 13 Jan 2021 09:43:10 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:55628) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kzhIc-0005tH-H4 for guix-patches@gnu.org; Wed, 13 Jan 2021 09:39:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:51447) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kzhIc-0000lX-8f for guix-patches@gnu.org; Wed, 13 Jan 2021 09:39:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kzhIc-0004zS-5s for guix-patches@gnu.org; Wed, 13 Jan 2021 09:39:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#45591] environment: gracefully handle unsupported system. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 13 Jan 2021 14:39:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 45591 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: guy fleury iteriteka Received: via spool by 45591-submit@debbugs.gnu.org id=B45591.161054868219087 (code B ref 45591); Wed, 13 Jan 2021 14:39:02 +0000 Received: (at 45591) by debbugs.gnu.org; 13 Jan 2021 14:38:02 +0000 Received: from localhost ([127.0.0.1]:34757 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kzhHd-0004xg-EG for submit@debbugs.gnu.org; Wed, 13 Jan 2021 09:38:01 -0500 Received: from eggs.gnu.org ([209.51.188.92]:34000) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kzhHc-0004xT-4V for 45591@debbugs.gnu.org; Wed, 13 Jan 2021 09:38:00 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:57085) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kzhHW-0000B7-Tw; Wed, 13 Jan 2021 09:37:54 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=39020 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kzhHW-0005VO-Et; Wed, 13 Jan 2021 09:37:54 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87v9chx71n.fsf@disroot.org> Date: Wed, 13 Jan 2021 15:37:53 +0100 In-Reply-To: <87v9chx71n.fsf@disroot.org> (guy fleury iteriteka's message of "Fri, 01 Jan 2021 12:53:08 +0200") Message-ID: <87lfcwaon2.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.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: , Cc: 45591@debbugs.gnu.org Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.86 Authentication-Results: aspmx1.migadu.com; dkim=none; 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: 03F7B9404FD X-Spam-Score: -2.86 X-Migadu-Scanner: scn1.migadu.com X-TUID: kW4ZtQfC7zwh Hi, guy fleury iteriteka skribis: > diff --git a/guix/scripts/environment.scm b/guix/scripts/environment.scm > index e435bf0..40af012 100644 > --- a/guix/scripts/environment.scm > +++ b/guix/scripts/environment.scm > @@ -719,6 +719,10 @@ message if any test fails." > (mappings (pick-all opts 'file-system-mapping)) > (white-list (pick-all opts 'inherit-regexp))) >=20=20 > + (when (not (member system '("armhf-linux" "aarch64-linux" > + "i686-linux" "x86_64-linux" "i586-gnu"= ))) > + (leave (G_ "guix does not support ~A system~%") system)) The system list should not be hardcoded (there=E2=80=99s already such a lis= t in (guix packages)). Currently the error one gets is: $ guix environment -s does-not-exist --ad-hoc coreutils=20 guix environment: error: could not find bootstrap binary 'tar' for system= 'does-not-exist' I suppose that=E2=80=99s what you intended to improve, right? Ludo=E2=80=99.