Re: AM_PYTHON finds 3.10, but not 3.11

2023-01-12 Thread Dima Pasechnik
On Thu, Jan 12, 2023 at 10:29:38AM +0100, Landry Breuil wrote: > Le Wed, Jan 11, 2023 at 05:04:09PM +0100, Jan Stary a ?crit : > > The python-3.10 port provides a 'python3' symlink, > > but python-3.11 does not. This makes build systems using AM_PYTHON, > > such as libsndfile's ./configure as

Re: AM_PYTHON finds 3.10, but not 3.11

2023-01-12 Thread Landry Breuil
Le Wed, Jan 11, 2023 at 05:04:09PM +0100, Jan Stary a écrit : > The python-3.10 port provides a 'python3' symlink, > but python-3.11 does not. This makes build systems using AM_PYTHON, > such as libsndfile's ./configure as produced by automake-1.16.5, > _miss_ python, because python.m4 does this:

Re: AM_PYTHON finds 3.10, but not 3.11

2023-01-11 Thread Stuart Henderson
...plus, it would be a bug if autoconf *did* find an installed 3.11 in this case.

Re: AM_PYTHON finds 3.10, but not 3.11

2023-01-11 Thread Stuart Henderson
On 2023/01/11 17:04, Jan Stary wrote: > The python-3.10 port provides a 'python3' symlink, > but python-3.11 does not. This makes build systems using AM_PYTHON, > such as libsndfile's ./configure as produced by automake-1.16.5, > _miss_ python, because python.m4 does this: > >

AM_PYTHON finds 3.10, but not 3.11

2023-01-11 Thread Jan Stary
The python-3.10 port provides a 'python3' symlink, but python-3.11 does not. This makes build systems using AM_PYTHON, such as libsndfile's ./configure as produced by automake-1.16.5, _miss_ python, because python.m4 does this: AC_DEFUN([AM_PATH_PYTHON], [ dnl Find a Python interpreter.