| 18 Nov 2025 |
Tristan Ross | Enough things work so now I can cross compile. But thin-provisioning-tools is broken with cross... https://github.com/NixOS/nixpkgs/issues/462766 | 03:15:14 |
Tristan Ross | chromaprint> /build/source/build/tests/all_tests: line 1: ELF�L@: not found
chromaprint> /build/source/build/tests/all_tests: line 7: syntax error: unterminated quoted string
chromaprint fails cross in a spectacular way
| 06:29:14 |
Tristan Ross | https://github.com/NixOS/nixpkgs/issues/462793 | 06:34:07 |
dramforever | interesting | 07:34:12 |
dramforever | why is it trying to run tests anyway | 07:34:21 |
dramforever | "obviously" it wouldn't work on cross | 07:34:39 |
Tristan Ross | Idk | 16:38:33 |
Tristan Ross | Feels like something funky is going on | 16:40:21 |
Tristan Ross |  Download Screenshot_2025-11-18_08-49-27.png | 16:49:41 |
Tristan Ross | Interesting, qemu-ovmf is in the tmpfiles | 16:49:55 |
Tristan Ross | Oh, it comes from libvirt being enabled | 16:52:46 |
Tristan Ross | lol, webkit failed with: Command '['/build/webkitgtk-2.50.0/tmp-introspect8quq03av/WebKit-6.0', '--introspect-dump=/build/webkitgtk-2.50.0/tmp-introspect8quq03av/functions.txt,/build/webkitgtk-2.50.0/tmp-introspect8quq03av/dump.xml']' died with <Signals.SIGABRT: 6>. | 17:43:54 |
| jopejoe1 (4094@39c3) changed their display name from jopejoe1 to jopejoe1 (4094@39c3). | 20:19:21 |
| 20 Nov 2025 |
| John joined the room. | 06:25:18 |
| 23 Nov 2025 |
| kwinz joined the room. | 09:32:15 |
kwinz | I am having trouble nixos-rebuild switching to a minimal configuration on the visionfive 2, with nixos unstable because it tried to build GO and fails | 09:33:27 |
kwinz | default PIE binary requires external (cgo) linking, but cgo is not enabled go tool dist: FAILED: /build/go/pkg/tool/linux_riscv64/go_bootstrap install -pgo=off cmd/asm cmd/cgo cmd/compile cmd/link cmd/preprofile: exit status 1 error: builder for '/nix/store/sq3k3fm38lcikh10418m2vspr4iqs3wv-go-1.24.10.drv' failed with exit code 2 error: 1 dependencies of derivation '/nix/store/623nsp9xpgrzp9d5rx79dvr437jyhxwq-libcap-2.76.drv' failed to build error: 1 dependencies of derivation '/nix/store/gwkgb1s92mcmaf8vknjjc45rs6flbdap-systemd-minimal-libs-258.1.drv' failed to build error: 1 dependencies of derivation '/nix/store/66b4d7pwiwq10igd6x2p9yicvvifws53-util-linux-2.41.2.drv' failed to build error: 1 dependencies of derivation '/nix/store/yxna0a4ala8sjzc9a12drcbipxaawscc-nix-functional-tests-2.31.2.drv' failed to build error: 1 dependencies of derivation '/nix/store/kzswcyjmbcmdwlg3g083kkrfzjzzys2q-nix-2.31.2.drv' failed to build error: 1 dependencies of derivation '/nix/store/xy200574psldq0rh0yqs47nypqnjf0kp-nixos-rebuild-ng-25.11.drv' failed to build
| 09:34:23 |
kwinz | * I am having trouble nixos-rebuild switching to a minimal configuration on the visionfive 2, with nixos unstable because it tries to build GO and fails | 09:35:28 |
dramforever | it will be fixed when this lands https://github.com/NixOS/nixpkgs/pull/458867 | 10:05:26 |
Tristan Ross | In reply to @kwinz:matrix.org I am having trouble nixos-rebuild switching to a minimal configuration on the visionfive 2, with nixos unstable because it tried to build GO and fails Yeah been running into the same problem | 17:12:27 |
Tristan Ross | In reply to @dramforever:matrix.org it will be fixed when this lands https://github.com/NixOS/nixpkgs/pull/458867 Oh that's good | 17:12:32 |
Tristan Ross | Wait, is this a part of the problem where PIE just doesn't work on RISC-V because the flag isn't set? | 17:16:46 |
Tristan Ross | * Wait, is this a part of the problem where PIE just doesn't work on RISC-V because the flag isn't set in the ELF executable? | 17:17:06 |
dramforever | In reply to @rosscomputerguy:matrix.org Wait, is this a part of the problem where PIE just doesn't work on RISC-V because the flag isn't set in the ELF executable? "what flag" | 18:51:09 |
dramforever | okay at one point static pie didn't work on riscv*-linux but that should be fixed now. i think | 18:51:32 |
Tristan Ross | In reply to @dramforever:matrix.org "what flag" I think it's DF_1_PIE | 18:56:22 |
Tristan Ross | In reply to @dramforever:matrix.org okay at one point static pie didn't work on riscv*-linux but that should be fixed now. i think When was it fixed? | 18:56:40 |
Tristan Ross | Because I did run into the problem like 2 weeks ago | 18:56:57 |
dramforever | oh hmm interesting | 20:22:10 |
dramforever | i didn't think it mattered? | 20:22:26 |