From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: compilation dies loading vc-arch.el if the source is actually in arch Date: Tue, 24 Apr 2007 17:18:33 -0400 Message-ID: References: <87r6qt16yr.fsf@catnip.gol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1177449528 3292 80.91.229.12 (24 Apr 2007 21:18:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 Apr 2007 21:18:48 +0000 (UTC) Cc: emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 24 23:18:44 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HgSPJ-00040T-FT for ged-emacs-devel@m.gmane.org; Tue, 24 Apr 2007 23:18:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HgSUr-0003ra-6K for ged-emacs-devel@m.gmane.org; Tue, 24 Apr 2007 17:24:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HgSUn-0003rV-Uf for emacs-devel@gnu.org; Tue, 24 Apr 2007 17:24:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HgSUm-0003rJ-KQ for emacs-devel@gnu.org; Tue, 24 Apr 2007 17:24:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HgSUm-0003rG-Ey for emacs-devel@gnu.org; Tue, 24 Apr 2007 17:24:20 -0400 Original-Received: from x252-166.xtpr.umontreal.ca ([132.204.252.166] helo=ceviche.home) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HgSPD-0001em-87; Tue, 24 Apr 2007 17:18:35 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 17817B404B; Tue, 24 Apr 2007 17:18:33 -0400 (EDT) In-Reply-To: <87r6qt16yr.fsf@catnip.gol.com> (Miles Bader's message of "Tue\, 10 Apr 2007 08\:08\:44 +0900") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.97 (gnu/linux) X-detected-kernel: Linux 2.6 (newer, 3) 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:69979 Archived-At: > I've reported this before, but was always a bit hesitant because I > wasn't using stock Emacs sources, and figured maybe I was screwing > something up. This time I was using a fresh CVS checkout of the trunk > though, doing "make bootstrap". > The source directories below are of course in an arch working directory > (/home/m/miles/src/emacs/devo). I imagine most people don't have > problems because they're not using arch... > [I also tried another compilation using "env - make bootstrap" in case > it was getting screwed by LANG or something, which sometimes happened in > the past, but got the same result. The make log in that case looks > similar except that it doesn't load anything from .../lisp/international > before loading vc-arch.el.] > Here's the make log once it starts lisp compilation: Have you tried to reproduce the bug from GDB to get an `xbacktrace'? Stefan