From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Don Mullis Newsgroups: gmane.emacs.devel Subject: Re: [PATCH, RFC] etags/ctags v22.0.92 break Linux kernel `make TAGS/tags` Date: Tue, 26 Dec 2006 10:43:17 -0800 Message-ID: <1167158597.2706.224.camel@localhost.localdomain> References: <1166990491.2706.205.camel@localhost.localdomain> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1167205474 27892 80.91.229.10 (27 Dec 2006 07:44:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 27 Dec 2006 07:44:34 +0000 (UTC) Cc: Olaf Dabrunz , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 27 08:44:29 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GzTSZ-000072-Gm for ged-emacs-devel@m.gmane.org; Wed, 27 Dec 2006 08:44:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GzTSZ-0004RK-1A for ged-emacs-devel@m.gmane.org; Wed, 27 Dec 2006 02:44:23 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GzHGm-0004ry-V3 for emacs-devel@gnu.org; Tue, 26 Dec 2006 13:43:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GzHGl-0004rm-5D for emacs-devel@gnu.org; Tue, 26 Dec 2006 13:43:24 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GzHGl-0004rj-2o for emacs-devel@gnu.org; Tue, 26 Dec 2006 13:43:23 -0500 Original-Received: from [209.157.153.23] (helo=outbound0.sv.meer.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GzHGk-0000ri-KH for emacs-devel@gnu.org; Tue, 26 Dec 2006 13:43:22 -0500 Original-Received: from mail.meer.net (mail.meer.net [209.157.152.14]) by outbound0.sv.meer.net (8.12.10/8.12.6) with ESMTP id kBQIhIih050643; Tue, 26 Dec 2006 10:43:18 -0800 (PST) (envelope-from dwm@meer.net) Original-Received: from [192.168.1.1] (covad-dmullis.meer.net [209.157.140.246]) by mail.meer.net (8.13.3/8.13.3/meer) with ESMTP id kBQIhI9n064691; Tue, 26 Dec 2006 10:43:18 -0800 (PST) (envelope-from dwm@meer.net) Original-To: Francesco Potorti` In-Reply-To: X-Mailer: Evolution 2.6.3 (2.6.3-1.fc5.5) X-Mailman-Approved-At: Wed, 27 Dec 2006 02:44:13 -0500 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:64324 Archived-At: On Tue, 2006-12-26 at 15:13 +0100, Francesco Potorti` wrote: > >`make TAGS` produces a TAGS that causes the emacs v22.0.92 command > >'M-x tags-search' to repeatedly stop with complaints about missing files. > >Proximate cause of this is "#line" directives in Linux source files. > > I cannot reproduce this on a 2.6.18 Linux tree with Emacs 22.0.91. > > By the way, I did not know that 22.0.92 was out. Would someone please > tell me where I can download it? ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-22.0.92.tar.gz > Anyway, etags has not changed in that respect since 22.0.91. Would you > please detail precisely the steps you followed to trigger the bug? The bug only appears if some `make *config` has succeeded. Try: make allnoconfig make TAGS I have verified that the above shows the bug with 2.6.18 Linux. > And, > just to be sure, please let me know the output of > strings `which etags` | fgrep revision $ strings `which etags` | fgrep revision @(#) pot revision number is $Revision$ More usefully: $ etags --version etags (standalone 22.0.92) Copyright (C) 2006 Free Software Foundation, Inc. and Ken Arnold This program is distributed under the same terms as Emacs