From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: bug#36175: python@3.7.0 Date: Fri, 21 Jun 2019 00:02:23 +0200 Message-ID: <877e9f3ogg.fsf@devup.no> References: <878su7u9gi.fsf@ITSx01.pdp10.guru> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:34973) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1he5MZ-00020G-LQ for bug-guix@gnu.org; Thu, 20 Jun 2019 18:17:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1he59A-0005KU-NT for bug-guix@gnu.org; Thu, 20 Jun 2019 18:03:09 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35824) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1he594-0005J1-ST for bug-guix@gnu.org; Thu, 20 Jun 2019 18:03:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1he594-000171-Ns for bug-guix@gnu.org; Thu, 20 Jun 2019 18:03:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <878su7u9gi.fsf@ITSx01.pdp10.guru> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Jeremiah@pdp10.guru, 36175-done@debbugs.gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Jeremiah@pdp10.guru writes: > Currently python@3.7.0 fails to build on low memory systems; > despite actually building successfully. > > The diff required to disable the test is as follows: > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > index 11f3aacf00..75afeba2a1 100644 > --- a/gnu/packages/python.scm > +++ b/gnu/packages/python.scm > @@ -310,6 +310,8 @@ data types.") > ;; memory on some systems: > ;; > "Lib/test/test_socket.py" > + ;; Allow python to be built on lower memor= y systems > + "Lib/test/test_mmap.py" >=20=20 > ;; These tests fail on AArch64. > "Lib/ctypes/test/test_win32.py" Thanks! Pushed in e7041c8ef8b9137f40e0a5377b8224314168e226. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl0MAm8ACgkQoqBt8qM6 VPrDMQgAn1KtvK37dsbHFqoAa0u6+y1ES0vBa544XSMDoBzd8UBjYcblyvwEKFW8 kOQ+5GosPIAa1BsKDgfzWqEhVi+WRCE82+Dg5LnGB/qvJymkhlii9vYghscIBbrX 3Qyd/JTZ42CneLz+duOdUS9XJ71sCVCd0cWVCAaTh1vHsi0VaVxP8aW1S06OSFC0 4xyHYmru15WWGV7SlLrjNnLKpDkK5Nsk3Kw2tFNjz/IHCaKN4Up6IFKJiVCrepJc wS60vcueqLQo3kfFUDjQc6QBlXgNyLKoDzYvUQfCARUZdjX+stkrC3/bDSyLoGGQ jq6nK5WTbWaEDzTQovJJI6b98bSPmA== =4+Os -----END PGP SIGNATURE----- --=-=-=--