Page 1 of 1
The Woes of an Arch Linux User
Posted: Thu Dec 26, 2024 3:25 pm
by nyx
As an Arch Linux User you get used to pokerth breaking every 4th or 5th time you do a system update. Today I can't even rebuild it from the AUR. I so wish it was in the core repos. I'm running pokerth in a VM using debian at the moment until I can find a solution. I love Arch but I hate the AUR.
Anyone else out there with these problems?
https://ody.sh/x3qcURI65V

Re: The Woes of an Arch Linux User
Posted: Thu Dec 26, 2024 9:47 pm
by sp0ck
You might tryout the flatpak build - it's more update safe:
https://flathub.org/apps/net.pokerth.PokerTH
there also exists a snap build:
https://snapcraft.io/pokerth
Re: The Woes of an Arch Linux User
Posted: Fri Dec 27, 2024 8:22 am
by nyx
Thanks sp0ck, yes I've tried the flatpak build but essentially I need something that can be started from the terminal like thus -
QT_SCALE_FACTOR=1.6 pokerth
so that I can get the window which the game runs in to a comfortable size.
Not sure about snaps but my favourite linux content creators tell me to stay away from them! Saying that I assume it will be the same problem.
I shall pursue the AUR maintainer in good time, somebody called blacktav and see if I can get a fix there.
Re: The Woes of an Arch Linux User
Posted: Fri Dec 27, 2024 1:27 pm
by sp0ck
nyx wrote: ↑Fri Dec 27, 2024 8:22 am
I shall pursue the AUR maintainer in good time, somebody called blacktav and see if I can get a fix there.
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
about the flatpak:
check this -
https://unix.stackexchange.com/question ... k-applicat
.... you can also use flatseal for that:
https://flathub.org/apps/com.github.tchx84.Flatseal
Re: The Woes of an Arch Linux User
Posted: Fri Dec 27, 2024 2:10 pm
by sp0ck
Btw. ... I just saw in the comments of the AUR site that the AUR maintainer already seems to be on it/planning it:
blacktav commented on 2024-12-09 09:44 (UTC)
Bumped for updated libs
Re: The Woes of an Arch Linux User
Posted: Sun Feb 09, 2025 1:14 pm
by nyx
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?
Here we go again.
> 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]
My woes grow deeper. Arch Linux Users are unable to play pokerth at this time.
Re: The Woes of an Arch Linux User
Posted: Sun Feb 09, 2025 4:55 pm
by sp0ck
Why not using the flatpak option? It's to be built latest stable branch code on 1st install. It does even work with QT_SCALE_FACTOR,
I really do insist to the usage of flathub (or snap release) as current qt5 binary won't be continued and current binary dependencies getting older and older.
Re: The Woes of an Arch Linux User
Posted: Thu Apr 03, 2025 5:58 am
by sp0ck