| 23 Jan 2024 |
Alex | Don't forget to look at the wiki page linked in the room description and update it if you find anything new. ^.^ | 16:00:58 |
| 26 Jan 2024 |
rdg | Using gcc.arch = "rv64g" works mostly okay, except for security wrappers that are compiled with pkgsStatic and the flag is not propagated there | 13:48:56 |
rdg | I had to also modify the kernel configuration to disable EFI | 13:49:21 |
rdg | I opened a PR to address the security wrappers issue: https://github.com/NixOS/nixpkgs/pull/283460 | 13:49:39 |
rdg | Now I'm trying to fix the rustc compiler, as it doesn't seem to have any target configuration without compressed instructions | 13:50:04 |
| 27 Jan 2024 |
| Sam Lehman removed their profile picture. | 16:59:32 |
| Sam Lehman set a profile picture. | 16:59:35 |
| Sam Lehman removed their display name Sam Lehman. | 17:03:17 |
| Sam Lehman left the room. | 17:06:46 |
| 29 Jan 2024 |
| Sam Lehman joined the room. | 11:03:20 |
| Sam Lehman set a profile picture. | 11:06:03 |
| hxr404 ✨ [it/she] joined the room. | 19:30:00 |
| 30 Jan 2024 |
| erremilia left the room. | 19:55:24 |
| 31 Jan 2024 |
| Federico Damián Schonborn changed their profile picture. | 03:36:16 |
| Federico Damián Schonborn changed their profile picture. | 06:21:52 |
| 2 Feb 2024 |
fgaz | Just so we don't duplicate too much work, let it be known that I'm bisecting the native meson failure on master | 09:07:41 |
fgaz | and there's a staging merge in the middle... I'm at the the fourth bootstrap | 09:08:59 |
| 3 Feb 2024 |
Steven Keuchel | fgaz: What failure are you investigating? I have no trouble natively building meson from master. | 09:10:53 |
| abbe joined the room. | 20:56:29 |
| 5 Feb 2024 |
| KREYREN ⚡️🦀 (TH1520 in Licheepi 4A) joined the room. | 07:54:54 |
fgaz | In reply to @skeuchel:matrix.org fgaz: What failure are you investigating? I have no trouble natively building meson from master. I was consistently experiencing 4 test failures that were not related to time. Today I tried again the same exact commit and it built 😐 | 09:01:37 |
fgaz | I blame cosmic rays | 09:15:40 |
Alex | In reply to @fgaz:matrix.org I blame cosmic rays Unfortunately for you, the JH7110's caches have ECC.
It's probably more likely that the meson build simply isn't reproducible. | 10:55:10 |
| 6 Feb 2024 |
| Moritz Sanft set a profile picture. | 17:18:00 |
| 13 Feb 2024 |
| Wilko left the room. | 09:27:37 |
| 14 Feb 2024 |
| KREYREN ⚡️🦀 (TH1520 in Licheepi 4A) changed their profile picture. | 19:41:34 |
| 15 Feb 2024 |
| a-kenji joined the room. | 19:15:07 |
| 17 Feb 2024 |
| White Whale joined the room. | 17:40:01 |
White Whale | Hello, I'm trying to build NixOS image for Starfive VisionFive 2 using this repo:
https://github.com/NickCao/nixos-riscv
I was able to build vanilla image, but the problems arose when I tried to add `xrdp` to it. Compilation of xrdp began to fail with bizarre errors on `pkg-config` missing. I looked into derivation for xrdp and found out that for some reason that `xorgxrdp` has dependency on `pkg-config` from host, not from build. It's very strange, given that it is placed in `nativeBuildInputs`, just like `autoconf` and `automake`, which behave correctly:
https://github.com/NixOS/nixpkgs/blob/d934204a0f8d9198e1e4515dd6fec76a139c87f0/pkgs/applications/networking/remote/xrdp/default.nix#L49
How can this be? How can I fix this? | 17:52:00 |
dramforever | ahhh, this is not good | 19:55:28 |