bug#65575: [PATCH v3 4/4] gnu: emacs: Reload subdirs.el files in 'guix-emacs-autoload-packages'.

2023-09-01 Thread Liliana Marie Prikler
Am Freitag, dem 01.09.2023 um 00:53 -0400 schrieb Maxim Cournoyer: > This fixes a regression introduced with 79cfe30f3 ("build-system: > emacs: Use subdirectories again.") which caused the > 'guix-emacs-autoload-packages' to no longer be able to autoload all > packages. > > *

bug#36345: Font and other Issues/Bugs in Guix System

2023-09-01 Thread 宋文武 via Bug reports for GNU Guix
Freddy Reimer writes: > Hello, > > I have been trying out guix in a VM, and would like to report a few > bugs I've run into. > [...] > [...] > The first of these issues, and one I managed to get by on my own, was > my terminal freaking out when I first installed one. > [...] > The second issue

bug#65691: guix lint warns about mismatch labels when using outputs

2023-09-01 Thread Maxim Cournoyer
Hi, This is a classic that most Guix users probably don't even notice anymore, but it's still an annoyance: --8<---cut here---start->8--- "label 'glib' does not match package name 'glib:bin" --8<---cut here---end--->8---

bug#64465: plasma-workspace 5.25.5 build segfaults in check-after-install phase

2023-09-01 Thread 宋文武 via Bug reports for GNU Guix
Athena Martin writes: > I did a 'guix system build' of my Plasma configuration ahead of actually > installing it and got the following build failure: > > [...] > The following tests FAILED: > 4 - screenpooltest (SEGFAULT) > [...] > guix system: error: build of >

bug#65684: [PATCH 1/2] gnu: kaidan: Add missing input.

2023-09-01 Thread iyzsong--- via Bug reports for GNU Guix
From: 宋文武 Fixes . * gnu/packages/messaging.scm (kaidan)[inputs]: Add sonnet. --- gnu/packages/messaging.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index d6296d43aa..5c65760caf 100644 ---

bug#63686: sound-juicer-3.38-0: fails configure phase

2023-09-01 Thread 宋文武 via Bug reports for GNU Guix
Christopher Howard writes: > Package "sound-juicer" fails configure phase. Build log > attached. Built with command: Hello, it had been fixed with commit 4d4bf9ab1f9c3ce850bef9c6934a941c0337dd3b, Closing, thanks!

bug#63151: [PATCH] gnu: sound-juicer: Update to 3.40.0.

2023-09-01 Thread 宋文武 via Bug reports for GNU Guix
Maxim Cournoyer writes: > Hi, > > iyzs...@envs.net writes: > >> From: 宋文武 >> >> * gnu/packages/gnome.scm (sound-juicer): Update to 3.40.0. >> [arguments]: Adjust 'disable-gtk-update-icon-cache'. >> Add 'wrap-program' for GST_PLUGIN_SYSTEM_PATH. > > Installed, thank you! > > Related: it doesn't

bug#65684: kaidan package is broken and does not start

2023-09-01 Thread bdju
I am running Guix System and using Sway (Wayland). When trying to launch Kaidan from a shell I get the following errors: 13:58:25.845|qt.qpa.plugin|W|Could not find the Qt platform plugin "wayland" in "" 13:58:26.210|default|D|QT_QUICK_CONTROLS_STYLE not set, setting to "org.kde.desktop"

bug#65665: package-mapping with #:deep? #t doesn't get all the implicit inputs

2023-09-01 Thread Csepp
Ulf Herrman writes: > [[PGP Signed Part:Undecided]] > #:deep? #t currently works by interposing a dummy build system that > lowers the package to a bag using the original build system, then > applies the supplied transformation to all of the bag's inputs, then > returns a new bag with the new

bug#63151: [PATCH] gnu: sound-juicer: Update to 3.40.0.

2023-09-01 Thread Maxim Cournoyer
Hi, iyzs...@envs.net writes: > From: 宋文武 > > * gnu/packages/gnome.scm (sound-juicer): Update to 3.40.0. > [arguments]: Adjust 'disable-gtk-update-icon-cache'. > Add 'wrap-program' for GST_PLUGIN_SYSTEM_PATH. Installed, thank you! Related: it doesn't find my CD drive, although I have two DVD

bug#63151: [PATCH] gnu: sound-juicer: Update to 3.40.0.

2023-09-01 Thread iyzsong--- via Bug reports for GNU Guix
From: 宋文武 * gnu/packages/gnome.scm (sound-juicer): Update to 3.40.0. [arguments]: Adjust 'disable-gtk-update-icon-cache'. Add 'wrap-program' for GST_PLUGIN_SYSTEM_PATH. --- gnu/packages/gnome.scm | 22 -- 1 file changed, 16 insertions(+), 6 deletions(-) diff --git

bug#65456: [PATCH 0/2] Split guix build into more steps for 32bit hosts.

2023-09-01 Thread Janneke Nieuwenhuizen
Ludovic Courtès writes: Hello! > Janneke Nieuwenhuizen skribis: > >>>From ad94f06620e53fcc1495a2e2479dfc627177047c Mon Sep 17 00:00:00 2001 >> Message-ID: >> >> From: Janneke Nieuwenhuizen >> Date: Thu, 22 Jun 2023 08:30:25 +0200 >> Subject: [PATCH v4] self: Build directories in chunks of

bug#65572: [PATCH v3] doc: Describe black screen issue when booting the installer.

2023-09-01 Thread Csepp
Florian Pelz writes: > With suggestions by Iku-Tulo Vilutar . > Fixes . > > * doc/guix.texi (System Installation): Add suggestion when > booting the installer fails with a black screen. > --- > changes: > - tell users to wait 10 minutes, not 2 > - don't

bug#63921: Activation snippets in reverse order, prevent boot

2023-09-01 Thread Maxim Cournoyer
Hello, Felix Lechner writes: > Hi, > > A patch to resolve this issue was proposed at the other bug > > https://issues.guix.gnu.org/64106#5 Brian's patch in https://issues.guix.gnu.org/64106#7 was installed; it came with tests and also cause an error to be raised when attempting to modify a

bug#65523: package `guile@3.0.9' has an invalid input: ("_" #)

2023-09-01 Thread Paul Alesius
In the source code directory of Guix, when trying to build a package from gnu/packages/python-xyz.scm, it fails with the following error: guix build: error: /storage/src/guix/guix-gnu/guix/build-system/gnu.scm:146:8: package `guile@3.0.9' has an invalid input: ("_" #) For example: guix build -L

bug#65572: [PATCH v3] doc: Describe black screen issue when booting the installer.

2023-09-01 Thread Florian Pelz
With suggestions by Iku-Tulo Vilutar . Fixes . * doc/guix.texi (System Installation): Add suggestion when booting the installer fails with a black screen. --- changes: - tell users to wait 10 minutes, not 2 - don't suggest video=uvesafb which is without effect

bug#65572: Black screen in installer

2023-09-01 Thread Iku-Tulo Vilutar
Actually, just `nomodeset` seems to work. Sometimes booting to GUI can take up to 10 minutes, so it might be I gave up just trying `nomodeset` previously and added `video=uvesafb` and re-tried. On Thu, 31 Aug 2023 at 23:56, pelzflorian (Florian Pelz) < pelzflor...@pelzflorian.de> wrote: > Hi