What does /Users/adrian/.julia/Images/deps/deps.jl look like?
By "Darwin" does this mean OSX, or are you running something else on that
machine?
--Tim
On Friday, September 26, 2014 08:43:10 AM Adrian Cuthbertson wrote:
> I had upgraded to 0.4 and then decided to revert to 0.3, with:
> git checkout release-0.3
> make cleanall
> make
>
> I then did a Pkg.update(), but the Images update failed.
> Pkg.build("Images") also.
> Here's the info...
>
> julia> BinDeps.debug("Images")
> INFO: Reading build script...
> ERROR: __init__ not defined
> in include at ./boot.jl:245
> in include_from_node1 at ./loading.jl:128
> in debug_context at /Users/adrian/.julia/BinDeps/src/debug.jl:54
> in debug at /Users/adrian/.julia/BinDeps/src/debug.jl:59
> in debug at /Users/adrian/.julia/BinDeps/src/debug.jl:65
> while loading /Users/adrian/.julia/Images/deps/build.jl, in expression
> starting on line 77
>
> julia> versioninfo()
> Julia Version 0.3.2-pre+23
> Commit db57e41* (2014-09-25 20:26 UTC)
> Platform Info:
> System: Darwin (x86_64-apple-darwin12.5.0)
> CPU: Intel(R) Core(TM)2 Duo CPU T7700 @ 2.40GHz
> WORD_SIZE: 64
> BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Core2)
> LAPACK: libopenblas
> LIBM: libopenlibm
> LLVM: libLLVM-3.3
>
> Any help appreciated,
> Adrian.