| 29 Oct 2023 |
| ChaosAttractor joined the room. | 15:10:31 |
| 30 Oct 2023 |
donskifarrell | 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 joined the room. | 07:33:56 |
| @djrmarques:matrix.org joined the room. | 09:38:04 |
| 2 Nov 2023 |
| diamond (it/its) changed their profile picture. | 08:54:51 |
| diamond (it/its) changed their profile picture. | 08:56:17 |
| 3 Nov 2023 |
| mib 🥐 changed their profile picture. | 13:53:41 |
| shortcutz joined the room. | 20:14:46 |
shortcutz | latest commit on the gnome branch failed to build for me | 20:50:29 |
shortcutz | does anyone have a stable-ish commit they use for their own builds? | 20:50:56 |
shortcutz | * does anyone have a stable-ish commit they use for their own environments? | 21:07:04 |
donskifarrell | I'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 | 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 | Download tracker-3.6.0.log | 23:39:26 |
shortcutz | 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 |