Attila Lendvai schreef op di 03-05-2022 om 13:42 [+0200]: > +                   (let ((port (current-warning-port))) > +                     (format port "Unexpected error, will skip ~S.~%reason: " > +                             package-name) > +                     ;; Printing a backtrace here is not very useful: it is > +                     ;; cut off because GUARD unwinds. > +                     (print-exception port (stack-ref (make-stack #t) 1) > +                                      c (exception-args c)) > +                     (display-backtrace (make-stack #t) port)) Why are unknown errors being catched here? Greetings, Maxime.