Hi all. I'm using Julia 0.2.0 on Mac OS X 10.9, and I'm having problems 
getting the HDF5 package to build:

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 (unlike 
this<https://github.com/timholy/HDF5.jl/issues/51>case); I'm stuck as to how to 
troubleshoot this.

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

Any tips appreciated!

Reply via email to