Skip to content
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

Build fails on Julia v0.3.3 #5

Closed
davidssmith opened this issue Dec 10, 2014 · 6 comments
Closed

Build fails on Julia v0.3.3 #5

davidssmith opened this issue Dec 10, 2014 · 6 comments

Comments

@davidssmith
Copy link

I ran Pkg.update(), and now the Blosc package is breaking everything.

julia> Pkg.build("Blosc")
INFO: Building Blosc
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (77) error setting certificate verify locations:
  CAfile: /etc/pki/tls/certs/ca-bundle.crt
  CApath: none
=======================================================[ ERROR: Blosc ]=======================================================

failed process: Process(`curl -o c-blosc-1.5.0.tar.gz -L https://github.com/Blosc/c-blosc/archive/v1.5.0.tar.gz`, ProcessExited(77)) [77]
while loading /home/dss/.julia/v0.3/Blosc/deps/build.jl, in expression starting on line 16

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

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

WARNING: Blosc had build errors.

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

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

julia> versioninfo()
Julia Version 0.3.3
Commit b24213b* (2014-11-23 20:19 UTC)
Platform Info:
  System: Linux (x86_64-linux-gnu)
  CPU: Intel(R) Xeon(R) CPU E5-2665 0 @ 2.40GHz
  WORD_SIZE: 64
  BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Sandybridge)
  LAPACK: libopenblas
  LIBM: libopenlibm
  LLVM: libLLVM-3.3

@davidssmith
Copy link
Author

I already tried nuking .julia/v0.3 and reinstalling, but that didn't work.

@davidssmith
Copy link
Author

If I add -k to the curl option in download_cmd in BinDeps, I can get it to work, so I guess there is a certificate issue.

@stevengj
Copy link
Member

Is this a firewall thing?

@davidssmith
Copy link
Author

Possibly. I was on the Vanderbilt University network, but I'm not aware of a university firewall that would block outgoing requests. That said, I can't reproduce the error at home coming from my private ISP, so you may be on to something.

How could I test this?

@cc7768
Copy link

cc7768 commented Dec 18, 2014

I was given same error from a university network with Julia 0.3.4.

Edit: One way around this is similar to the approach previously mentioned, I changed download_cmd in BinDeps to wget instead of curl.

I will try and reproduce at home tonight on own network.

@stevengj
Copy link
Member

Closing as it seems to be a BinDeps issue. Please file an issue there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants