From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jim Meyering Newsgroups: gmane.emacs.devel Subject: persistent bootstrap failure: Memory exhausted--use C-x s ... Date: Thu, 20 May 2010 12:30:35 +0200 Message-ID: <87eih6oofo.fsf@meyering.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1274351455 8251 80.91.229.12 (20 May 2010 10:30:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 20 May 2010 10:30:55 +0000 (UTC) To: Emacs development discussions Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 20 12:30:54 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1OF31g-000098-9K for ged-emacs-devel@m.gmane.org; Thu, 20 May 2010 12:30:52 +0200 Original-Received: from localhost ([127.0.0.1]:47334 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OF31f-0000nK-N8 for ged-emacs-devel@m.gmane.org; Thu, 20 May 2010 06:30:51 -0400 Original-Received: from [140.186.70.92] (port=41506 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OF31Z-0000nC-G8 for emacs-devel@gnu.org; Thu, 20 May 2010 06:30:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OF31Y-0004mY-6o for emacs-devel@gnu.org; Thu, 20 May 2010 06:30:45 -0400 Original-Received: from smtp1-g21.free.fr ([212.27.42.1]:48677) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OF31W-0004lB-QX for emacs-devel@gnu.org; Thu, 20 May 2010 06:30:44 -0400 Original-Received: from smtp1-g21.free.fr (localhost [127.0.0.1]) by smtp1-g21.free.fr (Postfix) with ESMTP id 977C79400B3 for ; Thu, 20 May 2010 12:30:37 +0200 (CEST) Original-Received: from mx.meyering.net (mx.meyering.net [82.230.74.64]) by smtp1-g21.free.fr (Postfix) with ESMTP for ; Thu, 20 May 2010 12:30:35 +0200 (CEST) Original-Received: by rho.meyering.net (Acme Bit-Twister, from userid 1000) id 7A3CFB49; Thu, 20 May 2010 12:30:35 +0200 (CEST) Original-Lines: 29 X-detected-operating-system: by eggs.gnu.org: GNU/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:124962 Archived-At: Hello, I normally bootstrap the latest emacs (updating sources from git daily), but for the last ~9 days it's been failing on x86_64 Fedora 13: ... No MH variant found on the system Wrote /home/j/w/co/emacs/lisp/mh-e/mh-xface.elc Compiling /home/j/w/co/emacs/lisp/language/hanja-util.el In toplevel form: ../../../../home/j/w/co/emacs/lisp/language/hanja-util.el:6437:6:Error: Memory exhausted--use C-x s then exit and restart Emacs make[2]: *** [language/hanja-util.elc] Error 1 make[2]: Leaving directory `/t/jt-FqYKau/emacs/lisp' make[1]: *** [compile-main] Error 2 make[1]: Leaving directory `/t/jt-FqYKau/emacs/lisp' make: *** [lisp] Error 2 I can't be the only one configuring to an empty (new prefix) and running "make bootstrap", so I suppose it's something in my set-up. Maybe no one else is doing that with F13... Both srcdir and non-srcdir builds fail, with and without this PATH-limiting export: export PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/bin/X11 ./configure --prefix=$prefix && make bootstrap Any suggestions?