Elliot Saba

Results 409 comments of Elliot Saba

@bramtayl can you upload your progress somewhere so I can take a look?

glibc is backwards compatible in that if you build against glibc 2.12, it will run on glibc 2.14. It is not forwards compatible, in that if you build on glibc...

Did your `Tar.jl` branch work? If so, I'm keen to try using that.

First off, we don't officially support Android, so you're going to be hitting codepaths that possibly noone else has ever hit. Fun! You're running a very old version of Julia...

I'm curious what it says; I'm betting the libc is just completely wrong, and the loader is missing.

Huh, that's pretty weird, so it's breaking here: https://github.com/JuliaPackaging/BinaryBuilder.jl/blob/78f330d2a56d63a3fc8fbb6a6807517e823ad234/src/squashfs_utils.jl#L114 but it should be pretty much impossible for that to happen; if the artifact does not exist, we create it, otherwise,...

The next `rootfs` will embed `wine`, `wine64` and `qemu-user-static`. https://github.com/staticfloat/julia-docker/pull/15 * We can add code in `BinaryBuilder.jl` to auto-register with `binfmt_misc` on Linux systems. Is it possible to register `binfmt_misc`...

That is now true (I don't think it was 5 years ago in 2017!) and [is in fact supported by Sandbox.jl](https://github.com/staticfloat/Sandbox.jl/blob/0748b787bd5912d3a933647d33eb4e26491607c5/src/SandboxConfig.jl#L33-L38), which is what the next iteration of BinaryBuilder will...

Mosè and I are discussing how best to deal with complex build scenarios involving bootstrapping and canadian crosses and whatnot. We envision a possible future where we have commands such...

I agree that this is desirable. I'm not entirely sure that the right way to do it is to create multiple JLL packages; or at least, not necessarily the user-facing...