emacs-devel
[Top][All Lists]
Advanced

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

Re: Bootstrap failure


From: YAMAMOTO Mitsuharu
Subject: Re: Bootstrap failure
Date: Sun, 15 Nov 2009 12:48:22 +0900
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI)

>>>>> On Sat, 14 Nov 2009 20:31:53 -0500, Stefan Monnier <address@hidden> said:

>>> It happens for me (on GNU/Linux).  Also for Jan Djärv (probably on
>>> some Unix, judging by the error pathname).
>> Ubuntu 9.10.

> Start temacs under the debugger.  Place a breakpoint on Fsignal.
> Look at the backtrace.

I think the failure at startup.elc is due to the following change:

2009-11-04  Dan Nicolaescu  <address@hidden>

        * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle 
defvaralias.

Could you try the patch below if it gives a good result?

                                     YAMAMOTO Mitsuharu
                                address@hidden

Index: lisp/emacs-lisp/bytecomp.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/emacs-lisp/bytecomp.el,v
retrieving revision 2.273
diff -c -p -r2.273 bytecomp.el
*** lisp/emacs-lisp/bytecomp.el 14 Nov 2009 04:23:21 -0000      2.273
--- lisp/emacs-lisp/bytecomp.el 15 Nov 2009 03:40:51 -0000
*************** Call from the source buffer."
*** 1935,1941 ****
           (stringp (nth 3 form)))
        (byte-compile-output-docform nil nil '("\n(" 3 ")") form nil
                                   (memq (car form)
!                                        '(autoload custom-declare-variable)))
      (let ((print-escape-newlines t)
          (print-length nil)
          (print-level nil)
--- 1935,1942 ----
           (stringp (nth 3 form)))
        (byte-compile-output-docform nil nil '("\n(" 3 ")") form nil
                                   (memq (car form)
!                                        '(defvaralias autoload
!                                          custom-declare-variable)))
      (let ((print-escape-newlines t)
          (print-length nil)
          (print-level nil)




reply via email to

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