Package Details: pokerth 1.1.2-51

Git Clone URL: https://aur.archlinux.org/pokerth.git (read-only, click to copy)
Package Base: pokerth
Description: Client to online Poker game written in C++/Qt
Upstream URL: http://www.pokerth.net/
Licenses: GPL, custom
Submitter: blacktav
Maintainer: blacktav
Last Packager: blacktav
Votes: 25
Popularity: 0.30
First Submitted: 2018-01-08 23:25 (UTC)
Last Updated: 2025-05-05 08:49 (UTC)

Pinned Comments

blacktav commented on 2025-03-31 19:11 (UTC) (edited on 2025-03-31 19:15 (UTC) by blacktav)

Because so many issues have developed of late due to the age of the original 1.1.2 release which is now triggering deprecations in associated code (boost, QT amongst others) it is becoming increasingly difficult for PokerTH to age gracefully.

The recommended solution by the PokerTH team is to use a jailed version of the original source code and locked versions of dependencies such as boost & QT: such as that made available for flatpak.

If you prefer to use flatpak (rather than limping along with this AUR release):

1 install flatpak with pacman or whatever

https://archlinux.org/packages/extra/x86_64/flatpak/

2 then head over to https://flathub.org/apps/net.pokerth.PokerTH

to find out how to deploy and run a "stable" version of pokerth

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

blacktav commented on 2022-01-04 12:05 (UTC)

Bumped to 19 for new version of boost lib

Linuxfreakgraz commented on 2021-03-19 07:08 (UTC)

I have now rebuild and installed the new version. Now it works.

blacktav commented on 2021-03-18 18:17 (UTC)

pokerth has been bumped to 17 to force a rebuild @Linuxfreakgraz: you just needed to rebuild pokerth so it would pick-up the revised protobuf package

fungalnet commented on 2021-03-18 17:59 (UTC)

extra/protobuf 3.15.6-1

this is the one you should have from extra not from AUR

Linuxfreakgraz commented on 2021-03-18 16:59 (UTC)

@fungalnet I have now installed the latest library from the AUR. pokerth pokerth: symbol lookup error: pokerth: undefined symbol: _ZN6google8protobuf8internal20InitProtobufDefaultsEv

fungalnet commented on 2021-03-18 16:38 (UTC)

protobuf has been bumped to a new version, and the current library is .26 instead of .23. Building the pkg against the newer library will make it work fine. This has happened before, everytime protobuf was bumped.

protobuf /usr/lib/libprotobuf.so.26.0.6

Linuxfreakgraz commented on 2021-03-18 16:28 (UTC)

pokerth 1.1.2-16 will not run.

(gdb) file pokerth Reading symbols from pokerth... (No debugging symbols found in pokerth) (gdb) run Starting program: /usr/bin/pokerth pokerth /usr/bin/pokerth: error while loading shared libraries: libprotobuf.so.23: cannot open shared object file: No such file or directory [Inferior 1 (process 2469) exited with code 0177] (gdb)

locate libprotobuf /usr/lib/libprotobuf-lite.so /usr/lib/libprotobuf-lite.so.22 /usr/lib/libprotobuf-lite.so.23 /usr/lib/libprotobuf-lite.so.23.0.4 /usr/lib/libprotobuf.so /usr/lib/libprotobuf.so.22 /usr/lib/libprotobuf.so.23 /usr/lib/libprotobuf.so.23.0.4

I have no idea what happened.