From unknown Mon Aug 18 19:34:01 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#28490 <28490@debbugs.gnu.org> To: bug#28490 <28490@debbugs.gnu.org> Subject: Status: Unable to abort 'make' with Ctrl-C while building .go files Reply-To: bug#28490 <28490@debbugs.gnu.org> Date: Tue, 19 Aug 2025 02:34:01 +0000 retitle 28490 Unable to abort 'make' with Ctrl-C while building .go files reassign 28490 guix submitter 28490 Mark H Weaver severity 28490 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 18 01:39:25 2017 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--- From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 23 13:20:50 2020 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 To: Mark H Weaver Subject: Re: bug#28490: Unable to abort 'make' with Ctrl-C while building .go files 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-Debbugs-Envelope-To: 28490 Cc: 28490@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 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 debbugs-submit-bounces@debbugs.gnu.org Wed Dec 23 16:58:19 2020 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 From unknown Mon Aug 18 19:34:01 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 21 Jan 2021 12:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator