Package Details: openrct2-git 0.4.29.r93.gea3ef47943-1

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)

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=on addresses 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

67% tests passed, 3 tests failed out of 9

Total Test time (real) =   0.85 sec

The following tests FAILED:
      7 - ride_ratings (Failed)
      8 - multilaunch (Failed)
      9 - tile_elements (Failed)
Errors while running CTest
make: *** [Makefile:106: test] Error 8
==> ERROR: Se produjo un fallo en check().
    Cancelando...

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