-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Build failure: llm-ls for aarch64-darwin #273596
Labels
0.kind: build failure
A package fails to build
Comments
would you be willing to make a PR to unbreak |
I'm happy to make the PR for |
Is this issue potentially related to #19098? It appears to be of the same form. |
JackSullivan
added a commit
to JackSullivan/nixpkgs
that referenced
this issue
Dec 12, 2023
13 tasks
13 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
darwin
is currently inbadPlatforms
forllm-ls
, but it does build fine onaarch64-darwin
outside of nixpkgs.Steps To Reproduce
On
aarch64-darwin
nix build nixpkgs/nixos-23.11#llm-ls
fails to build with 'not available on the requested host platform' (This is expected). When I removedarwin
frombadPlatforms
it says it can't find theSecurity
framework (I believe needed by the rust packagesecurity-framework-sys:2.9.1
).When I alter the llm-ls build script to add
buildInputs = lib.optional stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ];
, it fails with a bunch ofUndefined symbols for architecture arm64
errors (see full log below). However, If I just clone the relevant checkpoint of thellm-ls
repo and runnix run nixpkgs/nixos-23.11#cargo -- build
, it builds and runs fine.Build log
Build Log Gist
Notify maintainers
@jfvillablanca
Metadata
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: