bug#57677: GIMP retains reference to GCC

2024-03-23 Thread 宋文武 via Bug reports for GNU Guix


Fixed in commit b099e5e98033, forgot to close.





bug#69868: (No Subject)

2024-03-23 Thread Jonathan Nogueira via Bug reports for GNU Guix
As an update to this, I was able to roll-back by pinning guix to a commit 
before the original change, and doing a pull and reconfigure from there.

Pulled to:
001dfb89579856b8695b33b59f484f36e313347f

Then did a pull and reconfigure to:
b7eb1a8116b2caee7acf26fb963ae998fbdb4253
Much thanks to Ludovic Courtes, he helped me out over mastodon.

This can be closed, as my problem seems to be fixed.
Thanks all.
--
Thanks,
Jonathan Nogueira
ジョナサン ノゲラ

bug#68399: GnuTLS fails to build for aarch64 in QEMU

2024-03-23 Thread Matevz Langus via Bug reports for GNU Guix
I did have same issue (FAIL: tls13-resume-x509) on ppc64le native (non 
QEMU) build with versions 3.8.0, 3.8.1, 3.8.2 and also latest 3.7.x.

But 3.8.3 compiled fine.

regards,
  Matevz





bug#69961: java-jmh has flaky tests

2024-03-23 Thread Vivien Kraus via Bug reports for GNU Guix
Dear Guix, brave java team,

When building java-jmh, we experienced a flaky test:
https://bordeaux.guix.gnu.org/build/0aa9b4ea-57ad-439b-a5c7-7d59dd14e9cd/log

However, the build system does not give us enough information to know
what went wrong, as far as I understand.

Best regards,

Vivien





bug#69800: [PATCH gnome-team] gnu: kcalendarcore: Disable failing test.

2024-03-23 Thread 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





bug#69800: [PATCH gnome-team] gnu: kcalendarcore: Disable failing test.

2024-03-23 Thread Vivien Kraus via Bug reports for GNU Guix
* 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