Gallium.jl icon indicating copy to clipboard operation
Gallium.jl copied to clipboard

Gallium fails to precompile

Open josefsachsconning opened this issue 8 years ago • 4 comments

Using master branches of julia and Gallium and its dependencies.

AWS-Sachs-Ubuntu$ usr/bin/julia
               _
   _       _ _(_)_     |  A fresh approach to technical computing
  (_)     | (_) (_)    |  Documentation: http://docs.julialang.org
   _ _   _| |_  __ _   |  Type "?help" for help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 0.6.0-dev.624 (2016-09-14 14:07 UTC)
 _/ |\__'_|_|_|\__'_|  |  Commit 0baa867 (0 days old master)
|__/                   |  x86_64-linux-gnu

julia> using Gallium
INFO: Precompiling module Gallium.
ERROR: LoadError: UndefVarError: LambdaInfo not defined
 in include_from_node1(::String) at ./loading.jl:541
 in macro expansion; at ./none:2 [inlined]
 in anonymous at ./<missing>:?
 in eval(::Module, ::Any) at ./boot.jl:238
 in process_options(::Base.JLOptions) at ./client.jl:239
 in _start() at ./client.jl:326
while loading /home/sachs/.julia/v0.6/ASTInterpreter/src/ASTInterpreter.jl, in expression starting on line 58
ERROR: LoadError: Failed to precompile ASTInterpreter to /home/sachs/.julia/lib/v0.6/ASTInterpreter.ji.
 in compilecache(::String) at ./loading.jl:663
 in require(::Symbol) at ./loading.jl:424
 in include_from_node1(::String) at ./loading.jl:541
 in macro expansion; at ./none:2 [inlined]
 in anonymous at ./<missing>:?
 in eval(::Module, ::Any) at ./boot.jl:238
 in process_options(::Base.JLOptions) at ./client.jl:239
 in _start() at ./client.jl:326
while loading /home/sachs/.julia/v0.6/Gallium/src/Gallium.jl, in expression starting on line 3
ERROR: Failed to precompile Gallium to /home/sachs/.julia/lib/v0.6/Gallium.ji.
 in compilecache(::String) at ./loading.jl:663
 in require(::Symbol) at ./loading.jl:453

josefsachsconning avatar Sep 14 '16 14:09 josefsachsconning

https://github.com/JuliaLang/julia/pull/18413. Ideally I'd recommend staying on 0.5

Keno avatar Sep 14 '16 16:09 Keno

Okay, I won't try Gallium on 0.6 until I hear that the coast is clear.

josefsachsconning avatar Sep 14 '16 16:09 josefsachsconning

Is there any roadmap for Gallium on v0.6 (and/or a way to chip in?)

jgoldfar avatar Sep 18 '16 14:09 jgoldfar

Still no news? Julia 0.6.0 was officially released. Gallium still can't be precompiled.

antrubler avatar Jun 27 '17 18:06 antrubler