GNU bug report logs - #45172
fiano-fmap test failure

Previous Next

Package: guix;

Reported by: Jack Hill <jackhill <at> jackhill.us>

Date: Fri, 11 Dec 2020 06:11:01 UTC

Severity: normal

Tags: patch

Merged with 47506

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

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: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#47506: closed ([PATCH] gnu: fiano-fmap: turn off tests to
 build program.)
Date: Thu, 04 Apr 2024 16:46:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 04 Apr 2024 17:45:05 +0100
with message-id <874jchqdpq.fsf <at> gmail.com>
and subject line fiano-fmap test failure
has caused the debbugs.gnu.org bug report #45172,
regarding [PATCH] gnu: fiano-fmap: turn off tests to build program.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
45172: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=45172
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Adam Kandur <rndd <at> tuta.io>
To: Guix Patches <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: fiano-fmap: turn off tests to build program.
Date: Wed, 31 Mar 2021 00:50:05 +0200 (CEST)
From b5a149a0ae68eb2692463f0d77f3da686ff23864 Mon Sep 17 00:00:00 2001
From: Adam Kandur <rndd <at> tuta.io>
Date: Wed, 31 Mar 2021 01:46:49 +0300
Subject: [PATCH] gnu: fiano-fmap: turn off tests to build program.

* gnu/packages/admin.scm (fiano-fmap): turn off tests to build program.
---
 gnu/packages/admin.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 292a4bc..14f7864 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -4431,7 +4431,9 @@ disk utilization, priority, username, state, and exit code.")
     (name "fiano-fmap")
     (arguments
      `(#:import-path "github.com/linuxboot/fiano/cmds/fmap"
-       #:unpack-path "github.com/linuxboot/fiano"))))
+       #:unpack-path "github.com/linuxboot/fiano"
+       ;; tests dont work
+       #:tests? #f))))
 
 (define-public novena-eeprom
   (package
-- 
2.30.1




[Message part 3 (message/rfc822, inline)]
From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 45172-done <at> debbugs.gnu.org
Subject: fiano-fmap test failure
Date: Thu, 04 Apr 2024 17:45:05 +0100
[Message part 4 (text/plain, inline)]
Hi,

Closing this issue as resolved in <https://issues.guix.gnu.org/70123>.

--
Oleg
[signature.asc (application/pgp-signature, inline)]

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

Previous Next


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