JuliaDebug / Gallium.jl

The Julia debugger
Other
174 stars 23 forks source link

precompilation errors #152

Closed musm closed 8 years ago

musm commented 8 years ago

julia> using Gallium
INFO: Recompiling stale cache file C:\Users\Mustafa\.julia\lib\v0.5\VT100.ji for module VT100.
WARNING: Module Compat uuid did not match cache file
  This is likely because module Compat does not support
  precompilation but is imported by a module that does.
WARNING: deserialization checks failed while attempting to load cache from C:\Users\Mustafa\.julia\lib\v0.5\VT100.ji
INFO: Precompiling module VT100...
INFO: Recompiling stale cache file C:\Users\Mustafa\.julia\lib\v0.5\VT100.ji for module VT100.
WARNING: Module Colors uuid did not match cache file
  This is likely because module Colors does not support
  precompilation but is imported by a module that does.
ERROR: __precompile__(true) but require failed to create a precompiled cache file
 in require(::Symbol) at .\loading.jl:366
 in stale_cachefile(::String, ::String) at .\loading.jl:562
 in recompile_stale(::Symbol, ::String) at .\loading.jl:579
 in _require_from_serialized(::Int64, ::Symbol, ::String, ::Bool) at .\loading.jl:173
 in _require_from_serialized(::Int64, ::Symbol, ::Bool) at .\loading.jl:202
 in require(::Symbol) at .\loading.jl:332

julia> versioninfo()
Julia Version 0.5.0-rc3+0
Commit e6f843b (2016-08-22 23:43 UTC)
Platform Info:
  System: NT (x86_64-w64-mingw32)
  CPU: Intel(R) Core(TM) i7-4510U CPU @ 2.00GHz
  WORD_SIZE: 64
  BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell)
  LAPACK: libopenblas64_
  LIBM: libopenlibm
  LLVM: libLLVM-3.7.1 (ORCJIT, haswell)
ViralBShah commented 8 years ago

Cc @vtjnash

ViralBShah commented 8 years ago

If you wipe your package cache and retry, might work. Also 0.5-rc3 has known precompilation bugs.

musm commented 8 years ago

thanks, now works but hitting error https://github.com/Keno/Gallium.jl/issues/126 looks like I have to wait till rc4

Keno commented 8 years ago

Closing due to most likely not being a Gallium bug. If this persists after the precompilation bugs are fixed, please open a new issue.