From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: YAMAMOTO Mitsuharu Newsgroups: gmane.emacs.devel Subject: Re: Bootstrap failure Date: Sun, 15 Nov 2009 12:48:22 +0900 Organization: Faculty of Science, Chiba University Message-ID: References: <87bpj8rpix.fsf@elegiac.orebokech.com> <87r5s3lbtt.fsf@turtle.gmx.de> <87aaypxhom.fsf@stupidchicken.com> <807hts99an.fsf@tiny.isode.net> <4AFF1436.8030905@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1258256930 20088 80.91.229.12 (15 Nov 2009 03:48:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 15 Nov 2009 03:48:50 +0000 (UTC) Cc: Bruce Stephens , Jan =?ISO-8859-1?Q?Dj=E4rv?= , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 15 04:48:42 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1N9W6T-0006XE-FF for ged-emacs-devel@m.gmane.org; Sun, 15 Nov 2009 04:48:41 +0100 Original-Received: from localhost ([127.0.0.1]:34616 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N9W6S-0002Xy-Im for ged-emacs-devel@m.gmane.org; Sat, 14 Nov 2009 22:48:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N9W6L-0002UI-Ej for emacs-devel@gnu.org; Sat, 14 Nov 2009 22:48:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N9W6G-0002TO-Hc for emacs-devel@gnu.org; Sat, 14 Nov 2009 22:48:32 -0500 Original-Received: from [199.232.76.173] (port=36548 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N9W6G-0002TK-Df for emacs-devel@gnu.org; Sat, 14 Nov 2009 22:48:28 -0500 Original-Received: from ntp.math.s.chiba-u.ac.jp ([133.82.132.2]:56785 helo=mathmail.math.s.chiba-u.ac.jp) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N9W6F-00078Z-Lw for emacs-devel@gnu.org; Sat, 14 Nov 2009 22:48:28 -0500 Original-Received: from church.math.s.chiba-u.ac.jp (church [133.82.132.36]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id 5EBA5C055A; Sun, 15 Nov 2009 12:48:22 +0900 (JST) In-Reply-To: User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI) X-detected-operating-system: by monty-python.gnu.org: NetBSD 3.0 (DF) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:116997 Archived-At: >>>>> On Sat, 14 Nov 2009 20:31:53 -0500, Stefan Monnier said: >>> It happens for me (on GNU/Linux). Also for Jan Dj=E4rv (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 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvarali= as. Could you try the patch below if it gives a good result? YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp Index: lisp/emacs-lisp/bytecomp.el =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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)