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: Wed, 21 Feb 2024 19:36:35 +0100
Oups! I've just figured out that I forgot to mention something…

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.

-- 
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.