GNU bug report logs - #70176
[PATCH] gnu: kdelibs4support: Exclude kmimetypetest from check-post-install.

Previous Next

Package: guix-patches;

Reported by: Sughosha <sughosha <at> disroot.org>

Date: Thu, 4 Apr 2024 04:39:03 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Sughosha <sughosha <at> disroot.org>
Subject: bug#70176: closed (Re: [bug#70176] [PATCH] * gnu/packages/kde-frameworks.scm
 (kdelibs4support): [arguments]<#:phases>: In check-post-install phase,
 exclude kmimetypetest.)
Date: Wed, 10 Apr 2024 12:09:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#70176: [PATCH] gnu: kdelibs4support: Exclude kmimetypetest from check-post-install.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 70176 <at> debbugs.gnu.org.

-- 
70176: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70176
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: Nathan Dehnel <ncdehnel <at> gmail.com>, sughosha <sughosha <at> disroot.org>
Cc: 70100-done <at> debbugs.gnu.org, 70176-done <at> debbugs.gnu.org
Subject: Re: [bug#70176] [PATCH] * gnu/packages/kde-frameworks.scm
 (kdelibs4support): [arguments]<#:phases>: In check-post-install phase,
 exclude kmimetypetest.
Date: Wed, 10 Apr 2024 20:09:29 +0800
Hello, I fixed it by patch the test data in 9acc056725.

Thank you!

[Message part 3 (message/rfc822, inline)]
From: Sughosha <sughosha <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: Sughosha <sughosha <at> disroot.org>
Subject: [PATCH] gnu: kdelibs4support: Exclude kmimetypetest from
 check-post-install.
Date: Thu,  4 Apr 2024 10:07:06 +0530
* gnu/packages/kde-frameworks.scm (kdelibs4support):
[arguments]<#:phases>: In check-post-install phase, exclude
kmimetypetest.

Change-Id: I7af5d39c7eef56441ba837b87a5ed5d4c0c449d6
---
 gnu/packages/kde-frameworks.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index f487ac9a30..37f7cbbeb6 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3756,7 +3756,7 @@ (define-public kdelibs4support
                (lambda _
                  (display "[testSmb]\n*\n")))
              (invoke "dbus-launch" "ctest"
-                     "-E" "kstandarddirstest"))))))
+                     "-E" "(kstandarddirstest|kmimetypetest)"))))))
     (home-page "https://community.kde.org/Frameworks")
     (synopsis "KDE Frameworks 5 porting aid from KDELibs4")
     (description "This framework provides code and utilities to ease the

base-commit: 188d18fc47f0d38edfe06e3e5834fa8587bd300b
-- 
2.41.0




This bug report was last modified 1 year and 102 days ago.

Previous Next


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