From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id YCwLOw9KpmEYRQEAgWs5BA (envelope-from ) for ; Tue, 30 Nov 2021 16:58:07 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id aTaqNg9KpmGVfgAAbx9fmQ (envelope-from ) for ; Tue, 30 Nov 2021 15:58:07 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id B5A4E8985 for ; Tue, 30 Nov 2021 16:58:07 +0100 (CET) Received: from localhost ([::1]:41760 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ms5WA-0000fE-GJ for larch@yhetil.org; Tue, 30 Nov 2021 10:58:06 -0500 Received: from eggs.gnu.org ([209.51.188.92]:38744) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ms5W6-0000ej-9d for guix-patches@gnu.org; Tue, 30 Nov 2021 10:58:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:58886) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ms5W6-0006s5-1X for guix-patches@gnu.org; Tue, 30 Nov 2021 10:58:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ms5W6-0000AN-1l for guix-patches@gnu.org; Tue, 30 Nov 2021 10:58:02 -0500 Subject: bug#52198: [PATCH] gnu: ghc: Fix build on i686-linux. Resent-From: Lars-Dominik Braun Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 30 Nov 2021 15:58:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 52198 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: zimoun Cc: 52198-done@debbugs.gnu.org Mail-Followup-To: 52198@debbugs.gnu.org, lars@6xq.net, zimon.toutoune@gmail.com Received: via spool by 52198-done@debbugs.gnu.org id=D52198.1638287857600 (code D ref 52198); Tue, 30 Nov 2021 15:58:01 +0000 Received: (at 52198-done) by debbugs.gnu.org; 30 Nov 2021 15:57:37 +0000 Received: from localhost ([127.0.0.1]:42199 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ms5Vh-00009c-Ag for submit@debbugs.gnu.org; Tue, 30 Nov 2021 10:57:37 -0500 Received: from mout-p-101.mailbox.org ([80.241.56.151]:39466) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ms5Vf-00009O-3X for 52198-done@debbugs.gnu.org; Tue, 30 Nov 2021 10:57:36 -0500 Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:105:465:1:2:0]) (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-101.mailbox.org (Postfix) with ESMTPS id 4J3RgX4978zQjcN; Tue, 30 Nov 2021 16:57:28 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6xq.net; s=MBO0001; t=1638287846; 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=+LwbrnJQVuJUSqHEOJy4jteVvauYj5DJdC/bC8+/N6s=; b=pa8Yrfb38ixeaXID692MFcL7/kDpYTudpPrWp2/LJadqKuv3xK1M+0Mf87UDrfUei77sg0 tcei1TdZAiKs9/Ymb09ByhT9j8vMo4t44274qoEX/nv0Owv5YbS1bVt16w2gBFdkAd+EXV k3dDiRreO5hAy3vS4klm7D8fZe45avvvuldwLFXVc6NEwCKiEuZI2LPHWcBFRYs6CKPXrN Rdjcl/e6mjUZiNggvPoHVUJAE3V+UDYrZo6CRfAwNuhya/yKxzoSAHUMpXNnXGcvZOCwIY oUdmxii564NRyTI752IUrhPIYSXRttYIqryTh7iJKX2TvuRUh3yeEOTMLZbtmA== Date: Tue, 30 Nov 2021 16:57:22 +0100 From: Lars-Dominik Braun Message-ID: References: <20211130111427.3199918-1-zimon.toutoune@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20211130111427.3199918-1-zimon.toutoune@gmail.com> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1638287887; h=from:from:sender:sender: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:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=+LwbrnJQVuJUSqHEOJy4jteVvauYj5DJdC/bC8+/N6s=; b=fBgb4woPtCSZ2ZWIPtJrZPLC50hsVEUYFzK8ugq4MfXrn1fPCvnHoX31/mLHC0A4Vpa9/+ 0CVu8BcagTwVl57StxrbJbtJX0sNLif0NgNLMZUszUdJKkvmTiDjXnG7S4sVmkohIXgysq U46JucB84G4T0DtyS2gJWMl341klaSrjdd9Hh1KYINFdb8Gz77v/gq82LxJ78lRU7G82Op zDK+3cAXSpVEZfhWFpsMTuk6r37o6zsbKG8c9rPD7MvHFtCnLtmM+py3dRfzdfPxYNkp0E 5OFIWXWmMYYPazn8uIlqmiKpqZgH736pw66u19TKzW9DbF3AbleASWx96jJL+A== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1638287887; a=rsa-sha256; cv=none; b=S7sD1Dc4YcjRbhPGpJYKiT0fu1MKJfEEV0i6YtjI0Y6Uj/rihkrCsgP9Pn47opQqsJ9v/a U6mK8p9noH2+aJPB4CSkGkoNM2KlsaDWanhG7cjbWgNB5qbSIIouCemJZ34HL17kt7XniX sBUgeYCSWLYXxzOH09HryY8msMDnhJSqndiu7QUVql+e+HxI23x3ZHRJ4VZBQE2GU7ygfT nA1eQJgvlRadK/jh2HKqVSvOSFYUCAV4qyxXSpGBiEnrSGFYMdkkaIzIjpyCnJOtuEErwV pYIO55PxFMUnLX9zXG21x1ie/9ev8KJRFuvi7xWa9D9WAOnZumARBHb+huoceQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=6xq.net header.s=MBO0001 header.b=pa8Yrfb3; dmarc=fail reason="SPF not aligned (relaxed)" header.from=6xq.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -2.01 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=6xq.net header.s=MBO0001 header.b=pa8Yrfb3; dmarc=fail reason="SPF not aligned (relaxed)" header.from=6xq.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: B5A4E8985 X-Spam-Score: -2.01 X-Migadu-Scanner: scn0.migadu.com X-TUID: 6r3SOpkVmaUY Hi zimoun, I locally built ghc@8.10 and this test indeed fails without/succeeds with the patch. There’s also an issue over at the GHC tracker about this failure, so I’m assuming it’s safe to skip: https://gitlab.haskell.org/ghc/ghc/-/issues/17300 I pushed this patch to core-updates-frozen as afc4945d44aeb6750b980abddbfda66f6ccb6b18. Thank you! Cheers, Lars