guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates-frozen updated: gnu: gstreamer: Fix build.


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: gstreamer: Fix build.
Date: Fri, 20 Aug 2021 15:30:54 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch core-updates-frozen
in repository guix.

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new 839e1eb  gnu: gstreamer: Fix build.
839e1eb is described below

commit 839e1eb0850fcdf9dc8c08763434f9d193057a4b
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Aug 20 18:45:01 2021 +0200

    gnu: gstreamer: Fix build.
    
    * gnu/packages/gstreamer.scm (gstreamer)[arguments]: Add a disable-test 
phase
    to remove an undeterministically failing test.
---
 gnu/packages/gstreamer.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 3047773..83d9567 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -489,7 +489,12 @@ the GStreamer multimedia framework.")
                        (("tcase_add_test \\(tc_chain, 
test_stress_reschedule.*")
                       ""))
                      #t)))
-               '()))))
+               '())
+         ;; XXX: This test fails undeterministically.
+         (add-after 'unpack 'disable-test
+           (lambda _
+             (substitute* "tests/check/meson.build"
+               ((".*libs/gstnetclientclock\\.c.*") "")))))))
     (propagated-inputs `(("glib" ,glib))) ; required by gstreamer-1.0.pc.
     (native-inputs
      `(("bison" ,bison)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]