bug#76288: Infinite reboot loop due to mcron package changes

2025-02-17 Thread Murilo
Hi, thanks for taking some of your time to help. On Fri Feb 14, 2025 at 5:20 PM -03, Tomas Volf wrote: > Do you get any error message or any indication why the reboot happens? I gc'ed my logs since then, but there was a bunch of 'sendmail: no such file or directory' errors on '/var/log/mcron.log'

bug#76288: Infinite reboot loop due to mcron package changes

2025-02-14 Thread Murilo
Hi, I (and a friend too) have been getting an infinite reboot loop when trying to boot into guix system. Going back a generation fixes it, but doesn't solve the issue as I cannot upgrade guix any further. I could bisect the issue to e3459bff0039fbaaaf521fb8c8d406dc29986a8e. I don't know what cause

bug#75237: Packaging ghostty terminal

2025-01-10 Thread Murilo
I essentially gave up on packaging ghostty for upstreaming, already spent too much time on this so I'm moving on. Will continue to update the current working version on my channel, for personal use. Here's my WIP guix branch for ghostty if someone wants to give it a shot, in the hopes that it might

bug#75237: Packaging ghostty terminal

2025-01-10 Thread Murilo
Hi Frank, > error: sub-compilation of libcxx failed > > /gnu/store/...-zig-pkgdir-xcode_frameworks-.../include/i386/_types.h:48:33: > note: typedef redefinition with different types ('long long' vs 'long') > [...] > /gnu/store/...-glibc-2.39/include/bits/types.h:44:25: note: previous

bug#75237: Packaging ghostty terminal

2025-01-01 Thread Murilo
Hi, sadly its not an easy task as you might be expecting it to be. It vendors a lot of dependencies in the repository and recursive dependency replacing with zig fetch isn't quite there yet so we have to do some more work, create a cache and vendor it with --system. I don't know if this is the bes