Anyone else out there with these problems?
https://ody.sh/x3qcURI65V

Do that - it's propably a newer protobuf or libboost version after an Arch Update. The client source code needs to be patched a liitle - like the maintainer of the AUR package did here before: https://aur.archlinux.org/cgit/aur.git/ ... ?h=pokerth
Here we go again.blacktav commented on 2025-02-08 12:01 (UTC) (edited on 2025-02-08 13:19 (UTC) by blacktav)
Lastest boost (1.87.0) breaks build due to deprecation removals Need to hold/downgrade boost & boost-libs to 1.86.0 (release 49 pins boost to this version)
Specifically io_service has been deprecated (in src/db/serverdbfactory.h and elsewhere) and possibly other removals; can anyone assist please?
My woes grow deeper. Arch Linux Users are unable to play pokerth at this time.> makepkg --syncdeps --install
==> Making package: pokerth 1.1.2-49 (Sun 09 Feb 2025 14:08:26 CET)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[sudo] password for servusdei:
error: target not found: boost-libs=1.86.0
==> ERROR: 'pacman' failed to install missing dependencies.
==> Missing dependencies:
-> boost-libs=1.86.0
==> Checking buildtime dependencies...
==> Installing missing dependencies...
[sudo] password for servusdei:
error: target not found: boost=1.86.0
==> ERROR: 'pacman' failed to install missing dependencies.
==> Missing dependencies:
-> boost=1.86.0
==> ERROR: Could not resolve all dependencies.
[servusdei@~/AurBuilds/pokerth]