bug#71286: build of /gnu/store/xjfs44qvk7rry6nbrbrd18irxdiycs2f-python-matplotlib-3.8.2.drv failed

2024-05-31 Thread francismb via Bug reports for GNU Guix
Dear Maintainers, guix upgrade failed with: [...] building /gnu/store/xjfs44qvk7rry6nbrbrd18irxdiycs2f-python-matplotlib-3.8.2.drv... 100% 'check' ▕███

bug#47144: [PATCH 3/3] gnu: patch: Graft to latest commit [security fixes].

2024-05-31 Thread Simon Tournier
Hi Maxim, On Thu, 30 May 2024 at 22:59, Maxim Cournoyer wrote: > + (source (origin > +(inherit (package-source patch)) > +(method git-fetch) > +(uri (git-reference > + (url "https://git.savannah.gnu.org/git/patch.git";) >

bug#59579: installing zbar prevents gdm to start on Ubuntu 22.04 foreign distro

2024-05-31 Thread Simon Tournier
Hi Maxim, On Wed, 22 May 2024 at 12:14, Maxim Cournoyer wrote: > That'd be a welcome improvement! It'd be nice before if you could > confirm/infirm whether this was truly the issue, if you still have > access to the VM. Sadly, I do not have access anymore to this configuration. I just remembe

bug#67988: [Cuirass] ‘request-work’ responses received by several workers

2024-05-31 Thread Ludovic Courtès
Ludovic Courtès skribis: > I’m under the impression that sometimes, when the server replies to > ‘worker-request-work’ messages, its reply is received by more than just > the target worker, leading to builds being performed twice: On closer inspection, the theory of the message being received by

bug#71297: guix time-machine does not have a verbosity option

2024-05-31 Thread Richard Sent
Hi Guix! guix time-machine does not have a verbosity option. --8<---cut here---start->8--- ~/code/projects/srht-readme $ guix time-machine -q --verbosity 0 -- describe guix time-machine: error: verbosity: unrecognized option --8<---cut here-

bug#71298: --verbosity=0 does not disable all substitute messages in shell

2024-05-31 Thread Richard Sent
Hi Guix! Setting verbosity to 0 (which according to the manual disables all output) does not actually disable all output in Guix shell. --8<---cut here---start->8--- ~/code/projects/srht-readme $ guix shell --verbosity=0 ghc -- ls substitute: updating substitut

bug#71299: Better handle "updating substitutes" messages in CI pipelines and dumb terminals

2024-05-31 Thread Richard Sent
Hi Guix! Due to it's nature as an incremental counter (from 0% to 100%), Guix prints many messages to the terminal when it is updating substitutes. This hurts CI log files because large portions of the output is filled with cruft [1]. This problem is made worse because Guix updates substitutes mul

bug#47144: [PATCH 3/3] gnu: patch: Graft to latest commit [security fixes].

2024-05-31 Thread Maxim Cournoyer
Hi Simon, Simon Tournier writes: > Hi Maxim, > > On Thu, 30 May 2024 at 22:59, Maxim Cournoyer > wrote: > >> + (source (origin >> +(inherit (package-source patch)) >> +(method git-fetch) >> +(uri (git-reference >> + (url