* bug#46424: ASDF build system sometimes fails to load .asd files properly
@ 2021-02-10 16:36 Pierre Neidhardt
2021-02-12 10:25 ` Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Pierre Neidhardt @ 2021-02-10 16:36 UTC (permalink / raw)
To: 46424
[-- Attachment #1: Type: text/plain, Size: 990 bytes --]
Yesterday I pushed 3aba721da73fbdc3382cc098c41596d5cfbb29eb
"gnu: sbcl-quri: Update to 20200209", which fixes the tests for sbcl-quri.
I noted:
--8<---------------cut here---------------start------------->8---
;; Test system must be loaded before, otherwise tests fail with:
;; Component QURI-ASD::QURI-TEST not found, required by #<SYSTEM
;; "quri">.
'(#:asd-systems '("quri-test" "quri")))
--8<---------------cut here---------------end--------------->8---
Our build system should be able to do better, we should not even have to
specify the asd-systems here. After all, ASDF is smart enough.
Note that:
- If we don't specify the systems, the tests are still run and
succeed(!), it's only the phase that fails with the aforementioned
error.
- If we specify the systems in the reverse order, it still fails!
We've got this issue for many SBCL packages.
Any clue? Guillaume?
--
Pierre Neidhardt
https://ambrevar.xyz/
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 511 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#46424: ASDF build system sometimes fails to load .asd files properly
2021-02-10 16:36 bug#46424: ASDF build system sometimes fails to load .asd files properly Pierre Neidhardt
@ 2021-02-12 10:25 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-02-12 10:25 UTC (permalink / raw)
To: Pierre Neidhardt; +Cc: 46424
[-- Attachment #1: Type: text/plain, Size: 1549 bytes --]
Pierre Neidhardt <mail@ambrevar.xyz> skribis:
> Yesterday I pushed 3aba721da73fbdc3382cc098c41596d5cfbb29eb
> "gnu: sbcl-quri: Update to 20200209", which fixes the tests for sbcl-quri.
>
> I noted:
>
> --8<---------------cut here---------------start------------->8---
> ;; Test system must be loaded before, otherwise tests fail with:
> ;; Component QURI-ASD::QURI-TEST not found, required by #<SYSTEM
> ;; "quri">.
> '(#:asd-systems '("quri-test" "quri")))
> --8<---------------cut here---------------end--------------->8---
>
> Our build system should be able to do better, we should not even have to
> specify the asd-systems here. After all, ASDF is smart enough.
>
> Note that:
>
> - If we don't specify the systems, the tests are still run and
> succeed(!), it's only the phase that fails with the aforementioned
> error.
>
> - If we specify the systems in the reverse order, it still fails!
>
> We've got this issue for many SBCL packages.
>
> Any clue? Guillaume?
Currently we are using the 'asdf:load-asd' function to load system
definitions (see the 'build' function in
'guix/build/asdf-build-system.scm' and the 'compile-systems' function in
'guix/build/lisp-utils.scm').
This function can only load one '.asd' file at a time, which is the
cause of the issue. If we find how ASDF does the "lazy-load" of all the
'.asd' files in a directory tree, and if we use that instead of
'load-asd', I think it would solve the issue and we could get rid of the
'asd-files' parameter in Guix package definitions.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-02-12 10:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-10 16:36 bug#46424: ASDF build system sometimes fails to load .asd files properly Pierre Neidhardt
2021-02-12 10:25 ` Guillaume Le Vaillant
unofficial mirror of bug-guix@gnu.org
This inbox may be cloned and mirrored by anyone:
git clone --mirror https://yhetil.org/guix-bugs/0 guix-bugs/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 guix-bugs guix-bugs/ https://yhetil.org/guix-bugs \
bug-guix@gnu.org
public-inbox-index guix-bugs
Example config snippet for mirrors.
Newsgroups are available over NNTP:
nntp://news.yhetil.org/yhetil.gnu.guix.bugs
nntp://news.gmane.io/gmane.comp.gnu.guix.bugs
AGPL code for this site: git clone http://ou63pmih66umazou.onion/public-inbox.git