Hi Ivar, thanks!
I did it and I was able to run Pkg.update(), but now I'm getting some warnings that I didn't get before such as julia> using PyPlot Loading help data... julia> WARNING: async callbacks should take an AsyncWork object as the first argument but, except that, things seem to work fine, is there anything I should worry about? thanks andrea On Friday, 1 August 2014 10:36:27 UTC+1, Ivar Nesje wrote: > > The easy solution is often to rename (or delete) your .julia directory and > run Pkg.init(), and Pkg.add() all your packages again. > > It can probably be fixed with more accuracy, but that is usually more time > consuming. > > Ivar > > kl. 11:24:34 UTC+2 fredag 1. august 2014 skrev Andrea Vigliotti følgende: >> >> Hi all, >> >> >> I haven't been updating Julia for a long while, when I finally did >> yesterday I got the following: >> >> julia> Pkg.update() >> INFO: Updating METADATA... >> ERROR: failed process: Process(`git >> --git-dir=/home/av388/.julia/.cache/Stats merge-base >> 87d1c8d890962dfcfd0b45b82907464787ac7c64 >> 5113ce6044fc554b350ea16f92502f8d6e077a62`, ProcessExited(1)) [1] >> in pipeline_error at process.jl:476 >> in readbytes at process.jl:430 >> in readall at process.jl:437 >> in readchomp at pkg/git.jl:26 >> in installed_version at pkg/read.jl:71 >> in installed at pkg/read.jl:122 >> in update at pkg/entry.jl:254 >> in anonymous at pkg/dir.jl:25 >> in cd at file.jl:22 >> in cd at pkg/dir.jl:25 >> in update at pkg.jl:41 >> >> then after looking at this https://github.com/JuliaLang/julia/issues/7392 >> I did the following: >> >> julia> Pkg.rm("Stats") >> INFO: Nothing to be done >> >> julia> Pkg.add("StatsBase") >> INFO: Installing ArrayViews v0.4.6 >> INFO: Upgrading BinDeps: v0.2.12 => v0.2.14 >> INFO: Upgrading Cairo: v0.2.12 => v0.2.15 >> INFO: Upgrading Cartesian: v0.1.3 => v0.2.2 >> INFO: Upgrading Codecs: v0.1.0 => v0.1.2 >> INFO: Upgrading Color: v0.2.8 => v0.2.10 >> INFO: Upgrading Compose: v0.1.24 => v0.3.4 >> INFO: Rolling back Color from v0.2.10 to v0.2.8 >> INFO: Rolling back Codecs from v0.1.2 to v0.1.0 >> INFO: Rolling back Cartesian from v0.2.2 to v0.1.3 >> INFO: Rolling back Cairo from v0.2.15 to v0.2.12 >> INFO: Rolling back BinDeps from v0.2.14 to v0.2.12 >> INFO: Rolling back install of ArrayViews >> ERROR: Compose: fetch failed to get commit bc8f269d76, please file a bug >> in fetch at pkg/write.jl:15 >> in update at pkg/write.jl:36 >> in resolve at pkg/entry.jl:413 >> in resolve at pkg/entry.jl:363 >> in edit at pkg/entry.jl:24 >> in anonymous at multi.jl:1308 >> >> ERROR: Compose: fetch failed to get commit bc8f269d76, please file a bug >> in wait at task.jl:40 >> in sync_end at multi.jl:1229 >> in add at pkg/entry.jl:1237 >> in add at pkg/entry.jl:71 >> in anonymous at pkg/dir.jl:25 >> in cd at file.jl:22 >> in cd at pkg/dir.jl:25 >> in add at pkg.jl:20 >> >> and then >> >> julia> Pkg.update() >> INFO: Updating METADATA... >> INFO: Computing changes... >> INFO: Installing ArrayViews v0.4.6 >> INFO: Upgrading BinDeps: v0.2.12 => v0.2.14 >> INFO: Upgrading Cairo: v0.2.12 => v0.2.15 >> INFO: Upgrading Cartesian: v0.1.3 => v0.2.2 >> INFO: Upgrading Codecs: v0.1.0 => v0.1.2 >> INFO: Upgrading Color: v0.2.8 => v0.2.10 >> INFO: Upgrading Compose: v0.1.24 => v0.3.4 >> INFO: Rolling back Color from v0.2.10 to v0.2.8 >> INFO: Rolling back Codecs from v0.1.2 to v0.1.0 >> INFO: Rolling back Cartesian from v0.2.2 to v0.1.3 >> INFO: Rolling back Cairo from v0.2.15 to v0.2.12 >> INFO: Rolling back BinDeps from v0.2.14 to v0.2.12 >> INFO: Rolling back install of ArrayViews >> ERROR: Compose: fetch failed to get commit bc8f269d76, please file a bug >> in fetch at pkg/write.jl:15 >> in update at pkg/write.jl:36 >> in resolve at pkg/entry.jl:413 >> in update at pkg/entry.jl:276 >> in anonymous at pkg/dir.jl:25 >> in cd at file.jl:22 >> in cd at pkg/dir.jl:25 >> in update at pkg.jl:41 >> >> does anybody have the same problem or the solution? >> >> thanks, >> >> Andrea >> >
