[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: make bootstrap Failure
From: |
Dan Nicolaescu |
Subject: |
Re: make bootstrap Failure |
Date: |
Fri, 05 Jan 2007 09:51:43 -0800 |
David Hansen <address@hidden> writes:
> Please write in English if possible, because the Emacs maintainers
> usually do not have translators to read other languages for them.
>
> Your bug report will be posted to the address@hidden mailing list.
>
> Please describe exactly what actions triggered the bug
> and the precise symptoms of the bug:
>
> I think this are the relevant lines of output:
>
> ./temacs --batch --load loadup bootstrap
> Loading loadup.el (source)...
> Using load-path (/home/dhansen/cvs-src/emacs/lisp
/home/dhansen/cvs-src/emacs/lisp/emacs-lisp
/home/dhansen/cvs-src/emacs/lisp/language
/home/dhansen/cvs-src/emacs/lisp/international
/home/dhansen/cvs-src/emacs/lisp/textmodes)
> Loading emacs-lisp/byte-run (source)...
> Loading emacs-lisp/backquote (source)...
> Loading subr (source)...
> Symbol's function definition is void: defface
> make[2]: *** [bootstrap-emacs] Error 255
> make[2]: Leaving directory `/home/dhansen/cvs-src/emacs/src'
> make[1]: *** [bootstrap-build] Error 2
> make[1]: Leaving directory `/home/dhansen/cvs-src/emacs'
> make: *** [bootstrap] Error 2
>
> I just updated from cvs.
>
> If Emacs crashed, and you have the Emacs process in the gdb debugger,
> please include the output from the following gdb commands:
> `bt full' and `xbacktrace'.
> If you would like to further debug the crash, please read the file
> /home/dhansen/share/emacs/22.0.91/etc/DEBUG for instructions.
I fixed this now in CVS. It was a classical problem of a macro being
used before being defined...
Thanks
--dan