-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
wordgrinder: Fix darwin build #33512
Conversation
@GrahamcOfBorg build wordgrinder |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Success for system: aarch64-linux
/nix/store/8202504z9g5qp854ba20lyh327sg7m9g-wordgrinder-0.7.1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Failure for system: x86_64-darwin
140 wrapProgram /nix/store/8w21ij47b807byjgdb2f78zvarsczn2x-hook/nix-support/setup-hook
107 _callImplicitHook /nix/store/zsn4rc9p48hsq6a53357fmk314b0ahg4-stdenv-darwin/setup
124 _eval /nix/store/zsn4rc9p48hsq6a53357fmk314b0ahg4-stdenv-darwin/setup
51 runHook /nix/store/zsn4rc9p48hsq6a53357fmk314b0ahg4-stdenv-darwin/setup
1065 installPhase /nix/store/zsn4rc9p48hsq6a53357fmk314b0ahg4-stdenv-darwin/setup
1239 genericBuild /nix/store/zsn4rc9p48hsq6a53357fmk314b0ahg4-stdenv-darwin/setup
2 main /nix/store/9krlzvny65gdc8s7kpb6lkx8cd02c25b-default-builder.sh
builder for ‘/nix/store/whlxdlp2fzjxckjc8qx7jrdfz75fwlrn-wordgrinder-0.7.1.drv’ failed with exit code 1
error: build of ‘/nix/store/whlxdlp2fzjxckjc8qx7jrdfz75fwlrn-wordgrinder-0.7.1.drv’ failed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Success for system: x86_64-linux
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/j2232nlafxzq205qj1nakd3rzm8kjb1b-wordgrinder-0.7.1
shrinking /nix/store/j2232nlafxzq205qj1nakd3rzm8kjb1b-wordgrinder-0.7.1/bin/.wordgrinder-wrapped
shrinking /nix/store/j2232nlafxzq205qj1nakd3rzm8kjb1b-wordgrinder-0.7.1/bin/.xwordgrinder-wrapped
gzipping man pages under /nix/store/j2232nlafxzq205qj1nakd3rzm8kjb1b-wordgrinder-0.7.1/share/man/
strip is /nix/store/wxn5gn8amxm1w0ikcx4gbs8a17wvss4j-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/j2232nlafxzq205qj1nakd3rzm8kjb1b-wordgrinder-0.7.1/bin
patching script interpreter paths in /nix/store/j2232nlafxzq205qj1nakd3rzm8kjb1b-wordgrinder-0.7.1
checking for references to /tmp/nix-build-wordgrinder-0.7.1.drv-0 in /nix/store/j2232nlafxzq205qj1nakd3rzm8kjb1b-wordgrinder-0.7.1...
/nix/store/j2232nlafxzq205qj1nakd3rzm8kjb1b-wordgrinder-0.7.1
The failure comes from trying to wrap the non-existent
|
3b98e93
to
33f8d63
Compare
@GrahamcOfBorg build wordgrinder |
Failure on x86_64-linux (full log) Partial log (click to expand)
|
Failure on aarch64-linux (full log) Partial log (click to expand)
|
33f8d63
to
63b6010
Compare
@GrahamcOfBorg build wordgrinder |
Success on aarch64-linux (full log) Partial log (click to expand)
|
Success on x86_64-linux (full log) Partial log (click to expand)
|
Success on x86_64-darwin (full log) Partial log (click to expand)
|
Pushed in b8f6510 |
Motivation for this change
Upstream added official darwin support so I think we should add it too.
I dont actually have a darwin machine to test this on but I think it should work.
Things done
build-use-sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)cc @matthiasbeyer