Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation fails on julia master #90

Closed
Cody-G opened this issue Aug 23, 2017 · 2 comments
Closed

Compilation fails on julia master #90

Cody-G opened this issue Aug 23, 2017 · 2 comments
Labels

Comments

@Cody-G
Copy link

Cody-G commented Aug 23, 2017

Error message:

julia> using Blink
INFO: Precompiling module Blink.
ERROR: LoadError: LoadError: LoadError: UndefVarError: __inits__ not defined
Stacktrace:
 [1] include_relative(::Module, ::String) at ./loading.jl:464
 [2] include at ./sysimg.jl:14 [inlined]
 [3] include(::String) at /home/cody/.julia/v0.7/Blink/src/Blink.jl:3
 [4] include_relative(::Module, ::String) at ./loading.jl:464
 [5] include at ./sysimg.jl:14 [inlined]
 [6] include(::String) at /home/cody/.julia/v0.7/Blink/src/Blink.jl:3
 [7] include_relative(::Module, ::String) at ./loading.jl:464
 [8] include(::Module, ::String) at ./sysimg.jl:14
 [9] anonymous at ./<missing>:2
while loading /home/cody/.julia/v0.7/Blink/src/content/config.jl, in expression starting on line 320
while loading /home/cody/.julia/v0.7/Blink/src/content/content.jl, in expression starting on line 28
while loading /home/cody/.julia/v0.7/Blink/src/Blink.jl, in expression starting on line 9
ERROR: Failed to precompile Blink to /home/cody/.julia/lib/v0.7/Blink.ji.
Stacktrace:
 [1] compilecache(::String) at ./loading.jl:598
 [2] _require(::Symbol) at ./loading.jl:407
 [3] require(::Symbol) at ./loading.jl:318

I'm not sure how to track this one down, line numbers are wrong. (There aren't 320 lines in config.jl)

@Cody-G Cody-G changed the title Compilation fails on master Compilation fails on julia master Aug 23, 2017
@pfitzseb pfitzseb added the bug label Aug 25, 2017
@BorjaRobles
Copy link

Is this going to be fixed ?

@pfitzseb
Copy link
Member

Yes: #139

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants