From unknown Mon Aug 18 18:00:08 2025 X-Loop: help-debbugs@gnu.org Subject: bug#28490: Unable to abort 'make' with Ctrl-C while building .go files Resent-From: Mark H Weaver Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Mon, 18 Sep 2017 05:40:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 28490 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 28490@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.150571316519671 (code B ref -1); Mon, 18 Sep 2017 05:40:01 +0000 Received: (at submit) by debbugs.gnu.org; 18 Sep 2017 05:39:25 +0000 Received: from localhost ([127.0.0.1]:45501 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dtomD-00057D-GT for submit@debbugs.gnu.org; Mon, 18 Sep 2017 01:39:25 -0400 Received: from eggs.gnu.org ([208.118.235.92]:47819) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dtom9-00056w-Tm for submit@debbugs.gnu.org; Mon, 18 Sep 2017 01:39:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dtom3-0006a5-NA for submit@debbugs.gnu.org; Mon, 18 Sep 2017 01:39:16 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:41651) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dtom3-0006Zv-Ka for submit@debbugs.gnu.org; Mon, 18 Sep 2017 01:39:15 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38775) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dtom2-0008Gb-FW for bug-guix@gnu.org; Mon, 18 Sep 2017 01:39:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dtolz-0006Yk-DM for bug-guix@gnu.org; Mon, 18 Sep 2017 01:39:14 -0400 Received: from world.peace.net ([50.252.239.5]:46239) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dtolz-0006W3-9g for bug-guix@gnu.org; Mon, 18 Sep 2017 01:39:11 -0400 Received: from pool-72-93-28-145.bstnma.east.verizon.net ([72.93.28.145] helo=jojen) by world.peace.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1dtoln-0005rG-Qg; Mon, 18 Sep 2017 01:38:59 -0400 From: Mark H Weaver Date: Mon, 18 Sep 2017 01:38:40 -0400 Message-ID: <87shfkk1lr.fsf@netris.org> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) It used to be that I could Ctrl-C to abort 'make'. Now I find that it only aborts compiling one file and then moves on to the next. Here's a partial transcript within shell mode in Emacs. Mark --8<---------------cut here---------------start------------->8--- GUILEC gnu/services/lirc.go GUILEC gnu/services/virtualization.go GUILEC gnu/services/mail.go C-c C-c GUILEC gnu/services/mcron.go GUILEC gnu/services/messaging.go C-c C-c GUILEC gnu/services/networking.go C-c C-c GUILEC gnu/services/nfs.go C-c C-c GUILEC gnu/services/shepherd.go C-c C-c GUILEC gnu/services/herd.go C-c C-c GUILEC gnu/services/pm.go C-c C-c GUILEC gnu/services/sddm.go C-c C-c GUILEC gnu/services/spice.go C-c C-c GUILEC gnu/services/ssh.go C-c C-c GUILEC gnu/services/sysctl.go GUILEC gnu/services/version-control.go C-c C-c GUILEC gnu/services/vpn.go C-c C-c GUILEC gnu/services/web.go C-c C-c GUILEC gnu/services/xorg.go C-c C-c GUILEC gnu/system.go C-c C-c GUILEC gnu/system/file-systems.go C-c C-c GUILEC gnu/system/install.go C-c C-c GUILEC gnu/system/linux-container.go C-c C-c GUILEC gnu/system/linux-initrd.go C-c C-c GUILEC gnu/system/locale.go C-c C-c GUILEC gnu/system/mapped-devices.go C-c C-c GUILEC gnu/system/nss.go GUILEC gnu/system/pam.go C-c C-z [1]+ Stopped make mhw@jojen ~/guix [env]$ kill %1 [1]+ Stopped make mhw@jojen ~/guix [env]$ make[2]: *** [Makefile:5254: make-go] Terminated make[1]: *** [Makefile:4385: all-recursive] Terminated make: *** [Makefile:2975: all] Interrupt [1]+ Interrupt make mhw@jojen ~/guix [env]$ --8<---------------cut here---------------end--------------->8--- From unknown Mon Aug 18 18:00:08 2025 X-Loop: help-debbugs@gnu.org Subject: bug#28490: Unable to abort 'make' with Ctrl-C while building .go files Resent-From: zimoun Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Wed, 23 Dec 2020 18:21:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 28490 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Mark H Weaver Cc: 28490@debbugs.gnu.org Received: via spool by 28490-submit@debbugs.gnu.org id=B28490.160874765022094 (code B ref 28490); Wed, 23 Dec 2020 18:21:02 +0000 Received: (at 28490) by debbugs.gnu.org; 23 Dec 2020 18:20:50 +0000 Received: from localhost ([127.0.0.1]:54134 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ks8kj-0005kI-M8 for submit@debbugs.gnu.org; Wed, 23 Dec 2020 13:20:49 -0500 Received: from mail-wr1-f44.google.com ([209.85.221.44]:33348) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ks8kh-0005k2-Gl for 28490@debbugs.gnu.org; Wed, 23 Dec 2020 13:20:48 -0500 Received: by mail-wr1-f44.google.com with SMTP id t30so124007wrb.0 for <28490@debbugs.gnu.org>; Wed, 23 Dec 2020 10:20:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-transfer-encoding; bh=IT1IeLwuXZO0wRs3yvLR+w5mrCnCnIEkytunkohv8xc=; b=ZjFVE+y5cedgwz2vKXMvdzxkm/xNfNE6+m0hqvr0ki2EqxdFz6/fyg3t7SRgnEcVkp 4knqyahoQuLlQcRCHtfY5JSy87excmrtqvbkgHElAisu965V1915YAqOpaSUyDbO1WWo bdc/4Ww1KZofIrkfGVpViTNBLOiY2sG1/HZ17a4am1+jKeQ3eKcTLB/WVieOgjkMCi1Z 1JxqSKMevUR0h82b3ISJw/LEBDZwzIoakFZlWfXuH27vWGfuZ+3UdDbDjkCaetyaICID jFJbB2sYPlF8eOfXSAn08YptL6/SMmiGWD7TASmyGRG5RVSR+r50xiDdGPbUQNdw+F/h SZmA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=IT1IeLwuXZO0wRs3yvLR+w5mrCnCnIEkytunkohv8xc=; b=ln5cpuDxLIolsL68GR0pRQ7RzTWz8IZid/YuW+0aKHnlrMlnglt+jqqImt4lTwQRgX GDPxGGP4xNNOfCp5kRbPPl5f98p+a+N5jtl2BKkr1wTE97KBVYrXVgYRcSP44by5mrMv 16eXOKRK8iBOBXSmzR2vaPesJ7FKHZ2CcRyJh8BsHCUlmoxFFM6J4r6ljGXYRBpZGcOP mU5rRe+R6QXPffbohJXGxDc1rytfat/xwe+VZIhLrYxWoAZeOGMOGJ3WdeDmwsRASSqz xYqcrot4Sh606HugEvaUpOZBCQuhYnsvdRwd6t+qrsN/YyXf2Az41iP5p3E8J8eX1lEG jt+Q== X-Gm-Message-State: AOAM532RYPoj0VjBK653vpHOESsgF5VGtFI0VT+cjjzFdUsvR2/9P2KT 8KaGnqOi8+Y7atUSJZpMmzVE6nIrsUc= X-Google-Smtp-Source: ABdhPJzd15ZXraruH1EGOv/h5i1XUJhA/NOrpelUSkFGA96D+2DN9wGvOdG3scl1npJOUYOY1MD3Pw== X-Received: by 2002:adf:8b4a:: with SMTP id v10mr30671070wra.212.1608747641619; Wed, 23 Dec 2020 10:20:41 -0800 (PST) Received: from lili ([2a01:e35:2e80:2030:3231:7ae:dc70:aacf]) by smtp.gmail.com with ESMTPSA id f7sm3441259wmc.1.2020.12.23.10.20.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 23 Dec 2020 10:20:41 -0800 (PST) From: zimoun References: <87shfkk1lr.fsf@netris.org> Date: Wed, 23 Dec 2020 19:17:28 +0100 In-Reply-To: <87shfkk1lr.fsf@netris.org> (Mark H. Weaver's message of "Mon, 18 Sep 2017 01:38:40 -0400") Message-ID: <86pn30qtdz.fsf@gmail.com> 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-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Mark Digging in old bugs, I find bug#28490 about C-c to abort =E2=80=99make=E2= =80=99 when compiling: On Mon, 18 Sep 2017 at 01:38, Mark H Weaver wrote: > It used to be that I could Ctrl-C to abort 'make'. Now I find that it > only aborts compiling one file and then moves on to the next. Here's a > partial transcript within shell mode in Emacs. > > Mark > > GUILEC gnu/services/lirc.go > GUILEC gnu/services/virtualization.go > GUILEC gnu/services/mail.go > C-c C-c GUILEC gnu/services/mcron.go > GUILEC gnu/services/messaging.go > C-c C-c GUILEC gnu/services/networking.go > C-c C-c GUILEC gnu/services/nfs.go > C-c C-c GUILEC gnu/services/shepherd.go > C-c C-c GUILEC gnu/services/herd.go > C-c C-c GUILEC gnu/services/pm.go > C-c C-c GUILEC gnu/services/sddm.go > C-c C-c GUILEC gnu/services/spice.go > C-c C-c GUILEC gnu/services/ssh.go > C-c C-c GUILEC gnu/services/sysctl.go > GUILEC gnu/services/version-control.go > C-c C-c GUILEC gnu/services/vpn.go > C-c C-c GUILEC gnu/services/web.go > C-c C-c GUILEC gnu/services/xorg.go > C-c C-c GUILEC gnu/system.go > C-c C-c GUILEC gnu/system/file-systems.go > C-c C-c GUILEC gnu/system/install.go > C-c C-c GUILEC gnu/system/linux-container.go > C-c C-c GUILEC gnu/system/linux-initrd.go > C-c C-c GUILEC gnu/system/locale.go > C-c C-c GUILEC gnu/system/mapped-devices.go > C-c C-c GUILEC gnu/system/nss.go > GUILEC gnu/system/pam.go > C-c C-z > [1]+ Stopped make > mhw@jojen ~/guix [env]$ kill %1 > > [1]+ Stopped make > mhw@jojen ~/guix [env]$ make[2]: *** [Makefile:5254: make-go] Terminated > make[1]: *** [Makefile:4385: all-recursive] Terminated > make: *** [Makefile:2975: all] Interrupt > > [1]+ Interrupt make > mhw@jojen ~/guix [env]$=20 I am not able to reproduce, here a transcript within Emacs shell mode: [ 50%] GUILEC guix/deprecation.go [ 50%] GUILEC guix/docker.go [ 50%] GUILEC guix/records.go [ 51%] GUILEC guix/openpgp.go C-c C-cerror: failed to load 'build-aux/compile-all.scm': ice-9/eval.scm:293:34: Throw to key `quit' with args `(1)'. make[2]: *** [Makefile:6257 : make-go] Erreur 1 make[1]: *** [Makefile:5305: all-recursive] Interrompre make: *** [Makefile:3636: all] Interrompre All the best, simon From unknown Mon Aug 18 18:00:08 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Mark H Weaver Subject: bug#28490: closed (Re: bug#28490: Unable to abort 'make' with Ctrl-C while building .go files) Message-ID: References: <87lfdoi3sg.fsf@netris.org> <87shfkk1lr.fsf@netris.org> X-Gnu-PR-Message: they-closed 28490 X-Gnu-PR-Package: guix Reply-To: 28490@debbugs.gnu.org Date: Wed, 23 Dec 2020 21:59:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1608760742-11446-1" This is a multi-part message in MIME format... ------------=_1608760742-11446-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #28490: Unable to abort 'make' with Ctrl-C while building .go files which was filed against the guix package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 28490@debbugs.gnu.org. --=20 28490: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D28490 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1608760742-11446-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 28490-done) by debbugs.gnu.org; 23 Dec 2020 21:58:19 +0000 Received: from localhost ([127.0.0.1]:54324 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ksC9D-0002xY-BI for submit@debbugs.gnu.org; Wed, 23 Dec 2020 16:58:19 -0500 Received: from world.peace.net ([64.112.178.59]:38100) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ksC98-0002xG-NN for 28490-done@debbugs.gnu.org; Wed, 23 Dec 2020 16:58:18 -0500 Received: from mhw by world.peace.net with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ksC92-0001ft-94; Wed, 23 Dec 2020 16:58:08 -0500 From: Mark H Weaver To: zimoun Subject: Re: bug#28490: Unable to abort 'make' with Ctrl-C while building .go files In-Reply-To: <86pn30qtdz.fsf@gmail.com> References: <87shfkk1lr.fsf@netris.org> <86pn30qtdz.fsf@gmail.com> Date: Wed, 23 Dec 2020 16:57:08 -0500 Message-ID: <87lfdoi3sg.fsf@netris.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 28490-done Cc: 28490-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Simon, zimoun writes: > Digging in old bugs, I find bug#28490 about C-c to abort =E2=80=99make=E2= =80=99 when > compiling: > > > > On Mon, 18 Sep 2017 at 01:38, Mark H Weaver wrote: >> It used to be that I could Ctrl-C to abort 'make'. Now I find that it >> only aborts compiling one file and then moves on to the next. [...] > > I am not able to reproduce [...] Indeed, looks like it's now fixed. I'm closing this bug. Thank you! Mark ------------=_1608760742-11446-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 18 Sep 2017 05:39:25 +0000 Received: from localhost ([127.0.0.1]:45501 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dtomD-00057D-GT for submit@debbugs.gnu.org; Mon, 18 Sep 2017 01:39:25 -0400 Received: from eggs.gnu.org ([208.118.235.92]:47819) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dtom9-00056w-Tm for submit@debbugs.gnu.org; Mon, 18 Sep 2017 01:39:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dtom3-0006a5-NA for submit@debbugs.gnu.org; Mon, 18 Sep 2017 01:39:16 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:41651) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dtom3-0006Zv-Ka for submit@debbugs.gnu.org; Mon, 18 Sep 2017 01:39:15 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38775) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dtom2-0008Gb-FW for bug-guix@gnu.org; Mon, 18 Sep 2017 01:39:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dtolz-0006Yk-DM for bug-guix@gnu.org; Mon, 18 Sep 2017 01:39:14 -0400 Received: from world.peace.net ([50.252.239.5]:46239) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dtolz-0006W3-9g for bug-guix@gnu.org; Mon, 18 Sep 2017 01:39:11 -0400 Received: from pool-72-93-28-145.bstnma.east.verizon.net ([72.93.28.145] helo=jojen) by world.peace.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1dtoln-0005rG-Qg; Mon, 18 Sep 2017 01:38:59 -0400 From: Mark H Weaver To: bug-guix@gnu.org Subject: Unable to abort 'make' with Ctrl-C while building .go files Date: Mon, 18 Sep 2017 01:38:40 -0400 Message-ID: <87shfkk1lr.fsf@netris.org> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) It used to be that I could Ctrl-C to abort 'make'. Now I find that it only aborts compiling one file and then moves on to the next. Here's a partial transcript within shell mode in Emacs. Mark --8<---------------cut here---------------start------------->8--- GUILEC gnu/services/lirc.go GUILEC gnu/services/virtualization.go GUILEC gnu/services/mail.go C-c C-c GUILEC gnu/services/mcron.go GUILEC gnu/services/messaging.go C-c C-c GUILEC gnu/services/networking.go C-c C-c GUILEC gnu/services/nfs.go C-c C-c GUILEC gnu/services/shepherd.go C-c C-c GUILEC gnu/services/herd.go C-c C-c GUILEC gnu/services/pm.go C-c C-c GUILEC gnu/services/sddm.go C-c C-c GUILEC gnu/services/spice.go C-c C-c GUILEC gnu/services/ssh.go C-c C-c GUILEC gnu/services/sysctl.go GUILEC gnu/services/version-control.go C-c C-c GUILEC gnu/services/vpn.go C-c C-c GUILEC gnu/services/web.go C-c C-c GUILEC gnu/services/xorg.go C-c C-c GUILEC gnu/system.go C-c C-c GUILEC gnu/system/file-systems.go C-c C-c GUILEC gnu/system/install.go C-c C-c GUILEC gnu/system/linux-container.go C-c C-c GUILEC gnu/system/linux-initrd.go C-c C-c GUILEC gnu/system/locale.go C-c C-c GUILEC gnu/system/mapped-devices.go C-c C-c GUILEC gnu/system/nss.go GUILEC gnu/system/pam.go C-c C-z [1]+ Stopped make mhw@jojen ~/guix [env]$ kill %1 [1]+ Stopped make mhw@jojen ~/guix [env]$ make[2]: *** [Makefile:5254: make-go] Terminated make[1]: *** [Makefile:4385: all-recursive] Terminated make: *** [Makefile:2975: all] Interrupt [1]+ Interrupt make mhw@jojen ~/guix [env]$ --8<---------------cut here---------------end--------------->8--- ------------=_1608760742-11446-1--