bug#58285: secrets crashes when unlocking database

2022-10-09 Thread Maxim Cournoyer
Hi, kias...@disroot.org writes: > (.secrets-real:8886): Gtk-WARNING **: 01:35:46.681: GtkText - did not > receive a focus-out event. > If you handle this event, you must return > GDK_EVENT_PROPAGATE so the default handler > gets the event as well > Traceback (most recent call last): > File >

bug#56322: Debbug 56322, Ruby packaging issues, ping?

2022-10-09 Thread Remco van 't Veer
Hi Maxime, Thanks for taking a look again. I'll make a new patchset to correct the things you mentioned. 2022/10/09 11:15, Maxime Devos: > Otherwise, not that I know of, these patches appear > straightforward. They might need to be done on core-updates though -- > unless this has changed, IIRC

bug#57479: Inkscape can't find python-lxml

2022-10-09 Thread Maxim Cournoyer
Hi, Leo Famulari writes: > I'm not able to create QR codes in Inkscape. > > I try to create a QR code in Inkscape by going through these menus: > Extensions -> Render -> Barcode -> QR Code > > But, when I click "Apply" to create the QR code, Inkscape prints an > error message like this: > >

bug#36869: gnome-todo won't create new todo list

2022-10-09 Thread Maxim Cournoyer
Hi, Ricardo Wurmus writes: > Hi Jesse, > >> The name org.gnome.evolution.dataserver.Source5 was not provided >> by any service files." > > Looks like it needs the evolution-dataserver package to be installed in > a location where it is found for DBus activation. > > A work-around is to install t

bug#30265: Fish embeds store file names in UCS-4/UTF-32 literal strings

2022-10-09 Thread Maxim Cournoyer
Hi, Mark H Weaver writes: > John Soo writes: >> I looked into it and I think a patch to fish might be required but I >> got buried in other work. > > Note that commit 1bab9b9f17256a9e4f45f5b0cceb8b52e0a1b1ed (April 2021) > added support in our grafting code to find and rewrite UTF-16 and UTF-32

bug#44903: Guix 1.2.0 installer 'auto-partition!' crash

2022-10-09 Thread Maxim Cournoyer
Hi, Josselin Poiret writes: > Hi Maxim, > > Maxim Cournoyer writes: > >> Mathieu, do you think this bug can still exist in 1.3.0 or our current >> snapshot installer images? If not, we should close it, as it's gone >> stale and reported against 1.2.0. > > Just my 2 cents: I think this issue wa

bug#30290: guix-daemon slows to a crawl when a substitute server is offline

2022-10-09 Thread Maxim Cournoyer
Hi Simon, zimoun writes: > Hi Maxim, > > On Wed, 23 Mar 2022 at 11:50, zimoun wrote: >> On Wed, 18 Aug 2021 at 22:25, Maxim Cournoyer >> wrote: > >>> Extra note: the problems reported earlier (hang or backtrace instead of >>> graceful fallback to other substitute servers) also affect the scen

bug#57933: Gtk is unsupported on i686-linux

2022-10-09 Thread Ludovic Courtès
Hi, Mathieu Othacehe skribis: > I had the following error while trying out `make release` for > `i686-linux` specifically. > > + for example in gnu/system/examples/*.tmpl > + case "$example" in > + options= > + guix system -n disk-image gnu/system/examples/desktop.tmpl > accepted connection from

bug#58366: Guix build guix fails on i686

2022-10-09 Thread Ludovic Courtès
Hi, Denis 'GNUtoo' Carikli skribis: > After a guix pull it now builds fine again. I've tested it with guix > build -s i686-linux on x86_64 and guix build guix on i686. Yes, this was addressed in . > So the bug can now be closed. Done, thanks! Ludo’.

bug#58320: Hurd VM fails to boot on AMD EPYC (kvm-amd)

2022-10-09 Thread Samuel Thibault
Ludovic Courtès, le dim. 09 oct. 2022 18:09:07 +0200, a ecrit: > So it would seem that ‘_dl_start’ is called and somehow then a tail-call > to ‘_dl_fatal_printf’ is made. Perhaps you can build glibc without tail-call optimization? (-fno-optimize-sibling-calls) Samuel

bug#58399: [BUG] guix-emacs error -

2022-10-09 Thread florhizome
Hello, when trying to use guix' emacs UI recently, the minibuffer command interface won't work. The issue and a possible fix (a one-line patch) has already been described here: https://gitlab.com/emacs-guix/emacs-guix/-/issues/30 It comes from the newer geiser not containing a file for company supp

bug#58375: Installer does not show what is being downloaded

2022-10-09 Thread Ludovic Courtès
Hello! Josselin Poiret skribis: > Julien Lepiller writes: >> I installed Guix on a new drive, so I tried the installer from the latest >> image. After reviewing the system config, the installer goes to a black >> screen where guix output is shown. Although I can see messages about >> substit

bug#58384: copy-build-system assumes that strip-flags, strip-directories is a S-exp, but it isn't.

2022-10-09 Thread Ludovic Courtès
Hi, Maxime Devos skribis: > This fixes a bug introduced in ccc2658e2a111590ec25e308946e47a24d357785, > reported at . > > Tested with "./pre-inst-env guix build openjpeg-data". > > Fixes: https://issues.guix.gnu.org/issue/58384 > > * guix/build-system/copy

bug#58320: Hurd VM fails to boot on AMD EPYC (kvm-amd)

2022-10-09 Thread Ludovic Courtès
Hi! Ludovic Courtès skribis: > $ addr2line -e > /gnu/store/m8afvcgwmrfhvjpd7b0xllk8vv5isd6j-glibc-cross-i586-pc-gnu-2.33/lib/ld.so.1 > 0x1000 0x11627 0x11bb > ??:0 > /tmp/guix-build-glibc-cross-i586-pc-gnu-2.33.drv-0/glibc-2.33/elf/dl-misc.c:333 > :? > > > That’s ‘_dl_fatal_printf’ calling ‘_

bug#58384: [core-updates] build-system: Fix uses of #:strip-flags and #:strip-directories.

2022-10-09 Thread Maxime Devos
This fixes a bug introduced in ccc2658e2a111590ec25e308946e47a24d357785, reported at . Tested with "./pre-inst-env guix build openjpeg-data". Fixes: https://issues.guix.gnu.org/issue/58384 * guix/build-system/copy.scm (copy-build): 'strip-flags' and '#:st

bug#56322: Debbug 56322, Ruby packaging issues, ping?

2022-10-09 Thread Maxime Devos
On 08-10-2022 12:01, Remco van 't Veer wrote: Do the patches[1][2] need more work? [1] https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56322#11 [2] https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56322#29 Trailing #t haven' been necessary since a long time, and ... > + (define baseruby ;; use