GNU bug report logs - #36175
python@3.7.0

Previous Next

Package: guix;

Reported by: Jeremiah <at> pdp10.guru

Date: Tue, 11 Jun 2019 22:02:01 UTC

Severity: normal

Done: Marius Bakke <mbakke <at> fastmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 36175 in the body.
You can then email your comments to 36175 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#36175; Package guix. (Tue, 11 Jun 2019 22:02:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jeremiah <at> pdp10.guru:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Tue, 11 Jun 2019 22:02:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jeremiah <at> pdp10.guru
To: bug-guix <at> gnu.org
Subject: python <at> 3.7.0
Date: Tue, 11 Jun 2019 20:57:01 +0000
Currently python <at> 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:
                               ;; <https://bugs.python.org/issue34587>
                               "Lib/test/test_socket.py"
+                              ;; Allow python to be built on lower memory systems
+                              "Lib/test/test_mmap.py"
 
                               ;; These tests fail on AArch64.
                               "Lib/ctypes/test/test_win32.py"





Reply sent to Marius Bakke <mbakke <at> fastmail.com>:
You have taken responsibility. (Thu, 20 Jun 2019 22:03:02 GMT) Full text and rfc822 format available.

Notification sent to Jeremiah <at> pdp10.guru:
bug acknowledged by developer. (Thu, 20 Jun 2019 22:03:02 GMT) Full text and rfc822 format available.

Message #10 received at 36175-done <at> debbugs.gnu.org (full text, mbox):

From: Marius Bakke <mbakke <at> fastmail.com>
To: Jeremiah <at> pdp10.guru, 36175-done <at> debbugs.gnu.org
Subject: Re: bug#36175: python <at> 3.7.0
Date: Fri, 21 Jun 2019 00:02:23 +0200
[Message part 1 (text/plain, inline)]
Jeremiah <at> pdp10.guru writes:

> Currently python <at> 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:
>                                ;; <https://bugs.python.org/issue34587>
>                                "Lib/test/test_socket.py"
> +                              ;; Allow python to be built on lower memory systems
> +                              "Lib/test/test_mmap.py"
>  
>                                ;; These tests fail on AArch64.
>                                "Lib/ctypes/test/test_win32.py"

Thanks!  Pushed in e7041c8ef8b9137f40e0a5377b8224314168e226.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 19 Jul 2019 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 295 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.