-
Recently `audiowaveform` was failing to build inside [`audiowaveform-docker`'s Dockerfile](https://github.com/realies/audiowaveform-docker/blob/9151f2589f7f792b28f16ecc120cd494392a68ca/Dockerfile) bec…
-
A few things I found while trying to get my display to work as expected:
* `epd7in5_v2v::EPD7in5::new(...)` hangs [here](https://github.com/caemor/epd-waveshare/blob/main/src/epd7in5_v2/mod.rs#L72) s…
-
On my 64-bit NixOS machine, when I cross build to `x86_64-linux-gnu`, the ELF interpreter is set to `/lib64/ld-linux-x86-64.so.2`, however, this loader does not exist on my NixOS distribution.
Note…
-
The readme mentions how to cross compile for wasm, but doesn't explain cross compilation for any other platforms.
I am using rules_rust in conjunction with rules_docker and would like to compile wi…
-
Hello! 👋 I am currently unable to release [twtxt v0.2.0](https://github.com/jointwt/twtxt) because of the following build/link errors when running through my release process with `goreleaser`:
```#…
-
I am trying to use BinaryBuilder library to recompile blis library
According to the existing tarball script, I reported an error during the make compilation process,
Cannot force an architecture…
-
Rust 1.73.0 has been released and some unit tests started to fail for 32-bit `mips-unknown-linux-musl` target.
Note that the CI is using QEMU's user space emulator, so emulation may not be accurate…
-
Building portable binaries on Linux is a bit of a nightmare. There's no simple way to select a minimum version of Linux you'd like to support. The reason for this is that the standard linkers will alw…
-
OS: **Ubuntu 18.04.6 LTS**
Version: **1.11.0**
I've had `broot` installed through https://packages.azlux.fr/ for a while now with no problems.
I updated yesterday from version 1.9.4 to 1.11.0, an…
-
hi, i found about aboriginal through busybox, https://busybox.net/FAQ.html#build
i've got an ARM-based system running busybox. and i'm trying to learn how to compile simple programs for it. the e…