all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alan Mackenzie <acm@muc.de>
To: Lars Ingebrigtsen <larsi@gnus.org>
Cc: emacs-devel@gnu.org
Subject: Re: master df49e3a3ab 3/3: Merge branch 'master' of /home/acm/emacs/emacs.git/master
Date: Mon, 31 Jan 2022 18:37:05 +0000	[thread overview]
Message-ID: <YfgsUVBK0vg26rQP@ACM> (raw)
In-Reply-To: <87r18p84gm.fsf@gnus.org>

Hello, Lars.

On Sun, Jan 30, 2022 at 19:26:49 +0100, Lars Ingebrigtsen wrote:
> Lars Ingebrigtsen <larsi@gnus.org> writes:

> > git clean -xf
> > make -j16

> Single-threaded make is more helpful:

>   GEN      ../../lisp/cedet/semantic/bovine/c-by.el
> Loading /home/larsi/src/emacs/trunk/lisp/cedet/semantic/grm-wy-boot.el (source)...
> Compiler-macro error for cl-member: Handler: cl--compiler-macro-member
> (excessive-variable-binding)
> Eager macro-expansion failure: (excessive-variable-binding)
>   GEN      ../../lisp/cedet/semantic/bovine/make-by.el
> Loading /home/larsi/src/emacs/trunk/lisp/cedet/semantic/grm-wy-boot.el (source)...
> Compiler-macro error for cl-member: Handler: cl--compiler-macro-member
> (excessive-variable-binding)
> Eager macro-expansion failure: (excessive-variable-binding)
>   GEN      ../../lisp/cedet/semantic/bovine/scm-by.el
> Loading /home/larsi/src/emacs/trunk/lisp/cedet/semantic/grm-wy-boot.el (source).

> So it's coming from all the bovine stuff.

Thanks, that was helpful.

The same trick as before, namely increasing max-specpdl-size from 2500
to 5000 appears to work here, too.

Would you please try out the following, and confirm that it works.  Then
I'll commit it to master.  Though, come to think of it, it could
probably do with a line break.

Thanks!



diff --git a/admin/grammars/Makefile.in b/admin/grammars/Makefile.in
index 6f69943089..2cfaff361e 100644
--- a/admin/grammars/Makefile.in
+++ b/admin/grammars/Makefile.in
@@ -34,7 +34,7 @@ top_builddir =
 unexport EMACSDATA EMACSDOC EMACSLOADPATH EMACSPATH
 
 EMACS = ${top_builddir}/src/emacs
-emacs = "${EMACS}" -batch --no-site-file --no-site-lisp --eval '(setq load-prefer-newer t)'
+emacs = "${EMACS}" -batch --no-site-file --no-site-lisp --eval '(setq max-specpdl-size 5000)' --eval '(setq load-prefer-newer t)'
 
 make_bovine = ${emacs} -l semantic/bovine/grammar -f bovine-batch-make-parser
 make_wisent = ${emacs} -l semantic/wisent/grammar -f wisent-batch-make-parser


> -- 
> (domestic pets only, the antidote for overdose, milk.)
>    bloggy blog: http://lars.ingebrigtsen.no



  reply	other threads:[~2022-01-31 18:37 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <164287475407.1069.3099043415463495481@vcs2.savannah.gnu.org>
     [not found] ` <20220122180558.93F3CC0DA32@vcs2.savannah.gnu.org>
2022-01-24  8:12   ` master df49e3a3ab 3/3: Merge branch 'master' of /home/acm/emacs/emacs.git/master Lars Ingebrigtsen
2022-01-24 11:25     ` Alan Mackenzie
2022-01-24 11:29       ` Lars Ingebrigtsen
2022-01-24 11:44         ` Alan Mackenzie
2022-01-29 11:41           ` Alan Mackenzie
2022-01-24 13:45         ` Lars Ingebrigtsen
2022-01-29 12:12           ` Alan Mackenzie
2022-01-30  9:44     ` Alan Mackenzie
2022-01-30 16:09       ` Lars Ingebrigtsen
2022-01-30 16:39         ` Alan Mackenzie
2022-01-30 17:08           ` Lars Ingebrigtsen
2022-01-30 18:26             ` Lars Ingebrigtsen
2022-01-31 18:37               ` Alan Mackenzie [this message]
2022-01-31 18:51                 ` Lars Ingebrigtsen
2022-01-31 19:25                   ` Stefan Monnier
2022-01-31 19:51                   ` Alan Mackenzie
2022-01-31 21:35                   ` Stefan Monnier
2022-01-31 21:36                     ` Lars Ingebrigtsen
2022-01-30 16:15       ` max-specpdl-size (was: master df49e3a3ab 3/3: Merge branch 'master' of /home/acm/emacs/emacs.git/master) Stefan Monnier

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=YfgsUVBK0vg26rQP@ACM \
    --to=acm@muc.de \
    --cc=emacs-devel@gnu.org \
    --cc=larsi@gnus.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.