GNU bug report logs - #69800
kcalendarcore is a time bomb

Previous Next

Package: guix;

Reported by: Vivien Kraus <vivien <at> planete-kraus.eu>

Date: Thu, 14 Mar 2024 19:22:02 UTC

Severity: normal

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 69800 in the body.
You can then email your comments to 69800 AT debbugs.gnu.org in the normal way.

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

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


Report forwarded to bug-guix <at> gnu.org:
bug#69800; Package guix. (Thu, 14 Mar 2024 19:22:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Vivien Kraus <vivien <at> planete-kraus.eu>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Thu, 14 Mar 2024 19:22:02 GMT) Full text and rfc822 format available.

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

From: Vivien Kraus <vivien <at> planete-kraus.eu>
To: bug-guix <bug-guix <at> gnu.org>
Subject: kcalendarcore is a time bomb
Date: Thu, 14 Mar 2024 20:20:43 +0100
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




Information forwarded to bug-guix <at> gnu.org:
bug#69800; Package guix. (Sat, 23 Mar 2024 09:15:02 GMT) Full text and rfc822 format available.

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

From: Vivien Kraus <vivien <at> planete-kraus.eu>
To: 69800 <at> debbugs.gnu.org
Cc: iyzsong <at> envs.net, rg <at> raghavgururajan.name, vivien <at> planete-kraus.eu,
 liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com
Subject: [PATCH gnome-team] gnu: kcalendarcore: Disable failing test.
Date: Sat, 23 Mar 2024 10:07:43 +0100
* 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




Information forwarded to bug-guix <at> gnu.org:
bug#69800; Package guix. (Sat, 23 Mar 2024 10:18:02 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Vivien Kraus <vivien <at> planete-kraus.eu>, 69800 <at> debbugs.gnu.org
Cc: rg <at> raghavgururajan.name, iyzsong <at> envs.net, maxim.cournoyer <at> gmail.com
Subject: Re: [PATCH gnome-team] gnu: kcalendarcore: Disable failing test.
Date: Sat, 23 Mar 2024 11:15:42 +0100
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




Reply sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
You have taken responsibility. (Sun, 24 Mar 2024 11:17:02 GMT) Full text and rfc822 format available.

Notification sent to Vivien Kraus <vivien <at> planete-kraus.eu>:
bug acknowledged by developer. (Sun, 24 Mar 2024 11:17:03 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Vivien Kraus <vivien <at> planete-kraus.eu>, 69800-done <at> debbugs.gnu.org
Cc: rg <at> raghavgururajan.name, iyzsong <at> envs.net, maxim.cournoyer <at> gmail.com
Subject: Re: [PATCH gnome-team] gnu: kcalendarcore: Disable failing test.
Date: Sun, 24 Mar 2024 12:14:35 +0100
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.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 21 Apr 2024 11:24:10 GMT) Full text and rfc822 format available.

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

Previous Next


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