| 24 Aug 2025 |
tpw_rules | i've definitely had issues with the inscrutable difference between python3Packages and python3.pkgs | 16:10:43 |
dramforever | but how could this break qemu | 16:11:25 |
dramforever | it's not cross'd qemu right | 16:11:36 |
Grimmauld (any/all) | just use python3Packages and you'll usually be fine | 16:11:44 |
Grimmauld (any/all) | also yes good point... Is something using the wrong emulator? | 16:12:01 |
Grimmauld (any/all) | i mean thats wrong and should be fixed either way | 16:12:30 |
Grimmauld (any/all) | doesn't hurt to check whether it magically solves everything, even if it probably won't | 16:12:47 |
Artturin | (python3Packages.python.pythonOnBuildForHost.withPackages (ps: with ps; [ distlib ])) Doesn't fix the issue | 16:13:05 |
Grimmauld (any/all) | i might have a better patch | 16:13:39 |
Grimmauld (any/all) | well, "better", you know more than i do | 16:13:47 |
Grimmauld (any/all) | but i'll try | 16:13:50 |
Artturin | pythonOnBuildForHost.withPackages is widely used in nativeBuildInputs | 16:14:27 |
dramforever | nice | 16:14:49 |
dramforever | yeah it's not cross qemu that's weird anyway | 16:15:19 |
Artturin | Yeha and the qemu wasn't rebuilt when I did that change | 16:15:48 |
Artturin | I'll try reverting 1443de732a005a4f24d81cb149c0eaa506a6d91c | 16:16:11 |
Artturin | qemu: 10.0.2 -> 10.0.3 | 16:16:18 |
Grimmauld (any/all) | okay yeah no that patch is fine, sorry, i was misremembering things | 16:17:17 |
Grimmauld (any/all) | oops | 16:17:19 |
dramforever | no it's not fine it broke cross | 16:17:34 |
dramforever | but it's not the cause of this thing | 16:17:42 |
Grimmauld (any/all) | no i mean arturins fix is fine | 16:18:33 |
dramforever | yeah on latest unstable emulator is just broken | 16:20:03 |
dramforever | normal qemu's qemu-user stuff are not broken | 16:20:54 |
dramforever | which is qemu-user | 16:21:27 |
Artturin | Reverting didn't help | 16:21:56 |
Artturin | Same error | 16:22:01 |
Artturin | https://github.com/NixOS/nixpkgs/pull/436516 | 16:23:11 |
Grimmauld (any/all) | and what if we just give it zlib? | 16:24:33 |
Artturin | It's already in buildInputs | 16:24:47 |