GNU bug report logs - #47506
[PATCH] gnu: fiano-fmap: turn off tests to build program.

Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.

Package: guix; Reported by: Adam Kandur <rndd@HIDDEN>; Keywords: patch; merged with #45172; dated Tue, 30 Mar 2021 22:51:01 UTC; Maintainer for guix is bug-guix@HIDDEN.
Merged 45172 47506. Request was from Jack Hill <jackhill@HIDDEN> to control <at> debbugs.gnu.org. Full text available.
bug reassigned from package 'guix-patches' to 'guix'. Request was from Jack Hill <jackhill@HIDDEN> to control <at> debbugs.gnu.org. Full text available.

Message received at 47506 <at> debbugs.gnu.org:


Received: (at 47506) by debbugs.gnu.org; 31 Mar 2021 06:29:03 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Mar 31 02:29:03 2021
Received: from localhost ([127.0.0.1]:53320 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1lRULe-0004kZ-V0
	for submit <at> debbugs.gnu.org; Wed, 31 Mar 2021 02:29:03 -0400
Received: from minsky.hcoop.net ([104.248.1.95]:50574)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <jackhill@HIDDEN>) id 1lRULd-0004k1-55
 for 47506 <at> debbugs.gnu.org; Wed, 31 Mar 2021 02:29:01 -0400
Received: from marsh.hcoop.net ([45.55.52.66])
 by minsky.hcoop.net with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.92) (envelope-from <jackhill@HIDDEN>)
 id 1lRULX-0006Gu-Cv; Wed, 31 Mar 2021 02:28:55 -0400
Date: Wed, 31 Mar 2021 02:28:55 -0400 (EDT)
From: Jack Hill <jackhill@HIDDEN>
X-X-Sender: jackhill@HIDDEN
To: Adam Kandur <rndd@HIDDEN>
Subject: Re: [bug#47506] [PATCH] gnu: fiano-fmap: turn off tests to build
 program.
In-Reply-To: <MX4K52s--3-2@HIDDEN>
Message-ID: <alpine.DEB.2.21.2103310223520.8138@HIDDEN>
References: <MX4K52s--3-2@HIDDEN>
User-Agent: Alpine 2.21 (DEB 202 2017-01-01)
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="925712948-1363479628-1617172135=:8138"
X-Spam-Score: 0.0 (/)
X-Debbugs-Envelope-To: 47506
Cc: 47506 <at> debbugs.gnu.org
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.0 (-)

  This message is in MIME format.  The first part should be readable text,
  while the remaining parts are likely unreadable without MIME-aware tools.

--925712948-1363479628-1617172135=:8138
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8BIT

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@HIDDEN>
> 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
--925712948-1363479628-1617172135=:8138--




Information forwarded to guix-patches@HIDDEN:
bug#47506; Package guix-patches. Full text available.

Message received at submit <at> debbugs.gnu.org:


Received: (at submit) by debbugs.gnu.org; 30 Mar 2021 22:50:15 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Tue Mar 30 18:50:15 2021
Received: from localhost ([127.0.0.1]:53021 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1lRNBf-00080X-KD
	for submit <at> debbugs.gnu.org; Tue, 30 Mar 2021 18:50:15 -0400
Received: from lists.gnu.org ([209.51.188.17]:54154)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <rndd@HIDDEN>) id 1lRNBd-00080Q-NZ
 for submit <at> debbugs.gnu.org; Tue, 30 Mar 2021 18:50:14 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10]:45596)
 by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <rndd@HIDDEN>) id 1lRNBd-0004Bc-Dd
 for guix-patches@HIDDEN; Tue, 30 Mar 2021 18:50:13 -0400
Received: from w4.tutanota.de ([81.3.6.165]:42926)
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <rndd@HIDDEN>) id 1lRNBY-00029j-Um
 for guix-patches@HIDDEN; Tue, 30 Mar 2021 18:50:13 -0400
Received: from w3.tutanota.de (unknown [192.168.1.164])
 by w4.tutanota.de (Postfix) with ESMTP id 35A3810602E1
 for <guix-patches@HIDDEN>; Tue, 30 Mar 2021 22:50:05 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1617144605; 
 s=s1; d=tuta.io;
 h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender;
 bh=k7m8O2Py36esi8xAP57GH8LjfyqGMqdvhS9tipFjgrc=;
 b=qPSMtOW2nbOIO815iKmkPtfTXUons5vLbEW73nTb0WFuR52JaC9dVBdhcfAThB1+
 oVWH1uCNxRedDpvDxj/C+3OC+Kg67DvvXOnMEbUgnjTaLqZVN86Q02yyb+o6H46FuEV
 214AqgShBYoieRQhohAuH7WSLP322Gb8242ujir0qJOO5MBNrD4X6m8k+sXz8MFWTCL
 VHN/RsdgFxDQxwNyy11CamRnY+dPrlw2exbi7+Rh2o6Fwu7PWCg7PnO8SF5QJk2JT4C
 7bpvVnU7EQucORKvEJ3aOBxSukA7TC3gbRI5Vs1ua3aL8QhV7Qg2cNgsjJ8H9rZwjpw
 P7Fb24Peww==
Date: Wed, 31 Mar 2021 00:50:05 +0200 (CEST)
From: Adam Kandur <rndd@HIDDEN>
To: Guix Patches <guix-patches@HIDDEN>
Message-ID: <MX4K52s--3-2@HIDDEN>
Subject: [PATCH] gnu: fiano-fmap: turn off tests to build program.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
Received-SPF: pass client-ip=81.3.6.165; envelope-from=rndd@HIDDEN;
 helo=w4.tutanota.de
X-Spam_score_int: -20
X-Spam_score: -2.1
X-Spam_bar: --
X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1,
 DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1,
 RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001,
 SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: -1.4 (-)
X-Debbugs-Envelope-To: submit
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -2.4 (--)


From b5a149a0ae68eb2692463f0d77f3da686ff23864 Mon Sep 17 00:00:00 2001
From: Adam Kandur <rndd@HIDDEN>
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.
---
=C2=A0gnu/packages/admin.scm | 4 +++-
=C2=A01 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.")
=C2=A0=C2=A0=C2=A0=C2=A0 (name "fiano-fmap")
=C2=A0=C2=A0=C2=A0=C2=A0 (arguments
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 `(#:import-path "github.com/linuxboot/fiano/=
cmds/fmap"
-=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 #:unpack-path "github.com/linuxboot/f=
iano"))))
+=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 #:unpack-path "github.com/linuxboot/f=
iano"
+=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ;; tests dont work
+=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 #:tests? #f))))
=C2=A0
=C2=A0(define-public novena-eeprom
=C2=A0=C2=A0 (package
--=20
2.30.1






Acknowledgement sent to Adam Kandur <rndd@HIDDEN>:
New bug report received and forwarded. Copy sent to guix-patches@HIDDEN. Full text available.
Report forwarded to guix-patches@HIDDEN:
bug#47506; Package guix-patches. Full text available.
Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.
Last modified: Wed, 31 Mar 2021 14:45:02 UTC

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