Hi, Sharlatan Hellseher <sharlata...@gmail.com> skribis:
> In guix/build-system/pyproject.scm: > 93:0 3 (pyproject-build _ _ #:source _ #:tests? _ # _ # _ # _ # …) > In ice-9/boot-9.scm: > 1685:16 2 (raise-exception _ #:continuable? _) > 1685:16 1 (raise-exception _ #:continuable? _) > 1685:16 0 (raise-exception _ #:continuable? _) > > ice-9/boot-9.scm:1685:16: In procedure raise-exception: > Keyword argument has no value: #:tests? > > I'm not quite sure where I need to check. Maybe do not cut long lines so > the key information may be visible? I’m biased (Stockholm syndrome?) but it’s not entirely clear to me what is wrong with this backtrace and error. Put differently, I would love to see what it is that you don’t understand here and what you would like to see, even if it sounds obvious to you. Seeing this backtrace and error, I would go to pyproject.scm:93 to see what’s in there, and then look among the packages you’re building for the one that’s passing #:tests? without a value. Ludo’.