-
Hi, I'd like to help where I can with getting oasis to compile with cproc, as it preserves the traditions of "original" unix which otherwise have been lost in modern linux (excessive use of dynamic li…
-
### Discussed in https://github.com/vectordotdev/vector/discussions/10220
Originally posted by **bmallya** December 1, 2021
Hello,
In the downloads section, I did not see any off the shelf…
-
I'm trying to figure out an approach to using cross compilation in a flake, where there would be a client and a server, the client being run on a raspberry pi, and the server on x86 linux. I'm unsure …
-
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.
…
-
## Tracking issue
This is happening! Join `#windows:nixos.org` on matrix if you want to help out!
- #9519 Get in a development environment
- #8901
## Original description
Currently [Stack…
-
| | |
| --- | --- |
| Bugzilla Link | [50935](https://llvm.org/bz50935) |
| Version | 12.0 |
| OS | Linux |
| CC | @JDevlieghere,@jimingham |
## Extended Description
With a dynamically-linked musl…
-
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…
-
Here's the reproduction:
```nix
let
compiler = "ghc865";
nixpkgs = builtins.fetchTarball {
url = "https://github.com/nh2/nixpkgs/archive/11aa987ea5b5a593c9ca7a38b391804959f905e5.ta…
-
**Problem**
I see the error `Value too large for defined data type; class=Os (2)` when building with cargo on a [github action](https://github.com/leoniloris/test-actions/actions) **IF AND ONLY…
-
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…