all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Maxime Devos <maximedevos@telenet.be>
To: Aleksandr Vityazev <avityazev@posteo.org>, 52551@debbugs.gnu.org
Subject: bug#52551: Supercollider and ableton-link build failure
Date: Thu, 16 Dec 2021 16:33:37 +0000	[thread overview]
Message-ID: <ee4ea419aa83aeb3f8bc4886b69d9479e86db0ed.camel@telenet.be> (raw)
In-Reply-To: <87v8zo7k8f.fsf@posteo.org>

Aleksandr Vityazev schreef op do 16-12-2021 om 13:27 [+0000]:
>             (lambda* (#:key inputs #:allow-other-keys)
>               (let* ((python (search-input-file inputs
> "/bin/python3"))
> -                    (run-tests (string-append "../ableton-link-"
> -                                              ,version
> -                                              "-checkout/ci/run-
> tests.py")))
> +                    (run-tests "../source/ci/run-tests.py"))
>                 (invoke python run-tests "--target" "LinkCoreTest")
>                 (invoke python run-tests "--target"
> "LinkDiscoveryTest"))))

(Unrelated to the build failure) this phase doesn't respect #:tests?/--
without-tests/tries to run tests even when cross-compiling. This would
probably be noticed by "guix lint ableton-link".

I recommend wrapping the 'let*' form in a (when tests? [...])
(adding tests? before the #:alllow-other-keys).

Greetings,
Maxime





  reply	other threads:[~2021-12-16 16:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-16 13:27 bug#52551: Supercollider and ableton-link build failure Aleksandr Vityazev
2021-12-16 16:33 ` Maxime Devos [this message]
2021-12-16 16:37 ` Maxime Devos
2021-12-17  8:29   ` Aleksandr Vityazev
2021-12-20 15:33     ` Maxim Cournoyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ee4ea419aa83aeb3f8bc4886b69d9479e86db0ed.camel@telenet.be \
    --to=maximedevos@telenet.be \
    --cc=52551@debbugs.gnu.org \
    --cc=avityazev@posteo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.