unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#72984: wine64 fails to build: guix/build/utils.scm:761:4: In procedure alist-cons-after: Throw to key `match-error' with args `("match" "no matching pattern" ())'.
@ 2024-09-02 18:26 Dr. Arne Babenhauserheide via Bug reports for GNU Guix
       [not found] ` <handler.72984.B.1725301656965.ack@debbugs.gnu.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Dr. Arne Babenhauserheide via Bug reports for GNU Guix @ 2024-09-02 18:26 UTC (permalink / raw)
  To: 72984

[-- Attachment #1: Type: text/plain, Size: 1591 bytes --]

To reproduce:

$ guix build wine64

Error:
$ zcat /var/log/guix/drvs/ls/6zadl8a8gxkh8a3wvjnjhqn0iy5mcc-wine64-9.0.drv.gz
WARNING: (guile-user): imported module (guix build utils) overrides core binding `delete'
Backtrace:
          14 (primitive-load "/gnu/store/z9r2ygks8kh1r6k6d9ckzwnrzvp?")
In ice-9/eval.scm:
   214:21 13 (_ #f)
   217:50 12 (lp (#<procedure 7ffff419ffa0 at ice-9/eval.scm:282:?> ?))
   217:50 11 (lp (#<procedure 7ffff419ff80 at ice-9/eval.scm:282:?> ?))
   217:50 10 (lp (#<procedure 7ffff419ff60 at ice-9/eval.scm:282:?> ?))
   217:50  9 (lp (#<procedure 7ffff419ff40 at ice-9/eval.scm:282:?> ?))
   217:50  8 (lp (#<procedure 7ffff419fee0 at ice-9/eval.scm:649:?> ?))
   217:50  7 (lp (#<procedure 7ffff419fec0 at ice-9/eval.scm:282:?> ?))
   217:50  6 (lp (#<procedure 7ffff419fe60 at ice-9/eval.scm:649:?> ?))
   217:50  5 (lp (#<procedure 7ffff419fe40 at ice-9/eval.scm:282:?> ?))
   217:50  4 (lp (#<procedure 7ffff419fe20 at ice-9/eval.scm:282:?> ?))
   217:50  3 (lp (#<procedure 7ffff419fe00 at ice-9/eval.scm:282:?> ?))
   217:33  2 (lp (#<procedure 7ffff419fa00 at ice-9/eval.scm:649:?> ?))
   293:34  1 (_ #(#(#<directory (guile-user) 7ffff7850c80> (# ?)) #))
In guix/build/utils.scm:
    761:4  0 (alist-cons-after copy-wine32-binaries wrap-executable # ?)

guix/build/utils.scm:761:4: In procedure alist-cons-after:
Throw to key `match-error' with args `("match" "no matching pattern" ())'.

I do not know how to fix that.

Best wishes,
Arne
-- 
Unpolitisch sein
heißt politisch sein,
ohne es zu merken.
draketo.de

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 1125 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#72984: Acknowledgement (wine64 fails to build: guix/build/utils.scm:761:4: In procedure alist-cons-after: Throw to key `match-error' with args `("match" "no matching pattern" ())'.)
       [not found] ` <handler.72984.B.1725301656965.ack@debbugs.gnu.org>
@ 2024-09-02 19:26   ` Dr. Arne Babenhauserheide via Bug reports for GNU Guix
  2024-09-09 19:32     ` Simon Tournier
  0 siblings, 1 reply; 3+ messages in thread
From: Dr. Arne Babenhauserheide via Bug reports for GNU Guix @ 2024-09-02 19:26 UTC (permalink / raw)
  To: 72984

[-- Attachment #1: Type: text/plain, Size: 145 bytes --]

Fixed by https://issues.guix.gnu.org/72922

Best wishes,
Arne
-- 
Unpolitisch sein
heißt politisch sein,
ohne es zu merken.
draketo.de

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 1125 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#72984: Acknowledgement (wine64 fails to build: guix/build/utils.scm:761:4: In procedure alist-cons-after: Throw to key `match-error' with args `("match" "no matching pattern" ())'.)
  2024-09-02 19:26   ` bug#72984: Acknowledgement (wine64 fails to build: guix/build/utils.scm:761:4: In procedure alist-cons-after: Throw to key `match-error' with args `("match" "no matching pattern" ())'.) Dr. Arne Babenhauserheide via Bug reports for GNU Guix
@ 2024-09-09 19:32     ` Simon Tournier
  0 siblings, 0 replies; 3+ messages in thread
From: Simon Tournier @ 2024-09-09 19:32 UTC (permalink / raw)
  To: Dr. Arne Babenhauserheide, 72984

Hi,

On Mon, 02 Sep 2024 at 21:26, "Dr. Arne Babenhauserheide" via Bug reports for GNU Guix <bug-guix@gnu.org> wrote:

> Fixed by https://issues.guix.gnu.org/72922

Therefore, closing?

Cheers,
simon





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-09-10  8:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-02 18:26 bug#72984: wine64 fails to build: guix/build/utils.scm:761:4: In procedure alist-cons-after: Throw to key `match-error' with args `("match" "no matching pattern" ())' Dr. Arne Babenhauserheide via Bug reports for GNU Guix
     [not found] ` <handler.72984.B.1725301656965.ack@debbugs.gnu.org>
2024-09-02 19:26   ` bug#72984: Acknowledgement (wine64 fails to build: guix/build/utils.scm:761:4: In procedure alist-cons-after: Throw to key `match-error' with args `("match" "no matching pattern" ())'.) Dr. Arne Babenhauserheide via Bug reports for GNU Guix
2024-09-09 19:32     ` Simon Tournier

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).