bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bug#4038: emacs 23 fails to bootstrap itself on Cygwin


From: Ted Zlatanov
Subject: Re: bug#4038: emacs 23 fails to bootstrap itself on Cygwin
Date: Thu, 06 Aug 2009 10:13:50 -0500
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux)

On Thu, 06 Aug 2009 13:21:37 +0200 Andreas Schwab <schwab@linux-m68k.org> 
wrote: 

AS> Teemu Likonen <tlikonen@iki.fi> writes:
>> "git bisect run make" found that the first bad commit is this:
>> 
>> 
>> commit 3cd069ec588527f4baac7a71d93ccc080668eebf
>> Author: Teodor Zlatanov <tzz@lifelogs.com>
>> 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]