| 24 Feb 2026 |
alexfmpe | actually pkgsCross.mingwW64.windows.pthreads also builds for me | 11:36:45 |
alexfmpe | on aarch64-darwin | 11:36:49 |
crazychaoz | i believe the error is with the cc | 11:38:27 |
crazychaoz | ┃ ┌─ ⏵ gcc-15.2.0 (buildPhase) ⏱ 5m0s
┃ ┌─ ⏸ gcc-wrapper-15.2.0
┃ ┌─ ⏸ stdenv-linux
┃ ┌─ ⏸ mingw_w64-pthreads-13.0.0
| 11:40:49 |
alexfmpe | nix-build -A pkgsCross.mingwW64.stdenv.cc also built for me | 12:01:27 |
alexfmpe | ┏━ Dependency Graph:
┃ ┌─ ✔ dlltool
┃ │ ┌─ ✔ 001-fix-rpath.patch
┃ ├─ ✔ meson-1.10.1 ⏱ 5m9s
┃ │ ┌─ ↓ ✔ gcc-15.2.0.tar.xz from [2]
┃ │ │ ┌─ ✔ mingw_w64-headers-13.0.0 ⏱ 7s
┃ │ │ ├─ ✔ x86_64-w64-mingw32-binutils-2.44 ⏱ 3m1s
┃ │ ├─ ✔ x86_64-w64-mingw32-binutils-wrapper-2.44 ⏱ 4s
┃ │ ┌─ ✔ x86_64-w64-mingw32-nolibc-gcc-15.2.0 ⏱ 6m26s
┃ │ ┌─ ✔ win-dll-hook.sh
┃ │ ┌─ ✔ x86_64-w64-mingw32-nolibc-gcc-wrapper-15.2.0
┃ │ ┌─ ✔ stdenv-darwin
┃ │ ┌─ ✔ mingw-w64-x86_64-w64-mingw32-13.0.0 ⏱ 3m53s
┃ │ ┌─ ✔ x86_64-w64-mingw32-binutils-wrapper-2.44
┃ │ ┌─ ✔ x86_64-w64-mingw32-nolibc-gcc-wrapper-15.2.0
┃ ├─ ✔ stdenv-darwin
┃ ┌─ ✔ mcfgthread-x86_64-w64-mingw32-2.3.1 ⏱ 13s
┃ ┌─ ✔ x86_64-w64-mingw32-gcc-15.2.0 ⏱ 7m52s
┃ ┌─ ✔ win-dll-hook.sh
┃ ✔ x86_64-w64-mingw32-gcc-wrapper-15.2.0
| 12:01:45 |
alexfmpe | I can't test on linux right now | 12:02:07 |
alexfmpe | * I can't test on x86_64-linux right now | 12:02:21 |
alexfmpe | this was on master | 12:03:49 |
alexfmpe | if I try in your 724... commit, pkgsCross.mingwW64.stdenv.cc is fetched from cache | 12:05:08 |
crazychaoz | just as a sanity check: please update & compile this: https://github.com/CrazyChaoz/backtor | 12:06:35 |
alexfmpe | "update" ? | 12:20:12 |
alexfmpe | wait a second | 12:21:49 |
crazychaoz | i currently committed the "working" state, so you'll need a nix flake update to get the broken state | 12:22:13 |
crazychaoz | or should i publish a broken branch ? | 12:23:03 |
alexfmpe | I mean, if you want me to reproduce, then yeah you should give me your exact flake.lock | 12:24:02 |
alexfmpe | or I might nix flake update into a different state | 12:24:23 |
alexfmpe | I really don't get why flakes want flake.nix to be non-reproducible | 12:24:45 |
crazychaoz | ack; https://github.com/CrazyChaoz/backtor/tree/broken-windows | 12:30:05 |
alexfmpe | what do I run?
nix build .\#packages.aarch64-darwin.windows | 12:38:17 |
alexfmpe | * what do I run?
nix build .\#packages.aarch64-darwin.windows ? | 12:38:20 |
crazychaoz | .#windows should suffice | 12:38:45 |
alexfmpe |
these 399 derivations will be built:
| 12:41:46 |
alexfmpe | ouch | 12:41:51 |
alexfmpe | oh, it's mostly cargo packages | 12:42:07 |
crazychaoz | sry >.< | 12:42:33 |
alexfmpe | that's fine, I just had assumed I was going to be gcc/clang or something from the build count | 12:43:40 |
alexfmpe | "will be built" includes /nix/store/nmdiyb745sphcs3x0c8nnx6r82wy6mkn-pthreads-w32-x86_64-w64-mingw32-2.9.1.drv | 12:44:18 |
alexfmpe | which built just fine individually | 12:44:29 |
alexfmpe | which built furiously quick, some 300+ in a minute | 12:47:10 |