From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 21 10:01:53 2025 Received: (at submit) by debbugs.gnu.org; 21 Apr 2025 14:01:53 +0000 Received: from localhost ([127.0.0.1]:35656 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u6rib-00015z-1u for submit@debbugs.gnu.org; Mon, 21 Apr 2025 10:01:53 -0400 Received: from lists.gnu.org ([2001:470:142::17]:56044) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u6riX-00015N-8f for submit@debbugs.gnu.org; Mon, 21 Apr 2025 10:01:50 -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 1u6riP-00047B-AP for guix-patches@gnu.org; Mon, 21 Apr 2025 10:01:41 -0400 Received: from mail.w13.tutanota.de ([185.205.69.213]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1u6riM-0001UN-Er for guix-patches@gnu.org; Mon, 21 Apr 2025 10:01:41 -0400 Received: from tutadb.w10.tutanota.de (w10.api.tuta.com [IPv6:fd:ac::d:10]) by mail.w13.tutanota.de (Postfix) with ESMTP id D26707D32F34 for ; Mon, 21 Apr 2025 16:01:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1745244063; s=s1; d=tutamail.com; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Cc:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=9q03v6sCJpWzsJdNfNa856bRPfnAju6hy89E6dnGoow=; b=1268tnyBxb1e9nqOfYVi6n+OuPMxO8iZ1/EocjyjwDjKqW6rjCjLHCoq7b+30CoN zyn6N87ygjpFYsfYnrR0ajYd0RcJKiVCc8QyitNR5HM58mLUT65WaiasuCJWiZqLEkU ymygI8vxqx4uhZQuh21Ade/bNmtOwf6Pk4Y2gklHJDAWczS59yDdP/g34+wUQ0WXK4M ytd3M6/wfm7t11Mrk7dFSqPXw2LzKjrMuNWOn1oCOQ2gSFi3XHzpcB2IORkkWe7zRzU BVIpPNTOruGaPwmOnftK12ip7M6ytp98iscqhfCSBD9X5hiFWr8p4ziu0qwEyk9+qP1 Oedt8lPwpg== Date: Mon, 21 Apr 2025 16:01:03 +0200 (CEST) From: yelninei@tutamail.com To: guix-patches@gnu.org Message-ID: Subject: [PATCH] gnu: python-3.11: Skip more tests on GNU/Hurd. MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_623980_1593124284.1745244063856" Received-SPF: pass client-ip=185.205.69.213; envelope-from=yelninei@tutamail.com; helo=mail.w13.tutanota.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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_LOW=-0.7, RCVD_IN_MSPIKE_H2=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Munyoki Kilyungi , Sharlatan Hellseher , Tanguy Le Carrour , Lars-Dominik Braun 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: -0.1 (/) ------=_Part_623980_1593124284.1745244063856 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hello, attached is a patch to skip more tests to get python@3.11 building on i586-gnu. ./pre-inst-env guix build python-minimal python --no-grafts -s i586-gnu /gnu/store/b57cd4jikdhws17x5kx87hkfwzfh0y0d-python-minimal-3.11.11 /gnu/store/ypp080jpxiiniyl8y8hnk2m0wfnnm9ks-python-3.11.11-idle /gnu/store/xr5znwv4claiw3bldf42r4pi1wcmr2w9-python-3.11.11 /gnu/store/l4i0xdnmfsbq89jhl279h8l5r9syav4b-python-3.11.11-tk I have not looked into why these are failing. ------=_Part_623980_1593124284.1745244063856 Content-Type: text/x-patch; charset=us-ascii; name=0001-gnu-python-3.11-Skip-more-tests-on-GNU-Hurd.patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0001-gnu-python-3.11-Skip-more-tests-on-GNU-Hurd.patch >From 7c09dc8f89a550bd6a9f850ddfd192d45eba173e Mon Sep 17 00:00:00 2001 Message-ID: <7c09dc8f89a550bd6a9f850ddfd192d45eba173e.1745243752.git.yelninei@tutamail.com> From: Yelninei Date: Mon, 21 Apr 2025 13:53:55 +0000 Subject: [PATCH] gnu: python-3.11: Skip more tests on GNU/Hurd. * gnu/packages/python.scm (python-3.11)[#:make-flags]: Skip test_glob, test_site, test_termios, test_tty and test_sqlite3 on Hurd systems. Change-Id: I2a2b89e33ea0c9cbda393bb76dd325c2569b2639 --- gnu/packages/python.scm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index ebc9712294..73cbf533be 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -782,6 +782,11 @@ (define-public python-3.11 " test_venv" ;freeze " test_multiprocessing_forkserver" ;runs over 10min " test_multiprocessing_spawn" ;runs over 10min + " test_glob" ;did not finish in 10h + " test_site" ;Invalid argument + " test_termios" ;os.openpty() Operation not permitted + " test_tty" ;os.openpty() Operation not permitted + " test_sqlite3" ;; sqlite3.OperationalError: database is locked " test_builtin" " test_capi" " test_dbm_ndbm" base-commit: 7a7eff34613c9b3357adf39813793f607c03629d -- 2.49.0 ------=_Part_623980_1593124284.1745244063856-- From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 21 18:17:23 2025 Received: (at 77957-done) by debbugs.gnu.org; 21 Apr 2025 22:17:23 +0000 Received: from localhost ([127.0.0.1]:40432 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u6zS6-0003Vz-Lc for submit@debbugs.gnu.org; Mon, 21 Apr 2025 18:17:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40062) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u6zS1-0003Va-FO for 77957-done@debbugs.gnu.org; Mon, 21 Apr 2025 18:17:20 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1u6zRt-00068w-D0; Mon, 21 Apr 2025 18:17:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=+rEKa2GDOL55Y5jDQx4ZjZvR78WxnBBJqmig0B0GY8s=; b=cMnogNiujhncrpvZCHoP Zq8inRDHANWIl98eDbFPjxjSvDFtxtTVrjMW/vqd8xYDycihx+aw/BbhlwNirHHBMVjm7hbDAcg4J Cqqq/By7dpcfxp4v7y0VwwDq1bppTBsGww7CWGVhAB/NIh9IUYXivk1dX4msvxGrO7JUWXY/Z/Ftc ICwYweq3zQ1e7lgCEBdfkObaKYIbXrffvBnJIHETZOO4Ina6wpknadSxPjVAdXDPOzJw8H30cJIT9 ycTlZiIzX3fPVdiYFPakIK4gYoorLfIbhcCUNWRdM2P6jtqVNBXcZzTKX742rsKNToxZT/HuIvR4W bc2q52q3qGMiVA==; From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: yelninei@tutamail.com Subject: Re: [bug#77957] [PATCH] gnu: python-3.11: Skip more tests on GNU/Hurd., [PATCH] gnu: python-3.11: Skip more tests on GNU/Hurd. In-Reply-To: (yelninei@tutamail.com's message of "Mon, 21 Apr 2025 16:01:03 +0200 (CEST)") References: Date: Mon, 21 Apr 2025 23:54:42 +0200 Message-ID: <87bjsp41ul.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 77957-done Cc: 77957-done@debbugs.gnu.org, Munyoki Kilyungi , Tanguy Le Carrour , Sharlatan Hellseher , Lars-Dominik Braun 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: -3.3 (---) Hi, yelninei@tutamail.com writes: >>>From 7c09dc8f89a550bd6a9f850ddfd192d45eba173e Mon Sep 17 00:00:00 2001 > Message-ID: <7c09dc8f89a550bd6a9f850ddfd192d45eba173e.1745243752.git.yelninei@tutamail.com> > From: Yelninei > Date: Mon, 21 Apr 2025 13:53:55 +0000 > Subject: [PATCH] gnu: python-3.11: Skip more tests on GNU/Hurd. > > * gnu/packages/python.scm (python-3.11)[#:make-flags]: > Skip test_glob, test_site, test_termios, test_tty and test_sqlite3 on Hurd systems. > > Change-Id: I2a2b89e33ea0c9cbda393bb76dd325c2569b2639 Applied, thanks! From unknown Sun Jun 15 08:35:03 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, 20 May 2025 11:24:17 +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