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

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

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


From: Andreas Schwab
Subject: bug#4038: emacs 23 fails to bootstrap itself on Cygwin
Date: Thu, 06 Aug 2009 13:21:37 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

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.

The problem is the call to Fprovide.  syms_of_print is called pretty
early, so the symbols used by Fprovide are not initialized yet.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."





reply via email to

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