| 25 Oct 2025 |
| 🆓 joined the room. | 07:01:19 |
| 26 Oct 2025 |
| qlst joined the room. | 22:20:22 |
| 31 Oct 2025 |
| Theo Paris joined the room. | 01:55:42 |
| 6 Nov 2025 |
| mirakuru joined the room. | 11:03:54 |
| 7 Nov 2025 |
| @emma:rory.gay left the room. | 22:43:11 |
| 9 Nov 2025 |
| @mrargoz:matrix.org left the room. | 17:56:41 |
Tristan Ross | I have a system with an ESWIN EIC770X CPU in it. Tried building hello and got an error about bootstrap-tools segfaulting. Seems like patchelf and all of the bootstrap tools don't want to execute. | 21:59:48 |
Sergei Zimmerman (xokdvium) | What kernel is that running? Cross-compiled NixOS or vendor's system? Maybe some kernel-headers nonsense | 22:15:25 |
Tristan Ross | 6.6.92-eic7x-2025.07 | 22:19:49 |
Tristan Ross | https://github.com/DC-DeepComputing/DC-linux/ | 22:20:00 |
Tristan Ross | It's running Ubuntu right now | 22:20:05 |
Tristan Ross | I'm not doing cross, I'm doing native | 22:24:16 |
Sergei Zimmerman (xokdvium) | Where is it segfaulting? somewhere in musl? | 22:24:23 |
Tristan Ross | I can't get a backtrace | 22:24:33 |
Tristan Ross | If I execute the ld-linux shared library, it does print. But grep, awk, and patchelf can't be executed. | 22:25:11 |
Sergei Zimmerman (xokdvium) | So static executables built with nixpkgs musl are borked with that kernel? | 22:26:11 |
Sergei Zimmerman (xokdvium) | As in they don't even make their way to main? | 22:26:21 |
Tristan Ross | Yes | 22:26:41 |
Tristan Ross | Even if I do start in GDB, I get a segfault on calling gcc | 22:26:59 |
Tristan Ross | nproc works | 22:28:10 |
Sergei Zimmerman (xokdvium) | Then maybe put a breakpoint on the elf entrypoint and step instruction-by-instruction? | 22:28:31 |
Sergei Zimmerman (xokdvium) | I don't know if that will work even | 22:28:46 |
Tristan Ross | Even if I set a breakpoint on _start, it still says segfault | 22:29:47 |
Tristan Ross | If I do strace on awk, I get EPERM on execve | 22:30:51 |
Tristan Ross | awk has 777 so it should be executable | 22:32:14 |
Tristan Ross | AppArmor is enabled | 22:32:57 |
Tristan Ross | It still segfaulted | 22:40:48 |
Tristan Ross | Same EPERM with AppArmor off | 22:41:15 |
Sergei Zimmerman (xokdvium) | bootstrap tarball looks very weird to me | 22:41:41 |
Tristan Ross | Hmm, so it's a bootstrap tarball problem that probably should be fixed? | 22:42:19 |