What's my next step?
Using:
versioninfo()
Julia Version 0.5.0-rc0+63
Commit 75404d1* (2016-07-30 05:51 UTC)
Platform Info:
System: Linux (x86_64-suse-linux)
CPU: Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz
WORD_SIZE: 64
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell)
LAPACK: libopenblas64_
LIBM: libopenlibm
LLVM: libLLVM-3.7.1 (ORCJIT, haswell)
Make and make testall run fine, but on PkgUpdate() I get the eponymous
error:
Pkg.update()
INFO: Updating METADATA...
INFO: Updating cache of Blosc...
INFO: Updating cache of MultivariateStats...
INFO: Updating cache of HDF5...
INFO: Updating FixedPointNumbers master...
INFO: Updating SHA master...
INFO: Updating PyCall master...
INFO: Updating Tk master...
INFO: Updating Winston master...
INFO: Updating RDatasets master...
INFO: Updating PyPlot master...
INFO: Updating MacroTools master...
INFO: Updating BinDeps master...
INFO: Updating Cairo master...
INFO: Updating ImageView master...
INFO: Updating DataFrames master...
INFO: Updating URIParser master...
INFO: Computing changes...
ERROR: FunctionalDataUtils's requirements can't be satisfied because of the
following fixed packages: SHA
in resolve(::Dict{String,Base.Pkg.Types.VersionSet},
::Dict{String,Dict{VersionNumber,Base.Pkg.Types.Available}},
::Dict{String,Tuple{VersionNumber,Bool}},
::Dict{String,Base.Pkg.Types.Fixed}, ::Dict{String,VersionNumber},
::Set{String}) at ./pkg/entry.jl:487
in update(::String, ::Set{String}) at ./pkg/entry.jl:458
in
(::Base.Pkg.Dir.##2#3{Array{Any,1},Base.Pkg.Entry.#update,Tuple{String,Set{String}}})()
at ./pkg/dir.jl:31
in
cd(::Base.Pkg.Dir.##2#3{Array{Any,1},Base.Pkg.Entry.#update,Tuple{String,Set{String}}},
::String) at ./file.jl:59
in #cd#1(::Array{Any,1}, ::Function, ::Function, ::String,
::Vararg{Any,N}) at ./pkg/dir.jl:31
in update() at ./pkg/pkg.jl:210