GNU bug report logs -
#53678
29.0.50; Invalid read syntax: "#<" for package install in Windows
Previous Next
Reported by: Shuguang Sun <shuguang79 <at> qq.com>
Date: Tue, 1 Feb 2022 05:49:01 UTC
Severity: normal
Found in version 29.0.50
Done: Michael Heerdegen <michael_heerdegen <at> web.de>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hello again, Shuguang.
On Thu, Feb 03, 2022 at 10:55:02 +0800, Shuguang Sun wrote:
> Thank you Stefan and Alan in another email.
> With the hint, I find out the `async-bytecomp-package-mode` is turn on
> by the package `helm-core`. So it is a bug of `async-bytecomp` maybe,
> and I will report it the package author.
> Sorry for the misleading information in the orignial email.
A hypothesis for what is happening is that a symbol with position,
looking like:
#<symbol foo at 666>
, has somehow got into a .elc file. The loader (contained within the
file .../src/lread.c) chokes when it encounters such a symbol.
If you have an idea which .elc file might be causing the trouble, could
I suggest you visit this file within Emacs. There is a mode for .elc
files. :-). Then search the buffer for the string "#<symbol". Or even
just for the "#<" which the loader might have reported.
> 发自我的iPhone
> ------------------ Original --------------
> Date: Wed,Feb 2,2022 11:32 AM
> Eli Zaretskii [2022-02-01 17:00:34] wrote:
> >> Date: Tue, 01 Feb 2022 13:32:11 +0800
> >> From: Shuguang Sun via "Bug reports for GNU Emacs,
> >> the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org>
> >> When I try to install packages from the Package Menu or the command of
> >> package-install since about two weeks ago, it reports the error:
> >> ```
> >> error in process sentinel: async-when-done: Invalid read syntax: "#<"
> >> error in process sentinel: Invalid read syntax: "#<"
> >> ```
> > Stefan, any thoughts?
> IIUC the above error involves some part of the `async` package.
> Could you give a bit more information about how you hooked `async` with
> `package`?
> Stefan
--
Alan Mackenzie (Nuremberg, Germany).
This bug report was last modified 3 years and 115 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.