From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#10896: 23.4; --with-crt-dir was required since crt1.0 not found (on *32bit* system) Date: Mon, 27 Feb 2012 14:25:16 -0500 Message-ID: References: <4F4AF2A2.6080505@yk.rim.or.jp> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1330370779 30598 80.91.229.3 (27 Feb 2012 19:26:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 27 Feb 2012 19:26:19 +0000 (UTC) Cc: 10896@debbugs.gnu.org To: ishikawa Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Feb 27 20:26:18 2012 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 1S26DB-0007Ub-R6 for geb-bug-gnu-emacs@m.gmane.org; Mon, 27 Feb 2012 20:26:17 +0100 Original-Received: from localhost ([::1]:33014 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S26DB-0001bp-9B for geb-bug-gnu-emacs@m.gmane.org; Mon, 27 Feb 2012 14:26:17 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:50319) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S26D5-0001ax-B1 for bug-gnu-emacs@gnu.org; Mon, 27 Feb 2012 14:26:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S26D4-00014u-5H for bug-gnu-emacs@gnu.org; Mon, 27 Feb 2012 14:26:11 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:58260) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S26D4-00014o-1C for bug-gnu-emacs@gnu.org; Mon, 27 Feb 2012 14:26:10 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1S26Fq-0006LM-4u for bug-gnu-emacs@gnu.org; Mon, 27 Feb 2012 14:29:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 27 Feb 2012 19:29:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 10896 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 10896-submit@debbugs.gnu.org id=B10896.133037089424331 (code B ref 10896); Mon, 27 Feb 2012 19:29:02 +0000 Original-Received: (at 10896) by debbugs.gnu.org; 27 Feb 2012 19:28:14 +0000 Original-Received: from localhost ([127.0.0.1]:60157 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1S26F3-0006KN-5m for submit@debbugs.gnu.org; Mon, 27 Feb 2012 14:28:13 -0500 Original-Received: from fencepost.gnu.org ([208.118.235.10]:53721) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1S26F1-0006KH-NP for 10896@debbugs.gnu.org; Mon, 27 Feb 2012 14:28:12 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1S26CC-0001yM-O9; Mon, 27 Feb 2012 14:25:16 -0500 X-Spook: wire transfer investigation $400 million in gold bullion X-Ran: $jdjT~KjXbj-YIS9Lf>kGF4pKlM^*#R6@0OPgh)g/iObR8!%J}1oEt4#2}6;Fl!f'D41m( X-Hue: black X-Attribution: GM In-Reply-To: <4F4AF2A2.6080505@yk.rim.or.jp> (ishikawa@yk.rim.or.jp's message of "Mon, 27 Feb 2012 12:04:02 +0900") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:57323 Archived-At: ishikawa wrote: > Compilation failed unless --with-crt-dir was specified during configure on a > 32 bit system. That makes sense if you are using a Debian multi-arch system. > And despite the comment that it is used only on amdx86-64 and ibms390x, > somehow it is being used on this 32-bit Debian system. We changed the way it works for 23.4 specifically for this issue, but forgot to change the comment. > So I bit the bullet and specified --with-crt-dir in configure line as > below. And the compilation succeeded. Good, that's what should happen. > ./configure --with-x-toolkit=gtk --without-xim > --with-crt-dir=/usr/lib/i386-linux-gnu > > However, something is fishy here. Since > this is NOT a 64 bit system, and not ibms390, CRT_DIR should not be used if > I believe the comment in src/Makefile. The comment is incorrect. No need to panic! > In my use of emacs for more than 20 years, I don't think I ever needed > to specify this CRT_DIR via --with-crt-dir on a popular target. It's due to Debian's fairly recent transition to multi-arch. There isn't a bug here, other than an incorrect comment, and the fact that you need to specify --with-crt-dir manually. This is all already fixed for 24.1. You might like to try a pretest from alpha.gnu.org/gnu/emacs/pretest