I've got a problem with the package Tk. It seems to be a dependency for 
ImageView. I tried to do Pkg.build("Tk"), but it didn't help. This is the 
result of Pkg.test("Tk")

julia> Pkg.test("Tk")
INFO: Computing test dependencies for Tk...
INFO: No packages to install, update or remove
INFO: Testing Tk
ERROR: Tk not properly installed. Please run Pkg.build("Tk")
 in error at ./error.jl:21
 in include at /usr/bin/../lib64/julia/sys.so
 in include_from_node1 at /usr/bin/../lib64/julia/sys.so
 in reload_path at ./loading.jl:152
 in _require at ./loading.jl:67
 in require at ./loading.jl:52
 in include at /usr/bin/../lib64/julia/sys.so
 in include_from_node1 at ./loading.jl:128
 in process_options at /usr/bin/../lib64/julia/sys.so
 in _start at /usr/bin/../lib64/julia/sys.so
while loading /home/matthias/.julia/v0.3/Tk/src/Tk.jl, in expression 
starting on line 24
while loading /home/matthias/.julia/v0.3/Tk/test/runtests.jl, in expression 
starting on line 2
========================================================================================[
 
ERROR: Tk 
]=========================================================================================


failed process: Process(`/usr/bin/julia 
/home/matthias/.julia/v0.3/Tk/test/runtests.jl`, ProcessExited(1)) [1]


==============================================================================================================================================================================================
INFO: No packages to install, update or remove
ERROR: Tk had test errors
 in error at ./error.jl:21
 in test at ./pkg/entry.jl:718
 in anonymous at ./pkg/dir.jl:28
 in cd at /usr/bin/../lib64/julia/sys.so
 in cd at ./pkg/dir.jl:28
 in test at ./pkg.jl:67


I also tried Pkg.build() (without the "Tk"), but the error is quite long so 
I used Pastebin <http://pastebin.com/3kZQhCyh>. How do I fix this?

Reply via email to