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>

To reply to this bug, email your comments to 70176 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#70176; Package guix-patches. (Thu, 04 Apr 2024 04:39:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to Sughosha <sughosha <at> disroot.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 04 Apr 2024 04:39:04 GMT) Full text and rfc822 format available.

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

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





Information forwarded to guix-patches <at> gnu.org:
bug#70176; Package guix-patches. (Sat, 06 Apr 2024 02:37:02 GMT) Full text and rfc822 format available.

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

From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: Sughosha <sughosha <at> disroot.org>
Cc: 70176 <at> debbugs.gnu.org
Subject: Re: [bug#70176] [PATCH] gnu: kdelibs4support: Exclude kmimetypetest
 from check-post-install.
Date: Sat, 06 Apr 2024 10:34:36 +0800
[Message part 1 (text/plain, inline)]
Sughosha via Guix-patches via <guix-patches <at> gnu.org> writes:

> * 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

If you add the comment about https://bugs.kde.org/464857 is better.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#70176; Package guix-patches. (Wed, 10 Apr 2024 03:45:02 GMT) Full text and rfc822 format available.

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

From: Nathan Dehnel <ncdehnel <at> gmail.com>
To: 70176 <at> debbugs.gnu.org
Subject: [PATCH] * gnu/packages/kde-frameworks.scm (kdelibs4support):
 [arguments]<#:phases>: In check-post-install phase, exclude kmimetypetest.
Date: Tue, 9 Apr 2024 22:43:53 -0500
[Message part 1 (text/plain, inline)]

[patch (application/octet-stream, attachment)]

Reply sent to 宋文武 <iyzsong <at> envs.net>:
You have taken responsibility. (Wed, 10 Apr 2024 12:09:02 GMT) Full text and rfc822 format available.

Notification sent to Sughosha <sughosha <at> disroot.org>:
bug acknowledged by developer. (Wed, 10 Apr 2024 12:09:02 GMT) Full text and rfc822 format available.

Message #16 received at 70176-done <at> debbugs.gnu.org (full text, mbox):

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!




This bug report was last modified 23 days ago.

Previous Next


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