Sundials Package Build Error

89 views
Skip to first unread message

Joseph Obiajulu

unread,
May 26, 2016, 9:10:14 AM5/26/16
to julia-dev
Does anyone else get an build error when calling Pkg.build("Sundials") (after Sundials has already been added) like this one:

julia> Pkg.build("Sundials")
INFO: Building Sundials
INFO: Attempting to Create directory C:\Users\Joseph\.julia\v0.4\Sundials\deps\d
ownloads
INFO: Directory C:\Users\Joseph\.julia\v0.4\Sundials\deps\downloads already crea
ted
ownload/tkelman/generic/sundials-2.5.0.7z
Exception calling "DownloadFile" with "2" argument(s): "The underlying
connection was closed: Could not establish trust relationship for the SSL/TLS
secure channel."
At line:1 char:1
+ (new-object
net.webclient).DownloadFile("https://cache.e.ip.saba.us/https://bint ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : WebException

==============================[ ERROR: Sundials ]===============================


LoadError: failed process: Process(`powershell -Command '(new-object net.webclie
ad/tkelman/generic/sundials-2.5.0.7z", "C:\Users\Joseph\.julia\v0.4\Sundials\dep
s\downloads\sundials-2.5.0.7z")'`, ProcessExited(1)) [1]
while loading C:\Users\Joseph\.julia\v0.4\Sundials\deps\build.jl, in expression
starting on line 37

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


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


WARNING: Sundials had build errors.

 - packages with build errors remain installed in C:\Users\Joseph\.julia\v0.4
 - build the package(s) and all dependencies with `Pkg.build("Sundials")`
 - build a single package by running its `deps/build.jl` script

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

I see that there were was Issue #36 dealing with Sundials build error, but I don't think it's related to this instance. 
I'm currently working on getting IVPTestSuite.jl up and running, and I need the Sundials package. Help getting to the bottom of this would be much appreciated.  Thanks a million.

Tony Kelman

unread,
May 26, 2016, 9:25:07 AM5/26/16
to julia-dev
Should be fixed by https://github.com/JuliaLang/Sundials.jl/pull/63 but hasn't been tagged yet. Try Pkg.checkout("Sundials") until a new version gets tagged. To go back to tagged versions later, run Pkg.free("Sundials").
Reply all
Reply to author
Forward
0 new messages