| 2 Aug 2025 |
dramforever |  Download 1000004005.png | 04:50:11 |
dramforever | sweet, sweet nixos with a custom rust target json | 04:50:19 |
dramforever | the necessary rustcTarget madness fixes are here but i think i might have mucked with crossPlatform.rust.* a bit too much so holding off on a pr https://github.com/dramforever/nixpkgs/tree/rustcTarget-madness | 04:51:42 |
| 5 Aug 2025 |
aleksana 🏳️⚧️ (force me to bed after 18:00 UTC) | For anyone interested in LoongArch64, Loongson Hobbyists Community is group ordering motherboards and laptops for overseas developers, with a relatively low price.
https://docs.google.com/forms/d/e/1FAIpQLSf53--4yWf_yMYpcaJAx-rSeGiWn5ky5Nk0wwQdX9vw4gCDYg/viewform | 04:43:56 |
aleksana 🏳️⚧️ (force me to bed after 18:00 UTC) | * For anyone interested in LoongArch64, Loongson Hobbyists Community is group ordering motherboards and laptops for overseas developers, with a relatively low price.
https://forms.gle/WYgH68tcTckPNjew6 | 04:57:02 |
aleksana 🏳️⚧️ (force me to bed after 18:00 UTC) | In reply to @aleksana:mozilla.org
For anyone interested in LoongArch64, Loongson Hobbyists Community is group ordering motherboards and laptops for overseas developers, with a relatively low price.
https://docs.google.com/forms/d/e/1FAIpQLSf53--4yWf_yMYpcaJAx-rSeGiWn5ky5Nk0wwQdX9vw4gCDYg/viewform Sorry, that was the wrong link. Fixed. | 04:57:15 |
| Axel Karjalainen joined the room. | 18:46:47 |
| 6 Aug 2025 |
benmkw | Hi, i am trying to get a minimal mainline linux build working on https://linux-sunxi.org/Xunlong_Orange_Pi_3 and currently i cannot get it do do anything, cant check uart, but no led/ no hdmi output, the config is very minimal and it seems upstream support in nix is decent so maybe its sth. easy to spot? https://paste.rs/v3kWt.txt thanks :) (the board work with dietpi so i can rule out a hardware issue) | 11:24:52 |
dramforever | aarch64 is not exotic :P try #nixos-on-arm:nixos.org | 11:28:20 |
benmkw | Haha that sounds promising, will do 👍 | 11:33:19 |
alex taxia | who's nick sauce | 16:23:07 |
j-k | Well, I wondered why I had to do so many rebuilds. Turns out the prebuilt sdcard image for visionfive v2 doesn't have the 2 suggested riscv caches configured. Not sure why it took me this long to think about checking (and replacing) /etc/nix/nix.conf going much quicker now | 19:30:35 |
| 8 Aug 2025 |
| problems changed their profile picture. | 02:29:31 |
| 0x4A6F joined the room. | 06:26:01 |
| Skyler Archer joined the room. | 10:31:38 |
| 10 Aug 2025 |
| matthewcroughan changed their display name from matthewcroughan to matthewcroughan @ WHY2025 (DECT: 8793). | 11:48:44 |
| 11 Aug 2025 |
| jasi 🏳️⚧️ changed their profile picture. | 20:36:04 |
| 13 Aug 2025 |
| matthewcroughan changed their display name from matthewcroughan @ WHY2025 (DECT: 8793) to matthewcroughan. | 17:35:14 |
| 18 Aug 2025 |
| @avze:nitro.chat left the room. | 01:16:06 |
| @lotte:chir.rs changed their profile picture. | 08:42:55 |
| @lotte:chir.rs changed their profile picture. | 09:47:40 |
| 20 Aug 2025 |
| jopejoe1 changed their display name from jopejoe1 (4094@GPN23) to jopejoe1. | 18:51:31 |
| 22 Aug 2025 |
| elikoga changed their profile picture. | 17:27:45 |
| 25 Aug 2025 |
| Marie joined the room. | 12:39:47 |
Marie | Hi, I'm trying to get a cross compiler for 32-Bit PowerPC, has anyone had luck in getting that to work? I've tried nix-build --expr '(import ./. { crossSystem.config = "powerpc-unknown-linux-gnu"; }).stdenv.cc.cc.libgcc.stdenv.cc.cc' (./. being a nixpkgs checkout) But that build fails with a linker error which I don't really understand. | 13:55:49 |
Marie | Download log.txt | 13:55:49 |
Alyssa Ross | That looks like possibly a GCC internal problem? I'd see if it can be reproduced outside Nix to confirm. | 14:07:44 |
Marie | So I tried to build gcc with our flags outside of nix, which resulted in
/home/marie/arch-build/compiler/powerpc-unknown-linux-gnu/bin/ld: cannot find crti.o: No such file or directory
/home/marie/arch-build/compiler/powerpc-unknown-linux-gnu/bin/ld: cannot find -lc: No such file or directory
/home/marie/arch-build/compiler/powerpc-unknown-linux-gnu/bin/ld: cannot find crtn.o: No such file or directory
When I apply the same hack as we do here (https://github.com/NixOS/nixpkgs/blob/dbfdaa1a1cef034a790d0287bdd885ee78ecb11c/pkgs/development/compilers/gcc/common/libgcc-buildstuff.nix#L6-L37), it results in the same error. I was also to reproduce the same thing in a podman container running arch linux. | 18:38:21 |
K900 | Yeah not going to happen, you need cc-wrapper for this | 18:38:44 |
Marie | you mean to compile gcc? | 18:40:46 |