[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Make check fails against master with "Trace/BPT trap ${dir}$tst" on
From: |
Simon Josefsson |
Subject: |
Re: Make check fails against master with "Trace/BPT trap ${dir}$tst" on OSX |
Date: |
Mon, 21 Nov 2011 10:46:37 +0100 |
User-agent: |
Gnus/5.110018 (No Gnus v0.18) Emacs/23.2 (gnu/linux) |
Shea Levy <address@hidden> 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