bug#62908: evolution-data-server@3.44.4 or above don't connect with Nextcloud online account (GNOME desktop)

2023-04-24 Thread Liliana Marie Prikler
Am Montag, dem 17.04.2023 um 15:33 + schrieb christophe.pist...@posteo.net: > evolution-data-server@3.44.4 or above don't connect with Nextcloud > online account > > ## Steps to reproduce > > The following steps assume you are using Guix System x86_64 with > GNOME desktop/X11 > > 1. fresh

bug#63043: texlive-font-maps.drv build failure when profiles lacks texlive-* packages

2023-04-24 Thread Maxim Cournoyer
Hi Ludovic, Ludovic Courtès writes: > Hello! > > Maxim Cournoyer skribis: > >> Ludovic Courtès writes: >> >>> Hi! >>> >>> (Cc: Maxim who may be familiar with the ‘texlive-font-maps’ hook.) >> >> Did you checked with Ricardo? They were the author of that hook, per >> git blame :-). > > I

bug#63043: texlive-font-maps.drv build failure when profiles lacks texlive-* packages

2023-04-24 Thread Ludovic Courtès
Hello! Maxim Cournoyer skribis: > Ludovic Courtès writes: > >> Hi! >> >> (Cc: Maxim who may be familiar with the ‘texlive-font-maps’ hook.) > > Did you checked with Ricardo? They were the author of that hook, per > git blame :-). I didn’t even look at ‘git blame’, I thought you were the one

bug#62589: Help with patch with delayed evaluation

2023-04-24 Thread Ludovic Courtès
Hi Nicolas, Nicolas Graves skribis: > * gnu/packages/machine-learning.scm (nerd-dictation): > Avoid inputs pulseaudio and ydotool when not necessary. > Factor out wrapper make-nerd-dictation-package. > Add package variants : > - nerd-dictation/xdotool > - nerd-dictation/sox-xdotool > -

bug#63048: [Home] Shell alias values are not properly quoted

2023-04-24 Thread Ekaitz Zarraga
I made something like this instead of reusing the code you suggested, Ludo. But it doesn't work. I don't really know why: diff --git a/guix/scripts/home/import.scm b/guix/scripts/home/import.scm index fd263c0699..2d7a7abbf2 100644 --- a/guix/scripts/home/import.scm +++

bug#62936: [core-updates] pre-inst-env no longer works

2023-04-24 Thread Brian Cully via Bug reports for GNU Guix
Josselin Poiret writes: Ran into this problem myself, here's the reason and the fix: We build a modified `guile` executable in the source tree (for reasons), and use that to run guix. Note that it is only added to PATH by ./pre-inst-env! That guile executable is linked against glibc,

bug#57134: (no subject)

2023-04-24 Thread Marcel van der Boom
reopen 57134 quit Apologies for the noise. I had a manifest in place working around the bug, but unfortunately the bug is still there.

bug#57134: Closing (2nd attempt)

2023-04-24 Thread Maxim Cournoyer
close 57134 quit 2nd close attempt :-) -- Thanks, Maxim

bug#62890: StumpWM fails to start - Read only file system

2023-04-24 Thread Guillaume Le Vaillant
Kjartan Óli Águstsson skribis: > I just started experiencing an issue with stumpwm where it fails to > start, complaining about a read only file system. A web search for the > error message leads me to > https://lists.gnu.org/archive/html/help-guix/2021-02/msg00080.html, > which sounds exactly

bug#58813: [PATCH v2 3/5] Makefile.am: Auto-configure Git on 'make'.

2023-04-24 Thread Maxim Cournoyer
Hi Liliana, Liliana Marie Prikler writes: > Am Sonntag, dem 23.04.2023 um 22:29 -0400 schrieb Maxim Cournoyer: >> This means we do not need to worry anymore about manually syncing the >> pre-push git hook or the Guix-provided git configuration. > IIUC we still need to invoke 'make

bug#57134: (no subject)

2023-04-24 Thread Maxim Cournoyer
done quit Hello, Marcel van der Boom writes: > This has been resolved with the 1.22.2 update. > > close > quit I think to get these Debbugs control commands to work, you need to CC cont...@debbugs.gnu.org and have the commands appear at the top of the email body :-). Otherwise, you can also

bug#63050: "guix pull" requires graphical libraries

2023-04-24 Thread Andreas Enge
While trying out a "guix pull" on an aarch64 machine, for which many packages are currently not available as substitutes, I notice an extra- ordinary amount of dependencies, see below (and since I interrupted and restarted it, there are even more dependencies in reality; I remember X11 libraries

bug#63048: [Home] Shell alias values are not properly quoted

2023-04-24 Thread Ekaitz Zarraga
As an extra note: The problem I encountered was when the alias was defined using single quote marks: alias ls='ls blabla "problem"' this is parsed to: ("ls" . "blabla \"problem\"") Which is written as: alias ls="blabla "problem"" Which is wrong. So the problem relies on the fact that the

bug#62956: Fail to update gajim

2023-04-24 Thread Andreas Enge
Am Mon, Apr 24, 2023 at 10:51:31AM +0200 schrieb Simon Tournier: > Please note #62956 reporting the failure and proposing a patch. Thanks for the notice! On core-updates, the current gajim requires python-gssapi, which fails to build; so this would have to be repaired additionally to the above

bug#63011: gajim 1.4.7 build failure

2023-04-24 Thread Simon Tournier
Hi, On Sat, 22 Apr 2023 at 06:25, "bdju" via Bug reports for GNU Guix wrote: > Another day, another build failure. Python-related again. > guix (GNU Guix) 040d35f088e0f1c856f3f5a9b6bf889b17bd68b3 Well, I have merge with the duplicated #62956 [1]. Note that #62956 [1] also contains a patch

bug#63024: Crash during `guix import pypi -r'

2023-04-24 Thread Simon Tournier
Hi, On Sat, 22 Apr 2023 at 21:59, "Timo Wilken" wrote: > The `guix import pypi -r ...' command frequently crashes for me. When > it does, it always crashes on the third download, the one for the > first dependency's source distribution, like so: Thanks for the report. I am merging with #62334

bug#62334: Network is unreachable only for recursive pypi import

2023-04-24 Thread zimoun
Hi, On Fri, 24 Mar 2023 at 08:19, Maxim Cournoyer wrote: > I can't reproduce it either, so it seems a genuine network error on your > side. As I report in #62765 [1], it seems a regression on our side: which passes with 29efa27. And indeed, using 86d580c, “guix import pypi

bug#62936: [core-updates] pre-inst-env no longer works

2023-04-24 Thread Josselin Poiret via Bug reports for GNU Guix
Hello everyone, Brian Cully via Bug reports for GNU Guix writes: > I did a full rebuild before submitting this bug: bootstrap -> configure > -> make clean -> make. > > FWIW, I still have the issue with ‘pre-inst-env’ when not run from > within ‘guix shell -D guix’, which is a step I have never

bug#57134: (no subject)

2023-04-24 Thread Marcel van der Boom
This has been resolved with the 1.22.2 update. close quit

bug#63048: [Home] Shell alias values are not properly quoted

2023-04-24 Thread Ludovic Courtès
Hi! As Ekaitz reported on Mastodon, shell alias values are not properly quoted, which causes problem when an alias value contains double-quotes for instance: --8<---cut here---start->8--- (define (bash-serialize-aliases field-name val) #~(string-append

bug#63047: Can't load glib debug symbols in gdb

2023-04-24 Thread Josselin Poiret via Bug reports for GNU Guix
Hi Andrew, Andrew Tropin writes: > I try to run emacs in gdb with debug symbols for some libs available, I > succeed with gtk+, but it doesn't work for glib and glibc. It looks > strange to me, but maybe I am doing something wrong. > > Reproducer: > > guix shell gdb emacs-next-pgtk glibc:debug

bug#63047: Can't load glib debug symbols in gdb

2023-04-24 Thread Andrew Tropin
I try to run emacs in gdb with debug symbols for some libs available, I succeed with gtk+, but it doesn't work for glib and glibc. It looks strange to me, but maybe I am doing something wrong. Reproducer: guix shell gdb emacs-next-pgtk glibc:debug gtk+:debug glib:debug \