janet-lang / jpm

Janet Project Manager
MIT License
65 stars 21 forks source link

JPM won't start on arch linux (installed from package `janet-lang-git` #72

Open glyh opened 1 year ago

glyh commented 1 year ago

Here's the error message:

$ jpm
exec: Failed to execute process '/usr/local/bin/jpm': The file specified the interpreter '/usr/local/bin/janet', which is not an executable command.
$ JANET_PATH=(which janet) jpm # I am using fish
exec: Failed to execute process '/usr/local/bin/jpm': The file specified the interpreter '/usr/local/bin/janet', which is not an executable command.
sogaiu commented 1 year ago

I think the package may be out of date.

The PKGBUILD seems to refer to a not-so-recent version of janet.

I think the listed maintainer (@GrayJack) mentioned he didn't have a whole lot of time to look after things these days and was asking around if someone wanted to take over.

sogaiu commented 1 year ago

@glyh I don't know if this is still an issue for you, but FWIW...

It appears that around 2023-06-02, GrayJack was working on adding another maintainer for the janet-lang AUR package.

The content of that page suggests there are now 2 additional maintainers -- @Schnouki and @tionis.

Admittedly it's a different package and I haven't tried it myself, but perhaps it's a work-around or solution?

tionis commented 1 year ago

GrayJack told me @Schnouki pushed a fix a few days ago, but I haven't tested it yet.

sogaiu commented 1 year ago

Thanks for the status update :)