From: guy fleury iteriteka via Guix-patches via <guix-patches@gnu.org> To: 45591@debbugs.gnu.org Subject: [bug#45591] environment: gracefully handle unsupported system. Date: Fri, 01 Jan 2021 12:53:08 +0200 Message-ID: <87v9chx71n.fsf@disroot.org> (raw) [-- Attachment #1: Type: text/plain, Size: 77 bytes --] hi guix, if this patch looks good, feel free to change message diagnostic. [-- Warning: decoded text below may be mangled, UTF-8 assumed --] [-- Attachment #2: 0001-environment-gracefully-handle-unsupported-system.patch --] [-- Type: text/x-diff, Size: 1074 bytes --] From d9b4727885744abda8afc179182a2cc975122487 Mon Sep 17 00:00:00 2001 From: guy fleury iteriteka <gfleury@disroot.org> Date: Fri, 1 Jan 2021 11:01:49 +0200 Subject: [PATCH] environment: gracefully handle unsupported system. * guix/scripts/environment.scm(guix-environment): Add a test to ensure that the system is supported. --- guix/scripts/environment.scm | 4 ++++ 1 file changed, 4 insertions(+) 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))) + (when (not (member system '("armhf-linux" "aarch64-linux" + "i686-linux" "x86_64-linux" "i586-gnu"))) + (leave (G_ "guix does not support ~A system~%") system)) + (when container? (assert-container-features)) (when (and (not container?) link-prof?) -- 2.20.1
next reply other threads:[~2021-01-01 11:01 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-01-01 10:53 guy fleury iteriteka via Guix-patches via [this message] 2021-01-13 14:37 ` Ludovic Courtès
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style List information: https://guix.gnu.org/ * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=87v9chx71n.fsf@disroot.org \ --to=guix-patches@gnu.org \ --cc=45591@debbugs.gnu.org \ --cc=gfleury@disroot.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
unofficial mirror of guix-patches@gnu.org This inbox may be cloned and mirrored by anyone: git clone --mirror https://yhetil.org/guix-patches/1 guix-patches/git/1.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 guix-patches guix-patches/ https://yhetil.org/guix-patches \ guix-patches@gnu.org public-inbox-index guix-patches Example config snippet for mirrors. Newsgroup available over NNTP: nntp://news.yhetil.org/yhetil.gnu.guix.patches AGPL code for this site: git clone http://ou63pmih66umazou.onion/public-inbox.git