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

Build failure: zig #353702

Open
ryanseipp opened this issue Nov 4, 2024 · 1 comment
Open

Build failure: zig #353702

ryanseipp opened this issue Nov 4, 2024 · 1 comment
Labels
0.kind: build failure A package fails to build 2.status: fix-in-staging This issue has been fixed in staging but is not yet in the channels or master 6.topic: darwin Running or building packages on Darwin 6.topic: zig

Comments

@ryanseipp
Copy link

Steps To Reproduce

Steps to reproduce the behavior:

  1. nix repl
  2. :lf github:nixos/nixpkgs/7ffd9ae656aec493492b44d0ddfb28e79a1ea25d
  3. :b outputs.legacyPackages.aarch64-darwin.zig

Build log

https://gist.github.com/ryanseipp/9ecd265a0ab3fcd41383413f770e1990

Additional context

Appears to be a path lookup problem.

# looking up
/nix/store/4s8z8il6zyq77ixy4b8kfzwsnz90vsrm-apple-sdk-11.3/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk//nix/store/4s8z8il6zyq77ixy4b8kfzwsnz90vsrm-apple-sdk-11.3/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/usr/lib/system/libunwind.tbd
# actual path
/nix/store/4s8z8il6zyq77ixy4b8kfzwsnz90vsrm-apple-sdk-11.3/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/usr/lib/system/libunwind.tbd

Notify maintainers

@andrewrk @figsoda

Metadata

❯ nix-shell -p nix-info --run "nix-info -m"
 - system: `"aarch64-darwin"`
 - host os: `Darwin 24.1.0, macOS 15.1`
 - multi-user?: `yes`
 - sandbox: `no`
 - version: `nix-env (Nix) 2.24.9`
 - nixpkgs: `/Users/ryanseipp/.nix-defexpr/channels/nixpkgs`

Add a 👍 reaction to issues you find important.

@ryanseipp ryanseipp added the 0.kind: build failure A package fails to build label Nov 4, 2024
@FliegendeWurst FliegendeWurst added 6.topic: zig 6.topic: darwin Running or building packages on Darwin labels Nov 4, 2024
@emilazy
Copy link
Member

emilazy commented Nov 5, 2024

Fixed by #353383.

@emilazy emilazy added the 2.status: fix-in-staging This issue has been fixed in staging but is not yet in the channels or master label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: build failure A package fails to build 2.status: fix-in-staging This issue has been fixed in staging but is not yet in the channels or master 6.topic: darwin Running or building packages on Darwin 6.topic: zig
Projects
None yet
Development

No branches or pull requests

3 participants