-
Notifications
You must be signed in to change notification settings - Fork 23
Can not precompile Gallium #193
Comments
I am working on a Mac with macOS Sierra. Julia version 0.5.0. Gallium version 0.0.4 |
|
Unfortunately, Pkg.free("DWARF") didnt work. |
If you built from source it should be
What does "didn't work" mean? Did it give an error message, or did it just not solve the problem? For more help you'll probably need to post the results of |
You may want to |
Doing |
Gallium doesn't work on 0.6 yet AFAIK. Otherwise, yes, 0.6 is very nice. We're on release candidates now, but it seems that the official release could come in a matter of days. |
i end up in a similar error (struct not defined) on a linux box and v0.5.2 julia, and unfortunately
|
Is this issue currently being worked on? The package still fails on ASTInterpreter. |
Its been figured out
…On Thu, Aug 10, 2017 at 3:55 PM, Andrey Shedko ***@***.***> wrote:
Is this issue currently being worked on?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#193 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/APb1LPFCn-olEHnPS2pynELVT8oMo4m7ks5sW2BIgaJpZM4N77Py>
.
|
Still fails as follows: julia> using Gallium
WARNING: deprecated syntax "local declfile="", declline=0" at /home/rra/.julia/v0.6/Gallium/src/Gallium.jl:455.
Use "local declfile, declline = "", 0" instead.
WARNING: deprecated syntax "local dbgs=nothing, cu=nothing, sp=nothing" at /home/rra/.julia/v0.6/Gallium/src/Gallium.jl:466.
Use "local dbgs, cu, sp = nothing, nothing, nothing" instead.
WARNING: deprecated syntax "abstract LocationSource" at /home/rra/.julia/v0.6/Gallium/src/Gallium.jl:690.
Use "abstract type LocationSource end" instead.
INFO: Precompiling module Gallium.
WARNING: deprecated syntax "local declfile="", declline=0" at /home/rra/.julia/v0.6/Gallium/src/Gallium.jl:455.
Use "local declfile, declline = "", 0" instead.
WARNING: deprecated syntax "local dbgs=nothing, cu=nothing, sp=nothing" at /home/rra/.julia/v0.6/Gallium/src/Gallium.jl:466.
Use "local dbgs, cu, sp = nothing, nothing, nothing" instead.
WARNING: deprecated syntax "abstract LocationSource" at /home/rra/.julia/v0.6/Gallium/src/Gallium.jl:690.
Use "abstract type LocationSource end" instead.
WARNING: deprecated syntax "abstract ReplacementLoc" at /home/rra/.julia/v0.6/ASTInterpreter/src/ASTInterpreter.jl:155.
Use "abstract type ReplacementLoc end" instead.
ERROR: LoadError: syntax: extra token ".¬" after end of expression
Stacktrace:
[1] include_from_node1(::String) at ./loading.jl:569
[2] include(::String) at ./sysimg.jl:14
[3] anonymous at ./<missing>:2
while loading /home/rra/.julia/v0.6/ASTInterpreter/src/ASTInterpreter.jl, in expression starting on line 914
ERROR: LoadError: Failed to precompile ASTInterpreter to /home/rra/.julia/lib/v0.6/ASTInterpreter.ji.
Stacktrace:
[1] compilecache(::String) at ./loading.jl:703
[2] _require(::Symbol) at ./loading.jl:456
[3] require(::Symbol) at ./loading.jl:398
[4] include_from_node1(::String) at ./loading.jl:569
[5] include(::String) at ./sysimg.jl:14
[6] anonymous at ./<missing>:2
while loading /home/rra/.julia/v0.6/Gallium/src/Gallium.jl, in expression starting on line 3
ERROR: Failed to precompile Gallium to /home/rra/.julia/lib/v0.6/Gallium.ji.
Stacktrace:
[1] compilecache(::String) at ./loading.jl:703
[2] _require(::Symbol) at ./loading.jl:490
[3] require(::Symbol) at ./loading.jl:398 |
^ Am having the same problem, can't precompile with the same error message |
I'm having the same error as @Qiyamah too. |
Same error as @Qiyamah |
I also got an error when compiling Gallium (see in the attached file |
I also got some similar issues with Julia 0.7. I have updated the packages. julia> using Gallium
[ Info: Precompiling Gallium [87a02803-f0ee-5d26-846e-298423f06ab0]
WARNING: importing deprecated binding Base.Nullable into DebuggerFramework.
ERROR: LoadError: ArgumentError: invalid type for argument val in method definition for print_var at /
usr/people/jingpeng/.julia/packages/DebuggerFramework/9yZZM/src/DebuggerFramework.jl:14
Stacktrace:
[1] top-level scope at none:0
[2] include at ./boot.jl:317 [inlined]
[3] include_relative(::Module, ::String) at ./loading.jl:1038
[4] include(::Module, ::String) at ./sysimg.jl:29
[5] top-level scope at none:2
[6] eval at ./boot.jl:319 [inlined]
[7] eval(::Expr) at ./client.jl:399
[8] top-level scope at ./none:3
in expression starting at /usr/people/jingpeng/.julia/packages/DebuggerFramework/9yZZM/src/DebuggerFra
mework.jl:13
ERROR: LoadError: Failed to precompile DebuggerFramework [67417a49-6d77-5db2-98c7-c13144130cd2] to /us
r/people/jingpeng/.julia/compiled/v0.7/DebuggerFramework/0bKxs.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:1185
[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
[8] include at ./boot.jl:317 [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:319 [inlined]
[13] eval(::Expr) at ./client.jl:399
[14] top-level scope at ./none:3
in expression starting at /usr/people/jingpeng/.julia/packages/ASTInterpreter2/b1fAq/src/ASTInterpret$ |
You may want to try Rebugger.jl for a 1.0 debugger. @Keno Should we archive Gallium.jl for now? |
I'm relatively new to Julia and wanted to try out Gallium.jl
When I tried I get this error:
I tried to build, remove/add, and checkout the package. But I still get the same error.
Help! Plz?
The text was updated successfully, but these errors were encountered: