From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id UBYTE5JXNmJ9+QAAgWs5BA (envelope-from ) for ; Sat, 19 Mar 2022 23:22:10 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id +OHAD5JXNmJsgQAAauVa8A (envelope-from ) for ; Sat, 19 Mar 2022 23:22:10 +0100 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 91C2F11049 for ; Sat, 19 Mar 2022 23:22:09 +0100 (CET) Received: from localhost ([::1]:44786 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nVhSa-0005Rv-R1 for larch@yhetil.org; Sat, 19 Mar 2022 18:22:08 -0400 Received: from eggs.gnu.org ([209.51.188.92]:54100) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nVhSV-0005Rg-32 for guix-patches@gnu.org; Sat, 19 Mar 2022 18:22:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:38604) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nVhSU-0005sD-Q9 for guix-patches@gnu.org; Sat, 19 Mar 2022 18:22:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nVhSU-0006VO-Ld for guix-patches@gnu.org; Sat, 19 Mar 2022 18:22:02 -0400 Subject: bug#54376: [PATCH] gnu: python-mypy: Fix test errors on i686-linux. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sat, 19 Mar 2022 22:22:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 54376 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: itd Cc: 54376-done@debbugs.gnu.org Mail-Followup-To: 54376@debbugs.gnu.org, ludo@gnu.org, itd@net.in.tum.de Received: via spool by 54376-done@debbugs.gnu.org id=D54376.164772848624942 (code D ref 54376); Sat, 19 Mar 2022 22:22:02 +0000 Received: (at 54376-done) by debbugs.gnu.org; 19 Mar 2022 22:21:26 +0000 Received: from localhost ([127.0.0.1]:60733 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nVhRu-0006UE-E5 for submit@debbugs.gnu.org; Sat, 19 Mar 2022 18:21:26 -0400 Received: from eggs.gnu.org ([209.51.188.92]:48324) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nVhRs-0006Tu-IZ for 54376-done@debbugs.gnu.org; Sat, 19 Mar 2022 18:21:24 -0400 Received: from [2001:470:142:3::e] (port=40270 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nVhRl-0005pD-Se; Sat, 19 Mar 2022 18:21:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=5b43mVJUu6AzYT96sZXVoSLHUDA2HR0sxg2DIeG24gg=; b=eK0KZUtebLldCVHdruuY ed9vKuV+DvCjRenEXxmQPkfDQh+La0S0uzYhUAJrKi4uwiCy20HW5ZB53ckpLVsvKbrMafvdAfMmM 3IG5mbjv1Au5k69kG2Rfbx3j4H85hSej7Rcq2efb/YJi5ZveKpD6pznzeRm2mY2Egs2x+EhTs3tBp 1hUM+kdf6waTZY/JXboXRck5kSaChNVyR/bx4bXNNfNjKS1c1oS1QQClGkhRt7oY+1NRTAtS0IdKl oyEJfAWU7TSblYJLXtskOk9i612Y7AN2o2XOMuxQnRaEBntotrdUdGfWzLYMTpjoWNzl1FeEh117m His2mW+K/zguFg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:58103 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nVhRl-0006y2-Fi; Sat, 19 Mar 2022 18:21:17 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87r1757h0c.fsf@localhost> Date: Sat, 19 Mar 2022 23:21:14 +0100 In-Reply-To: <87r1757h0c.fsf@localhost> (itd@net.in.tum.de's message of "Sun, 13 Mar 2022 21:08:03 +0100") Message-ID: <877d8pmvmt.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1647728530; 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=5b43mVJUu6AzYT96sZXVoSLHUDA2HR0sxg2DIeG24gg=; b=gVZddiDKyQTM0xblqmDF34zrKyMhNzS+V2jv9nmY04KZ71BoFYb2GaFgjlgMRawbfcx7Gb gvFQEUtYTsKrYQHaiPgI4x4qKju+/fISuuzK/qfjn3VZ5tB5tLnb6uHiVBLi/rsNpWnh09 319WtTYqoaiiKJjJUOrQ3m0kwOQV9cpJ2Nn/cXzeB+dEn/aT/+PBcSUa1kXfn3YgXmgIWK 0lo+cDI4fB5LmGJ7sHzSijeOktK59wL1PXTVkcLhvROEenzjfLdDw9EgysjEWJ3jWm754O Iv63tOqdffjyK1eJDS4Y0LYporpFu/OwM1SkWVEUFo2nH3Tx9zirlRa2ayTbMA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1647728530; a=rsa-sha256; cv=none; b=hEYJBHOkmb2l9Z4VP2z6ndvtm+wiyx77C7vylo+HT/j66hsvDYPlcrPbI1F9M4Gk/1jfxA pr//IdfQJoM6jqskHr3mPyY/SHvMxJ3yREQgIkPASpYP9wzNStAXxm+qej+Fyyklir2rTg 08ogj07VAOr5JfYy7p70aZIE35lBvi3uTSXex3nXf6f/kTZx3Eg2nry8dWzywRdDGCadRJ v7AwUiTS5NN+GsOFQBEbjwQPWYeOBodHot4aCTjgnCA0EMhUhqQaQktGbeZJ/7ZiehEE+g 90N2OdsnR9nh/pjngjG1dDpyw4bJl2MsW1kMKlzmUn1RU4smUfGMuROaGyqZWA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=eK0KZUte; dmarc=pass (policy=none) header.from=gnu.org; 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: -3.73 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=eK0KZUte; dmarc=pass (policy=none) header.from=gnu.org; 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: 91C2F11049 X-Spam-Score: -3.73 X-Migadu-Scanner: scn1.migadu.com X-TUID: PC2OK6QNQc2P Hi, itd skribis: >>>From a8de61a3f6ca50bf4a68222532029e8e9e84c510 Mon Sep 17 00:00:00 2001 > > * gnu/packages/patches/python-mypy-12332.patch: New patch. > * gnu/local.mk (dist_patch_DATA): Add it. > * gnu/packages/python-check.scm (python-mypy)[source]: Use patch > "python-mypy-12332.patch" to avoid overflow issues resulting in test fail= ures. > --- > Hi, > > currently, python-mypy on i686-linux does not build [0] due to test > errors [1]. To my knowledge, the merged fix [2] is not part of a > release yet. But, it [2] fixes the python-mypy build for me. Please > consider applying it. Thanks! Perfect, applied! Thanks, Ludo=E2=80=99.