bug#63205: quodlibet fails to build after python 3.10 update

2023-06-12 Thread Efraim Flashner
Looks good to me. Patch pushed! On Mon, Jun 12, 2023 at 10:47:44AM +0200, Remco van 't Veer wrote: > Hi, > > Forgotten patch: > > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63205#11 > > The supplied patch by Alice works and looks good to me. Can somebody > please have a look and consider

bug#63947: Bug when building ocaml-dune-build-info for ocaml5.0

2023-06-12 Thread Julien Lepiller
Untested yet, but looks fine, thanks Le 13 juin 2023 07:08:11 GMT+02:00, pukkamustard a écrit : > >Hi Benjamin, > >Thanks for the report. > >"Benjamin" writes: > >> Here is a minimal example to reproduce the bug : >> >> --- >> (use-modules >> (gnu packages ocaml) >> (guix build-system ocaml

bug#63947: Bug when building ocaml-dune-build-info for ocaml5.0

2023-06-12 Thread pukkamustard
Hi Benjamin, Thanks for the report. "Benjamin" writes: > Here is a minimal example to reproduce the bug : > > --- > (use-modules > (gnu packages ocaml) > (guix build-system ocaml)) > > ;ocaml-dune-build-info > (package-with-ocaml5.0 ocaml-dune-build-info) > --- > > Building the commented d

bug#63797: [PATCH 0/2] fix python-matrix-nio build

2023-06-12 Thread Arjan Adriaanse
This updates python-matrix-nio which fixes the python-h11 dependency problem. It also requires updating python-aiofiles. Tested by successfully building dependent packages. Arjan Adriaanse (2): gnu: python-aiofiles: Update to 23.1.0. gnu: python-matrix-nio: Update to 0.20.2. gnu/packages/m

bug#63797: [PATCH 1/2] gnu: python-aiofiles: Update to 23.1.0.

2023-06-12 Thread Arjan Adriaanse
* gnu/packages/python-xyz.scm (python-aiofiles): Update to 23.1.0. --- gnu/packages/python-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index dd35f94214..1b06c6d508 100644 --- a/gnu/packages/python-xyz.scm

bug#64006: Installation frustration weekend

2023-06-12 Thread Denys Nykula
Thanks for your comments. What I can answer right away is that I've found the issue 59975 and the related commit too, but I still look at it as a bug, even if the earlier behavior was accidental (i.e. if the font with Cyrillic support was chosen for its typographic characters). If a user during th

bug#63797: [PATCH 2/2] gnu: python-matrix-nio: Update to 0.20.2.

2023-06-12 Thread Arjan Adriaanse
* gnu/packages/matrix.scm (python-matrix-nio): Update to 0.20.2. --- gnu/packages/matrix.scm | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/gnu/packages/matrix.scm b/gnu/packages/matrix.scm index f356674ed9..6107dfc979 100644 --- a/gnu/packages/matrix.scm +++

bug#64031: Guix system entirely broken by updating second runc or by accidental hard reset

2023-06-12 Thread Steven Roose
I'm writing this from my phone after a 3 hour attempt to fix my Guix system without success, it seems totally FUBAR. So here is what I did: $ guix package -I runc Shortly after, my battery ran out and my laptop did a hard reset (yes trying to configure hibernate on low battery has been on my t

bug#63982: Shepherd can crash when a user service fails to start

2023-06-12 Thread Maxim Cournoyer
Hi Ludovic! Ludovic Courtès writes: > Hi Maxim, > > Maxim Cournoyer skribis: > >> rm /run/user/1000/shepherd/socket >> >> $ /gnu/store/y826g8wrpzskcs82ffxppj7mmz257ksi-shepherd-0.10.1/bin/shepherd >> Starting service root... >> Service root started. >> Service root running with value #t. >> Ser

bug#64006: Installation frustration weekend

2023-06-12 Thread pelzflorian (Florian Pelz)
"pelzflorian (Florian Pelz)" writes: >> Console fonts lose Cyrillic support after the first pull and upgrade. >> Question marks appear in place of my letters instead. > This sounds like a bug/regression; in the source code > ,

bug#63982: Shepherd can crash when a user service fails to start

2023-06-12 Thread Ludovic Courtès
Hi Maxim, Maxim Cournoyer skribis: > rm /run/user/1000/shepherd/socket > > $ /gnu/store/y826g8wrpzskcs82ffxppj7mmz257ksi-shepherd-0.10.1/bin/shepherd > Starting service root... > Service root started. > Service root running with value #t. > Service root has been started. > WARNING: Use of `load'

bug#64015: guix refresh fails to find latest version for libuv

2023-06-12 Thread Maxim Cournoyer
Hello, Attempting to use 'guix refresh libuv' says: --8<---cut here---start->8--- $ LANG=C guix refresh libuv gnu/packages/libevent.scm:117:13: 1.44.2 is already the latest version of libuv --8<---cut here---end--->8--- The

bug#64014: guix pack regression

2023-06-12 Thread André A . Gomes
Hello Guix, I've produced a guix pack with the same command that I've always used (which includes passing the -RR flag), but I now get the following message: --8<---cut here---start->8--- bwrap: No permissions to creating new namespace, likely because the kerne

bug#64006: Installation frustration weekend

2023-06-12 Thread pelzflorian (Florian Pelz)
Hi Denys! Sorry to hear, but thank you for writing which bugs still cause trouble with Guix System. I can say this: Denys Nykula writes: > Installation with a desktop environment (EXWM) started to "die > unexpectedly" every time when loading subtitutes, please see installer- > dump-790b17b6. N

bug#63205: quodlibet fails to build after python 3.10 update

2023-06-12 Thread Remco van 't Veer
Hi, Forgotten patch: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63205#11 The supplied patch by Alice works and looks good to me. Can somebody please have a look and consider committing it? Thanks! Cheers, Remco