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

2023-09-17 Thread Emmanuel Charpentier
FWW, on Debian testing running on core i7 + 16 GB RAM, upgrading 10.2.beta2 to 10.2.beta3 went smoothly (without having to mess with meson) ; ptestlong gives two permanent failures : -- sage -t --long --warn-long 217.3

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

2023-09-17 Thread Matthias Köppe
Yes, it's a bug in the build system. Running CONFIG_SHELL="bash -x" ./configure + printf '%s\n' 'configure:49868: result: no; skipping check' + printf '%s\n' 'no; skipping check' + sage_spkg_install_meson-python=yes ./configure: line 49870: sage_spkg_install_meson-python=yes: command not

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

2023-09-17 Thread Matthias Köppe
I've pushed a fix to https://github.com/sagemath/sage/pull/36276 On Sunday, September 17, 2023 at 5:02:05 PM UTC-7 Matthias Köppe wrote: > Yes, it's a bug in the build system. Running CONFIG_SHELL="bash -x" > ./configure > > + printf '%s\n' 'configure:49868: result: no; skipping check' >

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

2023-09-17 Thread Dima Pasechnik
On Sun, Sep 17, 2023 at 7:25 PM John H Palmieri wrote: > > Similar problem for me on OS X. I don't understand something: the dependencies for scipy include meson_python, but that package is not installed before scipy attempts to build, and fails. Running "make meson_python" and then "make scipy"

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

2023-09-17 Thread John H Palmieri
Similar problem for me on OS X. I don't understand something: the dependencies for scipy include meson_python, but that package is not installed before scipy attempts to build, and fails. Running "make meson_python" and then "make scipy" succeeds, as does "make". On Saturday, September 16,