kcalendarcore is a time bomb

  • Done
  • quality assurance status badge
Details
2 participants
  • Liliana Marie Prikler
  • Vivien Kraus
Owner
unassigned
Submitted by
Vivien Kraus
Severity
normal
V
V
Vivien Kraus wrote on 14 Mar 20:20 +0100
(name . bug-guix)(address . bug-guix@gnu.org)
994ee26ab0444037bcc93ee91af18e5a0b389c33.camel@planete-kraus.eu
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).


Best regards,

Vivien
V
V
Vivien Kraus wrote on 23 Mar 10:07 +0100
[PATCH gnome-team] gnu: kcalendarcore: Disable failing test.
(address . 69800@debbugs.gnu.org)
61931fe065de16136be3ad0b9ed6012cf1f39ff8.1711185164.git.vivien@planete-kraus.eu
* 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(+)

Toggle diff (21 lines)
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
L
L
Liliana Marie Prikler wrote on 23 Mar 11:15 +0100
95eb279267a5202a3e31aa9fb18e4dbd94d43877.camel@gmail.com
Am Samstag, dem 23.03.2024 um 10:07 +0100 schrieb Vivien Kraus:
Toggle quote (5 lines)
> * gnu/packages/kde-frameworks.scm (kcalendarcore) [#:phases]: Add
> 'disable-failing-test.
>
> Change-Id: Ia0a5828b032d1940f30a7d38ebd276e60929c310
> ---
LGTM
L
L
Liliana Marie Prikler wrote on 24 Mar 12:14 +0100
294c3b30d90f3daf03602e1771fdb8ba2e62880f.camel@gmail.com
Am Samstag, dem 23.03.2024 um 11:15 +0100 schrieb Liliana Marie
Prikler:
Toggle quote (7 lines)
> 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.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 69800@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69800
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch