Re: [sage-release] Sage 10.2.beta5 released

2023-09-28 Thread Kazuyoshi Furutaka
Hi again... I'll attach the output of `conda list` to this email. And... `make setuptools_wheel-no-deps` failed with one more error (an additional log attached): > The following package(s) may have failed to build (not necessarily > during this run of 'make setuptools_wheel-no-deps'): > > *

Re: [sage-release] Sage 10.2.beta5 released

2023-09-28 Thread Matthias Köppe
Thanks for sharing the logs for these installation problems; this is valuable information. I agree that there seems to be something wrong with the installation of setuptools in this environment. The command "conda list" could provide additional helpful information. You could try if "make

[sage-release] Re: Sage 10.2.beta5 released

2023-09-28 Thread Emmanuel Charpentier
As suggested by tdumont, mèmake discleanallows to rebuild 10.2.beta5. Runningptestlong` afterwards gives the same two failures reported since 10.1.rc0 . HTH, ​ Le jeudi 28 septembre 2023 à 09:09:26 UTC+2, Emmanuel

[sage-release] Re: Sage 10.2.beta5 released

2023-09-28 Thread John H Palmieri
As with the past few releases — and I think this is due to OS X and command-line tool upgrades, not Sage — I have been getting a number of failures due to some warning messages. These continue with 10.2.beta5, and they are addressed by https://github.com/sagemath/sage/pull/36337. The

Re: [sage-release] Sage 10.2.beta5 released

2023-09-28 Thread John H Palmieri
Kenji: for me with updated homebrew etc., I can only get scipy to build if I configure Sage with `./configure --with-system-gfortran=no`. On Thursday, September 28, 2023 at 3:49:04 AM UTC-7 Kenji Iohara wrote: > On my Mac OS 13.6 with Intel Core i5, with updated homebrew and Xcode 15, > Python

Re: [sage-release] Sage 10.2.beta5 released

2023-09-28 Thread Kenji Iohara
On my Mac OS 13.6 with Intel Core i5, with updated homebrew and Xcode 15, Python 3.11.5, The first built has failed with the package  scipy-1.11.2 and not with ecm…. !Here is its log file:  -- You received this message because you are subscribed to the Google Groups "sage-release" group. To

Re: [sage-release] Re: Sage 10.2.beta5 released

2023-09-28 Thread Thierry Dumont
For me, with Debian testing up to date, upgrading from beta3 to beta5 was ok, after a "make distclean". Le 28/09/2023 à 09:09, Emmanuel Charpentier a écrit : On Debian testing running oncore i7 + 16 GB RAM, upgrading 10.2.beta4 to 10.2.beta5 /fails/ ; the problems seem to be bound to Cython.

[sage-release] Re: Sage 10.2.beta5 released

2023-09-28 Thread Emmanuel Charpentier
On Debian testing running oncore i7 + 16 GB RAM, upgrading 10.2.beta4 to 10.2.beta5 *fails* ; the problems seem to be bound to Cython. Log follows in a followup mail (can’t be atached in a Google Groups mail…). — Emmanuel Charpentier ​ Le jeudi 28 septembre 2023 à 00:56:29 UTC+2, Volker Braun