Search Criteria
Package Details: pokerth 1.1.2-49
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.30 |
First Submitted: | 2018-01-08 23:25 (UTC) |
Last Updated: | 2025-02-08 13:18 (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
1 2 3 4 5 6 .. 8 Next › Last »
jlocash commented on 2025-02-15 20:41 (UTC)
I can help here to a certain point. You're dealing with 2 issues here. The boost change breaks the build of pokerth, but it also breaks websocketpp. That hasn't been updated in 5 years. There's a pull request in websocketpp but that is for the develop branch. I also have a patch for websocketpp-master that also works. That seems to resolve the websocketpp side of it. I created a patch that fixes most of the boost-1.87 issues with pokerth. I got it down to 7 errors but I'm not familiar enough with boost to fix the rest. If interested I can provide what I've done.
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?
blacktav commented on 2024-12-29 16:27 (UTC)
Package bumped with updated patch to include labsl_log_internal_nullguard as per @jiocash (thank you) This permits the package to build, install & run; boost deprecated functions may cause other issues - revisions for this will be on-going...
blacktav commented on 2024-12-29 13:44 (UTC)
@Korialo replicating issue now ... working on it
jlocash commented on 2024-12-28 19:44 (UTC)
I think this is caused by a change to protobuf. Add -labsl_log_internal_nullguard to pokerth-1.1.2.patch.2023. boost-1.87.0 deprecates more stuff and creates other issues.
Korialo commented on 2024-12-28 18:46 (UTC)
Same error:
but managed to fix it by adding
--copy-dt-needed-entries
toLDFLAGS
Korialo commented on 2024-12-27 22:17 (UTC)
Build fails:
blacktav commented on 2024-12-09 09:44 (UTC)
Bumped for updated libs
blacktav commented on 2024-10-07 17:11 (UTC)
Bumped for revised libprotobuf
1 2 3 4 5 6 .. 8 Next › Last »