-
Hi,
I'd like to use this package on Centos-7 for remote debugging. Alas, the libc available is 2.17. Could you provide a pre-compiled version that either supports a lower glibc or is fully statical…
-
Currently, the C library behind the `libunwind` crate is chosen based on some heuristics of the target (https://github.com/rust-lang/rust/blob/master/src/libunwind/build.rs). However, the choice is so…
-
Occurs when building with profiling enabled in alpine linux with gcc 6.2. Full repro (I've left in the entire configure output in case that's useful):
```shell
$ docker run -it alpine:3.5 /bin/sh
/…
-
Providing a Docker image on Docker Hub may allow users to grab the latest binaries via a [multistage build](https://docs.docker.com/develop/develop-images/multistage-build/) without the need to hit yo…
-
when I upgraded from opencv 4.5.5 to opencv 4.8.1, I suddenly needed to change my runtime environment to use opencv-dev in order to work with my gocv application and I am trying to understand why.
…
-
We're looking to port celo-bls to s390x architecture so opening this issue to track the work.
Currently the build fails with:
```go install
# github.com/celo-org/celo-bls-go/bls
/usr/bin/ld: $WO…
-
I open an issue on libc because it is here the problems will start to show up. Depending the solution or the way to deal with, modifications could occurs in rustc repository too.
At OpenBSD, we don…
-
I followed the keystone document to try run keystone on qemu.
And I got "RISC-V toolchain and Keystone SDK have been fully setup" after setup.
But when I tried to make, failed for "MAKESELF-NOTFOUND…
-
The cargo documentation `environment-variables.md` says
```
RUSTFLAGS - A space-separated list of custom flags to pass to all compiler invocations that Cargo performs. In contrast with cargo rustc, …
-
http://man7.org/linux/man-pages/man2/membarrier.2.html
**Note**: Very few applications have a hard requirement for `membarrier`. If you encounter a warning about unimplemented `membarrier`, the app…