reassign
Hi,
First of all, thanks for reporting issues you experience and sorry it
took a while to reply.
On 05-05-2023 04:27,
kolA...@kolahilft.de wrote:
> But "apt dist-upgrade" didn't upgrade some packages.
Did you follow the upgrade procedure as outlined in the release notes,
or is $(apt dist-upgrade) all you ran? It has happened before that apt
can't figure out an upgrade path in one go, but when ran twice it does
(the bullseye release notes had something on a particular known problem
IIRC).
> So I had to do it
> manually. Should it be that way?
Ideally not, no.
> apt install \
> vkd3d-compiler/bookworm \
> libvkd3d-dev/bookworm \
> libvkd3d-dev:i386/bookworm \
> libappindicator1/bookworm
>
> By this the vkd3d packages where upgraded to bookworm and
> libappindicator1 was replaced with libayatana-appindicator1 and
> libayatana-indicator7.
Hmm.
> I also had wx3.0-headers installed.
> And I had to install the new +version manually.
>
> apt install wx3.2-headers
>
>
> Maybe related:
> My "apt dist-upgrade" from Debian 11 to 12 ended with an error.
> See here:
>
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=994081#32
Was this before or after the issue you pointed out above? I assume apt
already told you before this error it wouldn't upgrade everything,
right? Did you retry running $(apt dist-upgrade) again after this error?
Paul