Search Criteria
Package Details: openrct2-git 0.4.29.r93.gea3ef47943-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/openrct2-git.git (read-only, click to copy) |
|---|---|
| Package Base: | openrct2-git |
| Description: | Open source re-implementation of Roller Coaster Tycoon 2 (requires full copy of the game) |
| Upstream URL: | https://openrct2.io |
| Licenses: | GPL-3.0-or-later |
| Conflicts: | openrct2 |
| Provides: | openrct2 |
| Submitter: | grahamedgecombe |
| Maintainer: | rctdude2 |
| Last Packager: | rctdude2 |
| Votes: | 29 |
| Popularity: | 0.003333 |
| First Submitted: | 2014-05-27 09:56 (UTC) |
| Last Updated: | 2025-12-14 20:43 (UTC) |
Dependencies (24)
- curl (curl-gitAUR, curl-c-aresAUR)
- flac (flac-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoled-aw3225qfAUR, freetype2-qdoled-gen3AUR, freetype2-gitAUR, freetype2-macosAUR, freetype2-qdoledAUR, freetype2-woledAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- icu (icu-gitAUR)
- libogg (libogg-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR)
- libzip (libzip-gitAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- sdl2AUR (sdl2-gitAUR, sdl2-compat-gitAUR, sdl2-compat)
- speexdsp (speexdsp-gitAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- zstd (zstd-gitAUR, zstd-staticAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR, n2-gitAUR) (make)
- nlohmann-json (nlohmann-json-gitAUR) (make)
- alsa-lib (optional) – ALSA audio driver
- Show 4 more dependencies...
Required by (1)
- rct2-data-gog (requires openrct2) (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 14 Next › Last »
axiac commented on 2018-06-11 15:41 (UTC)
Hey @janisozaur, tried it and got the same error as @wyre, and couldn't find where to pass "--nocheck".
janisozaur commented on 2018-06-11 13:43 (UTC)
@axiac can you check if adding
-DPORTABLE=onaddresses that? Otherwise can you provide more logs? The tests in question all require objects' json data, which should get obtained during cmake packaging, but either it doesn't or it is in improper path.axiac commented on 2018-06-11 13:40 (UTC)
I still had this issue, as of yesterday.
alextee commented on 2018-06-04 10:31 (UTC)
Same issue here, 3 tests failed.
jfernandz commented on 2018-06-01 12:08 (UTC)
I've could package it using --nocheck parameter to makepkg, but I suspect the issue persist, may be related with make version, I guess.
grahamedgecombe commented on 2018-05-31 17:51 (UTC)
I can't reproduce this - does it work now? I guess it could've been an upstream bug that has been fixed already.
You can pass --nocheck to makepkg to skip the tests if necessary.
jfernandz commented on 2018-05-28 22:06 (UTC) (edited on 2018-05-28 22:07 (UTC) by jfernandz)
Packaging process fails to check() stage
grahamedgecombe commented on 2018-05-23 20:27 (UTC)
thanks, I've added a dependency on icu.
I've also switched to the forked version of rapidjson so the package builds on GCC 8.1.
janisozaur commented on 2018-05-23 09:01 (UTC)
We merged https://github.com/OpenRCT2/OpenRCT2/pull/7385 which adds dependency on ICU
janisozaur commented on 2018-05-21 10:37 (UTC) (edited on 2018-05-21 10:38 (UTC) by janisozaur)
@goddisignz this is not the full error. GCC by default ignores
-Wno-*options and will only display them once encountered actual error, which you skipped. We do test with GCC 8.1 in our CI setup and you may have ran into https://github.com/Tencent/rapidjson/issues/1205 which the upstream maintainers have not bothered to address for the last few months (please do go nag them). If that's the case, either disable discord-rpc (in PKGBUILD) or switch to my hacked version of rapidjson at<https://github.com/janisozaur/rapidjson> patch-1« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 14 Next › Last »