Re: [PATCH v3 5/6] meson: prefer 'sphinx-build' to 'sphinx-build-3'

2023-02-23 Thread Paolo Bonzini
On Thu, Feb 23, 2023 at 5:40 AM John Snow wrote:> > For what it's worth, python3-sphinx-5.0.2-2.fc37.noarch provides > > > > /usr/bin/sphinx-build > > /usr/bin/sphinx-build-3 > > /usr/bin/sphinx-build-3.11 > > > > where the latter two are symbolic links to the first. No need to check

Re: [PATCH v3 5/6] meson: prefer 'sphinx-build' to 'sphinx-build-3'

2023-02-22 Thread Markus Armbruster
John Snow writes: > On Wed, Feb 22, 2023 at 2:15 AM Markus Armbruster wrote: >> >> John Snow writes: >> >> > On Tue, Feb 21, 2023, 1:50 AM Markus Armbruster wrote: >> > >> >> John Snow writes: >> >> >> >> > Once upon a time, "sphinx-build" on certain RPM platforms invoked >> >> > specifically

Re: [PATCH v3 5/6] meson: prefer 'sphinx-build' to 'sphinx-build-3'

2023-02-22 Thread John Snow
On Wed, Feb 22, 2023 at 2:15 AM Markus Armbruster wrote: > > John Snow writes: > > > On Tue, Feb 21, 2023, 1:50 AM Markus Armbruster wrote: > > > >> John Snow writes: > >> > >> > Once upon a time, "sphinx-build" on certain RPM platforms invoked > >> > specifically a Python 2.x version, while "s

Re: [PATCH v3 5/6] meson: prefer 'sphinx-build' to 'sphinx-build-3'

2023-02-21 Thread Markus Armbruster
John Snow writes: > On Tue, Feb 21, 2023, 1:50 AM Markus Armbruster wrote: > >> John Snow writes: >> >> > Once upon a time, "sphinx-build" on certain RPM platforms invoked >> > specifically a Python 2.x version, while "sphinx-build-3" was a distro >> > shim for the Python 3.x version. >> > >> >

Re: [PATCH v3 5/6] meson: prefer 'sphinx-build' to 'sphinx-build-3'

2023-02-21 Thread John Snow
On Tue, Feb 21, 2023, 6:31 AM Paolo Bonzini wrote: > On 2/21/23 02:24, John Snow wrote: > > Once upon a time, "sphinx-build" on certain RPM platforms invoked > > specifically a Python 2.x version, while "sphinx-build-3" was a distro > > shim for the Python 3.x version. > > > > These days, none of

Re: [PATCH v3 5/6] meson: prefer 'sphinx-build' to 'sphinx-build-3'

2023-02-21 Thread John Snow
On Tue, Feb 21, 2023, 1:50 AM Markus Armbruster wrote: > John Snow writes: > > > Once upon a time, "sphinx-build" on certain RPM platforms invoked > > specifically a Python 2.x version, while "sphinx-build-3" was a distro > > shim for the Python 3.x version. > > > > These days, none of our suppo

Re: [PATCH v3 5/6] meson: prefer 'sphinx-build' to 'sphinx-build-3'

2023-02-21 Thread Paolo Bonzini
On 2/21/23 12:31, Paolo Bonzini wrote: On 2/21/23 02:24, John Snow wrote: Once upon a time, "sphinx-build" on certain RPM platforms invoked specifically a Python 2.x version, while "sphinx-build-3" was a distro shim for the Python 3.x version. These days, none of our supported platforms utilize

Re: [PATCH v3 5/6] meson: prefer 'sphinx-build' to 'sphinx-build-3'

2023-02-21 Thread Paolo Bonzini
On 2/21/23 02:24, John Snow wrote: Once upon a time, "sphinx-build" on certain RPM platforms invoked specifically a Python 2.x version, while "sphinx-build-3" was a distro shim for the Python 3.x version. These days, none of our supported platforms utilize a 2.x version, so it should be safe to

Re: [PATCH v3 5/6] meson: prefer 'sphinx-build' to 'sphinx-build-3'

2023-02-20 Thread Markus Armbruster
John Snow writes: > Once upon a time, "sphinx-build" on certain RPM platforms invoked > specifically a Python 2.x version, while "sphinx-build-3" was a distro > shim for the Python 3.x version. > > These days, none of our supported platforms utilize a 2.x version, so it > should be safe to search

[PATCH v3 5/6] meson: prefer 'sphinx-build' to 'sphinx-build-3'

2023-02-20 Thread John Snow
Once upon a time, "sphinx-build" on certain RPM platforms invoked specifically a Python 2.x version, while "sphinx-build-3" was a distro shim for the Python 3.x version. These days, none of our supported platforms utilize a 2.x version, so it should be safe to search for 'sphinx-build' prior to 's