Don't know if it is related or not but on several occasions I have had 
problems with homebrew because it didn't correctly resolve the dependencies 
updating. In this case for example if one of the hdf dependencies (zlib or 
szip) need to be updated as well due to a so version incompatibility, one 
could easily get that "image not found" error. Try to use the otool -L tool 
to see if the problem is in the hdf5 shared library.

Quinta-feira, 20 de Fevereiro de 2014 12:50:57 UTC, Tim Holy escreveu:
>
> Thanks for the report. Because this may take some back-and-forth, can you 
> open 
> an issue at HDF5.jl? 
>
> --Tim 
>
>
> On Thursday, February 20, 2014 12:00:35 AM John Aslanides wrote: 
> > 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