all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#40483] [PATCH] gnu: sherlock-lv2: Temporarily disable tests.
@ 2020-04-07 12:23 Alexandros Theodotou
       [not found] ` <handler.40483.B.158626222417223.ack@debbugs.gnu.org>
  2020-04-28 15:06 ` bug#40483: " Alexandros Theodotou
  0 siblings, 2 replies; 3+ messages in thread
From: Alexandros Theodotou @ 2020-04-07 12:23 UTC (permalink / raw)
  To: 40483


[-- 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 --]

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-04-28 15:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-07 12:23 [bug#40483] [PATCH] gnu: sherlock-lv2: Temporarily disable tests Alexandros Theodotou
     [not found] ` <handler.40483.B.158626222417223.ack@debbugs.gnu.org>
2020-04-11 16:12   ` Alexandros Theodotou
2020-04-28 15:06 ` bug#40483: " Alexandros Theodotou

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.