From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.bugs Subject: bug#28827: 26.0.60; compilation mode -vs- messages from make Date: Mon, 15 Jul 2019 10:59:25 +0200 Message-ID: <874l3nvfki.fsf@mouse.gnus.org> References: <87zi8utkjh.fsf@tromey.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="244453"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: 28827@debbugs.gnu.org To: Tom Tromey Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Jul 15 11:00:15 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hmwqF-0011SK-5z for geb-bug-gnu-emacs@m.gmane.org; Mon, 15 Jul 2019 11:00:15 +0200 Original-Received: from localhost ([::1]:36026 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hmwqD-0006f7-Ko for geb-bug-gnu-emacs@m.gmane.org; Mon, 15 Jul 2019 05:00:13 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44841) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hmwq5-0006ZE-BV for bug-gnu-emacs@gnu.org; Mon, 15 Jul 2019 05:00:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hmwq4-0005O4-55 for bug-gnu-emacs@gnu.org; Mon, 15 Jul 2019 05:00:05 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:37512) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hmwq4-0005Nq-0a for bug-gnu-emacs@gnu.org; Mon, 15 Jul 2019 05:00:04 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hmwq3-0001ET-Po for bug-gnu-emacs@gnu.org; Mon, 15 Jul 2019 05:00:03 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 15 Jul 2019 09:00:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 28827 X-GNU-PR-Package: emacs Original-Received: via spool by 28827-submit@debbugs.gnu.org id=B28827.15631811744662 (code B ref 28827); Mon, 15 Jul 2019 09:00:03 +0000 Original-Received: (at 28827) by debbugs.gnu.org; 15 Jul 2019 08:59:34 +0000 Original-Received: from localhost ([127.0.0.1]:46333 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hmwpZ-0001D8-R8 for submit@debbugs.gnu.org; Mon, 15 Jul 2019 04:59:34 -0400 Original-Received: from quimby.gnus.org ([80.91.231.51]:38550) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hmwpX-0001Cy-DG for 28827@debbugs.gnu.org; Mon, 15 Jul 2019 04:59:31 -0400 Original-Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hmwpR-0004xb-RB; Mon, 15 Jul 2019 10:59:28 +0200 In-Reply-To: <87zi8utkjh.fsf@tromey.com> (Tom Tromey's message of "Fri, 13 Oct 2017 22:34:10 -0600") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:163069 Archived-At: Tom Tromey writes: > I'm using an Emacs built from the emacs 26 branch. > I have GNU make 4.2.1. > > When I compile, if I get an error, make also prints this, e.g.: > > make: *** [Makefile:1928: breakpoint.o] Error 1 > > > In the *compilation* buffer, the "*** [Makefile:" text is highlighted > red. > > When I next-error, Emacs will ask me: > > Find this error in (default *** [Makefile): ~/gdb/build/gdb On the trunk, I get: callint.c:895:13: note: each undeclared identifier is reported only once for each function it appears in Makefile:402: recipe for target 'callint.o' failed make[1]: *** [callint.o] Error 1 and Emacs doesn't ask me for anything when next-error-ing to the file. (This is on the trunk.) Are you still seeing this problem? > However, this sort of error is basically never interesting, as it's not > a bug in the Makefile; it is just make reporting which rule > failed... but I already know which rule failed from the earlier > messages. > > I think it would be an improvement if compilation mode ignored these > messages. Hm... well, I guess it's mostly not interesting, but I could see that some people would find it interesting sometimes... -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no