bug#64302: Guix derivation cannot be computed during pull

2023-08-18 Thread Ludovic Courtès
Hi, Andreas Enge skribis: > It looks like 1GB of memory is not enough for "guix pull", which is > not nice. Has this been addressed in later commits? Is there a known > lower memory limit for using Guix? This is terrible. :-/ The culprit here is Guile, specifically its compiler and psyntax.

bug#64760: make check fails on 182be30fb1a8b847c30492462ec22c08ec7a9849

2023-08-18 Thread Ludovic Courtès
Hello! Pushed as 4b1fdd44ed87dc07d23cc9313a8b6b14d0646923! Ludo’.

bug#64571: harfbuzz package has a duplicated definition

2023-08-18 Thread Simon Tournier
Hi, On Tue, 11 Jul 2023 at 11:15, Jean-Pierre De Jesus Diaz via Bug reports for GNU Guix wrote: > guix shell harfbuzz > guix shell: warning: ambiguous package specification `harfbuzz' > guix shell: warning: choosing harfbuzz@5.3.1 from gnu/packages/gtk.scm:252:2 > > It may be as simple as remov

bug#64557: (no subject)

2023-08-18 Thread Simon Tournier
Hi, On Mon, 10 Jul 2023 at 15:44, Girish M wrote: > guix substitute: warning: while fetching > https://ci.guix.gnu.org/nar/zstd/vmq70gpqzdrd4ljbr1l9ap9pjvwn8dv0-perl-term-readkey-2.38: > > server is somewhat slow > guix substitute: warning: try `--no-substitutes' if the problem persists > Back

bug#63308: [BUG] python-pikepdf build broken

2023-08-18 Thread kiasoc5--- via Bug reports for GNU Guix
The build is broken because qpdf in Guix is too old (inferring this from https://github.com/pikepdf/pikepdf/issues/497#issuecomment-1646312997) Therefore a qpdf upgrade would be required, which would involve a patch to core-updates.

bug#64736: pipewire doesn't provide libspa-libcamera.so

2023-08-18 Thread 宋文武 via Bug reports for GNU Guix
Alexandre Hannud Abdo writes: > Uou, thank you. Let me know if and how I can help. Best, .~´ Hello, it should be fixed now. Since commit 7d8ce0701e82cf984906980e240bbf67f4988426. Closing, thanks.

bug#64981: [PATCH] gnu: libepoxy: Hardcode paths to GLES libraries.

2023-08-18 Thread iyzsong--- via Bug reports for GNU Guix
From: 宋文武 Fixes . * gnu/packages/gl.scm (libepoxy)[arguments]<#:phases>: Hardcode paths to libGLESv1_CM.so.1 and libGLESv2.so.2. --- gnu/packages/gl.scm | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gl.scm b/gnu/pa

bug#64981: GTK4 applications broken (missing libGLESv2)

2023-08-18 Thread 宋文武 via Bug reports for GNU Guix
iyzs...@envs.net writes: > * gnu/packages/gl.scm (libepoxy)[arguments]<#:phases>: > Hardcode paths to libGLESv1_CM.so.1 and libGLESv2.so.2. Hello, since we already hardcode paths for libGL, adding libGLES seems reasonable. Have test it though, because on my machine (kwin in wayland) it seems GTK