Meson fails with:
Program sphinx-build found: YES (/usr/bin/sphinx-build)
docs/meson.build:11:2: ERROR: Command "/usr/bin/sphinx-build -b man /home/tkloczko/rpmbuild/BUILD/srain-1.4.1/docs /home/tkloczko/rpmbuild/BUILD/srain-1.4.1/x86_64-redhat-linux-gnu/docs/man" failed with status 2.
A full log can be found at /home/tkloczko/rpmbuild/BUILD/srain-1.4.1/x86_64-redhat-linux-gnu/meson-logs/meson-log.txt
In log file it is possible to find:
Running command: /usr/bin/sphinx-build -b man /home/tkloczko/rpmbuild/BUILD/srain-1.4.1/docs /home/tkloczko/rpmbuild/BUILD/srain-1.4.1/x86_64-redhat-linux-gnu/docs/man
--- stdout ---
Running Sphinx v5.1.1
--- stderr ---
Extension error:
Could not import extension sphinxnotes.strike (exception: No module named 'sphinxnotes')
- which one exacly module it is? (pypi cannot find
sphinxnotes)
- Looks like in meson.build is missing line like
import('python').find_installation('python3', modules : ['sphinx', 'sphinxnotes'])
Meson fails with:
In log file it is possible to find:
sphinxnotes)import('python').find_installation('python3', modules : ['sphinx', 'sphinxnotes'])