24 Aug 2025 |
dramforever | whatever, already sent the new patch as new request changes anyway | 19:06:54 |
tpw_rules | did you test artturin's reproducer with your new patch? | 19:09:30 |
dramforever | the repl thing? yes
nix-repl> lib.elemAt pkgsCross.aarch64-multiplatform.qemu.nativeBuildInputs 8
«derivation /nix/store/hjjpr0ckq3gs0d5qjmgg1bs0kid6ngh5-python3-3.13.6.drv»
| 19:10:33 |
dramforever | i mean it was correct anyway | 19:10:37 |
tpw_rules | cool | 19:10:40 |
dramforever | i just reverted the wrap patch and refixed it basically | 19:10:53 |
dramforever | if anyone feels like testing cross qemu-user please do, i don't feel like running my slab-shaped space heater for the next day | 19:14:07 |
dramforever | actually | 19:16:03 |
dramforever | is that post-unsplicing? | 19:16:15 |
dramforever | also shouldn't have tested pkgsCross.aarch64-multiplatform on my arm machine but pkgsCross.riscv64 is still correct | 19:17:25 |
dramforever | genuinely tempting to change that comment to If you want to change this ping dramforever | 19:19:19 |
dramforever | * genuinely tempting to change that comment to If you want to change this, ping dramforever | 19:19:24 |
tpw_rules | what do you mean by cross here? was my original case native? | 19:21:49 |
dramforever | yes, it was a native qemu-user | 19:22:14 |
dramforever | fc-cache was using pkgsBuild*.qemu-user i'm fairly sure | 19:22:52 |
tpw_rules | yes | 19:23:04 |
tpw_rules | if you can give me a .nix to run i would be happy to | 19:23:10 |
dramforever | oh just qemu , pkgsCross.riscv64.qemu , pkgsCross.riscv64.qemu-user | 19:24:05 |
dramforever | feel free to replace with your favorite cross target that is not the same as your builder | 19:24:26 |
tpw_rules | do i need to do more than test that --version works | 19:24:33 |
dramforever | no need | 19:25:11 |
dramforever | if you don't feel like it you don't even need to complete the build, just get to the point where it says Version: 1.8.3 or Version: 1.5.0 | 19:25:45 |
dramforever | for cross, i mean, there's a good chance the cross never gets there anyway | 19:26:04 |
dramforever | native qemu could use a --version | 19:26:23 |
tpw_rules | okay the native build works | 19:32:07 |
tpw_rules | of qemu | 19:32:22 |
tpw_rules | nix-build -A pkgsCross.aarch64-multiplatform.qemu-user builds and says 1.8.3 | 19:38:40 |
tpw_rules | currently staring at the 300-derivation long dry-run of non-user and wondering if i want to shave that yak | 19:39:01 |
Artturin | In reply to @tpw_rules:matrix.org
nix-build -A pkgsCross.aarch64-multiplatform.qemu-user builds and says 1.8.3 How about buildPackages.qemu-user which is what the emulator uses? | 19:39:28 |
tpw_rules | also the cross built one runs using a native qemu-user to run it lol | 19:40:08 |