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: Eli Zaretskii
Subject: Re: The emacs-28 release branch has been created
Date: Mon, 04 Oct 2021 17:39:43 +0300

> 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...")
    signal(native-compiler-error ("disp-table.el" "Debugger entered--Lisp 
error: (invalid-read-syntax..."))
    comp--native-compile("disp-table.el")
    batch-native-compile(t)
    eval((batch-native-compile t) t)
    command-line-1(("--eval" "(setq load-prefer-newer t)" "-l" "comp" "-f" 
"byte-compile-refresh-preloaded" "--eval" "(batch-native-compile t)" 
"disp-table.el"))
    command-line()
    normal-top-level()



reply via email to

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