unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* r112000 bootstrap looks broken
@ 2013-03-11  2:58 Dmitry Antipov
  2013-03-11 19:38 ` Fran
  0 siblings, 1 reply; 2+ messages in thread
From: Dmitry Antipov @ 2013-03-11  2:58 UTC (permalink / raw)
  To: Emacs development discussions; +Cc: Stefan Monnier

As of r11200, bootstrap is broken:

...
make[3]: Entering directory `/home/dima/work/stuff/emacs/trunk/build-default/lisp'
cd /home/dima/work/stuff/emacs/trunk/lisp; subdirs=`find . -type d -print`; for file in $subdirs; do case $file in */.* | */.*/* | */=* | */cedet* ) ;; *) wins="$wins $file" ;; esac; done; \
for file in $wins; do \
    /home/dima/work/stuff/emacs/trunk/build-aux/update-subdirs $file; \
done;
make[3]: Leaving directory `/home/dima/work/stuff/emacs/trunk/build-default/lisp'
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/dima/work/stuff/emacs/trunk/lisp /home/dima/work/stuff/emacs/trunk/lisp/emacs-lisp /home/dima/work/stuff/emacs/trunk/lisp/language 
/home/dima/work/stuff/emacs/trunk/lisp/international /home/dima/work/stuff/emacs/trunk/lisp/textmodes)
Loading emacs-lisp/byte-run (source)...
Symbol's function definition is void: \`
make[2]: *** [bootstrap-emacs] Error 1

It looks like the problem was introduced in r111995.

Dmitry



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: r112000 bootstrap looks broken
  2013-03-11  2:58 r112000 bootstrap looks broken Dmitry Antipov
@ 2013-03-11 19:38 ` Fran
  0 siblings, 0 replies; 2+ messages in thread
From: Fran @ 2013-03-11 19:38 UTC (permalink / raw)
  To: emacs-devel

Dmitry Antipov <dmantipov <at> yandex.ru> writes:

> 
> As of r11200, bootstrap is broken:
...
> Loading loadup.el (source)...
...
> Loading emacs-lisp/byte-run (source)...
> Symbol's function definition is void: \`
> make[2]: *** [bootstrap-emacs] Error 1

FYI, I see the same thing trying to build the trunk on Windows.
--
Fran





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-03-11 19:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-11  2:58 r112000 bootstrap looks broken Dmitry Antipov
2013-03-11 19:38 ` Fran

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).