Open MasonProtter opened 5 years ago
I tried adding using Libdl
to the top line of build.jl
and now it appears that it built, but pkg claims to be stuck resolving package versions
for a very long time.
(v1.1) pkg> build Vectorize
Building SpecialFunctions → `~/.julia/packages/SpecialFunctions/fvheQ/deps/build.log`
Building Vectorize ───────→ `~/.julia/dev/Vectorize/deps/build.log`
Resolving package versions...
Update: I interrupted the Resolving package versions
which caused julia
to crash
^C^Cfatal: error thrown and no exception handler available.
InterruptException()
jl_run_once at /Users/mason/julia/src/jl_uv.c:186
process_events at ./libuv.jl:98 [inlined]
wait at ./event.jl:246
task_done_hook at ./task.jl:309
jl_apply at /Users/mason/julia/src/./julia.h:1571 [inlined]
finish_task at /Users/mason/julia/src/task.c:174
start_task at /Users/mason/julia/src/task.c:582
but once I restarted julia, things seem to work. I ran the test suite and all tests passed.
Looks like we need a
using Libdl
in the build script.