From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.bugs Subject: bug#5655: incorrect paths for crt1.o, crtn.o, etc. Date: Tue, 27 Apr 2010 03:11:54 -0400 Message-ID: References: <20100301232258.GM7587@ohnopublishing.net> <987hntoa6t.fsf@fencepost.gnu.org> <87iq7dcsp6.fsf@turtle.gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1272353202 10535 80.91.229.12 (27 Apr 2010 07:26:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 27 Apr 2010 07:26:42 +0000 (UTC) Cc: 5655@debbugs.gnu.org, Sven Joachim To: Glenn Morris Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Apr 27 09:26:41 2010 connect(): No such file or directory Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O6fBo-0001PH-LW for geb-bug-gnu-emacs@m.gmane.org; Tue, 27 Apr 2010 09:26:40 +0200 Original-Received: from localhost ([127.0.0.1]:58645 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O6fBo-0003kF-4W for geb-bug-gnu-emacs@m.gmane.org; Tue, 27 Apr 2010 03:26:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O6fBI-0003cV-Vx for bug-gnu-emacs@gnu.org; Tue, 27 Apr 2010 03:26:09 -0400 Original-Received: from [140.186.70.92] (port=36029 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O6fB7-0003bZ-DE for bug-gnu-emacs@gnu.org; Tue, 27 Apr 2010 03:26:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O6fAr-0006bg-Ia for bug-gnu-emacs@gnu.org; Tue, 27 Apr 2010 03:25:53 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:46658) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O6fAm-0006b7-Sr for bug-gnu-emacs@gnu.org; Tue, 27 Apr 2010 03:25:39 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1O6exf-00088w-1K; Tue, 27 Apr 2010 03:12:03 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Dan Nicolaescu Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 27 Apr 2010 07:12:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 5655 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 5655-submit@debbugs.gnu.org id=B5655.127235232231295 (code B ref 5655); Tue, 27 Apr 2010 07:12:02 +0000 Original-Received: (at 5655) by debbugs.gnu.org; 27 Apr 2010 07:12:02 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O6exc-00088i-Qq for submit@debbugs.gnu.org; Tue, 27 Apr 2010 03:12:01 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O6exb-00088c-Af for 5655@debbugs.gnu.org; Tue, 27 Apr 2010 03:11:59 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1O6exW-0001us-Pb; Tue, 27 Apr 2010 03:11:54 -0400 In-Reply-To: (Glenn Morris's message of "Tue\, 27 Apr 2010 03\:04\:11 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Tue, 27 Apr 2010 03:12:03 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:36548 Archived-At: Glenn Morris writes: > Glenn Morris wrote: > >> Sorry about that. Can you try to debug it? It's not obvious to me why >> that should happen. What is $canonical on your system? > > I guess it is this comment in src/m/amdx86-64.h. It seems to me that > the right fix is to set $canonical correctly on such a system to > i386-*-linux-gnu* rather than x86_64-*-linux-gnu*. Agreed, IMHO this is an ugly hack. Sven, what does ./config.guess output on your machine? It's doubtful that emacs is the only program that has to deal with this situation, it would be interesting to know what the usual practice is... > /* Although we're running on an amd64 kernel, we're actually compiling for > the x86 architecture. The user should probably have provided an > explicit --build to `configure', but if everything else than the kernel > is running in i386 mode, then the bug is really ours: we should > have guessed better. */