You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lobi@orange4:~/juliarepo$ ../julia04/julia
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "help()" for help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.4.0-dev (2015-05-14 00:12 UTC)
_/ |\__'_|_|_|\__'_| | Commit ff35d98 (0 days old master)
|__/ | x86_64-linux-gnu
julia> Pkg.status()
WARNING: unknown Clang commit c4d18994, metadata may be ahead of package cache
3 required packages:
- Clang 0.0.5+ master
- Gtk 0.8.0
- Winston 0.11.9
13 additional packages:
- BinDeps 0.3.12
- Cairo 0.2.26
- Color 0.4.5
- Compat 0.4.4
- Cxx 0.0.0- master (unregistered)
- DataStructures 0.3.9
- Docile 0.5.0
- FixedPointNumbers 0.0.7
- Graphics 0.1.0
- IniFile 0.2.4
- SHA 0.0.4
- Tk 0.3.3
- URIParser 0.0.5
julia> using DataStructures
Warning: Method definition call(Type{IPv4}, AbstractString) in module Base at socket.jl:35 overwritten in module Compat at /home/lobi/.julia/v0.4/Compat/src/Compat.jl:41.
Warning: Method definition call(Type{IPv6}, AbstractString) in module Base at socket.jl:78 overwritten in module Compat at /home/lobi/.julia/v0.4/Compat/src/Compat.jl:42.
Warning: Method definition isless(T<:Base.IPAddr, T<:Base.IPAddr) in module Base at socket.jl:6 overwritten in module Compat at /home/lobi/.julia/v0.4/Compat/src/Compat.jl:47.
Warning: Method definition call(Type{Dict{K,V}}, Any) in module Base at dict.jl:406 overwritten in module Compat at /home/lobi/.julia/v0.4/Compat/src/Compat.jl:59.
ERROR: LoadError: LoadError: TypeError: apply_type: in Type, expected Type{T}, got Tuple{TypeVar,TypeVar}
in include at ./boot.jl:252
in include_from_node1 at ./loading.jl:134
in reload_path at ./loading.jl:158
in _require at ./loading.jl:70
in require at ./loading.jl:56
in include at ./boot.jl:252
in include_from_node1 at ./loading.jl:134
in reload_path at ./loading.jl:158
in _require at ./loading.jl:70
in require at ./loading.jl:54
while loading /home/lobi/.julia/v0.4/Compat/src/Compat.jl, in expression starting on line 60
while loading /home/lobi/.julia/v0.4/DataStructures/src/DataStructures.jl, in expression starting on line 3
The text was updated successfully, but these errors were encountered:
For some reason your Julia build is missing the build number, which will break Compat and presumably a lot of packages. If you built Julia with NO_GIT=1, then this may be JuliaLang/julia#10851.
The text was updated successfully, but these errors were encountered: