diff mbox series

[bug#40483] gnu: sherlock-lv2: Temporarily disable tests.

Message ID 0f1dfcfc5ac070c7c05af94b67edd5c594c70885.camel@zrythm.org
State Accepted
Headers show
Series [bug#40483] gnu: sherlock-lv2: Temporarily disable tests. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job

Commit Message

Alexandros Theodotou April 7, 2020, 12:23 p.m. UTC
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

Comments

Alexandros Theodotou April 11, 2020, 4:12 p.m. UTC | #1
I have confirmed that this problem was fixed upstream in LV2. It's a
problem with the current release (1.16).

The tests pass when I build lv2 with this patch (not released yet).
https://gitlab.com/lv2/lv2/-/commit/2dd45ffd8d19491407bc9f9e0b395fbdefaaacf0

We could just wait until the next release, but I would temporarily
disable the tests to prevent broken installations/upgrades.
Alexandros Theodotou April 28, 2020, 3:06 p.m. UTC | #2
Fixed with https://debbugs.gnu.org/cgi/bugreport.cgi?bug=40939
diff mbox series

Patch

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