Search Criteria
Package Details: loko 0.12.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/loko.git (read-only, click to copy) |
---|---|
Package Base: | loko |
Description: | An optimizing R6RS Scheme compiler |
Upstream URL: | https://scheme.fail |
Keywords: | Scheme |
Licenses: | AGPL3 |
Submitter: | erkin |
Maintainer: | erkin |
Last Packager: | erkin |
Votes: | 1 |
Popularity: | 0.000910 |
First Submitted: | 2020-06-22 09:49 (UTC) |
Last Updated: | 2023-12-10 02:29 (UTC) |
Latest Comments
mutt commented on 2023-12-10 02:40 (UTC)
you're welcome :) another thing i noticed is that there's no need to pull Akku and Chez as dependencies, since the release tarball will do the build with the prebuilt binary bundled in it, but that's mostly a minor thing :)
erkin commented on 2023-12-10 02:30 (UTC)
Thanks for the heads up, I just fixed it with v0.12.1.
mutt commented on 2023-12-02 00:03 (UTC) (edited on 2023-12-02 00:04 (UTC) by mutt)
I think line 17 in the PKGBUILD should be
make PREFIX="/usr"
instead ofPREFIX="/usr" make
, I've installed this package and loading libraries fails since it tries to load them from/usr/local
, and compiling myself I can see thatPREFIX="/usr" make
results in the PREFIX variable not getting set.