!XQQVyIbcAcHFvzmcTl:nixos.org

NixOS GNOME

379 Members
A room for maintainers of GNOME & GNOME-adjacent desktop environments (Xfce, Cinnamon, Pantheon...)88 Servers

Load older messages


SenderMessageTime
29 Oct 2023
@ygt:matrix.orgnadir Jan Tojnar: That makes sense. Thank you. 14:19:51
@lostattractor:mozilla.orgChaosAttractor joined the room.15:10:31
30 Oct 2023
@donskifarrell:matrix.orgdonskifarrell
In reply to @donskifarrell:matrix.org
I've suddenly ran into an issue with my local build tho. My boot sequence gets stuck on [ ok ] Started Display Manager and doesn't load gdm.
This is using the most recent pull from github branch, yet I was successful in building and running it from a previous pull around 10th Oct.
this was a GLIBC mismatch. A flake update and a full rebuild fixed it up
11:38:42
1 Nov 2023
@arcayr:rascals.net@arcayr:rascals.net joined the room.07:33:56
@djrmarques:matrix.org@djrmarques:matrix.org joined the room.09:38:04
2 Nov 2023
@diamondburned:matrix.orgdiamond (it/its) changed their profile picture.08:54:51
@diamondburned:matrix.orgdiamond (it/its) changed their profile picture.08:56:17
3 Nov 2023
@mib:kanp.aimib 🥐 changed their profile picture.13:53:41
@shortcutz:matrix.orgshortcutz joined the room.20:14:46
@shortcutz:matrix.orgshortcutzlatest commit on the gnome branch failed to build for me20:50:29
@shortcutz:matrix.orgshortcutzdoes anyone have a stable-ish commit they use for their own builds? 20:50:56
@shortcutz:matrix.orgshortcutz * does anyone have a stable-ish commit they use for their own environments?21:07:04
@donskifarrell:matrix.orgdonskifarrellI've built from the latest commit on the gnome branch and it's working fine. What's the failure you're getting? 23:23:35
@shortcutz:matrix.orgshortcutz i'm getting > 29/39 tracker:core / ontology-change TIMEOUT 60.01s killed by signal 15 SIGTERM when building tracker-3.6.0 23:36:26
@shortcutz:matrix.orgshortcutzDownload tracker-3.6.0.log23:39:26
@shortcutz:matrix.orgshortcutz

actually if it builds fine for you it is probably how i am using it in my configuration- i have a member of inputs in my system flake.nix pointing to github:NixOS/nixpkgs/gnome, and then in my modules i've added:

{
  nixpkgs.overlays = [
    (self: super: {
      gnome = inp.gnomeNixpkgs.legacyPackages.x86_64-linux.gnome;
    })
  ];
}
23:41:02
@shortcutz:matrix.orgshortcutzanything seem wrong with that?23:41:15
@shortcutz:matrix.orgshortcutz *

actually if it builds fine for you it is probably how i am using it in my configuration- i have a member of inputscalled gnomeNixpkgs in my system flake.nix pointing to github:NixOS/nixpkgs/gnome, and then in my modules i've added:

{
  nixpkgs.overlays = [
    (self: super: {
      gnome = gnomeNixpkgs.legacyPackages.x86_64-linux.gnome;
    })
  ];
}
23:41:36
4 Nov 2023
@donskifarrell:matrix.orgdonskifarrellThat looks fine. I was using that way initially then I had an issue with mismatched GLIBC versions, so I made the gnome branch the primary nixpkgs url (which triggered a massive rebuild) in order to resolve it. I haven't experienced the tracker issue yet but there were some related convos earlier in the chat if you scroll back. The only similar issue was with libsecret, which was caused by 100% CPU usage. I kept restarting the builds and it eventually got there00:39:34
@donskifarrell:matrix.orgdonskifarrell * That looks fine. I was using that way initially then I had an issue with mismatched GLIBC versions, so I made the gnome branch the primary nixpkgs url (which triggered a massive rebuild) in order to resolve it. I haven't experienced the tracker issue yet but there were some related convos earlier in the chat if you scroll back. The only similar issue to yours was with libsecret, which was caused by 100% CPU usage. I kept restarting the builds and it eventually got there00:39:43
@shortcutz:matrix.orgshortcutzalright00:48:59
@shortcutz:matrix.orgshortcutz
In reply to @donskifarrell:matrix.org
That looks fine. I was using that way initially then I had an issue with mismatched GLIBC versions, so I made the gnome branch the primary nixpkgs url (which triggered a massive rebuild) in order to resolve it.
I haven't experienced the tracker issue yet but there were some related convos earlier in the chat if you scroll back.
The only similar issue to yours was with libsecret, which was caused by 100% CPU usage. I kept restarting the builds and it eventually got there
by any chances was the CPU usage error related to a TIMEOUT [...] signal 15 sigterm message? hadn't seen that before this build
00:52:46
@donskifarrell:matrix.orgdonskifarrell
In reply to @shortcutz:matrix.org
by any chances was the CPU usage error related to a TIMEOUT [...] signal 15 sigterm message? hadn't seen that before this build
Ah, just checked and its not quite the same.
I was having this issue : https://gitlab.gnome.org/GNOME/libsecret/-/issues/80
01:18:45
@shortcutz:matrix.orgshortcutzthanks anyway01:19:48
@shortcutz:matrix.orgshortcutznot even sure what the issue is, i'm getting different errors every rebuild01:20:04
@shortcutz:matrix.orgshortcutz the latest one had to do with a curl failure 🤷 01:20:16
@jtojnar:matrix.orgJan Tojnar shortcutz: the non-deterministic failures sometimes happen more frequently during CPU pressure, you can try building just the affected package if it persists (nix-build https://github.com/NixOS/nixpkgs/archive/gnome.tar.gz -A tracker) 14:46:00
@jtojnar:matrix.orgJan Tojnar
In reply to @shortcutz:matrix.org

actually if it builds fine for you it is probably how i am using it in my configuration- i have a member of inputscalled gnomeNixpkgs in my system flake.nix pointing to github:NixOS/nixpkgs/gnome, and then in my modules i've added:

{
  nixpkgs.overlays = [
    (self: super: {
      gnome = gnomeNixpkgs.legacyPackages.x86_64-linux.gnome;
    })
  ];
}
note that there are also some module changes so you might get issues from that
14:46:53
@shortcutz:matrix.orgshortcutzthanks for the tips!14:55:37
@shortcutz:matrix.orgshortcutzi think i can corroborate the cpu pressure thing- i could get much farther (last <100 derivations) built when forcing `max-jobs=1`. maybe that doesnt technically correlate with cpu pressure but it is a fact14:56:57

Show newer messages


Back to Room ListRoom Version: 6