Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

luarocks installed with an error on android (Termux Environment) #208

Closed
amsitlab opened this issue Mar 19, 2024 · 4 comments
Closed

luarocks installed with an error on android (Termux Environment) #208

amsitlab opened this issue Mar 19, 2024 · 4 comments
Labels
wontfix This will not be worked on

Comments

@amsitlab
Copy link

luarocks has been installed on ~/.local/share/nvim/rocks by typing nvim -u NORC -c "source installer.lua with following an error for next execution
FYI: luarocks for termux have an patch for their environment please see here for details if rocks.nvim want to support neovim user on android
thanks

@mrcjkb
Copy link
Member

mrcjkb commented Mar 19, 2024

Hey 👋

Wow, that's an interesting use case we definitely hadn't thought of yet.

We can look into it, but I'm sure there will be some more issues down the line.
rocks.nvim depends on toml-edit, which requires a rust toolchain to compile.

We currently provide binary rocks for linux-x86_64, macos-x86_64, macos-aarch64 and win32-x86_64 (built on GitHub hosted runners). As GitHub doesn't support linux-aarch64, we would have to set up a self-hosted runner for it (This could be a viable option).

@amsitlab
Copy link
Author

We can look into it, but I'm sure there will be some more issues down the line. rocks.nvim depends on toml-edit, which requires a rust toolchain to compile.

Don't worry about that, Termux have rust package on their repository

@mrcjkb
Copy link
Member

mrcjkb commented Mar 22, 2024

I don't think the rocks.nvim install script applying the termux patches is a viable option.
But I believe you should be able to install rocks.nvim if you have luarocks installed, and deselect the "Set up luarocks" option in the installer?

Maybe it's also a good idea to deselect the option by default if we can detect a correctly configured installation.

@mrcjkb
Copy link
Member

mrcjkb commented Apr 23, 2024

Closing, as it's not feasible for us to support termux.
See the manual installation guide in the wiki.

@mrcjkb mrcjkb closed this as not planned Won't fix, can't repro, duplicate, stale Apr 23, 2024
@mrcjkb mrcjkb added wontfix This will not be worked on and removed needs-triage labels Sep 21, 2024
@mrcjkb mrcjkb mentioned this issue Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants