[Issue 15391] Deadlock in std.net.curl unittest in checkPhase of NixOS package build

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Nov 30 08:45:13 PST 2015


https://issues.dlang.org/show_bug.cgi?id=15391

--- Comment #2 from Thomas Mader <thomas.mader at gmail.com> ---
Running the testsuite in the shell instead of inside the package creation
process gives me an Exception and the process deadlocks in the same place.
So the libcurl dependency cannot be resolved.

****** FAIL debug64 std.net.curl
std.net.curl.CurlException at std/net/curl.d(3885): Failed to load curl, tried
"libcurl.so", "libcurl.so.4", "libcurl-gnutls.so.4", "libcurl-nss.so.4",
"libcurl.so.3".

--


More information about the Digitalmars-d-bugs mailing list