unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Bootstrap broken on MS-Windows
@ 2013-03-11 19:33 Dani Moncayo
  2013-03-11 19:44 ` Randal L. Schwartz
  0 siblings, 1 reply; 3+ messages in thread
From: Dani Moncayo @ 2013-03-11 19:33 UTC (permalink / raw)
  To: Emacs development discussions

Hi,

I've got the following error while trying to bootstrap the trunk
(r112013) on MS-Windows:

  Dumping from oo/i386/temacs.bin
            to oo/i386/temacs.exe
  mingw32-make[3]: Leaving directory 'C:/emacs/trunk/src'
  mingw32-make[2]: Leaving directory 'C:/emacs/trunk/src'
  "./oo/i386/temacs.exe" -batch -l loadup bootstrap
  Loading loadup.el (source)...
  Using load-path (../lisp c:/emacs/trunk/lisp/emacs-lisp
c:/emacs/trunk/lisp/lang
  uage c:/emacs/trunk/lisp/international c:/emacs/trunk/lisp/textmodes)
  Loading emacs-lisp/byte-run (source)...
  Symbol's function definition is void: \`
  makefile:607: recipe for target 'bootstrap-emacs' failed
  mingw32-make[1]: *** [bootstrap-emacs] Error -1
  mingw32-make[1]: Leaving directory 'C:/emacs/trunk/src'
  makefile:523: recipe for target 'bootstrap-gmake' failed
  mingw32-make: *** [bootstrap-gmake] Error 2


Could anyone take a look at this?

TIA

-- 
Dani Moncayo



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

* Re: Bootstrap broken on MS-Windows
  2013-03-11 19:33 Bootstrap broken on MS-Windows Dani Moncayo
@ 2013-03-11 19:44 ` Randal L. Schwartz
  2013-03-11 23:01   ` Xue Fuqiao
  0 siblings, 1 reply; 3+ messages in thread
From: Randal L. Schwartz @ 2013-03-11 19:44 UTC (permalink / raw)
  To: emacs-devel

>>>>> "Dani" == Dani Moncayo <dmoncayo@gmail.com> writes:

Dani> Hi,
Dani> I've got the following error while trying to bootstrap the trunk
Dani> (r112013) on MS-Windows:

Dani>   Dumping from oo/i386/temacs.bin
Dani>             to oo/i386/temacs.exe
Dani>   mingw32-make[3]: Leaving directory 'C:/emacs/trunk/src'
Dani>   mingw32-make[2]: Leaving directory 'C:/emacs/trunk/src'
Dani>   "./oo/i386/temacs.exe" -batch -l loadup bootstrap
Dani>   Loading loadup.el (source)...
Dani>   Using load-path (../lisp c:/emacs/trunk/lisp/emacs-lisp
Dani> c:/emacs/trunk/lisp/lang
Dani>   uage c:/emacs/trunk/lisp/international c:/emacs/trunk/lisp/textmodes)
Dani>   Loading emacs-lisp/byte-run (source)...
Dani>   Symbol's function definition is void: \`
Dani>   makefile:607: recipe for target 'bootstrap-emacs' failed
Dani>   mingw32-make[1]: *** [bootstrap-emacs] Error -1
Dani>   mingw32-make[1]: Leaving directory 'C:/emacs/trunk/src'
Dani>   makefile:523: recipe for target 'bootstrap-gmake' failed
Dani>   mingw32-make: *** [bootstrap-gmake] Error 2


Dani> Could anyone take a look at this?

Yeah, I just found that too.  See my previous message for the bad commit.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.posterous.com/ for Smalltalk discussion




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

* Re: Bootstrap broken on MS-Windows
  2013-03-11 19:44 ` Randal L. Schwartz
@ 2013-03-11 23:01   ` Xue Fuqiao
  0 siblings, 0 replies; 3+ messages in thread
From: Xue Fuqiao @ 2013-03-11 23:01 UTC (permalink / raw)
  To: Randal L. Schwartz; +Cc: emacs-devel

On Mon, 11 Mar 2013 12:44:44 -0700
merlyn@stonehenge.com (Randal L. Schwartz) wrote:

> Dani> I've got the following error while trying to bootstrap the trunk
> Dani> (r112013) on MS-Windows:
> 
> Dani>   Dumping from oo/i386/temacs.bin
> Dani>             to oo/i386/temacs.exe
> Dani>   mingw32-make[3]: Leaving directory 'C:/emacs/trunk/src'
> Dani>   mingw32-make[2]: Leaving directory 'C:/emacs/trunk/src'
> Dani>   "./oo/i386/temacs.exe" -batch -l loadup bootstrap
> Dani>   Loading loadup.el (source)...
> Dani>   Using load-path (../lisp c:/emacs/trunk/lisp/emacs-lisp
> Dani> c:/emacs/trunk/lisp/lang
> Dani>   uage c:/emacs/trunk/lisp/international c:/emacs/trunk/lisp/textmodes)
> Dani>   Loading emacs-lisp/byte-run (source)...
> Dani>   Symbol's function definition is void: \`
> Dani>   makefile:607: recipe for target 'bootstrap-emacs' failed
> Dani>   mingw32-make[1]: *** [bootstrap-emacs] Error -1
> Dani>   mingw32-make[1]: Leaving directory 'C:/emacs/trunk/src'
> Dani>   makefile:523: recipe for target 'bootstrap-gmake' failed
> Dani>   mingw32-make: *** [bootstrap-gmake] Error 2

> Dani> Could anyone take a look at this?

> Yeah, I just found that too.  See my previous message for the bad commit.

And in GNU/Linux:

http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00249.html

-- 
Best regards, Xue Fuqiao.
http://www.emacswiki.org/emacs/XueFuqiao



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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-11 19:33 Bootstrap broken on MS-Windows Dani Moncayo
2013-03-11 19:44 ` Randal L. Schwartz
2013-03-11 23:01   ` Xue Fuqiao

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