| 24 Aug 2025 |
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 |
Grimmauld (any/all) | HUH | 16:24:54 |
Grimmauld (any/all) | does it dlopen it?? | 16:25:11 |
K900 | Possibly | 16:25:15 |
Grimmauld (any/all) | uh oh | 16:25:22 |
Artturin | I forgot if this is normal in ldd but
$ ldd /nix/store/qil3nqnisxb8kmpjfp3i50wgfgdbhh76-qemu-user-10.0.3/bin/qemu-aarch64
linux-vdso.so.1 (0x00007f2bbc364000)
libz.so.1 => not found
libgnutls.so.30 => not found
libm.so.6 => /nix/store/8p33is69mjdw3bi1wmi8v2zpsxir8nwd-glibc-2.40-66/lib/libm.so.6 (0x00007f2bbbd6a000)
libglib-2.0.so.0 => not found
libgmodule-2.0.so.0 => not found
libc.so.6 => /nix/store/8p33is69mjdw3bi1wmi8v2zpsxir8nwd-glibc-2.40-66/lib/libc.so.6 (0x00007f2bbbb5f000)
/nix/store/8p33is69mjdw3bi1wmi8v2zpsxir8nwd-glibc-2.40-66/lib/ld-linux-x86-64.so.2 => /nix/store/lmn7lwydprqibdkghw7wgcn21yhllz13-glibc-2.40-66/lib64/ld-linux-x86-64.so.2 (0x00007f2bbc366000)
| 16:25:33 |