GNU bug report logs - #60240
[PATCH] [WIP] gnu: Add python-3.11.

Previous Next

Package: guix-patches;

Reported by: Tanguy Le Carrour <tanguy <at> bioneland.org>

Date: Wed, 21 Dec 2022 15:34:01 UTC

Severity: normal

Tags: patch

Done: Lars-Dominik Braun <lars <at> 6xq.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Tanguy LE CARROUR <tanguy <at> bioneland.org>
To: 60240 <at> debbugs.gnu.org
Cc: john.kehayias <at> protonmail.com, andreas <at> enge.fr, zimon.toutoune <at> gmail.com
Subject: [bug#60240] [PATCH v2] gnu: Add python-3.12 and python-next.
Date: Thu, 22 Feb 2024 10:07:20 +0100
Quoting Tanguy Le Carrour (2024-02-21 19:36:35)
> Le 21 février 2024 13:13:42 GMT+01:00, Tanguy Le Carrour <tanguy <at> bioneland.org> a écrit :
>  >+       ;; With no -j argument tests use all available cpus, so provide one.
> >+       #:make-flags (list (string-append (format #f "TESTOPTS=-j~d"
> >+                                                 (parallel-job-count))
> >+                           ;; those tests fail on low-memory systems
> >+                           " --exclude test_mmap test_socket test_threading test_asyncio"
> >+                           ,@(if (system-hurd?)
> >+                                 '(" test_posix" ;multiple errors
> >+                                   ;;...
> >+                                   " test_sqlite")
> >+                                 '())))
> 
> Here, I had to exlude 'test_socket' and 'test_threading' for, after 20min, there were making my computer crash! 😱
> They were in the "if hurd" block, so I removed them from there.
> 
> I'll try to un-exclude them and see if it works on my bigger computer at work.

And… it almost killed my computer… again! 😱
So, I won’t "un-exclude" them, and I’ll leave the patch as it is.

-- 
Tanguy




This bug report was last modified 198 days ago.

Previous Next


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