Precompiling Caesar failes

Dear all,
I updated my packages, and precompiling Caesar now fails. It worked a few weeks ago. I am using Julia 1.1 on Linux (Ubuntu 18.04), 64 bits.

Any idea?

Precompiling Caesar
[ Info: Precompiling Caesar [62eebf14-49bc-5f46-9df9-f7b7ef379406]
[ Info: Multithreaded convolutions possible, Threads.nthreads()=1. See addFactor!(.;threadmodel=MultiThreaded).
[ Info: KernelDensityEstimate.FORCE_EVAL_DIRECT = true
[ Info: KernelDensityEstimate.FORCE_EVAL_DIRECT = true
WARNING: Method definition lsf(IncrementalInference.FactorGraph) in module IncrementalInference at /home/ufechner/.julia/packages/IncrementalInference/w5U4i/src/Deprecated.jl:233 overwritten at /home/ufechner/.julia/packages/IncrementalInference/w5U4i/src/Deprecated.jl:287.
WARNING: Method definition lsf(IncrementalInference.FactorGraph) in module IncrementalInference at /home/ufechner/.julia/packages/IncrementalInference/w5U4i/src/Deprecated.jl:287 overwritten at /home/ufechner/.julia/packages/IncrementalInference/w5U4i/src/Deprecated.jl:233.
WARNING: ignoring conflicting import of IncrementalInference.compare into RoME
WARNING: Method definition lsf(IncrementalInference.FactorGraph) in module IncrementalInference at /home/ufechner/.julia/packages/IncrementalInference/w5U4i/src/Deprecated.jl:287 overwritten at /home/ufechner/.julia/packages/IncrementalInference/w5U4i/src/Deprecated.jl:233.
ERROR: LoadError: InitError: UndefVarError: libwand not defined
Stacktrace:
[1] magickgenesis at /home/ufechner/.julia/packages/ImageMagick/vMfoS/src/libmagickwand.jl:28 [inlined]
[2] init() at /home/ufechner/.julia/packages/ImageMagick/vMfoS/src/libmagickwand.jl:35
[3] _include_from_serialized(::String, ::Array{Any,1}) at ./loading.jl:633
[4] _require_search_from_serialized(::Base.PkgId, ::String) at ./loading.jl:713
[5] _require(::Base.PkgId) at ./loading.jl:937
[6] require(::Base.PkgId) at ./loading.jl:858
[7] require(::Module, ::Symbol) at ./loading.jl:853
[8] include at ./boot.jl:326 [inlined]
[9] include_relative(::Module, ::String) at ./loading.jl:1038
[10] include(::Module, ::String) at ./sysimg.jl:29
[11] top-level scope at none:2
[12] eval at ./boot.jl:328 [inlined]
[13] eval(::Expr) at ./client.jl:404
[14] top-level scope at ./none:3
during initialization of module ImageMagick
in expression starting at /home/ufechner/.julia/packages/Caesar/HFYLk/src/Caesar.jl:15
ERROR: Failed to precompile Caesar [62eebf14-49bc-5f46-9df9-f7b7ef379406] to /home/ufechner/.julia/compiled/v1.1/Caesar/BNbRm.ji.
Stacktrace:
[1] error(::String) at ./error.jl:33
[2] compilecache(::Base.PkgId, ::String) at ./loading.jl:1197
[3] precompile(::Pkg.Types.Context) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:429
[4] do_precompile!(::Dict{Symbol,Any}, ::Array{String,1}, ::Dict{Symbol,Any}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/REPLMode.jl:612
[5] #invokelatest#1(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::Any, ::Any, ::Vararg{Any,N} where N) at ./essentials.jl:742
[6] invokelatest(::Any, ::Any, ::Vararg{Any,N} where N) at ./essentials.jl:741
[7] do_cmd!(::Pkg.REPLMode.PkgCommand, ::REPL.LineEditREPL) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/REPLMode.jl:561
[8] #do_cmd#30(::Bool, ::Function, ::REPL.LineEditREPL, ::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/REPLMode.jl:536
[9] do_cmd at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/REPLMode.jl:532 [inlined]
[10] (::getfield(Pkg.REPLMode, Symbol(“##48#51”)){REPL.LineEditREPL,REPL.LineEdit.Prompt})(::REPL.LineEdit.MIState, ::Base.GenericIOBuffer{Array{UInt8,1}}, ::Bool) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/REPLMode.jl:967
[11] #invokelatest#1 at ./essentials.jl:742 [inlined]
[12] invokelatest at ./essentials.jl:741 [inlined]
[13] run_interface(::REPL.Terminals.TextTerminal, ::REPL.LineEdit.ModalInterface, ::REPL.LineEdit.MIState) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/REPL/src/LineEdit.jl:2273
[14] run_frontend(::REPL.LineEditREPL, ::REPL.REPLBackendRef) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/REPL/src/REPL.jl:1035
[15] run_repl(::REPL.AbstractREPL, ::Any) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/REPL/src/REPL.jl:192
[16] (::getfield(Base, Symbol(“##734#736”)){Bool,Bool,Bool,Bool})(::Module) at ./client.jl:362
[17] #invokelatest#1 at ./essentials.jl:742 [inlined]
[18] invokelatest at ./essentials.jl:741 [inlined]
[19] run_main_repl(::Bool, ::Bool, ::Bool, ::Bool, ::Bool) at ./client.jl:346
[20] exec_options(::Base.JLOptions) at ./client.jl:284
[21] _start() at ./client.jl:436

Nobody has an idea?
Shall I create an issue? :thinking:

I’m running into a different issue during precompile with the latest released version, but I don’t get any errors when I dev Caesar in a new project.

I don’t think Dehann and GearsAD are very active on Discourse, so that’s probably a good idea.