emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master df49e3a3ab 3/3: Merge branch 'master' of /home/acm/emacs/emac


From: Alan Mackenzie
Subject: Re: master df49e3a3ab 3/3: Merge branch 'master' of /home/acm/emacs/emacs.git/master
Date: Sat, 29 Jan 2022 11:41:30 +0000

Hello, Lars.

On Mon, Jan 24, 2022 at 11:44:49 +0000, Alan Mackenzie wrote:
> On Mon, Jan 24, 2022 at 12:29:35 +0100, Lars Ingebrigtsen wrote:
> > Alan Mackenzie <acm@muc.de> writes:

> > > I don't see these at all, any more, just clean builds.  OK, I'm doing
> > > "make -j17 bootstrap", not "-j16", but that shouldn't make a difference.

> > > What is your ./configure command line?  Mine is

> > >    $ ./configure --with-gif=no --with-tiff=no --with-gpm \
> > >    --with-native-compilation

> > I'm just doing ./configure.  (So it's without nativecomp.)

> Ah!  When I take the --with-native-compilation out, I get a single
> instance of

> Compiler-macro error for cl-member: Handler: cl--compiler-macro-member
> (excessive-variable-binding)
> Eager macro-expansion failure: (excessive-variable-binding)

> in my stderr.

> So, I'll have a look at clearing that up, in the hope that it's the same
> bug as you're seeing.

I had problems getting a dump, because it took time to diagnose a bug in
signal_or_quit (eval.c) where Vdebugger got bound instead of Qdebugger.
This will soon be fixed.

The main problem was max_specpdl_size was too small for generating
leim-list.el.  After I doubled it from 2500 to 5000 for that particular
step, I got a clean build.

More to follow later, when I've got more time.  ;-(    

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

-- 
Alan Mackenzie (Nuremberg, Germany).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]