From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.bugs Subject: bug#53678: 29.0.50; Invalid read syntax: "#<" for package install in Windows Date: Thu, 3 Feb 2022 19:16:23 +0000 Message-ID: References: <83wnie7ht9.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36113"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 53678 <53678@debbugs.gnu.org>, Stefan Monnier To: Shuguang Sun Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Feb 03 20:42:21 2022 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nFhzo-0009DJ-Hv for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 03 Feb 2022 20:42:20 +0100 Original-Received: from localhost ([::1]:39574 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nFhzn-0006ZQ-GB for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 03 Feb 2022 14:42:19 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:50792) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nFhbM-0000ak-Gm for bug-gnu-emacs@gnu.org; Thu, 03 Feb 2022 14:17:04 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:35696) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nFhbK-000257-7O for bug-gnu-emacs@gnu.org; Thu, 03 Feb 2022 14:17:03 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nFhbK-00059r-4F for bug-gnu-emacs@gnu.org; Thu, 03 Feb 2022 14:17:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Alan Mackenzie Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 03 Feb 2022 19:17:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53678 X-GNU-PR-Package: emacs Original-Received: via spool by 53678-submit@debbugs.gnu.org id=B53678.164391579418498 (code B ref 53678); Thu, 03 Feb 2022 19:17:02 +0000 Original-Received: (at 53678) by debbugs.gnu.org; 3 Feb 2022 19:16:34 +0000 Original-Received: from localhost ([127.0.0.1]:57826 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFhas-0004o4-FJ for submit@debbugs.gnu.org; Thu, 03 Feb 2022 14:16:34 -0500 Original-Received: from colin.muc.de ([193.149.48.1]:41569 helo=mail.muc.de) by debbugs.gnu.org with smtp (Exim 4.84_2) (envelope-from ) id 1nFhao-0004gf-Lt for 53678@debbugs.gnu.org; Thu, 03 Feb 2022 14:16:32 -0500 Original-Received: (qmail 41148 invoked by uid 3782); 3 Feb 2022 19:16:24 -0000 Original-Received: from acm.muc.de (p4fe158a0.dip0.t-ipconnect.de [79.225.88.160]) (using STARTTLS) by colin.muc.de (tmda-ofmipd) with ESMTP; Thu, 03 Feb 2022 20:16:23 +0100 Original-Received: (qmail 9185 invoked by uid 1000); 3 Feb 2022 19:16:23 -0000 Content-Disposition: inline In-Reply-To: X-Submission-Agent: TMDA/1.3.x (Ph3nix) X-Primary-Address: acm@muc.de X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:225912 Archived-At: 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: # , 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 "# 发自我的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" >> 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).