bug#65178: Shepherd stops responding during "guix system reconfigure"

2023-12-15 Thread Timo Wilken
On Fri Dec 15, 2023 at 8:47 PM CET, Attila Lendvai wrote: > i think i have found the root cause of this, as documented here: > https://issues.guix.gnu.org/67839 > > that issue contains patches for shepherd to reproduce it in its test suite. Thank you very much for this, Attila! Are the patch in

bug#65178: Shepherd stops responding during "guix system reconfigure"

2023-12-14 Thread Timo Wilken
After a bit of searching, it looks like 67538, 67230 and 65178 may be the same issue. Attila Lendvai wrote: > > > my suspicion is that it's due to some error coming from a start > > > GEXP that somehow derails shepherd's event loop. > > > > iirc I once managed to get a debugger out when it

bug#67538: Shepherd stops responding during "guix system reconfigure"

2023-11-29 Thread Timo Wilken
I run Guix System on a remote server, and I've just had Shepherd hang itself completely during a "guix system reconfigure" -- see the terminal log below. This is the system Shepherd, i.e. PID 1, so it hanging is obviously not good. I was debugging some nginx/certbot-related issues, which is the

bug#63194: Fixed: OpenMoji font is drawn invisibly

2023-10-15 Thread Timo Wilken
This issue does not occur any more for me. Closing.

bug#63001: bug#63631: [PATCH] import: go: Handle subpackage versioning correctly.

2023-06-17 Thread Timo Wilken
Hi Ludo', (hi everyone,) On Wed Jun 14, 2023 at 11:09 PM CEST, Ludovic Courtès wrote: > Timo Wilken skribis: > > Here's a patch that fixes the reported issue (bug#54097) for me. I've only > > tested this on the github.com/googleapis/google-cloud-go/compute package so > >

bug#54097: [PATCH] import: go: Handle subpackage versioning correctly.

2023-05-22 Thread Timo Wilken
Hi wolf, On Sun May 21, 2023 at 11:54 PM CEST, wolf wrote: > Please give the github.com/Azure/go-autorest/tracing@v0.6.0 a go. My code > failed on it, and (assuming I applied the patch correctly) your does as well. > Here are reproduction steps to make it easier for you (please tell me if I did

bug#54097: [PATCH] import: go: Handle subpackage versioning correctly.

2023-05-21 Thread Timo Wilken
right © 2021 Sarah Morgensen ;;; Copyright © 2021 Simon Tournier +;;; Copyright © 2023 Timo Wilken ;;; ;;; This file is part of GNU Guix. ;;; @@ -89,6 +90,7 @@ (define-module (guix import go) ;;; TODO list ;;; - get correct hash in vcs->origin for Mercurial and Subversion +;;; - han

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

2023-04-23 Thread Timo Wilken
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: --8<---cut here---start->8--- $ guix import pypi -r calcure Starting

bug#63001: Go importer doesn't know MODULE/vX.Y version tags

2023-04-23 Thread Timo Wilken
Some Golang repositories apparently use a tagging scheme where each submodule in the repo gets its own tags. In this case, the example is cloud.google.com/go and its submodules (hosted at https://github.com/googleapis/google-cloud-go). For example, for the cloud.google.com/go/longrunning

bug#61914: IceCat does not start with en_GB.utf8 locale

2023-03-06 Thread Timo Wilken
I cannot start IceCat with a non-C locale. It opens an almost-blank window, and I cannot open new tabs or navigate to any URL. If I run `LANG=C icecat', then it works fine. I use `guix system' and `guix home', and have IceCat installed in my `guix home' profile. I have my operating-system

bug#61914: IceCat does not start with en_GB.utf8 locale

2023-03-06 Thread Timo Wilken
Hi Maxim, Thanks for your reply! What finally worked for me was the following: $ sed -i.bak 's|/gnu/store/hhfcn8viysyz2qz9rvvqkj91i5nxzd9s|/gnu/store/bwcrfgfrri9bpglgb5raih167jaxibkv|g' \ ~/.mozilla/icecat/vfc41hol.default/extensions.json \