From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.bugs Subject: Re: bug#4038: emacs 23 fails to bootstrap itself on Cygwin Date: Tue, 01 Sep 2009 13:07:07 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87zl9e7d4k.fsf@lifelogs.com> References: <4A788D4B.3040104@gmail.com> <87my6d8drv.fsf@iki.fi> <87tz0lotzl.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1251830427 4727 80.91.229.12 (1 Sep 2009 18:40:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Sep 2009 18:40:27 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Sep 01 20:40:20 2009 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.50) id 1MiYHE-0000RK-BP for geb-bug-gnu-emacs@m.gmane.org; Tue, 01 Sep 2009 20:40:20 +0200 Original-Received: from localhost ([127.0.0.1]:58261 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MiYHD-0003b6-OT for geb-bug-gnu-emacs@m.gmane.org; Tue, 01 Sep 2009 14:40:19 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!news2.euro.net!newsfeed.freenet.de!news.albasani.net!not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 37 Original-X-Trace: news.albasani.net 970cl8Cg2qk15U32hogfvMmBB5NyjK2FGr6ulxN+IhBIS/K4zvrjdyVaUXCLdBjrzpF9t3WZFOrMU1xVlOxsA+y1mRYigj3yjAk4EBA+klP4pCifPwQwqKw4JgrhUB0Z Original-X-Complaints-To: abuse@albasani.net Original-NNTP-Posting-Date: Tue, 1 Sep 2009 18:07:07 +0000 (UTC) X-User-ID: AB5I+aOJ9lFxzAiOSlynC+3pM72e8ct0EIEidxdMFUE= X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Cancel-Lock: sha1:zDDRa38zAjsLg11oUCDXJvY5P24= sha1:gs8ZCziDRvJiGpUqp7V2di0cgMQ= User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux) X-NNTP-Posting-Host: 7rMHGzLjCFmb54KhZFOQxBhNYyqIHGakeymZQsqqeu0= Original-Xref: news.stanford.edu gnu.emacs.bug:58856 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list 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:30709 Archived-At: On Fri, 07 Aug 2009 06:33:00 -0500 Brian Millett wrote: BM> On Thu, 2009-08-06 at 10:13 -0500, Ted Zlatanov wrote: >> On Thu, 06 Aug 2009 13:21:37 +0200 Andreas Schwab wrote: >> AS> Teemu Likonen writes: >> >> "git bisect run make" found that the first bad commit is this: >> >> >> >> >> >> 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. >> AS> The problem is the call to Fprovide. syms_of_print is called pretty AS> early, so the symbols used by Fprovide are not initialized yet. >> >> The fix is simple and should be in the trunk today. >> >> Sorry for the screwup, I didn't do a full build to test this. BM> Builds real nice! BM> Thanks. BM> -- BM> Brian Millett - This bug can be closed. Ted