GNU bug report logs - #63421
[PATCH v1] gnu: ghc-tasty: Fix build for i686

Previous Next

Package: guix-patches;

Reported by: Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>

Date: Wed, 10 May 2023 17:19:01 UTC

Severity: normal

Tags: patch

Done: Lars-Dominik Braun <lars <at> 6xq.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 63421 in the body.
You can then email your comments to 63421 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#63421; Package guix-patches. (Wed, 10 May 2023 17:19:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 10 May 2023 17:19:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>
To: Lars-Dominik Braun <lars <at> 6xq.net>,
	guix-patches <at> gnu.org
Cc: Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>
Subject: [PATCH v1] gnu: ghc-tasty: Fix build for i686
Date: Wed, 10 May 2023 19:18:29 +0200
Without that fix we have:
  Configuring tasty-1.4.3...
  Setup.hs: Encountered missing or private dependencies:
  unbounded-delays >=0.1

* gnu/packages/haskell-check.scm(ghc-tasty)[inputs]: Add ghc-unbounded-delays

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>
---
 gnu/packages/haskell-check.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index 23727fc0b8..95c9521796 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -148,7 +148,8 @@ (define-public ghc-tasty
                 "006bf4gyc30i2gvb17hj1mzrh1kwnwf7l050x3f72wi6c2axl87l"))))
     (build-system haskell-build-system)
     (properties '((upstream-name . "tasty")))
-    (inputs (list ghc-tagged ghc-optparse-applicative ghc-ansi-terminal))
+    (inputs (list ghc-unbounded-delays ghc-tagged ghc-optparse-applicative
+                  ghc-ansi-terminal))
     (home-page "https://github.com/UnkindPartition/tasty")
     (synopsis "Modern and extensible testing framework")
     (description

base-commit: e0c35d1578c10a8fe27c8372f3a8bb5dd88b01b8
-- 
2.39.2





Reply sent to Lars-Dominik Braun <lars <at> 6xq.net>:
You have taken responsibility. (Sat, 13 May 2023 08:24:02 GMT) Full text and rfc822 format available.

Notification sent to Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>:
bug acknowledged by developer. (Sat, 13 May 2023 08:24:02 GMT) Full text and rfc822 format available.

Message #10 received at 63421-done <at> debbugs.gnu.org (full text, mbox):

From: Lars-Dominik Braun <lars <at> 6xq.net>
To: Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>
Cc: 63421-done <at> debbugs.gnu.org
Subject: Re: [PATCH v1] gnu: ghc-tasty: Fix build for i686
Date: Sat, 13 May 2023 10:23:38 +0200
Hi,

> -    (inputs (list ghc-tagged ghc-optparse-applicative ghc-ansi-terminal))
> +    (inputs (list ghc-unbounded-delays ghc-tagged ghc-optparse-applicative
> +                  ghc-ansi-terminal))

that’s a pretty big rebuild (~1500 packages). I’ve added this
conditionally in commit cf89a215cec346bc4d6622cbe353c058452b29b2.

Cheers,
Lars





Information forwarded to guix-patches <at> gnu.org:
bug#63421; Package guix-patches. (Mon, 15 May 2023 13:59:02 GMT) Full text and rfc822 format available.

Message #13 received at 63421-done <at> debbugs.gnu.org (full text, mbox):

From: Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>
To: Lars-Dominik Braun <lars <at> 6xq.net>
Cc: 63421-done <at> debbugs.gnu.org
Subject: Re: [PATCH v1] gnu: ghc-tasty: Fix build for i686
Date: Mon, 15 May 2023 15:57:54 +0200
[Message part 1 (text/plain, inline)]
On Sat, 13 May 2023 10:23:38 +0200
Lars-Dominik Braun <lars <at> 6xq.net> wrote:

> Hi,
Hi,

> > -    (inputs (list ghc-tagged ghc-optparse-applicative
> > ghc-ansi-terminal))
> > +    (inputs (list ghc-unbounded-delays ghc-tagged
> > ghc-optparse-applicative
> > +                  ghc-ansi-terminal))
> 
> that’s a pretty big rebuild (~1500 packages). I’ve added this
> conditionally in commit cf89a215cec346bc4d6622cbe353c058452b29b2.
Thanks a lot and sorry for forgetting to check about the number of
rebuilds.

Denis.
[Message part 2 (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 13 Jun 2023 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 289 days ago.

Previous Next


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