guix-commits
[Top][All Lists]
Advanced

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

06/12: gnu: telepathy-glib: Disable parallel tests.


From: guix-commits
Subject: 06/12: gnu: telepathy-glib: Disable parallel tests.
Date: Sun, 19 Nov 2023 03:47:33 -0500 (EST)

lilyp pushed a commit to branch gnome-team
in repository guix.

commit 088aacb66eebf3698c43f867dbfb66601970853a
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sat Sep 30 10:33:16 2023 +0200

    gnu: telepathy-glib: Disable parallel tests.
    
    * gnu/packages/glib.scm (telepathy-glib)[arguments]: Add #:parallel-tests?.
    
    Change-Id: I491b589b2e45c275ee3520436208beb5ee19964f
---
 gnu/packages/glib.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 2e3c5f0e8b..ee44f8f403 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1138,6 +1138,11 @@ libraries.  Examples include gtk+, webkit, libsoup and 
many more.")
        ;;   EOFError: EOF read where object expected
        ;;   make[2]: *** [Makefile:1906: 
_gen/register-dbus-glib-marshallers-body.h] Error 1
        #:parallel-build? #f
+       ;; When spawned in parallel, the dbus daemons may fail to shut down
+       ;; cleanly.  This issue appears to have been closed upstream due to low
+       ;; information, but still continues to haunt folks.  See also
+       ;; 
<https://gitlab.freedesktop.org/telepathy/telepathy-glib/-/issues/134>.
+       #:parallel-tests? #f
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'disable-failing-tests



reply via email to

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