-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can not use HDF5. error with libblosc #234
Comments
Can you try to run |
thanks for the reply. julia> Pkg.build("Blosc") failed process: Process( ===========================================================================================================[ WARNING: Blosc had build errors.
On Sun, May 10, 2015 at 3:57 PM, rened notifications@github.com wrote:
|
$ julia build.jl On Tue, May 12, 2015 at 2:55 PM, Jingpeng Wu jingpeng@princeton.edu wrote:
|
The |
Could you please try to run |
@rened The URL https://github.com/Blosc/c-blosc/archive/v1.5.0.tar.gz exists, but it's getting auto-linked with the final backtick. Based on the error, it looks like the problem is that |
Yes, I am in princeton university, which probably have a firewall. However, I tried again, it failed. julia> Pkg.update() failed process: Process( INFO: Building HDF5 ===========================================================================================================[ WARNING: Blosc had build errors.
julia> Pkg.build("Blosc") failed process: Process( ===============================================================================================================[ WARNING: Blosc had build errors.
On Tue, May 12, 2015 at 4:10 PM, rened notifications@github.com wrote:
|
@simonster ah, you are right of course... I first went after the CA issue, then thought it was just the URL... |
I have fixed it by modifying the BinDeps.jl ! I add a "-k" option for curl. return than I rebuild the Blosc julia> Pkg.build("Blosc") On Tue, May 12, 2015 at 4:21 PM, rened notifications@github.com wrote:
|
i had similar problems that were fixed by nuking ~/.julia/v0.3 |
Should there be a BinDeps issue to add a way to use |
Solution is to tell your curl where to find CA bundle:
|
Stale issue. Post back if still a problem. |
ubuntu 14.04, julia V0.3
julia> using HDF5
Warning: error initializing module Blosc:
ErrorException("error compiling init: could not load module /usr/people/jingpeng/.julia/v0.3/Blosc/src/../deps/libblosc: /usr/people/jingpeng/.julia/v0.3/Blosc/src/../deps/libblosc: cannot open shared object file: No such file or directory")
ERROR: error compiling blosc_filter: could not load module /usr/people/jingpeng/.julia/v0.3/Blosc/src/../deps/libblosc: /usr/people/jingpeng/.julia/v0.3/Blosc/src/../deps/libblosc: cannot open shared object file: No such file or directory
in register_blosc at /usr/people/jingpeng/.julia/v0.3/HDF5/src/blosc_filter.jl:123
in include at ./boot.jl:245
in include_from_node1 at ./loading.jl:128
in include at ./boot.jl:245
in include_from_node1 at ./loading.jl:128
in reload_path at loading.jl:152
in _require at loading.jl:67
in require at loading.jl:51
while loading /usr/people/jingpeng/.julia/v0.3/HDF5/src/plain.jl, in expression starting on line 510
while loading /usr/people/jingpeng/.julia/v0.3/HDF5/src/HDF5.jl, in expression starting on line 1
The text was updated successfully, but these errors were encountered: