* Bootstrapping apparently fails to compile Lisp files.
@ 2005-03-06 23:50 Luc Teirlinck
2005-03-07 0:23 ` Lute Kamstra
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Luc Teirlinck @ 2005-03-06 23:50 UTC (permalink / raw)
Is the following a bizarre local problem or does anybody else see
this? Update your CVS. Then I did:
make maintainer-clean
./configure --without-toolkit-scroll-bars
make bootstrap
Result:
Compiling /home/teirllm/emacscvsdir/emacs/lisp/./x-dnd.el
Compiling /home/teirllm/emacscvsdir/emacs/lisp/./xml.el
Compiling /home/teirllm/emacscvsdir/emacs/lisp/./xt-mouse.el
make[1]: Leaving directory `/home/teirllm/emacscvsdir/emacs/lisp'
(cd src; make mostlyclean)
make[1]: Entering directory `/home/teirllm/emacscvsdir/emacs/src'
rm -f temacs prefix-args core *.core \#* *.o libXMenu11.a liblw.a
rm -f ../etc/DOC
rm -f bootstrap-emacs
rm -f buildobj.lst
make[1]: Leaving directory `/home/teirllm/emacscvsdir/emacs/src'
make all
make[1]: Entering directory `/home/teirllm/emacscvsdir/emacs'
Your tree does not include the compiled Lisp files.
You need to do `make bootstrap' to build Emacs.
Emacs now requires Texinfo version 4.2.
make[1]: *** [maybe_bootstrap] Error 1
make[1]: Leaving directory `/home/teirllm/emacscvsdir/emacs'
make: *** [bootstrap-build] Error 2
Bootstrapping _claims_ it has compiled a huge number Lisp files, but it
did not compile one single one.
[bash2.05b.0 ~ 3 1] info --version
info (GNU texinfo) 4.8
Sincerely,
Luc.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Bootstrapping apparently fails to compile Lisp files.
2005-03-06 23:50 Bootstrapping apparently fails to compile Lisp files Luc Teirlinck
@ 2005-03-07 0:23 ` Lute Kamstra
2005-03-07 1:38 ` Lute Kamstra
2005-03-07 1:55 ` Andreas Schwab
2 siblings, 0 replies; 5+ messages in thread
From: Lute Kamstra @ 2005-03-07 0:23 UTC (permalink / raw)
Cc: emacs-devel
Luc Teirlinck <teirllm@dms.auburn.edu> writes:
> Is the following a bizarre local problem or does anybody else see
> this?
I have the same problem (on Debian GNU/Linux).
Lute.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Bootstrapping apparently fails to compile Lisp files.
2005-03-06 23:50 Bootstrapping apparently fails to compile Lisp files Luc Teirlinck
2005-03-07 0:23 ` Lute Kamstra
@ 2005-03-07 1:38 ` Lute Kamstra
2005-03-07 1:55 ` Andreas Schwab
2 siblings, 0 replies; 5+ messages in thread
From: Lute Kamstra @ 2005-03-07 1:38 UTC (permalink / raw)
Cc: emacs-devel
Luc Teirlinck <teirllm@dms.auburn.edu> writes:
[...]
> Your tree does not include the compiled Lisp files.
[...]
> Bootstrapping _claims_ it has compiled a huge number Lisp files, but it
> did not compile one single one.
The problem was introduced by this change:
2005-03-06 Richard M. Stallman <rms@gnu.org>
* keyboard.c (Ftop_level): Let Fthrow deal with UNBLOCK_INPUT.
* eval.c (unwind_to_catch): Use UNBLOCK_INPUT_TO.
(Feval, Ffuncall): Use CHECK_CONS_LIST.
* lisp.h (CHECK_CONS_LIST): New macro (two definitions).
* blockinput.h (UNBLOCK_INPUT_TO): New macro.
(TOTALLY_UNBLOCK_INPUT): Handle a pending signal if any.
Specifically, by the use of UNBLOCK_INPUT_TO in eval.c.
Lute.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Bootstrapping apparently fails to compile Lisp files.
2005-03-06 23:50 Bootstrapping apparently fails to compile Lisp files Luc Teirlinck
2005-03-07 0:23 ` Lute Kamstra
2005-03-07 1:38 ` Lute Kamstra
@ 2005-03-07 1:55 ` Andreas Schwab
2005-03-07 2:29 ` Luc Teirlinck
2 siblings, 1 reply; 5+ messages in thread
From: Andreas Schwab @ 2005-03-07 1:55 UTC (permalink / raw)
Cc: emacs-devel
Luc Teirlinck <teirllm@dms.auburn.edu> writes:
> Is the following a bizarre local problem or does anybody else see
> this? Update your CVS. Then I did:
>
> make maintainer-clean
> ./configure --without-toolkit-scroll-bars
> make bootstrap
Should work again now.
Andreas.
--
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Bootstrapping apparently fails to compile Lisp files.
2005-03-07 1:55 ` Andreas Schwab
@ 2005-03-07 2:29 ` Luc Teirlinck
0 siblings, 0 replies; 5+ messages in thread
From: Luc Teirlinck @ 2005-03-07 2:29 UTC (permalink / raw)
Cc: emacs-devel
Andreas Schwab wrote:
Should work again now.
It does. Thanks.
Sincerely,
Luc.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-03-07 2:29 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-06 23:50 Bootstrapping apparently fails to compile Lisp files Luc Teirlinck
2005-03-07 0:23 ` Lute Kamstra
2005-03-07 1:38 ` Lute Kamstra
2005-03-07 1:55 ` Andreas Schwab
2005-03-07 2:29 ` Luc Teirlinck
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).