From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Teemu Likonen Newsgroups: gmane.emacs.devel Subject: Re: Build failure in current git checkout Date: Thu, 06 Aug 2009 13:39:37 +0300 Message-ID: <87iqh1jkeu.fsf@iki.fi> References: <87skg5d02c.fsf@anzu.internal.golden-gryphon.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1249555616 31743 80.91.229.12 (6 Aug 2009 10:46:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Aug 2009 10:46:56 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 06 12:46:49 2009 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 1MZ0Ui-0002Qt-KG for ged-emacs-devel@m.gmane.org; Thu, 06 Aug 2009 12:46:49 +0200 Original-Received: from localhost ([127.0.0.1]:33449 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MZ0Uh-0000w5-AO for ged-emacs-devel@m.gmane.org; Thu, 06 Aug 2009 06:46:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MZ0OB-0007hc-Nt for emacs-devel@gnu.org; Thu, 06 Aug 2009 06:40:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MZ0O5-0007fo-Dg for emacs-devel@gnu.org; Thu, 06 Aug 2009 06:40:01 -0400 Original-Received: from [199.232.76.173] (port=52002 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MZ0O5-0007fd-2y for emacs-devel@gnu.org; Thu, 06 Aug 2009 06:39:57 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:52557) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MZ0O4-0003kO-Ne for emacs-devel@gnu.org; Thu, 06 Aug 2009 06:39:56 -0400 Original-Received: from mta-out.inet.fi ([195.156.147.13] helo=jenni2.inet.fi) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MZ0Nv-0006Eg-LS for emacs-devel@gnu.org; Thu, 06 Aug 2009 06:39:48 -0400 Original-Received: from mithlond.arda.local (80.220.180.181) by jenni2.inet.fi (8.5.014) id 4A777091001AEA36 for emacs-devel@gnu.org; Thu, 6 Aug 2009 13:39:38 +0300 Original-Received: from dtw by mithlond.arda.local with local (Exim 4.69) (envelope-from ) id 1MZ0Nl-0004yj-Qn for emacs-devel@gnu.org; Thu, 06 Aug 2009 13:39:37 +0300 In-Reply-To: <87skg5d02c.fsf@anzu.internal.golden-gryphon.com> (Manoj Srivastava's message of "Wed, 05 Aug 2009 23:43:23 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-Detected-Operating-System: by mx20.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by monty-python.gnu.org: Error: [-] ERROR: /var/run/p0f.sock: Connection refused 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:113734 Archived-At: On 2009-08-05 23:43 (-0500), Manoj Srivastava wrote: > I am getting a build failure for the master branch from the git > repository, summarized below (I can provide more details if needed) > `/bin/pwd`/temacs --batch --load loadup bootstrap > make[2]: *** [bootstrap-emacs] Segmentation fault > make[2]: Leaving directory `/usr/local/src/emacs/src' > make[1]: *** [src] Error 2 > make[1]: Leaving directory `/usr/local/src/emacs' > make: *** [bootstrap] Error 2 I git-bisected it to this commit: commit 3cd069ec588527f4baac7a71d93ccc080668eebf Author: Teodor Zlatanov Date: Wed Aug 5 09:19:21 2009 +0000 * lread.c (read1, syms_of_lread): Read hashtables back from the readable format. * print.c (print_preprocess, print_object): Print hashtables fully and readably. (syms_of_print): Provide 'hashtable-print-readable.