Shea Levy <s...@shealevy.com> writes: > Hello all, > > The continuous build system at > http://hydra.nixos.org/jobset/gnu/libidn-master fails to successfully > build rev 5f79ec02b76ed7f552d875a38a9915d5b4f977dc on OSX due to all > 12 tests failing. Each test fails with a message along the lines of > "/bin/sh: line 5: 19600 Trace/BPT trap ${dir}$tst", see the > bottom of http://hydra.nixos.org/build/1559609/log/raw for the exact > messages.
Hi! The error message is dyld: Library not loaded: /nix/store/fi21cqw5w5j2f1kcmjpwxdlxb8kbi360-libidn-1.22.10/lib/libidn.11.dylib Referenced from: /private/tmp/nix-build-v209ii98nhqzzzkymgmm854lm9qfqxhf-libidn-1.22.10.drv-0/libidn-1.22.10.g5f79ec0/tests/./tst_stringprep Reason: image not found /bin/sh: line 5: 19482 Trace/BPT trap ${dir}$tst FAIL: tst_stringprep This looks like the binary (or rather the runtime linker) is failing to find the libidn shared library. I have pushed a change to use -no-install instead of -static when building the self-tests, which may solve the issue. Please retry! /Simon _______________________________________________ Help-libidn mailing list Help-libidn@gnu.org https://lists.gnu.org/mailman/listinfo/help-libidn