Tony Kelman

Results 336 comments of Tony Kelman

why are you having different libraries try to extract to the same location? always version your downloads when you change anything

but the contents of the archive should have an internal structure, usually named with a version number - unpacked_dir has a default but you can set it to something different...

That's not necessarily true when the binary is provided by a different package, e.g. Homebrew.jl or WinRPM.jl, but it could work in some limited cases.

I believe it is possible to have Homebrew or WinRPM installed outside of `Pkg.dir` and successfully provide packages from there though. For now the most reliable answer to this is,...

That would add complication for every package author who wants to use BinDeps, in a way that could be error-prone or confusing to properly test. At least we could make...

The library group needs to get every library from the same provider. The issue is `BinDeps.AptGet package libpango1.0-0 (can't provide)`.

what is Pkg.status()? please copy paste the terminal output as text, images are not searchable for anyone else who may be having this issue

Could you try `Pkg.pin("BinDeps", v"0.6.0"); using BinDeps` ? If that doesn't help, restart Julia and try again with different version numbers - 0.4.0 through 0.4.7, or 0.5.0. If none of...

Hm, that's unfortunate. Thanks for testing. Do you get any different information if you try from `julia-debug`? What about if you download a nightly binary of julia 0.7-DEV and try...

Is WSL on your path? Can you check if these cause crashes with a nightly download of julia?