Search Criteria
Package Details: pokerth 1.1.2-47
Package Actions
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) |
Dependencies (8)
- boost-libs
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- gsasl (gsasl-ntlmAUR)
- protobuf (protobuf-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- sdl_mixer
- tinyxml (tinyxml-gitAUR)
- boost (boost-gitAUR) (make)
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
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!
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »