You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: creating test list failed
Caused by:
for `jj-lib-proc-macros`, command `/private/tmp/nix-build-jujutsu-unstable-1d4860c.drv-0/source/target/release/deps/jj_lib_proc_macros-1debf585481c427f --list --format terse` exited with signal 6 (SIGABRT)
--- stdout:
--- stderr:
dyld[67903]: Library not loaded: @rpath/libtest-88e97e58e3f4c34e.dylib
Referenced from: <AD211D3E-FD15-35D0-8619-F904A9F85F2F> /private/tmp/nix-build-jujutsu-unstable-1d4860c.drv-0/source/target/release/deps/jj_lib_proc_macros-1debf585481c427f
Reason: tried: '/private/tmp/nix-build-jujutsu-unstable-1d4860c.drv-0/source/target/aarch64-apple-darwin/release/build/libgit2-sys-ea5f14cdceab7af0/out/build/libtest-88e97e58e3f4c34e.dylib' (no such file), '/private/tmp/nix-build-jujutsu-unstable-1d4860c.drv-0/source/target/aarch64-apple-darwin/release/build/libz-sys-defbe9ee827e75ea/out/lib/libtest-88e97e58e3f4c34e.dylib' (no such file), '/private/tmp/nix-build-jujutsu-unstable-1d4860c.drv-0/source/target/aarch64-apple-darwin/release/deps/libtest-88e97e58e3f4c34e.dylib' (no such file), '/private/tmp/nix-build-jujutsu-unstable-1d4860c.drv-0/source/target/aarch64-apple-darwin/release/libtest-88e97e58e3f4c34e.dylib' (no such file), '/private/tmp/nix-build-jujutsu-unstable-1d4860c.drv-0/source/target/release/deps/libtest-88e97e58e3f4c34e.dylib' (no such file), '/private/tmp/nix-build-jujutsu-unstable-1d4860c.drv-0/source/target/release/libtest-88e97e58e3f4c34e.dylib' (no such file), '/homeless-shelter/lib/libtest-88e97e58e3f4c34e.dylib' (no such file), '/usr/local/lib/libtest-88e97e58e3f4c34e.dylib' (no such file), '/usr/lib/libtest-88e97e58e3f4c34e.dylib' (no such file, not in dyld cache)
@thoughtpolice thanks, I didn't see that issue when searching directly for the error message. Should I close this issue, or leave it open until the PR is merged?
@thoughtpolice thanks, I didn't see that issue when searching directly for the error message. Should I close this issue, or leave it open until the PR is merged?
I made sure to add this issue to the PR so it would auto-close when merged. :) You should be good to go now if you just try nix run or nix profile install.
Description
Steps to Reproduce the Problem
nix run 'github:martinvonz/jj'
Expected Behavior
I should be able to execute the
jj
binary.Actual Behavior
I get the following error:
Full Nix log
It seems to build fine, but the
checkPhase
is the one that's failing.I am by no means a very experienced Nix user, do let me know if I'm making an error here.
Workaround
Overriding the derivation with
doCheck = false
does give me a working binary.Specifications
Platform: macOS
Version: Sonoma 14.2.1
Nix info:
nix-info -m
The text was updated successfully, but these errors were encountered: