void-linux / void-packages

The Void source packages collection
https://voidlinux.org
Other
2.59k stars 2.16k forks source link

lsp-plugins not available for aarch64 #50394

Closed 38github closed 6 months ago

38github commented 6 months ago

I compiled it and installed using xdowngrade since xi and xbps-install doesn't seem to allow it being install which I guess is because it strangely isn't available for aarch64 but for x86_64 and i686.

dkwo commented 6 months ago

it's marked as nocross, so you'd have to compile it yourself for aarch64, see nocross="Build system doesn't support cross-compilation properly"

classabbyamp commented 6 months ago

if you built it with xbps-src, xi should be able to see it

38github commented 6 months ago

if you built it with xbps-src, xi should be able to see it

Strange but no matter what I tried which always works with all the other packages I compile did notwork. It said that it was not inthe repository. I then saw on the site that it is not available for aarch64 and I believethe other ARM architectures so I assumed that xi and xbps-install with --repository somehow looks up firstif it is present in a repo before it installs.