Search Criteria
Package Details: janet-lang 1.37.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/janet-lang.git (read-only, click to copy) |
---|---|
Package Base: | janet-lang |
Description: | A dynamic Lisp dialect and bytecode vm |
Upstream URL: | https://janet-lang.org/ |
Licenses: | MIT |
Conflicts: | janet-lang-git |
Provides: | janet, jpm |
Submitter: | GrayJack |
Maintainer: | psagers |
Last Packager: | psagers |
Votes: | 15 |
Popularity: | 0.039417 |
First Submitted: | 2019-02-24 02:32 (UTC) |
Last Updated: | 2024-12-06 16:21 (UTC) |
Dependencies (2)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- git (git-gitAUR, git-glAUR) (make)
Required by (9)
- bagatto (requires janet) (make)
- bagatto (requires janet) (optional)
- ec (requires janet) (make)
- janet-http
- janet-jdn
- janet-posix-spawn
- janet-spork
- janet-spork-git (requires janet)
- pantagruel (requires janet) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
subsetpark commented on 2020-05-15 21:49 (UTC)
jpm build
, on a fresh install, doesn't work in a way that suggests an improper installation.It seems that under
janet-lang 1.9.0-1
, thelibjanet.a
file is not being correctly installed. It's present in the src/build directory before packaging, but doesn't get installed alongsidelibjanet.so
.Similarly, the
jpm show-paths
command produces potentially odd results:Note that
libpath
looks a bit odd compared to the rest.lerouxrgd commented on 2020-04-27 19:34 (UTC)
@GrayJack Thank you for the help, it fixed my setup! I ended up with:
export JANET_PATH=~/.local/lib/janet
GrayJack commented on 2020-04-27 12:48 (UTC)
@lerouxrgd You get that cause you don't have write permission on /usr/lib/janet
If you run with as root or with sudo it will work, although it's recommended to set JANET_MODPATH environment variable for janet in a place you can write into, like ~/.local/lib/janet
lerouxrgd commented on 2020-04-26 15:57 (UTC) (edited on 2020-04-26 15:57 (UTC) by lerouxrgd)
ruzsa.balazs commented on 2020-04-03 06:06 (UTC)
Permissions of /usr/share/janet are still wrong (0644 instead of 0755).
GrayJack commented on 2020-03-15 06:16 (UTC)
@jonathon, love it, much better!! I'll push the changes in a little bit
jonathon commented on 2020-03-14 16:29 (UTC)
@GrayJack I've attempted to streamline the installation steps a little.
git diff
:GrayJack commented on 2020-03-02 17:19 (UTC)
Oops, sorry, fixed now!! Thanks to notice this error :)
ruzsa.balazs commented on 2020-03-01 11:04 (UTC)
PKGBUILD sets wrong permissions on
/usr/share/janet
:This resulted in the following warning when I upgraded from 1.6.0:
GrayJack commented on 2020-02-26 03:14 (UTC)
Nac, do still have issues? I updated the way it installs the files
« First ‹ Previous 1 2 3 4 5 Next › Last »