Tony Kelman
Tony Kelman
Is there a sudo on your path somehow? I wouldn't think bash.exe being in system32 should make any difference.
> Could it be that the existence of bash causes a "we are running a flavour of linux" variable to become true, which then causes further errors down the road?...
I think so, yes. https://github.com/JuliaLang/julia/issues, add a cross-reference link to this, and preferably a gist (https://gist.github.com, post logs there and link to them from the issue) with the full error...
You can modify or rearrange BinDeps.defaults to change the ordering, but restore it to what it was at the end of your deps.jl script if you do this.
You can either make a package for it, as done with Homebrew, Conda, and WinRPM, or make a PR for it here as done with apt-get, yum, pacman, zypper etc.
This should also avoid using `Pkg.dir`, and rather make use of `@__FILE__` for packages that might get installed in non-default locations, see https://github.com/JuliaLang/julia/issues/8679#issuecomment-75753355 I really don't think mixed-platform `addprocs` is...
You can mutate and rearrange the [`BinDeps.defaults`](https://github.com/JuliaLang/BinDeps.jl/blob/875bcb12cef432ab4db721790f85ca30b89036ac/src/dependencies.jl#L606-L614) array in your `deps/build.jl` script, but make sure to put it back the way it started when you're done so it doesn't change...
Can you successfully `dlopen` the built `so`?
This might be https://github.com/JuliaLang/BinDeps.jl/issues/146 ? I'm not sure.
Bump. I forget, was this ready to go?