unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#70176] [PATCH] gnu: kdelibs4support: Exclude kmimetypetest from check-post-install.
@ 2024-04-04  4:37 Sughosha via Guix-patches via
  2024-04-06  2:34 ` Zheng Junjie
  2024-04-10  3:43 ` [bug#70176] [PATCH] * gnu/packages/kde-frameworks.scm (kdelibs4support): [arguments]<#:phases>: In check-post-install phase, exclude kmimetypetest Nathan Dehnel
  0 siblings, 2 replies; 3+ messages in thread
From: Sughosha via Guix-patches via @ 2024-04-04  4:37 UTC (permalink / raw)
  To: 70176; +Cc: Sughosha

* 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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#70176] [PATCH] gnu: kdelibs4support: Exclude kmimetypetest from check-post-install.
  2024-04-04  4:37 [bug#70176] [PATCH] gnu: kdelibs4support: Exclude kmimetypetest from check-post-install Sughosha via Guix-patches via
@ 2024-04-06  2:34 ` Zheng Junjie
  2024-04-10  3:43 ` [bug#70176] [PATCH] * gnu/packages/kde-frameworks.scm (kdelibs4support): [arguments]<#:phases>: In check-post-install phase, exclude kmimetypetest Nathan Dehnel
  1 sibling, 0 replies; 3+ messages in thread
From: Zheng Junjie @ 2024-04-06  2:34 UTC (permalink / raw)
  To: Sughosha; +Cc: 70176

[-- Attachment #1: Type: text/plain, Size: 1180 bytes --]


Sughosha via Guix-patches via <guix-patches@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.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#70176] [PATCH] * gnu/packages/kde-frameworks.scm (kdelibs4support): [arguments]<#:phases>: In check-post-install phase, exclude kmimetypetest.
  2024-04-04  4:37 [bug#70176] [PATCH] gnu: kdelibs4support: Exclude kmimetypetest from check-post-install Sughosha via Guix-patches via
  2024-04-06  2:34 ` Zheng Junjie
@ 2024-04-10  3:43 ` Nathan Dehnel
  1 sibling, 0 replies; 3+ messages in thread
From: Nathan Dehnel @ 2024-04-10  3:43 UTC (permalink / raw)
  To: 70176

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: patch --]
[-- Type: application/octet-stream, Size: 1272 bytes --]

From 1ecbf57f518c67f362fc6d8950e4831b30a22d89 Mon Sep 17 00:00:00 2001
From: Nathan Dehnel <5498361+Gooberpatrol66@users.noreply.github.com>
Date: Tue, 9 Apr 2024 22:05:22 -0500
Subject: [PATCH] * gnu/packages/kde-frameworks.scm (kdelibs4support):
 [arguments]<#:phases>: In check-post-install phase, exclude kmimetypetest.

---
 gnu/packages/kde-frameworks.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index f487ac9a30..3e258f1f15 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3755,8 +3755,9 @@ (define-public kdelibs4support
              (with-output-to-file "autotests/BLACKLIST"
                (lambda _
                  (display "[testSmb]\n*\n")))
+             ;; disable kmimetypetest to workaround upstream bug https://bugs.kde.org/show_bug.cgi?id=464857
              (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
-- 
2.41.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-04-10  3:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-04  4:37 [bug#70176] [PATCH] gnu: kdelibs4support: Exclude kmimetypetest from check-post-install Sughosha via Guix-patches via
2024-04-06  2:34 ` Zheng Junjie
2024-04-10  3:43 ` [bug#70176] [PATCH] * gnu/packages/kde-frameworks.scm (kdelibs4support): [arguments]<#:phases>: In check-post-install phase, exclude kmimetypetest Nathan Dehnel

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).