Search Criteria
Package Details: rosie-git 1.0.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/rosie-git.git (read-only, click to copy) |
---|---|
Package Base: | rosie-git |
Description: | Rosie Pattern Language (RPL) and the Rosie Pattern Engine. |
Upstream URL: | https://gitlab.com/rosie-pattern-language/rosie |
Licenses: | MIT |
Provides: | rosie |
Submitter: | jcob |
Maintainer: | jcob |
Last Packager: | jcob |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2019-01-18 23:15 (UTC) |
Last Updated: | 2019-01-19 02:18 (UTC) |
Dependencies (4)
Required by (0)
Sources (7)
- git+https://github.com/mpeterv/argparse.git#commit=412e6aca393e365f92c0315dfe50181b193f1ace
- git+https://gitlab.com/rosie-pattern-language/lua-cjson.git#commit=1428c9c1aaad56a6342e6e8b65245a56bc10ef71
- git+https://gitlab.com/rosie-pattern-language/lua-modules.git#commit=8ac06333311ea07f9b4ec59f6a1997156fe631a6
- git+https://gitlab.com/rosie-pattern-language/lua-readline.git#commit=4aedcbdb991055d00505752dca86f57fff90bd95
- git+https://gitlab.com/rosie-pattern-language/lua.git#commit=afa03c0331e8907edc47fa75d26c338b22c136ad
- git+https://gitlab.com/rosie-pattern-language/rosie
- git+https://gitlab.com/rosie-pattern-language/rosie-lpeg.git#commit=8f6cf926ffc6c63dcd97240a055acc4340637a46
Latest Comments
osalbahr commented on 2024-01-04 06:41 (UTC)
The install failed using
yay
:kamyir commented on 2023-08-08 21:53 (UTC)
I tried to build and it failed because of git config problems. The error I got:
Before building the package you have to enable file sources in git config:
$ git config --global protocol.file.allow always
Then when you are done, make sure to set it to never or user
$ git config --global protocol.file.allow never
Now Im having trouble because of Lua API version.
jcob commented on 2020-07-26 17:14 (UTC)
hoelzro would you be interested in maintaining the package? I haven't used arch in a while
hoelzro commented on 2020-07-26 17:11 (UTC)
It seems that the build process for Rosie has changed a bit since this PKGBUILD was created, and it doesn't build as-is anymore - the Rosie build process tries to write to
/etc/ld.so.conf.d/librosie.conf
during install, even whenDESTDIR
is set. Details are in this blog post - maybe usingmake copy_to_build
and manually copying files out ofbuild/
into$pkgdir/
would fix the issue?As an interim solution, checking out the commit under the 1.2.1 tag and building works fine!