Rmath-julia icon indicating copy to clipboard operation
Rmath-julia copied to clipboard

RMath Build Fails Julia v0.6 Ubuntu 14

Open vgupta1 opened this issue 6 years ago • 0 comments

I can't get RMath to build on a fresh install of Julia v0.6 on Ubuntu 14. Seems to be related to the second issue specified here: #23 I've also tried deleting /home/guptavis/.julia/v0.6/Rmath/deps/downloads and rebuilding, as well as running a Pkg.update() as suggested in the thread. Any other suggestions, please?

Terminal output below:

julia> Pkg.build("Rmath") INFO: Building Rmath Info: Attempting to create directory /home/guptavis/.julia/v0.6/Rmath/deps/downloads Info: Directory /home/guptavis/.julia/v0.6/Rmath/deps/downloads already exists Info: Downloading file https://github.com/JuliaLang/Rmath-julia/archive/v0.2.0.tar.gz % 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: Rmath ]================================================================================

LoadError: failed process: Process(curl -f -o /home/guptavis/.julia/v0.6/Rmath/deps/downloads/v0.2.0.tar.gz -L https://github.com/JuliaLang/Rmath-julia/archive/v0.2.0.tar.gz, ProcessExited(77)) [77] while loading /home/guptavis/.julia/v0.6/Rmath/deps/build.jl, in expression starting on line 47

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

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

WARNING: Rmath had build errors.

  • packages with build errors remain installed in /home/guptavis/.julia/v0.6
  • build the package(s) and all dependencies with Pkg.build("Rmath")
  • build a single package by running its deps/build.jl script

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

vgupta1 avatar Jun 01 '18 17:06 vgupta1