Skip to content

Instantly share code, notes, and snippets.

@natschil
Created September 4, 2018 12:23
Show Gist options
  • Save natschil/1f3999a905cac1891ae8078427155853 to your computer and use it in GitHub Desktop.
Save natschil/1f3999a905cac1891ae8078427155853 to your computer and use it in GitHub Desktop.
Errors
julia> using OrdinaryDiffEq
[ Info: Precompiling OrdinaryDiffEq [1dea7af3-3e70-54e6-95c3-0bf5283fa5ed]
ERROR: LoadError: LoadError: LoadError: UndefVarError: @pack not defined
Stacktrace:
[1] top-level scope
[2] include at ./boot.jl:317 [inlined]
[3] include_relative(::Module, ::String) at ./loading.jl:1038
[4] include at ./sysimg.jl:29 [inlined]
[5] include(::String) at /home/nathanael/.julia/packages/OrdinaryDiffEq/c746g/src/OrdinaryDiffEq.jl:1
[6] top-level scope at none:0
[7] include at ./boot.jl:317 [inlined]
[8] include_relative(::Module, ::String) at ./loading.jl:1038
[9] include(::Module, ::String) at ./sysimg.jl:29
[10] top-level scope at none:2
[11] eval at ./boot.jl:319 [inlined]
[12] eval(::Expr) at ./client.jl:389
[13] top-level scope at ./none:3
in expression starting at /home/nathanael/.julia/packages/OrdinaryDiffEq/c746g/src/perform_step/exponential_rk_perform_step.jl:1434
in expression starting at /home/nathanael/.julia/packages/OrdinaryDiffEq/c746g/src/perform_step/exponential_rk_perform_step.jl:1416
in expression starting at /home/nathanael/.julia/packages/OrdinaryDiffEq/c746g/src/OrdinaryDiffEq.jl:98
ERROR: Failed to precompile OrdinaryDiffEq [1dea7af3-3e70-54e6-95c3-0bf5283fa5ed] to /home/nathanael/.julia/compiled/v1.0/OrdinaryDiffEq/DlSvy.ji.
Stacktrace:
[1] error(::String) at ./error.jl:33
[2] macro expansion at ./logging.jl:313 [inlined]
[3] compilecache(::Base.PkgId, ::String) at ./loading.jl:1184
[4] _require(::Base.PkgId) at ./logging.jl:311
[5] require(::Base.PkgId) at ./loading.jl:852
[6] macro expansion at ./logging.jl:311 [inlined]
[7] require(::Module, ::Symbol) at ./loading.jl:834
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment