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 2020-12-14 17:53 (UTC) (edited on 2020-12-14 17:57 (UTC) by blacktav)

@semcore The patch from xx55tt was incorporated in release 15 on dec 10 which should build cleanly.

However, another change has since come through requiring a further rebuild. The package has been bumped to 16 to trigger a rebuild

  • My own comment to report release 15 seems to have gone astray
  • kudos to xx55tt for the fix

semcore commented on 2020-12-11 02:39 (UTC)

I tried adding xx55tt's suggestion and adding this line to my PKGBUILD file: qmake CONFIG+="client" DEFINES+="BOOST_BIND_GLOBAL_PLACEHOLDERS" QMAKE_CFLAGS_ISYSTEM= -spec linux-g++ ${pkgname}.pro

And it made no difference to me. I ran makepkg -s , and still got the same error as before. "error in build". A failure occurred in build.

Any ideas how to fix this or when it might be fixed in the AUR?

Thanks!

xx55tt commented on 2020-12-09 20:30 (UTC) (edited on 2020-12-09 20:30 (UTC) by xx55tt)

A small patch is needed: https://pastebin.com/U6r6fkv7

In the PKGBUILD add BOOST_BIND_GLOBAL_PLACEHOLDERS to the DEFINES variable:

qmake CONFIG+="client" DEFINES+="BOOST_BIND_GLOBAL_PLACEHOLDERS" QMAKE_CFLAGS_ISYSTEM= -spec linux-g++ ${pkgname}.pro

snap.ve commented on 2020-12-09 17:32 (UTC)

make[1]: [Makefile.pokerth_lib:1848: obj/serveracceptwebhelper.o] Error 1 make[1]: Leaving directory '/tmp/pokerth/src/pokerth-1.1.2-rc' make: [Makefile:105: sub-pokerth_lib-pro-make_first-ordered] Error 2 ==> ERROR: A failure occurred in build(). Aborting...

blacktav commented on 2020-07-19 16:14 (UTC)

If you get an error "unable to unpack server list" for Internet games, you need to edit your settings to point at an https page: see the PokerTH website

PhotonX commented on 2020-06-08 17:12 (UTC)

greensmurf: It says "of memory" in line 4, maybe you are out of memory, either RAM or hard disk space?

blacktav commented on 2020-06-04 08:30 (UTC)

Bumped; thanks for the heads-up