all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Installing packages and (invalid-read-syntax "#<")
@ 2022-02-24 17:47 Eric Abrahamsen
  2022-02-24 17:52 ` Lars Ingebrigtsen
  2022-02-24 18:05 ` Andreas Schwab
  0 siblings, 2 replies; 7+ messages in thread
From: Eric Abrahamsen @ 2022-02-24 17:47 UTC (permalink / raw)
  To: emacs-devel

For several weeks, every time I update packages I get the error below.
Recently it seems to be raised once per package updated. Does anyone
know what might be causing this?


Debugger entered--Lisp error: (invalid-read-syntax "#<")
  signal(invalid-read-syntax ("#<"))
  package--with-response-buffer-1("https://melpa.org/packages/" #f(compiled-function () #<bytecode 0x87891e2fe419da4>) :file "fountain-mode-20220223.1041.tar" :async nil :error-function #<subr F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_73> :noerror nil)
  package-install-from-archive(#s(package-desc :name fountain-mode :version (20220223 1041) :summary "Major mode for screenwriting in Fountain markup" :reqs ((emacs (24 4)) (seq (2 20))) :kind tar :archive "melpa" :dir nil :extras ((:commit . "63f29cbd66b9a3d2ff11ff99b36d4d095638d084") (:authors ("Paul W. Rankin" . "pwr@bydasein.com")) (:maintainer "Paul W. Rankin" . "pwr@bydasein.com") (:keywords "wp" "text") (:url . "https://github.com/rnkn/fountain-mode")) :signed nil))
  package-download-transaction((#s(package-desc :name fountain-mode :version (20220223 1041) :summary "Major mode for screenwriting in Fountain markup" :reqs ((emacs (24 4)) (seq (2 20))) :kind tar :archive "melpa" :dir nil :extras ((:commit . "63f29cbd66b9a3d2ff11ff99b36d4d095638d084") (:authors ("Paul W. Rankin" . "pwr@bydasein.com")) (:maintainer "Paul W. Rankin" . "pwr@bydasein.com") (:keywords "wp" "text") (:url . "https://github.com/rnkn/fountain-mode")) :signed nil)))
  package-install(#s(package-desc :name fountain-mode :version (20220223 1041) :summary "Major mode for screenwriting in Fountain markup" :reqs ((emacs (24 4)) (seq (2 20))) :kind tar :archive "melpa" :dir nil :extras ((:commit . "63f29cbd66b9a3d2ff11ff99b36d4d095638d084") (:authors ("Paul W. Rankin" . "pwr@bydasein.com")) (:maintainer "Paul W. Rankin" . "pwr@bydasein.com") (:keywords "wp" "text") (:url . "https://github.com/rnkn/fountain-mode")) :signed nil) dont-select)




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Installing packages and (invalid-read-syntax "#<")
  2022-02-24 17:47 Installing packages and (invalid-read-syntax "#<") Eric Abrahamsen
@ 2022-02-24 17:52 ` Lars Ingebrigtsen
  2022-02-24 17:59   ` Eric Abrahamsen
  2022-02-24 18:05 ` Andreas Schwab
  1 sibling, 1 reply; 7+ messages in thread
From: Lars Ingebrigtsen @ 2022-02-24 17:52 UTC (permalink / raw)
  To: Eric Abrahamsen; +Cc: emacs-devel

Eric Abrahamsen <eric@ericabrahamsen.net> writes:

> For several weeks, every time I update packages I get the error below.
> Recently it seems to be raised once per package updated. Does anyone
> know what might be causing this?
>
> Debugger entered--Lisp error: (invalid-read-syntax "#<")
>   signal(invalid-read-syntax ("#<"))

What's in the buffer when you get this?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Installing packages and (invalid-read-syntax "#<")
  2022-02-24 17:52 ` Lars Ingebrigtsen
@ 2022-02-24 17:59   ` Eric Abrahamsen
  2022-02-24 18:09     ` Lars Ingebrigtsen
  0 siblings, 1 reply; 7+ messages in thread
From: Eric Abrahamsen @ 2022-02-24 17:59 UTC (permalink / raw)
  To: emacs-devel

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Eric Abrahamsen <eric@ericabrahamsen.net> writes:
>
>> For several weeks, every time I update packages I get the error below.
>> Recently it seems to be raised once per package updated. Does anyone
>> know what might be causing this?
>>
>> Debugger entered--Lisp error: (invalid-read-syntax "#<")
>>   signal(invalid-read-syntax ("#<"))
>
> What's in the buffer when you get this?

Which buffer do you mean? I see this when running an update from
*Packages*. I hit "U", it starts doing its thing, and then raises these
errors from the process sentinel. The actual update/installation seems
to succeed just fine, and it goes on to update/install the next package
successfully, usually followed by this error again.




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Installing packages and (invalid-read-syntax "#<")
  2022-02-24 17:47 Installing packages and (invalid-read-syntax "#<") Eric Abrahamsen
  2022-02-24 17:52 ` Lars Ingebrigtsen
@ 2022-02-24 18:05 ` Andreas Schwab
  2022-02-24 18:10   ` Eric Abrahamsen
  1 sibling, 1 reply; 7+ messages in thread
From: Andreas Schwab @ 2022-02-24 18:05 UTC (permalink / raw)
  To: Eric Abrahamsen; +Cc: emacs-devel

See bug#53678.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Installing packages and (invalid-read-syntax "#<")
  2022-02-24 17:59   ` Eric Abrahamsen
@ 2022-02-24 18:09     ` Lars Ingebrigtsen
  2022-02-24 18:13       ` Eric Abrahamsen
  0 siblings, 1 reply; 7+ messages in thread
From: Lars Ingebrigtsen @ 2022-02-24 18:09 UTC (permalink / raw)
  To: Eric Abrahamsen; +Cc: emacs-devel

Eric Abrahamsen <eric@ericabrahamsen.net> writes:

> Which buffer do you mean?

Whatever buffer it's in.  :-)  Doing `e (current-buffer) RET' in the
right backtrace frame should tell you which buffer.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Installing packages and (invalid-read-syntax "#<")
  2022-02-24 18:05 ` Andreas Schwab
@ 2022-02-24 18:10   ` Eric Abrahamsen
  0 siblings, 0 replies; 7+ messages in thread
From: Eric Abrahamsen @ 2022-02-24 18:10 UTC (permalink / raw)
  To: emacs-devel

Andreas Schwab <schwab@linux-m68k.org> writes:

> See bug#53678.

Ah! That does look like it, I'll watch that. Thanks for the pointer.




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Installing packages and (invalid-read-syntax "#<")
  2022-02-24 18:09     ` Lars Ingebrigtsen
@ 2022-02-24 18:13       ` Eric Abrahamsen
  0 siblings, 0 replies; 7+ messages in thread
From: Eric Abrahamsen @ 2022-02-24 18:13 UTC (permalink / raw)
  To: emacs-devel

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Eric Abrahamsen <eric@ericabrahamsen.net> writes:
>
>> Which buffer do you mean?
>
> Whatever buffer it's in.  :-)  Doing `e (current-buffer) RET' in the
> right backtrace frame should tell you which buffer.

Pretty sure it's the bug Andreas pointed out. I shut off
async-bytecomp-package-mode, uninstalled and re-installed a package, and
didn't see the error.




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-02-24 18:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-24 17:47 Installing packages and (invalid-read-syntax "#<") Eric Abrahamsen
2022-02-24 17:52 ` Lars Ingebrigtsen
2022-02-24 17:59   ` Eric Abrahamsen
2022-02-24 18:09     ` Lars Ingebrigtsen
2022-02-24 18:13       ` Eric Abrahamsen
2022-02-24 18:05 ` Andreas Schwab
2022-02-24 18:10   ` Eric Abrahamsen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.