For installation from source on Debian, a few packages have incorrect names in the Developer’s guide (and possibly in the configuration process files) :
| Replace | with | +--------------------------------+----------------------------------| | beautifulsoup4 | python3-bs4 | | cython | cython3 | | hatch-vcs | python3-hatch-vcs | | importlib-resources | python3-importlib-resources | | ipykernel | python3-ipykernel | | meson-python | python3-mesonpy (?) | | python-fastjsonschema | python3-fastjsonschema | | python-hatch-fancy-pypi-readme | python3-hatch-fancy-pypi-readme | | python-tinycss2 | python3-tinycss2 | | rpy2 | python3-rpy2 | | setuptools-scm | python3-setuptools-scm | | sphinxcontrib-websupport | python3-sphinxcontrib.websupport |A question : are clang and clang-relatedpackages necessary or a “simple recommendation” ? In the latter case, what is the rationale ?
Another couple of questions :
How to report such problems efficiently ?
What to fix in the source in order to fix them ?
HTH,