-
Notifications
You must be signed in to change notification settings - Fork 13
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 Rmath takes forever #38
Comments
Could you try:
|
No luck, it's the line |
Can you post the stack trace from when you cancelled it? |
It's the stacktrace from the first post, I cancel it at the line julia> include("build.jl")
^CERROR: LoadError: InterruptException:
Stacktrace:
[1] process_events at ./libuv.jl:82 [inlined]
[2] wait() at ./event.jl:216
[3] wait(::Condition) at ./event.jl:27
[4] stream_wait(::Base.PipeEndpoint, ::Condition, ::Vararg{Condition,N} where N) at ./stream.jl:42
[5] close(::Base.PipeEndpoint) at ./stream.jl:326
[6] #eachline#379(::Bool, ::Function, ::Cmd, ::Base.DevNullStream) at ./process.jl:556
[7] (::Base.#kw##eachline)(::Array{Any,1}, ::Base.#eachline, ::Cmd, ::Base.DevNullStream) at ./<missing>:0
[8] read_sonames() at /local/home/fredrikb/.julia/v0.6/BinDeps/src/dependencies.jl:382
[9] lookup_soname(::String) at /local/home/fredrikb/.julia/v0.6/BinDeps/src/dependencies.jl:415
[10] #_find_library#46(::Type{T} where T, ::Function, ::BinDeps.LibraryDependency) at /local/home/fredrikb/.julia/v0.6/BinDeps/src/dependencies.jl:683
[11] satisfy!(::BinDeps.LibraryDependency, ::Array{DataType,1}) at /local/home/fredrikb/.julia/v0.6/BinDeps/src/dependencies.jl:895 (repeats 2 times)
[12] macro expansion at /local/home/fredrikb/.julia/v0.6/BinDeps/src/dependencies.jl:950 [inlined]
[13] anonymous at ./<missing>:?
[14] include_from_node1(::String) at ./loading.jl:569
[15] include(::String) at ./sysimg.jl:14
while loading /local/home/fredrikb/.julia/v0.6/Rmath/deps/build.jl, in expression starting on line 42 |
@tkelman Any ideas? |
Try |
That did the trick! julia> Pkg.pin("BinDeps", v"0.6.0")
INFO: Creating BinDeps branch pinned.264e0860.tmp
INFO: No packages to install, update or remove
julia> Pkg.build("Rmath")
WARNING: No working GUI backend found for matplotlib
INFO: Building Rmath
julia> Thanks a lot, this has been bugging me for a while! |
@tkelman This is a bug in Julia. Please don't revert an unrelated bugfix in reaction. Will JuliaLang/julia#22886 be backported soon? I believe that should fix the issue. |
BinDeps 0.7.0 should then have a minimum version requirement of julia 0.6.1 |
given the old code works on released versions of julia and the new code doesn't, it should still be reverted for those versions of julia subject to the bug |
This should be fixed now: please reopen if not fixed by |
use the code path from before #277 on versions of julia where the new code freezes ref JuliaStats/Rmath.jl#38
use the code path from before #277 on versions of julia where the new code freezes ref JuliaStats/Rmath.jl#38
use the code path from before #277 on versions of julia where the new code freezes ref JuliaStats/Rmath.jl#38
I seem to have issues building
Rmath
. After having waited several minutes after the outputINFO: Building Rmath
and interrupting the process, I get the following stack trace. Is this supposed to take several minutes or is something wrong?The text was updated successfully, but these errors were encountered: