Package Details: pokerth 1.1.2-47

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: 24
Popularity: 0.40
First Submitted: 2018-01-08 23:25 (UTC)
Last Updated: 2024-12-29 16:03 (UTC)

Latest Comments

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

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.

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!