all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#47506] [PATCH] gnu: fiano-fmap: turn off tests to build program.
@ 2021-03-30 22:50 Adam Kandur via Guix-patches via
  2021-03-31  6:28 ` Jack Hill
  2024-04-04 16:46 ` bug#47506: " Sharlatan Hellseher
  0 siblings, 2 replies; 3+ messages in thread
From: Adam Kandur via Guix-patches via @ 2021-03-30 22:50 UTC (permalink / raw)
  To: 47506


From b5a149a0ae68eb2692463f0d77f3da686ff23864 Mon Sep 17 00:00:00 2001
From: Adam Kandur <rndd@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






^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#47506] [PATCH] gnu: fiano-fmap: turn off tests to build program.
  2021-03-30 22:50 [bug#47506] [PATCH] gnu: fiano-fmap: turn off tests to build program Adam Kandur via Guix-patches via
@ 2021-03-31  6:28 ` Jack Hill
  2024-04-04 16:46 ` bug#47506: " Sharlatan Hellseher
  1 sibling, 0 replies; 3+ messages in thread
From: Jack Hill @ 2021-03-31  6:28 UTC (permalink / raw)
  To: Adam Kandur; +Cc: 47506

[-- Attachment #1: Type: text/plain, Size: 1741 bytes --]

Hi,

Thanks for your interest in fiano-fmap!

On Wed, 31 Mar 2021, Adam Kandur via Guix-patches via wrote:

>
> From b5a149a0ae68eb2692463f0d77f3da686ff23864 Mon Sep 17 00:00:00 2001
> From: Adam Kandur <rndd@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
>

When I first noticed the test failure in #45172 [0] it wasn't clear to me 
that the test failure was harmless rather than exhibiting an actual problem 
in our fiano-fmap package. Can you confirm that the package works as 
expected? I also wonder if we could make a smaller change and just disable 
the problematic test rather than the whole suite.

I've also noticed that fiano-fmap has a release candidate for version 
6.0.0. I wonder if that version fixes the problem (I may have to give it a 
try, although this one may come back to needing improvements in the 
go-build-system).

[0] https://issues.guix.gnu.org/45172

Best,
Jack

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#47506: [PATCH] gnu: fiano-fmap: turn off tests to build program.
  2021-03-30 22:50 [bug#47506] [PATCH] gnu: fiano-fmap: turn off tests to build program Adam Kandur via Guix-patches via
  2021-03-31  6:28 ` Jack Hill
@ 2024-04-04 16:46 ` Sharlatan Hellseher
  1 sibling, 0 replies; 3+ messages in thread
From: Sharlatan Hellseher @ 2024-04-04 16:46 UTC (permalink / raw)
  To: 47506-done

[-- Attachment #1: Type: text/plain, Size: 86 bytes --]


Hi,

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

--
Oleg

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-04-04 17:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-30 22:50 [bug#47506] [PATCH] gnu: fiano-fmap: turn off tests to build program Adam Kandur via Guix-patches via
2021-03-31  6:28 ` Jack Hill
2024-04-04 16:46 ` bug#47506: " Sharlatan Hellseher

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.