bug#64200: Netsurf very frequently freezes when editing text (Harfbuzz issue?)

2023-06-25 Thread Csepp
John Kehayias writes: > Dear Csepp, > > On Thu, Jun 22, 2023 at 12:00 AM, Csepp wrote: > >> >> So, I built Netsurf with --with-latest=harfbuzz, which also affected >> GTK+ and a bunch of other packages along the way, and it worked on my >> first attempt, just needed a stronger machine. >> I cop

bug#63979: bug#64119: [PATCH] services: shepherd: Sanitize 'provision' field.

2023-06-25 Thread Ludovic Courtès
Bruno Victal skribis: > +(define (sanitize-shepherd-service-provision expr) > + (match expr > +(((? symbol?) ..1) expr) > +(_ > + (raise > + (formatted-message > + (G_ "'provision' must be a non-empty list of symbols")) Actually I figured we could do as in other areas

bug#54944: guix pull hangs in guix-packages-base.drv even with offloading

2023-06-25 Thread Csepp
Csepp writes: > Csepp writes: > >> Csepp writes: >> >>> Maxim Cournoyer writes: >>> Hi! raingloom writes: > It's been at 67% on guix-packages-base for at least an hour now. The > system itself is responsive and with the swap I gave it, it has more > than enoug

bug#64280: Editorconfig and dir-locals in guix source tree contradict each other

2023-06-25 Thread Jelle Licht
Hi all, I found my Emacs using a fill-column value of 85 while hacking on the guix source tree. Turns out it's an interaction between the emacs package editorconfig-mode (which I use). Easy workaround: turn this mode off when hacking on guix. A contradiction between .dir-locals.el and the .edito

bug#64223: I just have a install error and make a dump `installer-dump-719ceb08` :)

2023-06-25 Thread Josselin Poiret via Bug reports for GNU Guix
Hi, "yhm" via Bug reports for GNU Guix writes: > It failed as "build of /gnu/store/...-gtk-4.8.1.drv failed" Secured > by Skiff Mail. The only thing I can gather from that dump is that there was not enough space left on a device, and I assume the device you were installing on. HTH

bug#64193: greetd-wlgreet-session dont working

2023-06-25 Thread Josselin Poiret via Bug reports for GNU Guix
Hi Yurii, Yurii writes: > I tryed to use wlgreet with dwl-guile > guix system reconfigure error: > (greetd-terminal-configuration (terminal-vt "1") (terminal-switch #t) > (default-session-command (greetd-wlgreet-session (command (file-append > dwl-guile "/bin/dwl-guile"): invalid field speci

bug#64193: greetd-wlgreet-session dont working

2023-06-25 Thread Yurii
I tryed to use wlgreet with dwl-guile guix system reconfigure error: (greetd-terminal-configuration (terminal-vt "1") (terminal-switch #t) (default-session-command (greetd-wlgreet-session (command (file-append dwl-guile "/bin/dwl-guile"): invalid field specifier config: (greetd-terminal-config

bug#64223: I just have a install error and make a dump `installer-dump-719ceb08` :)

2023-06-25 Thread yhm
It failed as "build of /gnu/store/...-gtk-4.8.1.drv failed" Secured by Skiff Mail.

bug#63546: (No Subject)

2023-06-25 Thread worldofgeese via Bug reports for GNU Guix
I'm still receiving the same error. I tested a variant of Zhu's patch by defining my own custom Nix package that sticks very closely to Zhu's, just with manpages and docs generation disabled. I can confirm Nix is running latest: nix (Nix) 2.16.0. This is the first time I've done any kind of Gui

bug#63546: nix-channel error: opening pseudoterminal master: No such device

2023-06-25 Thread Jonas Schneider-Bensch
Perhaps this is a permissions issue with the nix shepherd service? I haven't tried the patch linked above, but found that I could run $ sudo nix-channel --update without running into the issue. Then, I got the same error again when trying to install any package with nix-env. Once again, I could r

bug#64271: libasr is unmaintained upstream

2023-06-25 Thread Omar Polo
Hello, I'm not a guix user so can't send patches, hope this is the correct way to report issues however. The upstream libasr-portable repository was archived, as the project was unmaintained (and unmaintenable in some sense) for some time: https://github.com/OpenSMTPD/libasr/ OpenSMTPD

bug#64059: Sudden unexplained error during guix pull: "channel dependency has an invalid introduction field"

2023-06-25 Thread N. Y.
Hi Josselin, Thank you so much for your help! Indeed, the .channels.scm files of my custom channels had invalid introduction fields. That's on me --- I should've read the error message more carefully! Best regards, Ning On Tue, Jun 20, 2023 at 9:19 AM Josselin Poiret wrote: > Hi Ning, > > "N.

bug#64193: greetd-wlgreet-session dont working

2023-06-25 Thread burning2007
I have the same problem. I have no idea how to debug such kind of errors. -- Anthony

bug#53423: [fix] nncp: Fails to build (renamed file not found)

2023-06-25 Thread Alan & Kim Zimmerman
I took a look at this, and the problem seems to be that the cwd ends up different from before, so all the file operations fail. It needs (chdir "../nncp-7.5.0") in the 'go-unpack section. Attached is a patch that does this, if it works via gmail. Alan From f2cc08e9cd657717049936938077a210773ab19