| 29 Jun 2025 |
Tristan Ross | Yeah, it's something I would like to see but just isn't there yet. | 17:11:36 |
Electro | Sounds good, that's all really helpful to know, thanks! | 17:13:55 |
| @jonhermansen:matrix.org joined the room. | 22:08:55 |
| 30 Jun 2025 |
alexfmpe | trying to run a dynamicly linked pkgsCross.aarch-android executable on qemu-aarch, but it wants /system/bin/linker64 now, I see this path is present on my actual phone, and seems to be working in adb shell so it sounds like it's correct for the actual platform
rather than patchelf, I was thinking of doing qemu-aarch <the-linker> <the-executable> but don't know what to build to get an actual aarch64 linker
I do have /lib64/ld-linux-x86-64.so.2 on my x86 nixos but not /lib/ld-linux-aarch64.so.1, which I expect would be present on aarch nixos so it must be available somewhere?
| 11:54:50 |
Artturin | In reply to @alexfmpe:matrix.org
trying to run a dynamicly linked pkgsCross.aarch-android executable on qemu-aarch, but it wants /system/bin/linker64 now, I see this path is present on my actual phone, and seems to be working in adb shell so it sounds like it's correct for the actual platform
rather than patchelf, I was thinking of doing qemu-aarch <the-linker> <the-executable> but don't know what to build to get an actual aarch64 linker
I do have /lib64/ld-linux-x86-64.so.2 on my x86 nixos but not /lib/ld-linux-aarch64.so.1, which I expect would be present on aarch nixos so it must be available somewhere?
/lib/ld... is a stub and not functional https://search.nixos.org/options?channel=25.05&show=environment.stub-ld.enable
https://github.com/NixOS/nixpkgs/blob/nixos-25.05/nixos/modules/config/ldso.nix | 11:59:25 |
alexfmpe | ah fair, still, the linker must be somewhere? | 12:00:16 |
alexfmpe | do...do we not have arm nixos? | 12:01:19 |
K900 | The Android dynamic loader isn't compatible | 12:01:41 |
K900 | It's an entirely different ABI | 12:01:46 |
alexfmpe | ah sadness | 12:06:13 |
| 3 Jul 2025 |
| kiffeuse4life67 joined the room. | 19:19:10 |
| kiffeuse4life67 set a profile picture. | 19:21:05 |
| 4 Jul 2025 |
@freexploit:trafkin.com | Redacted or Malformed Event | 02:33:25 |
dramforever | can you paste the full log | 02:35:21 |