emacs-devel
[Top][All Lists]
Advanced

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

Re: The emacs-28 release branch has been created


From: Andrea Corallo
Subject: Re: The emacs-28 release branch has been created
Date: Mon, 04 Oct 2021 14:45:21 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

>> Date: Mon, 04 Oct 2021 17:25:44 +0300
>> From: Eli Zaretskii <eliz@gnu.org>
>> Cc: emacs-devel@gnu.org
>> 
>> > 1. ./configure --with-native-compilation && make
>> > 
>> > 2. make clean
>> > 
>> > 3. make
>> 
>> Right.  Andrea, could you please look into this as soon as you can?
>> This currently blocks the pretest, because the build from the source
>> tarball fails.
>
> To make reproduction easier, this command succeeds, when issued from
> the lisp/ directory:
>
>   $ make disp-table.elc THEFILE=disp-table.el V=1 LISP_PRELOADED=disp-table.el
>   EMACSLOADPATH= '../src/emacs' -batch --no-site-file --no-site-lisp --eval 
> '(setq load-prefer-newer t)'  \
>         -l comp -f byte-compile-refresh-preloaded \
>         -f batch-byte+native-compile disp-table.el
>
> while this command fails:
>
>   $ make disp-table.eln THEFILE=disp-table.el V=1
>   EMACSLOADPATH= '../src/emacs' -batch --no-site-file --no-site-lisp --eval 
> '(setq load-prefer-newer t)'  \
>         -l comp -f byte-compile-refresh-preloaded \
>         --eval '(batch-native-compile t)' disp-table.el
>   Debugger entered--Lisp error: (native-compiler-error "disp-table.el" 
> "Debugger entered--Lisp error: (invalid-read-syntax...")

[...]

thanks for the reduced reproducer, I will start having a look this
evening.

BR

  Andrea



reply via email to

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