GNU bug report logs
Report forwarded
to guix-patches@gnu.org
:
bug#73066
; Package guix-patches
.
(Fri, 06 Sep 2024 11:34:03 GMT) (full text , mbox , link ).
Acknowledgement sent
to Roman Scherer <roman@burningswell.com>
:
New bug report received and forwarded. Copy sent to guix-patches@gnu.org
.
(Fri, 06 Sep 2024 11:34:03 GMT) (full text , mbox , link ).
Message #5 received at submit@debbugs.gnu.org (full text , mbox , reply ):
* gnu/packages/kde-plasma.scm (kwin): Disable failing test on aarch64.
Change-Id: Iecd9edbacca5805a54bcaf84bcec205367b96a05
---
gnu/packages/kde-plasma.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 5e9b9688d1..7294a7555c 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -29,6 +29,7 @@ (define-module (gnu packages kde-plasma)
#:use-module (guix git-download)
#:use-module ((guix licenses) #:prefix license:)
#:use-module (guix gexp)
+ #:use-module (guix utils)
#:use-module (guix build-system cmake)
#:use-module (guix build-system trivial)
#:use-module (guix build-system qt)
@@ -1429,6 +1430,9 @@ (define-public kwin
"-E"
(string-join
(list
+ ;; Fails on an Apple M1 (aarch64) with the following error:
+ ;; TestColorspaces::roundtripConversion fails
+ #$(if (target-aarch64?) "kwin-testColorspaces" "")
"kwin-testDrm" ;; require Drm
"kwin-testInputMethod"
"kwin-testPlasmaWindow" ;; require plasma-workspace qml module.
base-commit: 7d2ced8d6d9c38327592d312376d59a8c37fc160
--
2.45.2
Reply sent
to Zheng Junjie <zhengjunjie@iscas.ac.cn>
:
You have taken responsibility.
(Fri, 06 Sep 2024 14:52:02 GMT) (full text , mbox , link ).
Notification sent
to Roman Scherer <roman@burningswell.com>
:
bug acknowledged by developer.
(Fri, 06 Sep 2024 14:52:02 GMT) (full text , mbox , link ).
Message #10 received at 73066-done@debbugs.gnu.org (full text , mbox , reply ):
[Message part 1 (text/plain, inline)]
Roman Scherer <roman@burningswell.com> writes:
> * gnu/packages/kde-plasma.scm (kwin): Disable failing test on aarch64.
>
> Change-Id: Iecd9edbacca5805a54bcaf84bcec205367b96a05
> ---
> gnu/packages/kde-plasma.scm | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
> index 5e9b9688d1..7294a7555c 100644
> --- a/gnu/packages/kde-plasma.scm
> +++ b/gnu/packages/kde-plasma.scm
> @@ -29,6 +29,7 @@ (define-module (gnu packages kde-plasma)
> #:use-module (guix git-download)
> #:use-module ((guix licenses) #:prefix license:)
> #:use-module (guix gexp)
> + #:use-module (guix utils)
> #:use-module (guix build-system cmake)
> #:use-module (guix build-system trivial)
> #:use-module (guix build-system qt)
> @@ -1429,6 +1430,9 @@ (define-public kwin
> "-E"
> (string-join
> (list
> + ;; Fails on an Apple M1 (aarch64) with the following error:
> + ;; TestColorspaces::roundtripConversion fails
> + #$(if (target-aarch64?) "kwin-testColorspaces" "")
adjust it to use #$@(if (target-aarch64?)
#~("kwin-testColorspaces")
#~())
only change it on aarch64.
> "kwin-testDrm" ;; require Drm
> "kwin-testInputMethod"
> "kwin-testPlasmaWindow" ;; require plasma-workspace qml module.
>
> base-commit: 7d2ced8d6d9c38327592d312376d59a8c37fc160
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from Debbugs Internal Request <help-debbugs@gnu.org>
to internal_control@debbugs.gnu.org
.
(Sat, 05 Oct 2024 11:24:16 GMT) (full text , mbox , link ).
Display info messages
Send a report that this bug log contains spam .
debbugs.gnu.org maintainers
<help-debbugs@gnu.org >.
Last modified:
Mon Nov 4 22:05:41 2024;
Machine Name:
wallace-server
GNU bug tracking system
Debbugs is free software and licensed under the terms of the
GNU Public License version 2. The current version can be
obtained from https://bugs.debian.org/debbugs-source/ .
Copyright © 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.