From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jan =?UTF-8?Q?Dj=C3=A4rv?= Newsgroups: gmane.emacs.bugs Subject: bug#15795: 24.3.50; Compile uses relative filenames, breaks goto next error. Date: Fri, 04 Jul 2014 12:33:30 +0200 Message-ID: <53B682FA.30805@swipnet.se> References: <79eh6w37v1.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1404470066 22539 80.91.229.3 (4 Jul 2014 10:34:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 4 Jul 2014 10:34:26 +0000 (UTC) Cc: 15795-done@debbugs.gnu.org To: Glenn Morris Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Jul 04 12:34:19 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1X30ot-0007sx-CH for geb-bug-gnu-emacs@m.gmane.org; Fri, 04 Jul 2014 12:34:19 +0200 Original-Received: from localhost ([::1]:35552 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X30os-0004Ca-O1 for geb-bug-gnu-emacs@m.gmane.org; Fri, 04 Jul 2014 06:34:18 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34198) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X30oj-0004BR-QS for bug-gnu-emacs@gnu.org; Fri, 04 Jul 2014 06:34:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X30od-00085a-6l for bug-gnu-emacs@gnu.org; Fri, 04 Jul 2014 06:34:09 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:51205) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X30od-00085V-3J for bug-gnu-emacs@gnu.org; Fri, 04 Jul 2014 06:34:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1X30oc-0002ne-MQ for bug-gnu-emacs@gnu.org; Fri, 04 Jul 2014 06:34:02 -0400 Resent-From: Jan =?UTF-8?Q?Dj=C3=A4rv?= Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Fri, 04 Jul 2014 10:34:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 15795 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Mail-Followup-To: 15795@debbugs.gnu.org, jan.h.d@swipnet.se, jan.h.d@swipnet.se Original-Received: via spool by 15795-done@debbugs.gnu.org id=D15795.140447002510733 (code D ref 15795); Fri, 04 Jul 2014 10:34:02 +0000 Original-Received: (at 15795-done) by debbugs.gnu.org; 4 Jul 2014 10:33:45 +0000 Original-Received: from localhost ([127.0.0.1]:42353 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X30oH-0002n0-Nj for submit@debbugs.gnu.org; Fri, 04 Jul 2014 06:33:42 -0400 Original-Received: from mailfe07.swip.net ([212.247.154.193]:33792 helo=swip.net) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X30oE-0002mm-73 for 15795-done@debbugs.gnu.org; Fri, 04 Jul 2014 06:33:39 -0400 X-T2-Spam-Status: No, hits=0.8 required=5.0 tests=BAYES_50 Original-Received: from hosdjarv.se (account mj138573@tele2.se [46.59.42.57] verified) by mailfe07.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 513790603; Fri, 04 Jul 2014 12:33:30 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 In-Reply-To: X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.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-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:91172 Archived-At: Hello. 2013-11-04 19:34, Jan Djärv skrev: > Hello. > > 4 nov 2013 kl. 09:10 skrev Glenn Morris : > >> >> PS try configuring your out-of-tree build using an absolute path to the >> srcdir. > > That workaround works. After I finally got round to do some debugging, I find that compile-mode does directory tracking, but for English only. After setting up compilation-directory-matcher to handle my locale and english, everything works as expected. Closing this bug. For future reference, one might consider popping up a warning and a pointer to compilation-directory-matcher if the file is not found and directory tracking did not track a single directory. Or use a more general regexp (don't know if that is possible), or force the C locale, or convice GNU make to add a specific switch, much like GNU ls has --dired. Come to think of it, if doing parallel make where each job goes into separate directories, directory tracking will most likely fail, as output from different jobs are intermixed. So directory tracking is not robust. Jan D.