Nix Cross Compiling | 539 Members | |
| 111 Servers |
| Sender | Message | Time |
|---|---|---|
| 25 Oct 2025 | ||
| yeah that. would explain it. | 01:11:47 | |
| What is Canadian cross, and where can I learn more about the origins of this terM/ | 14:22:39 | |
| * What is Canadian cross, and where can I learn more about the origins of this term? | 14:22:40 | |
| different platforms for build, host & target. i.e. cross-compiling (x86_64-linux -> aarch64-linux) a cross-compiler (aarch64-linux -> riscv64-none) | 14:26:43 | |
| https://crosstool-ng.github.io/docs/toolchain-types/
| 14:27:28 | |
| it's the stupidest term in the universe | 14:38:31 | |
| what's this "ng" I keep seeing everywhere? | 14:39:34 | |
| ssh-ng, gcc-ng, crosstool-ng | 14:39:42 | |
| New gen | 14:39:50 | |
| * next gen | 14:40:06 | |
| I feel somehow disappointed | 14:40:09 | |
lolwut | 14:43:08 | |
| * lolwut | 14:43:29 | |
it's a bit awkward that makeScopeWithSplicing' passes self rather than spliced to the function | 15:38:46 | |
like the pkgs/__splicedPackages thing | 15:38:52 | |
is the idea to just always use callPackage for every single definition? but that's awkward in its own way, because of the effects on .override of course | 15:39:09 | |
can we just… make it pass spliced? I'm not seeing how that would cause problems | 15:39:49 | |
| 26 Oct 2025 | ||
| 10:23:30 | ||
| 27 Oct 2025 | ||
| 20:08:25 | ||
| 28 Oct 2025 | ||
| Hi guys. I am working on getting a nix os desktop enviroment running on the Banana Pi M1. (armv7l). So far I managed to get the labwc wayland compositor running but am now struggling to get any browser to compile. Looks like onnxruntime keeps firefox from compiling. Shitboken6 keeps falkon from compiling and libparserutils keeps netsurf from compiling saying it can not find the CC command oddly enough. Any ideas on what I can do here? | 07:12:19 | |
| fwiw last version of upstream Firefox dropped support for 32 bit | 07:14:27 | |
| You could maybe try servo... Things not finding cc does happen occasionally, should be fixable | 07:18:25 | |
| Qt cross for falkon, well good luck | 07:18:41 | |
| Reposting here: But I run into an infinite recusion problem when I try
It is a circular dependency which should be solvable. How do I best solve this? | 07:39:44 | |
| Thank you for the quick response. Regarding CC not being found. How could that be fixed? Regarding Servo. I tried it but that seems to have issues with the rust bindings. Saying it can not find bindgen. | 08:05:11 | |
either patching the makefiles to find the correct CC, or exporting some environment variable shenanigans. | 08:25:34 | |
| but this is messy, i didn't see netsurf used a dedicated package for build system abstraction, makes this super ugly | 08:26:10 | |
*
either patching the makefiles to find the correct CC, or exporting some environment variable shenanigans. | 08:26:32 | |
| Ok so good news. After spending way to much time on this I got dillo to compile and x11 to run. The issue is my mouse does not work in x11 and ideally I would like to use the labwc compositor under wayland, that I also got to run. The mouse works there so that is good. However the one thing I could not get running in the chain is xwayland. | 15:37:12 | |
In reply to @llamato:matrix.orgDoes xwayland not run or not build? | 17:34:57 | |