Fix incorrect use of aliases keyword argument #39
Conversation
|
deps.jl issue? |
|
Thanks for looking into the Linux failures. It works perfectly on my Linux machine. I have isolated the problem to the I have been unable to determine which of the many calls to Until this issue is resolved, all I can do is disable testing on Linux until further notice. |
Travis's Linux setup causes an inscrutable error thrown from deep within BinDeps. Ref #39
Travis's Linux setup throws an inscrutable error. Ref #39
Travis's Linux setup throws an inscrutable error. Ref #39
|
This looks like you've somehow triggered a very bad BinDeps bug. I do think we should do our best to pinpoint the cause and try to fix it in BinDeps. |
otherwise BinDeps was trying to iterate over the characters of the single alias string, which led to joinpath errors
|
@jiahao I figured it out (see master...tkelman:travistest and JuliaPackaging/BinDeps.jl@master...tkelman:debug) - |
|
Oh, wait, I added that alias. My bad, sorry! 9a9ce85 also cc @AndyGreenwell |
|
I'm still not entirely sure why the apt-get provider isn't working here, but at least the source build works after fixing the alias issue. |
to avoid the ```MethodError: `joinpath` has no method matching joinpath(::UTF8String, ::Char)``` seen at JuliaMath/GSL.jl#39
|
Oh wow, talk about subtle. Thanks for tracking it down! |
|
Merging to reenable Linux tests |
Fix incorrect use of aliases keyword argument
I think you might need this to avoid going to a docker container build on linux that can't do sudo