Hi all. I'm running Julia 0.2.0 on Mac OS X 10.9, and I'm having this issue 
building HDF5:

julia> Pkg.build("HDF5")
INFO: Building Homebrew
HEAD is now at c588ffb Remove git rebasing code that slipped through
HEAD is now at b6300f3 Update nettle bottle
INFO: Building HDF5
============================================================[ ERROR: HDF5 
]=============================================================

Provider PackageManager failed to satisfy dependency libhdf5
at /Users/john/.julia/HDF5/deps/build.jl:30

========================================================================================================================================

============================================================[ BUILD ERRORS 
]============================================================

WARNING: HDF5 had build errors.

 - packages with build errors remain installed in /Users/john/.julia
 - build a package and all its dependencies with `Pkg.build(pkg)`
 - build a single package by running its `deps/build.jl` script

========================================================================================================================================



The offending dependency is nowhere to be found (in constrast to 
this<https://github.com/timholy/HDF5.jl/issues/51>issue):

julia> dlopen("libhdf5")
ERROR: could not load module libhdf5: dlopen(libhdf5.dylib, 1): image notfound
 in dlopen at c.jl:29

Any help appreciated!

Reply via email to