[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: broken (or missing) packages after 'error in process sentinel: async
From: |
Michelangelo Rodriguez |
Subject: |
Re: broken (or missing) packages after 'error in process sentinel: async-handle-result: End of file during parsing' |
Date: |
Wed, 08 Mar 2023 06:18:44 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
chad <yandros@gmail.com> writes:
> This used to happen to me pretty often when I would update emacs, relaunch
> it, and
> then immediately update packages. What I saw was that async native compile
> would
> schedule/start a file, package.el would update that elpa package with new
> code, and
> then async-jit-native-compile would try to compile the since-replaced file.
> It went away when I started giving the new emacs a little time to catch up
> before
> running package-list-packages; I would sometimes manually work around the
> problem
> with package-recompile-all.
My workaround as i experiment what you described is to use `M-x
package-update-all' and that should solve this temporary problem.