mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-18 05:39:58 +00:00
`printf/gmp-impl.h` includes `longlong.h`, and the `Makefile` looks for it in
`../include`, but the source subset never copied that directory:
gmp-impl.h:71:10: fatal error: longlong.h: No such file or directory
`libiberty`, `libgomp` and `libstdcxx` all copy `include` already; do the
same. Not new in 16 -- 15 fails the same way, so nothing had built this.
Assisted-by: Claude Code (Claude Opus 5)