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

2024-06-01 Thread francismb via Bug reports for GNU Guix
Dear Maintainers, I've updated the profile and tried again: $ guix package --upgrade python-matplotlib The following package will be upgraded: python-matplotlib (dependencies or package changed) The following derivation will be built: /gnu/store/xjfs44qvk7rry6nbrbrd18irxdiycs2f-python-matpl

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

2024-06-01 Thread Maxim Cournoyer
Hi, Maxim Cournoyer writes: > * gnu/packages/base.scm (patch/fixed): New variable. > (patch) [replacement]: Graft with the above. > > Fixes: https://issues.guix.gnu.org/47144 > Reported-by: Mark H Weaver > Change-Id: I54ae41b735f5ba0ebad30ebdfaabe0ccdc3f9873 [...] > (define-public patch >

bug#47144: [PATCH v2 2/3] gnu: gnulib: Update to 2024-05-30-1.ac4b301.

2024-06-01 Thread Maxim Cournoyer
Also fix the commands, which would fail due to not finding their implementation scripts. * gnu/packages/patches/gnulib-bootstrap.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/build-tools.scm (gnulib): Update to 2024-05-30-1.ac4b301. [source]: Apply patch. [phases]

bug#47144: [PATCH v2 1/3] gnu: ucd: Update to 15.1.0.

2024-06-01 Thread Maxim Cournoyer
* gnu/packages/unicode.scm (ucd): Update to 15.1.0. Change-Id: I0828544c35eef90a8f76c2084362ee4594189244 --- (no changes since v1) gnu/packages/unicode.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/unicode.scm b/gnu/packages/unicode.scm index 23f08a2aa

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

2024-06-01 Thread Maxim Cournoyer
* gnu/packages/base.scm (patch/fixed): New variable. (patch) [replacement]: Graft with the above. Fixes: https://issues.guix.gnu.org/47144 Reported-by: Mark H Weaver Change-Id: I54ae41b735f5ba0ebad30ebdfaabe0ccdc3f9873 --- Changes in v2: - Use same version to have the same store length, a graft

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

2024-06-01 Thread Ludovic Courtès
Hi Maxim, Maxim Cournoyer skribis: > (define-public patch >(package > +(replacement patch/fixed) Unless I’m mistaken, this will have practically no effect because Patch is a build-time-only dependency. My recommendation would be to not add a ‘replacement’ field at all. Instead, you co

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

2024-06-01 Thread Maxim Cournoyer
Hi Ludovic, Ludovic Courtès writes: > Hi Maxim, > > Maxim Cournoyer skribis: > >> (define-public patch >>(package >> +(replacement patch/fixed) > > Unless I’m mistaken, this will have practically no effect because Patch > is a build-time-only dependency. > > My recommendation would be

bug#71299: Investigation

2024-06-01 Thread Richard Sent
Hi Guix! I started looking into this problem and unfortunately it looks like it might be more complicated than I thought. My initial thought was having two progress-reporters and selecting on based on a simple conditional if current-error-port was a tty or not. This would be in guix/scripts/subst

bug#71299: Fixed link for demonstration of the problem

2024-06-01 Thread Richard Sent
I was informed that the link I mentioned in the first issue is nonpublic. Here's the definitely public build output that demonstrates the problem, albeit in trimmed form: https://builds.sr.ht/~freakingpenguin/job/1238029 -- Take it easy, Richard Sent Making my computer weirder one commit at a ti

bug#71312: Dead download links on guix.gnu.org/en/download/latest

2024-06-01 Thread Richard Sent
Some download links on https://guix.gnu.org/en/download/latest/ return a JSON payload containing the following content: > error "Could not find the requested build product." This occurs for the links under "GNU Guix System on Linux" and "GNU Guix System on GNU Hurd". -- Take it easy, Richard Se