On 23-07-2022 11:35, paren--- via Bug reports for GNU Guix wrote: > [log output:] I think I've seen this one before, but I couldn't figure it out. > In ice-9/boot-9.scm: > 1685:16 6 (raise-exception _ #:continuable? _) > 1685:16 5 (raise-exception _ #:continuable? _) > 1780:13 4 (_ #<&compound-exception components: (#<&assertion-fail…>) > In guix/build/compile.scm: > 191:6 3 (_ _ . _) > In ice-9/boot-9.scm: > 1747:15 2 (with-exception-handler # …) > In guix/build/compile.scm: > 194:22 1 (_) > In unknown file: > 0 (make-stack #t) > guix/build/compile.scm:194:22: In procedure cdr: Wrong type argument in position 1 (expecting pair): #f Looks like an &assertion-failure is being obscured, so I guess the error handling in (guix build compile) is wrong somehow? Greetings, Maxime