bug#53594: no matching pattern #

2022-11-21 Thread Mathieu Othacehe
Hey Ludo, > If we cannot reproduce this bug, I propose that we remove it from the > list of release blockers at . I haven't had this issue for a long time, seems fair to unblock the release issue. Thanks, Mathieu

bug#53594: no matching pattern #

2022-11-20 Thread Ludovic Courtès
Hi! I did a complete install in a VM with an image built from commit 44f087fcc7b6ab48ff1381651ef3ea5e560f5216, and I cannot reproduce the error mentioned at the beginning of this thread: https://issues.guix.gnu.org/53594 The installation tests don't appear to hit it either: https://ci.guix.

bug#53594: no matching pattern #

2022-05-14 Thread Ludovic Courtès
Hello, The failing code is at gexp.scm:901:23, which corresponds to this: (mlet %store-monad ((obj (lower-object thing system #:target (and (not native?)

bug#53594: no matching pattern #

2022-05-11 Thread Ludovic Courtès
Hi! I hit this as well while running `guix system reconfigure' (unfortunately I didn't capture the stack trace). Re-running `guix system reconfigure' right after it had failed worked... So my guess is that it's a stateful issue, having to do with grafts: if polkit is not in the store, then we bu

bug#53594: no matching pattern #

2022-04-22 Thread Josselin Poiret via Bug reports for GNU Guix
Hello everyone, Someone reported the exact same issue today on IRC [1], with polkit being the culprit. With a bigger backtrace, the match error happens at line 901 in guix/gexp.scm, in the match inside the return part of lower-inputs. This suggests that lower-object doesn't manage to return a de

bug#53594: no matching pattern #

2022-02-02 Thread Guu, Jin-Cheng
I downloaded it form the Guix website. If memory served me right, it was from https://guix.gnu.org/en/download/latest/ Jin

bug#53594: no matching pattern #

2022-02-02 Thread Mathieu Othacehe
Hey, Thanks for the report. > ice-9/boot-9.scm:1685:16: In procedure raise-exception: > Throw to key `match-error' with args `("match" "no matching > pattern" # 7f6e64aa7b00>)'. I had the exact same issue while trying to build an installer image. Running `make clean-go` and retrying fi

bug#53594: no matching pattern #

2022-01-27 Thread Guu, Jin-Cheng
Hello Guix, I obtained a latest dev ISO for guix system and tried installing it just now. With the graphical installer, I received the error below for two times. Perhaps it's a bug? In ice-9/boot-9.scm: 1685:16 1 (raise-exception _ #:continuable? _) 1685:16 0 (raise-exception _#