GNU bug report logs - #12942
trunk does not bootstrap: Symbol's function definition is void: \,

Previous Next

Package: emacs;

Reported by: Paul Eggert <eggert <at> cs.ucla.edu>

Date: Tue, 20 Nov 2012 09:24:01 UTC

Severity: normal

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: 12942 <at> debbugs.gnu.org
Cc: Stefan Monnier <monnier <at> IRO.UMontreal.CA>
Subject: bug#12942: trunk does not bootstrap: Symbol's function definition is void: \,
Date: Tue, 20 Nov 2012 01:21:55 -0800
Starting with trunk rev 110952:

	revno: 110952
	committer: Stefan Monnier <monnier <at> iro.umontreal.ca>
	timestamp: Mon 2012-11-19 16:30:55 -0500
	message:
	  * lisp/emacs-lisp/byte-run.el (defun-declarations-alist):
	  Allow compiler-macros to be lambda expressions.
	  * lisp/progmodes/python.el: Use cl-lib.  Move var declarations outside of
	  eval-when-compile.
	  (python-syntax-context): Add compiler-macro.
	  (python-font-lock-keywords): Simplify with De Morgan.

"make bootstrap" fails for me (Fedora 17, x86-64, GCC 4.7.2) with
the following "make" output.  The failure is still there in trunk
rev 110959, the current rev as of this writing.

...
if test "no" = "yes"; then \
  rm -f bootstrap-emacs; \
  ln temacs bootstrap-emacs; \
else \
  `/bin/pwd`/temacs --batch --load loadup bootstrap || exit 1; \
  test "X" = X ||  -zex emacs; \
  mv -f emacs bootstrap-emacs; \
fi
Loading loadup.el (source)...
Using load-path (/home/eggert/src/gnu/emacs/trunk-110952/lisp /home/eggert/src/\
gnu/emacs/trunk-110952/lisp/emacs-lisp /home/eggert/src/gnu/emacs/trunk-110952/\
lisp/language /home/eggert/src/gnu/emacs/trunk-110952/lisp/international /home/\
eggert/src/gnu/emacs/trunk-110952/lisp/textmodes)
Loading emacs-lisp/byte-run (source)...
Loading emacs-lisp/backquote (source)...
Loading subr (source)...
Loading version (source)...
Loading widget (source)...
Loading custom (source)...
Loading emacs-lisp/map-ynp (source)...
Loading international/mule (source)...
Loading international/mule-conf (source)...
Loading env (source)...
Loading format (source)...
Loading bindings (source)...
Loading cus-start (source)...
Loading window (source)...
Loading /home/eggert/src/gnu/emacs/trunk-110952/lisp/files.el (source)...
Loading /home/eggert/src/gnu/emacs/trunk-110952/lisp/emacs-lisp/macroexp.el (so\
urce)...
Loading /home/eggert/src/gnu/emacs/trunk-110952/lisp/emacs-lisp/pcase.el (sourc\
e)...
Loading /home/eggert/src/gnu/emacs/trunk-110952/lisp/emacs-lisp/macroexp.el (so\
urce)...
Loading /home/eggert/src/gnu/emacs/trunk-110952/lisp/cus-face.el (source)...
Loading /home/eggert/src/gnu/emacs/trunk-110952/lisp/faces.el (source)...
Loading /home/eggert/src/gnu/emacs/trunk-110952/lisp/button.el (source)...
Loading /home/eggert/src/gnu/emacs/trunk-110952/lisp/startup.el (source)...
Loading /home/eggert/src/gnu/emacs/trunk-110952/lisp/ldefs-boot.el (source)...
Loading /home/eggert/src/gnu/emacs/trunk-110952/lisp/minibuffer.el (source)...
Symbol's function definition is void: \,
make[2]: *** [bootstrap-emacs] Error 1
make[2]: Leaving directory `/home/eggert/src/gnu/emacs/trunk-110952/src'
make[1]: *** [src] Error 2
make[1]: Leaving directory `/home/eggert/src/gnu/emacs/trunk-110952'
make: *** [bootstrap] Error 2




This bug report was last modified 12 years and 246 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.