unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#69800: kcalendarcore is a time bomb
@ 2024-03-14 19:20 Vivien Kraus via Bug reports for GNU Guix
  2024-03-23  9:07 ` bug#69800: [PATCH gnome-team] gnu: kcalendarcore: Disable failing test Vivien Kraus via Bug reports for GNU Guix
  0 siblings, 1 reply; 4+ messages in thread
From: Vivien Kraus via Bug reports for GNU Guix @ 2024-03-14 19:20 UTC (permalink / raw)
  To: 69800

Dear Guix,

Kcalendarcore does not build anymore. According to CI, it stopped
working this march, on gnome-team and rust-branch (I can’t build it
either on master).

http://ci.guix.gnu.org/search?query=kcalendarcore

Best regards,

Vivien




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

* bug#69800: [PATCH gnome-team] gnu: kcalendarcore: Disable failing test.
  2024-03-14 19:20 bug#69800: kcalendarcore is a time bomb Vivien Kraus via Bug reports for GNU Guix
@ 2024-03-23  9:07 ` Vivien Kraus via Bug reports for GNU Guix
  2024-03-23 10:15   ` Liliana Marie Prikler
  0 siblings, 1 reply; 4+ messages in thread
From: Vivien Kraus via Bug reports for GNU Guix @ 2024-03-23  9:07 UTC (permalink / raw)
  To: 69800; +Cc: iyzsong, rg, vivien, liliana.prikler, maxim.cournoyer

* gnu/packages/kde-frameworks.scm (kcalendarcore) [#:phases]: Add
'disable-failing-test.

Change-Id: Ia0a5828b032d1940f30a7d38ebd276e60929c310
---
 gnu/packages/kde-frameworks.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 64e41b510d..c177c33d0d 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -509,6 +509,12 @@ (define-public kcalendarcore
      (list
       #:phases
       #~(modify-phases %standard-phases
+          (add-after 'unpack 'disable-failing-test
+            (lambda _
+              ;; Reported as https://bugs.kde.org/show_bug.cgi?id=484306
+              (substitute* "autotests/CMakeLists.txt"
+                (("testdateserialization")
+                 ""))))
           (add-before 'check 'check-setup
             (lambda* (#:key inputs #:allow-other-keys) ;;; XXX: failing test
               (setenv "QT_QPA_PLATFORM" "offscreen")

base-commit: a9951a74a591a9b22ee2d93d8efe0523c6c42c97
-- 
2.41.0




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

* bug#69800: [PATCH gnome-team] gnu: kcalendarcore: Disable failing test.
  2024-03-23  9:07 ` bug#69800: [PATCH gnome-team] gnu: kcalendarcore: Disable failing test Vivien Kraus via Bug reports for GNU Guix
@ 2024-03-23 10:15   ` Liliana Marie Prikler
  2024-03-24 11:14     ` Liliana Marie Prikler
  0 siblings, 1 reply; 4+ messages in thread
From: Liliana Marie Prikler @ 2024-03-23 10:15 UTC (permalink / raw)
  To: Vivien Kraus, 69800; +Cc: rg, iyzsong, maxim.cournoyer

Am Samstag, dem 23.03.2024 um 10:07 +0100 schrieb Vivien Kraus:
> * gnu/packages/kde-frameworks.scm (kcalendarcore) [#:phases]: Add
> 'disable-failing-test.
> 
> Change-Id: Ia0a5828b032d1940f30a7d38ebd276e60929c310
> ---
LGTM




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

* bug#69800: [PATCH gnome-team] gnu: kcalendarcore: Disable failing test.
  2024-03-23 10:15   ` Liliana Marie Prikler
@ 2024-03-24 11:14     ` Liliana Marie Prikler
  0 siblings, 0 replies; 4+ messages in thread
From: Liliana Marie Prikler @ 2024-03-24 11:14 UTC (permalink / raw)
  To: Vivien Kraus, 69800-done; +Cc: rg, iyzsong, maxim.cournoyer

Am Samstag, dem 23.03.2024 um 11:15 +0100 schrieb Liliana Marie
Prikler:
> Am Samstag, dem 23.03.2024 um 10:07 +0100 schrieb Vivien Kraus:
> > * gnu/packages/kde-frameworks.scm (kcalendarcore) [#:phases]: Add
> > 'disable-failing-test.
> > 
> > Change-Id: Ia0a5828b032d1940f30a7d38ebd276e60929c310
> > ---
> LGTM
Also LGT cbaines on IRC, so pushed.




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

end of thread, other threads:[~2024-03-24 11:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-14 19:20 bug#69800: kcalendarcore is a time bomb Vivien Kraus via Bug reports for GNU Guix
2024-03-23  9:07 ` bug#69800: [PATCH gnome-team] gnu: kcalendarcore: Disable failing test Vivien Kraus via Bug reports for GNU Guix
2024-03-23 10:15   ` Liliana Marie Prikler
2024-03-24 11:14     ` Liliana Marie Prikler

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).