Just updated to release-0.3, and did make clean. But now I don't get far at all:
make /bin/sh ./config.status config.status: creating libuv.pc config.status: creating Makefile config.status: executing depfiles commands config.status: executing libtool commands GEN include/uv-dtrace.h /usr/bin/dtrace invalid option -xnolibs Isaiah Norton wrote: > Master has some major breaking changes right now and it will take some time > to settle things out. People should use 'git checkout release-0.3' for the > stable branch unless they are working on/with master. > On Nov 4, 2014 8:10 AM, "Neal Becker" > <[email protected]> wrote: > >> After playing with julia a bit some weeks ago, I attempted to update to the >> latest git, but have some problems: >> >> 1. On startup: >> julia> ERROR: String not defined >> >> 2. Now let's update: >> >> julia> Pkg.update() >> INFO: Updating METADATA... >> INFO: Updating cache of SHA... >> INFO: Updating cache of ZMQ... >> INFO: Updating cache of Nettle... >> INFO: Updating cache of PyCall... >> INFO: Updating cache of JSON... >> INFO: Updating cache of BinDeps... >> INFO: Updating cache of PyPlot... >> INFO: Updating cache of URIParser... >> INFO: Updating cache of FixedPointNumbers... >> INFO: Updating cache of IJulia... >> INFO: Updating cache of Color... >> INFO: Updating cache of ArrayViews... >> INFO: Updating Cxx... >> INFO: Computing changes... >> INFO: Cloning cache of Compat from git:// >> github.com/JuliaLang/Compat.jl.git >> INFO: Cloning cache of LaTeXStrings from >> git://github.com/stevengj/LaTeXStrings.jl.git >> INFO: Upgrading ArrayViews: v0.4.6 => v0.4.8 >> INFO: Upgrading BinDeps: v0.3.3 => v0.3.6 >> INFO: Upgrading Color: v0.3.4 => v0.3.10 >> INFO: Installing Compat v0.1.0 >> INFO: Upgrading FixedPointNumbers: v0.0.2 => v0.0.4 >> INFO: Upgrading IJulia: v0.1.14 => v0.1.15 >> INFO: Upgrading JSON: v0.3.7 => v0.3.9 >> INFO: Installing LaTeXStrings v0.1.0 >> INFO: Upgrading Nettle: v0.1.4 => v0.1.6 >> INFO: Upgrading PyCall: v0.4.8 => v0.4.10 >> INFO: Upgrading PyPlot: v1.3.0 => v1.4.0 >> INFO: Upgrading SHA: v0.0.2 => v0.0.3 >> INFO: Upgrading URIParser: v0.0.2 => v0.0.3 >> INFO: Upgrading ZMQ: v0.1.13 => v0.1.14 >> INFO: Building Nettle >> >> WARNING: deprecated syntax "{}" at >> /home/nbecker/.julia/v0.4/BinDeps/src/BinDeps.jl:103. >> Use "[]" instead. >> >> WARNING: deprecated syntax "{}" at >> /home/nbecker/.julia/v0.4/BinDeps/src/BinDeps.jl:104. >> Use "[]" instead. >> >> WARNING: deprecated syntax "(String=>String)[]" at >> /home/nbecker/.julia/v0.4/BinDeps/src/BinDeps.jl:146. >> Use "Dict{String,String}()" instead. >> >> WARNING: deprecated syntax "(String=>String)[]" at >> /home/nbecker/.julia/v0.4/BinDeps/src/BinDeps.jl:147. >> Use "Dict{String,String}()" instead. >> >> WARNING: deprecated syntax "(String=>String)[]" at >> /home/nbecker/.julia/v0.4/BinDeps/src/BinDeps.jl:148. >> Use "Dict{String,String}()" instead. >> >> WARNING: deprecated syntax "(String=>String)[]" at >> /home/nbecker/.julia/v0.4/BinDeps/src/BinDeps.jl:149. >> Use "Dict{String,String}()" instead. >> ===============================[ ERROR: Nettle >> ]================================ >> >> String not defined >> while loading /home/nbecker/.julia/v0.4/BinDeps/src/BinDeps.jl, in >> expression >> starting on line 45 >> while loading /home/nbecker/.julia/v0.4/Nettle/deps/build.jl, in expression >> starting on line 1 >> >> >> ================================================================================ >> INFO: Building ZMQ >> =================================[ ERROR: ZMQ >> ]================================= >> >> @setup not defined >> while loading /home/nbecker/.julia/v0.4/ZMQ/deps/build.jl, in expression >> starting on line 4 >> >> >> ================================================================================ >> INFO: Building IJulia >> Found IPython version 2.1.0 ... ok. >> Creating julia profile in IPython... >> ===============================[ ERROR: IJulia >> ]================================ >> >> String not defined >> while loading /home/nbecker/.julia/v0.4/IJulia/deps/build.jl, in expression >> starting on line 28 >> >> >> ================================================================================ >> >> ================================[ BUILD ERRORS >> ]================================ >> >> WARNING: IJulia, Nettle and ZMQ had build errors. >> >> - packages with build errors remain installed in /home/nbecker/.julia/v0.4 >> - build a package and all its dependencies with `Pkg.build(pkg)` >> - build a single package by running its `deps/build.jl` script >> >> >> ================================================================================ >> >> julia> >> >> -- >> -- Those who don't understand recursion are doomed to repeat it >> >> -- -- Those who don't understand recursion are doomed to repeat it
