From e6480571a094e27dc50db2b42334f17a6d1957d4 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Tue, 26 Jul 2022 21:45:24 -0400 Subject: [PATCH] gnu: opendht: Really disable the problematic testListen test. * gnu/packages/networking.scm (opendht) [phases]{disable-problematic-tests}: Adjust regexp pattern. Reported-by: Jack Hill --- gnu/packages/networking.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 9101aac472..3249bddbb2 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -3506,8 +3506,8 @@ (define-public opendht ;; on, introducing nondeterminism (see: ;; https://github.com/savoirfairelinux/opendht/issues/626). (substitute* "tests/Makefile.am" - (("tests/dhtrunnertester.(h|cpp)$" all) - (string-append "# " all))))) + (("\\bdhtrunnertester\\.(h|cpp)\\b") + "")))) (add-after 'unpack 'fix-python-installation-prefix ;; Specify the installation prefix for the compiled Python module ;; that would otherwise attempt to installs itself to Python's own