From unknown Mon Sep 22 16:46:55 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#63421 <63421@debbugs.gnu.org> To: bug#63421 <63421@debbugs.gnu.org> Subject: Status: [PATCH v1] gnu: ghc-tasty: Fix build for i686 Reply-To: bug#63421 <63421@debbugs.gnu.org> Date: Mon, 22 Sep 2025 23:46:55 +0000 retitle 63421 [PATCH v1] gnu: ghc-tasty: Fix build for i686 reassign 63421 guix-patches submitter 63421 Denis 'GNUtoo' Carikli severity 63421 normal tag 63421 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed May 10 13:18:47 2023 Received: (at submit) by debbugs.gnu.org; 10 May 2023 17:18:47 +0000 Received: from localhost ([127.0.0.1]:48920 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pwnSh-0004d0-9J for submit@debbugs.gnu.org; Wed, 10 May 2023 13:18:47 -0400 Received: from lists.gnu.org ([209.51.188.17]:53270) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pwnSd-0004co-2D for submit@debbugs.gnu.org; Wed, 10 May 2023 13:18:46 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pwnSZ-0005Mb-8x for guix-patches@gnu.org; Wed, 10 May 2023 13:18:40 -0400 Received: from cyberdimension.org ([2001:910:1314:ffff::1] helo=gnutoo.cyberdimension.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1pwnSV-00065m-Tl for guix-patches@gnu.org; Wed, 10 May 2023 13:18:38 -0400 Received: from gnutoo.cyberdimension.org (localhost [127.0.0.1]) by cyberdimension.org (OpenSMTPD) with ESMTP id 58c7992b; Wed, 10 May 2023 17:18:32 +0000 (UTC) Received: from localhost.localdomain (localhost [::1]) by gnutoo.cyberdimension.org (OpenSMTPD) with ESMTP id d06acb63; Wed, 10 May 2023 17:18:32 +0000 (UTC) From: Denis 'GNUtoo' Carikli To: Lars-Dominik Braun , guix-patches@gnu.org Subject: [PATCH v1] gnu: ghc-tasty: Fix build for i686 Date: Wed, 10 May 2023 19:18:29 +0200 Message-Id: <20230510171829.6497-1-GNUtoo@cyberdimension.org> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2001:910:1314:ffff::1; envelope-from=GNUtoo@cyberdimension.org; helo=gnutoo.cyberdimension.org X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Denis 'GNUtoo' Carikli X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) 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 --- 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 From debbugs-submit-bounces@debbugs.gnu.org Sat May 13 04:23:51 2023 Received: (at 63421-done) by debbugs.gnu.org; 13 May 2023 08:23:51 +0000 Received: from localhost ([127.0.0.1]:35728 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pxkXf-0004Oa-2r for submit@debbugs.gnu.org; Sat, 13 May 2023 04:23:51 -0400 Received: from mout-p-202.mailbox.org ([80.241.56.172]:34450) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pxkXc-0004OL-BZ for 63421-done@debbugs.gnu.org; Sat, 13 May 2023 04:23:49 -0400 Received: from smtp102.mailbox.org (smtp102.mailbox.org [IPv6:2001:67c:2050:b231:465::102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4QJJYm3CHCz9swb; Sat, 13 May 2023 10:23:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6xq.net; s=MBO0001; t=1683966220; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=XCMfZBKeZx2/dCqD6Gv8QXa9gk2B9rzoETRdQwGBebI=; b=1aegjRtSJIDxvyLZUQNhf18Rh4bIFr3Z0E/AI+uErkCREt1PMC6oWLy16toXWzoL9me2se ukEWdsOs+qeKcn97PSe9Grni+1yMNuKYPR3U4xR3Ap6dM/efu4P5+ABBdkB4L+2PF3gWfq hOYiQ0NQVobWZBg8BqhRkWrQqJbcLgIQbCy4UhLyjpctaV6U2yT/9OoUZm0n8WPOA/RGV9 ZNgVvuY6dP+skpr4rPM0lNLXxYilv0lr1nbFimDQPfrV3HfKV1SR7M0rVOPnilehrCg4D3 iBn44RVVXc3lwtMpi+8+yxkaVuwzM/9lvbWf55Kp8aiFhz8XJwAUkWe4sfzTpw== Date: Sat, 13 May 2023 10:23:38 +0200 From: Lars-Dominik Braun To: Denis 'GNUtoo' Carikli Subject: Re: [PATCH v1] gnu: ghc-tasty: Fix build for i686 Message-ID: References: <20230510171829.6497-1-GNUtoo@cyberdimension.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230510171829.6497-1-GNUtoo@cyberdimension.org> X-Rspamd-Queue-Id: 4QJJYm3CHCz9swb X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 63421-done Cc: 63421-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) 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 From debbugs-submit-bounces@debbugs.gnu.org Mon May 15 09:58:04 2023 Received: (at 63421-done) by debbugs.gnu.org; 15 May 2023 13:58:05 +0000 Received: from localhost ([127.0.0.1]:44083 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pyYiC-0000Jp-L6 for submit@debbugs.gnu.org; Mon, 15 May 2023 09:58:04 -0400 Received: from cyberdimension.org ([80.67.179.20]:50506 helo=gnutoo.cyberdimension.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pyYiA-0000JS-6x for 63421-done@debbugs.gnu.org; Mon, 15 May 2023 09:58:03 -0400 Received: from gnutoo.cyberdimension.org (localhost [127.0.0.1]) by cyberdimension.org (OpenSMTPD) with ESMTP id 03a4ffc7; Mon, 15 May 2023 13:58:00 +0000 (UTC) Received: from primary_laptop (localhost [::1]) by gnutoo.cyberdimension.org (OpenSMTPD) with ESMTP id 95ae217d; Mon, 15 May 2023 13:58:00 +0000 (UTC) Date: Mon, 15 May 2023 15:57:54 +0200 From: Denis 'GNUtoo' Carikli To: Lars-Dominik Braun Subject: Re: [PATCH v1] gnu: ghc-tasty: Fix build for i686 Message-ID: <20230515155754.7c35f542@primary_laptop> In-Reply-To: References: <20230510171829.6497-1-GNUtoo@cyberdimension.org> X-Mailer: Claws Mail 4.1.1 (GTK 3.24.37; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/RcH_GN0ldjOWQvRJ7Fqijgf"; protocol="application/pgp-signature"; micalg=pgp-sha256 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 63421-done Cc: 63421-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --Sig_/RcH_GN0ldjOWQvRJ7Fqijgf Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Sat, 13 May 2023 10:23:38 +0200 Lars-Dominik Braun 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)) >=20 > that=E2=80=99s a pretty big rebuild (~1500 packages). I=E2=80=99ve added = this > conditionally in commit cf89a215cec346bc4d6622cbe353c058452b29b2. Thanks a lot and sorry for forgetting to check about the number of rebuilds. Denis. --Sig_/RcH_GN0ldjOWQvRJ7Fqijgf Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEeC+d2+Nrp/PU3kkGX138wUF34mMFAmRiOmIACgkQX138wUF3 4mOknhAAkJLv8M4daLOu2Lm83iWoCk/wCV06/Cik2rkiAa5NaGjs6zgJYYx3EMPo Rd4qbR5rrnXfpVtTn4Inwl0ELEYEc7luoI9HARWL/+Ogc4s/RlL3OqCz3eaxjrPh OKTdJrpYpeZKP0jWhLr9HTx4wU1aMplODSVc9B5F29OIBUUWRl+Li+ajmrGiTJK+ yiUUAYJdxb5fd7Ju9sdYM6ro6w6l5SvEw8slrx+sdy2GbX1WioRlof1hO333sQ6m D7QhO9hq09gfAZ+El7EALB57Pip2J5J7v/zwzT9mHVJrri0/+9YXeidiA65gZRgd VnGlzOyo2DdIPVkSCL9LiVTs05bR8qpx91CYxv4FskwC8gzDcmTsKL8WDEQjdHUD 76M/r103lDtPgD8VDQNzYe5FBS8TJvtlu4jONOIlMX7Ev2o2IMYNlFokKWsJWZTG tLbJgPY9mUM8nv7AUMvVZkHFv8jth09GrRkgiIDEiUVLY7aRbPC57NYptd2ffIgX X08j5aSpI0NeWWOQ9Mkxy6K3+tlZKJ8KbyhD7E1+NyP2AzaD39HfXWJUnEBkQcH3 OmLKpBhrcO+3Ok27+sw8tL2RwKV5Y2ks32xM644htCVfvVYlS4uXLJs6xjM9QJI7 OdZpv7REI0sCQfZsn5d/r8nMiRGlpxK/Fz01LzBb1Xc9QjCUiV8= =S18w -----END PGP SIGNATURE----- --Sig_/RcH_GN0ldjOWQvRJ7Fqijgf-- From unknown Mon Sep 22 16:46:55 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 13 Jun 2023 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator