Open JonBoyleCoding opened 2 months ago
Just to note - I also have a flake that uses nixpkgs with crossSystem.config
set to x86-w64-mingw32
and have the same issue.
I was indeed able to reproduce the issue.
As far as I went (abseil-cpp_202103
), the error is always present.
Hence, this is not a recent regression.
I am not familiar at all with this architecture and cross-compilation in general.
I was not able to find any interesting information online either.
Steps To Reproduce
Steps to reproduce the behavior:
pkgsCross.mingwW64.abseil-cpp
orpkgsCross.mingw32.abseil-cpp
Build log
Relevant parts:
Full gist: https://gist.github.com/JonBoyleCoding/8543895df19d229a2cc34db07e6e70dc
Additional context
Looks like it's unable to find the relevant pthreads library, or at least the headers. This is required for
protobuf
to build.Notify maintainers
@GaetanLepage
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Add a :+1: reaction to issues you find important.