GNU bug report logs - #64525
[PATCH] gnu: newick-utils: Skip tests on riscv64-linux.

Previous Next

Package: guix-patches;

Reported by: iyzsong <at> envs.net

Date: Sat, 8 Jul 2023 00:42:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: iyzsong <at> envs.net
Subject: bug#64525: closed (Re: bug#64525: [PATCH] gnu: newick-utils: Skip
 tests on riscv64-linux.)
Date: Tue, 18 Jul 2023 12:27:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#64525: [PATCH] gnu: newick-utils: Skip tests on riscv64-linux.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 64525 <at> debbugs.gnu.org.

-- 
64525: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64525
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: 64525-done <at> debbugs.gnu.org
Subject: Re: bug#64525: [PATCH] gnu: newick-utils: Skip tests on riscv64-linux.
Date: Tue, 18 Jul 2023 20:25:51 +0800
Pushed now.

[Message part 3 (message/rfc822, inline)]
From: iyzsong <at> envs.net
To: guix-patches <at> gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH] gnu: newick-utils: Skip tests on riscv64-linux.
Date: Sat,  8 Jul 2023 08:40:29 +0800
From: 宋文武 <iyzsong <at> member.fsf.org>

* gnu/packages/bioinformatics.scm (newick-utils)[arguments]: Skip tests
when building on riscv64-linux.
---
 gnu/packages/bioinformatics.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index f59f37b52b..9831b67868 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7148,7 +7148,8 @@ (define-public newick-utils
                   "1hkw21rq1mwf7xp0rmbb2gqc0i6p11108m69i7mr7xcjl268pxnb"))))
       (build-system gnu-build-system)
       (arguments
-       '(#:make-flags (list "CFLAGS=-O2 -g -fcommon")))
+       `(#:tests? ,(not (target-riscv64?)) ;XXX: stuck on riscv64-linux
+         #:make-flags (list "CFLAGS=-O2 -g -fcommon")))
       (inputs
        ;; XXX: TODO: Enable Lua and Guile bindings.
        ;; https://github.com/tjunier/newick_utils/issues/13

base-commit: fcfdb8f05ed0228ede47e9d2a0de5b05b09dd7be
-- 
2.40.1




This bug report was last modified 2 years and 35 days ago.

Previous Next


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