Issue updating pokerth

Removed from /etc/pacman.conf

[community]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

Run sudo pacman-mirrors --fasttrack && sudo pacman -Syyu and got these errors:

 core                  139.9 KiB   219 KiB/s 00:01 [----------------------] 100%
 extra                   8.3 MiB  2.86 MiB/s 00:03 [----------------------] 100%
 multilib              140.0 KiB   532 KiB/s 00:00 [----------------------] 100%
:: Starting full system upgrade...
warning: zsh-theme-powerlevel10k: local (1.20.0-4) is newer than extra (1.20.0-2)
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing boost-libs (1.87.0-3) breaks dependency 'boost-libs=1.86.0' required by pokerth

Any idea how to fix it?

pokerth is an AUR package, so you need to remove it before you update:

sudo pacman -R pokerth

After the update, you can then re-build pokerth against the new boost libraries:

pamac build pokerth
2 Likes

Just be aware of the pokerth package maintainer’s note from 2025-02-20:

For the moment, if you upgrade boost-libs and boost to 1.87.0, for pokerth to continue working you need to downgrade boost & boost-libs to version 1.86.0 and perhaps skip updating them until a fix is available

1 Like

I’ve moved the discussion to a new topic as outlined.

:100:

Users are responsible for maintaining their own AUR packages.

Hint: Make a list of what packages need to be rebuilt on what for the future. That’s how I learned. :wink:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.