all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Angelo Graziosi <angelo.graziosi@alice.it>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 18359@debbugs.gnu.org
Subject: bug#18359: Macro expansion failure [MSYS2-MinGW64]
Date: Sat, 30 Aug 2014 18:15:29 +0200	[thread overview]
Message-ID: <5401F8A1.9030102@alice.it> (raw)
In-Reply-To: <8338ceigt1.fsf@gnu.org>



Il 30/08/2014 09:21, Eli Zaretskii ha scritto:
>> Date: Fri, 29 Aug 2014 22:49:21 +0200
>> From: Angelo Graziosi <angelo.graziosi@alice.it>
>>
>> With recent trunk, building the 64 bit build of Emacs on Windows using
>> MSYS2/MinGW64 tools, produces many "macro-expansion failure" messages:
>>
>> [...]
>> Eager macro-expansion failure: (error "Lisp nesting exceeds
>> `max-lisp-eval-depth'")
>> Eager macro-expansion failure: (error "Lisp nesting exceeds
>> `max-lisp-eval-depth'")
>
> Please provide more context from the build log, around these
> messages.  At least which Lisp files cause them.
>

OK, I solved the build errors.. switching to e pseudo-BZR repo, i.e. a 
repo from which I stripped all the .bzr*, .git*, .gdb* stuffs..

If I build in a source tree created with,

$ bzr checkout --lightweight http://bzr.savannah.gnu.org/r/emacs/trunk emacs

the build fails :

[...]
Making generated-autoload-file local to  *autoload-file* while let-bound!
Generating autoloads for dired-aux.el...
Loading macroexp.elc...
make[2]: ingresso nella directory "/tmp/emacs/lisp"
make[2]: ingresso nella directory "/tmp/emacs/lisp"
Compiling ../lisp/button.el
Compiling ../lisp/startup.el

Searching for program: no such file or directory, bzr
                                      ????? ^^^^^^^^^^^^^^^^ ?????

Makefile:181: set di istruzioni per l'obiettivo "autoloads" non riuscito
make[2]: *** [autoloads] Errore 127
make[2]: uscita dalla directory "/tmp/emacs/lisp"
Makefile:800: set di istruzioni per l'obiettivo "../lisp/loaddefs.el" 
non riuscito
make[1]: *** [../lisp/loaddefs.el] Errore 2
make[1]: *** Attesa per i processi non terminati....

In toplevel form:
startup.el:118:1:Warning: global/dynamic var `argi' lacks a prefix

Wrote c:/msys64/tmp/emacs/lisp/button.elc

make[2]: uscita dalla directory "/tmp/emacs/lisp"
Wrote c:/msys64/tmp/emacs/lisp/startup.elc

make[2]: uscita dalla directory "/tmp/emacs/lisp"
make[1]: uscita dalla directory "/tmp/emacs/src"
Makefile:379: set di istruzioni per l'obiettivo "src" non riuscito
make: *** [src] Errore 2

For some reason, I need to create the emacs tree folder with a command 
like this:

$ rsync -av --exclude=.bzr* --exclude=.git* --exclude=.gdb* 
~/work/emacs-trunk/ /tmp/emacs/


Ciao,
Angelo.







  parent reply	other threads:[~2014-08-30 16:15 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-29 20:49 bug#18359: Macro expansion failure [MSYS2-MinGW64] Angelo Graziosi
2014-08-30  7:21 ` Eli Zaretskii
2014-08-30 10:20   ` Angelo Graziosi
2014-08-30 14:46   ` Angelo Graziosi
2014-08-30 16:15   ` Angelo Graziosi [this message]
2014-08-30 16:37     ` Eli Zaretskii
2014-08-30 16:42       ` Eli Zaretskii
2014-08-30 17:16         ` Angelo Graziosi
2014-08-30 17:55           ` Eli Zaretskii
2014-08-30 20:01             ` Angelo Graziosi
2014-08-31 12:45               ` Stefan Monnier
2014-08-31 15:21                 ` Eli Zaretskii
2014-08-31 20:07                   ` Stefan Monnier
2014-08-31 21:40                     ` Angelo Graziosi
2014-09-01  0:58                       ` Stefan Monnier
2014-09-01  2:40                       ` Eli Zaretskii
2016-08-09  1:48                       ` npostavs
2014-08-31 21:51             ` Angelo Graziosi
2014-09-01  2:45               ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5401F8A1.9030102@alice.it \
    --to=angelo.graziosi@alice.it \
    --cc=18359@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.