Search Criteria
Package Details: open-adventure 1.20-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/open-adventure.git (read-only, click to copy) |
|---|---|
| Package Base: | open-adventure |
| Description: | Port of the 'Colossal Cave Adventure' text-based adventure game |
| Upstream URL: | http://www.catb.org/~esr/open-adventure/ |
| Keywords: | games |
| Licenses: | BSD |
| Conflicts: | advent |
| Submitter: | duthils |
| Maintainer: | kleintux |
| Last Packager: | kleintux |
| Votes: | 9 |
| Popularity: | 0.000000 |
| First Submitted: | 2017-07-30 22:12 (UTC) |
| Last Updated: | 2026-01-09 19:24 (UTC) |
Dependencies (4)
- asciidoc (asciidoc-gitAUR) (make)
- libedit (make)
- python (make)
- python-yaml (python-yaml-gitAUR) (make)
Latest Comments
1 2 Next › Last »
GaryScottMartin commented on 2026-01-09 22:09 (UTC) (edited on 2026-01-09 22:10 (UTC) by GaryScottMartin)
Latest version appears to require
asciidoctor,asciidoclisted inmakedependsis insufficient.duthils commented on 2024-11-25 04:25 (UTC)
Suggestions added, thanks a lot :)
penguintamer commented on 2024-11-13 05:47 (UTC)
My MAKEFLAGS are set to parallel make by default, but one of the tests depends on a previous one. Anyone else with a similar setup will probably be confused by the error. Please update the make check line to force serial execution of the tests to prevent the error:
failed test:
Thanks!
penguintamer commented on 2024-11-13 05:43 (UTC) (edited on 2024-11-13 05:48 (UTC) by penguintamer)
While building in chroot, I found that libedit was not declared as a dependency:
Adding
depends=('libedit')to PKGBUILD fixes this. Please update the AUR.duthils commented on 2023-11-23 00:11 (UTC)
Thanks for the report, I could reproduce. I made the changes you suggested.
cyberpunkrocker commented on 2023-11-22 05:09 (UTC) (edited on 2023-11-22 05:11 (UTC) by cyberpunkrocker)
All the messages are now, of course, in Finnish:
duthils commented on 2023-11-22 04:29 (UTC)
Thanks for reporting, I can't reproduce with either fi_FI.UTF-8 or fr_FR.UTF-8:
Could you share the error you get when compiling, please?
cyberpunkrocker commented on 2023-11-21 18:03 (UTC)
Building open-adventure on my device is possible only if I prefix makepkg with
The build tests fail if I use my default locale fi_FI.UTF8. I suppose the build would fail similar way with all non-english locales? Could you please modify the PKGBUILD so it temporarily resets the locale to C/english for the build time?
torpe23 commented on 2021-05-29 22:53 (UTC)
Thanks, appreciate it! Works like a charm now :)
duthils commented on 2021-05-26 01:18 (UTC)
Thank you for the report!
I fixed the URL and updated to 1.9.
1 2 Next › Last »