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: Thu, 06 Aug 2009 10:13:50 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87tz0lotzl.fsf@lifelogs.com> References: <4A788D4B.3040104@gmail.com> <87my6d8drv.fsf@iki.fi> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1249573221 31155 80.91.229.12 (6 Aug 2009 15:40:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Aug 2009 15:40:21 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Aug 06 17:40:14 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 1MZ54f-0003DY-2b for geb-bug-gnu-emacs@m.gmane.org; Thu, 06 Aug 2009 17:40:13 +0200 Original-Received: from localhost ([127.0.0.1]:36639 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MZ54e-0005iq-7C for geb-bug-gnu-emacs@m.gmane.org; Thu, 06 Aug 2009 11:40:12 -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: 25 Original-X-Trace: news.albasani.net XPR/04j8oT4HpX2SS/2PvOWt8w+gICbEXtXRBjZ4+i99gupNPwpn19oeX8HqmkuxDCql+VIF/qp1AiLrzhtNTEo+rtF0K+7VZMTCCDQDSNPVJ0+oVk5yGRBlCACjtQpx Original-X-Complaints-To: abuse@albasani.net Original-NNTP-Posting-Date: Thu, 6 Aug 2009 15:13:51 +0000 (UTC) X-User-ID: ngH+9XlH0HLIgJExRbgI9nNmFqVYNiJGBKgDMe0qXfo= 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:x4HIwFcS/Xg7te3yJuf6Eqslu6Q= sha1:HTH+aMDEXvdwGI7/gML0EFyfK9I= User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux) X-NNTP-Posting-Host: /yuRorlbqGzTMAXt97+HO7TXcU69HbnWDZztxTrLWns= Original-Xref: news.stanford.edu gnu.emacs.bug:58037 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:29934 Archived-At: 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. Ted