GNU bug report logs - #75661
[PATCH 0/1] gnu: lsof: Skip LTlock test

Previous Next

Package: guix-patches;

Reported by: Jordan Moore <lockbox <at> struct.foo>

Date: Sat, 18 Jan 2025 23:35:01 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 75661 <at> debbugs.gnu.org (full text, mbox):

From: Jordan Moore <lockbox <at> struct.foo>
To: 75661 <at> debbugs.gnu.org
Cc: Jordan Moore <lockbox <at> struct.foo>
Subject: [PATCH] gnu: lsof: Skip LTlock test
Date: Sat, 18 Jan 2025 18:59:08 -0500
Change-Id: I074247549c34992ccc17840d196fbb00f79cc39f
---
 gnu/packages/lsof.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/lsof.scm b/gnu/packages/lsof.scm
index a6ac0306de..f9b2906ec6 100644
--- a/gnu/packages/lsof.scm
+++ b/gnu/packages/lsof.scm
@@ -73,6 +73,8 @@ (define-public lsof
                      ;; Fails with ‘ERROR!!! client gethostbyaddr() failure’.
                      (("(TESTS \\+=.*) tests/LTsock" _ prefix)
                       prefix)
+                     ;; Fails on CoW filesystems (eg. btrfs)
+                     (("tests/LTlock") "")
                      ;; Fails because /proc not mounted in sandbox
                      (("\tdialects/linux/tests/case-20-epoll.bash \\\\")
                       "\\")))))))

base-commit: 42295555ca9648e894569f40e9b28768be3f788a
-- 
2.46.0





This bug report was last modified 176 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.