GNU bug report logs - #76523
30.0.93; with-native-compilation=aot breaks some Lisp

Previous Next

Package: emacs;

Reported by: Spencer Baugh <sbaugh <at> janestreet.com>

Date: Mon, 24 Feb 2025 16:20:01 UTC

Severity: normal

Found in version 30.0.93

Done: Stefan Kangas <stefankangas <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Pip Cet <pipcet <at> protonmail.com>
To: bug-gnu-emacs <at> gnu.org, 76523 <at> debbugs.gnu.org,
 Spencer Baugh <sbaugh <at> janestreet.com>, Andrea Corallo <acorallo <at> gnu.org>
Subject: Re: bug#76523: 30.0.93; with-native-compilation=aot breaks some Lisp
Date: Mon, 24 Feb 2025 16:23:28 +0000
"Spencer Baugh via \"Bug reports for GNU Emacs, the Swiss army knife of text editors\"" <bug-gnu-emacs <at> gnu.org> writes:

> 1. cd ~/src/emacs/emacs-30
> 2. ./configure --without-all --without-x --with-zlib --with-native-compilation=aot && make -j64
> 3. ./src/emacs --batch --eval '(progn (require '\''package) (package-read-from-string "((emacs \"26.1\"))"))'
> 4. Observe this error:
> Error: error ("Can’t read whole string")
>   error("Can't read whole string")
>   package-read-from-string("((emacs \"26.1\"))")
>   (progn (require 'package) (package-read-from-string "((emacs \"26.1\"))"))
>   eval((progn (require 'package) (package-read-from-string "((emacs \"26.1\"))")) t)
>   command-line-1(("--eval" "(progn (require 'package) (package-read-from-string \"((emacs \\\"26.1\\\"))\"))"))
>   command-line()
>   normal-top-level()
> Can’t read whole string

This is bug#63288, fixed on master but not on emacs-30, IIUC.  One
warkaround is not to pass "-j64" to make.

https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63288

Pip





This bug report was last modified 109 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.