all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alexandros Theodotou <alex@zrythm.org>
To: 40483@debbugs.gnu.org
Subject: [bug#40483] [PATCH] gnu: sherlock-lv2: Temporarily disable tests.
Date: Tue, 07 Apr 2020 13:23:33 +0100	[thread overview]
Message-ID: <0f1dfcfc5ac070c7c05af94b67edd5c594c70885.camel@zrythm.org> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 249 bytes --]

Severity: important

Hi,

Due to an unknown issue with lv2_validate the sherlock-lv2 package now
fails to build during the test phase. I have disabled tests to avoid
breaking when installing/upgrading until we figure it out.

Thanks,
Alex

[-- Attachment #1.2: 0001-gnu-sherlock-lv2-Temporarily-disable-tests.patch --]
[-- Type: text/x-patch, Size: 958 bytes --]

From 2acde73ab687f235cc2808d0ce8671f54867f451 Mon Sep 17 00:00:00 2001
From: Alexandros Theodotou <alex@zrythm.org>
Date: Tue, 7 Apr 2020 13:18:33 +0100
Subject: [PATCH] gnu: sherlock-lv2: Temporarily disable tests.

* gnu/packages/music.scm (sherlock-lv2): Temporarily disable tests
until an unknown issue with lv2_validate is resolved.
---
 gnu/packages/music.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index ee402bad4d..5248990d7a 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -4845,6 +4845,10 @@ and reverb.")
         (base32
          "1c5xajpss9h8lbyx160bbzg8va50n2d74qwnxig9sf468rzmha1y"))))
     (build-system meson-build-system)
+    (arguments
+      ;; Tests are failing due to an unknown issue with lv2_validate.
+      ;; Re-enable when the issue is resolved.
+     `(#:tests? #f))
     (inputs
      `(("libx11" ,libx11)
        ("mesa" ,mesa)
-- 
2.26.0


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

             reply	other threads:[~2020-04-07 12:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-07 12:23 Alexandros Theodotou [this message]
     [not found] ` <handler.40483.B.158626222417223.ack@debbugs.gnu.org>
2020-04-11 16:12   ` [bug#40483] [PATCH] gnu: sherlock-lv2: Temporarily disable tests Alexandros Theodotou
2020-04-28 15:06 ` bug#40483: " Alexandros Theodotou

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=0f1dfcfc5ac070c7c05af94b67edd5c594c70885.camel@zrythm.org \
    --to=alex@zrythm.org \
    --cc=40483@debbugs.gnu.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.