[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: build of b2fb73db2f throws error for dashboard
From: |
Stefan Monnier |
Subject: |
Re: build of b2fb73db2f throws error for dashboard |
Date: |
Tue, 02 Aug 2022 04:18:23 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
Majzoub, Eric [2022-08-01 13:15:32] wrote:
> On Mon, 2022-08-01 at 08:12 +0000, Philip Kaludercic wrote:
>> I've had the same issue and could resolve it by running
>>
>> $ make extraclean
>> $ ./configure [... whatever flags one uses...]
>> $ make
>>
>> and then M-x package-recompile-all right after starting Emacs.
>
> This worked. Thank you!
If `M-x package-recompile-all` is needed, it means we introduced an
incompatibility, so we should investigate it, make sure it's at the very
least documented in `etc/NEWS` (and preferably fix the incompatibility
instead).
Stefan