A specialist encountered the following problem during installation:
As far as I understand, the repository is missing the src directory with some of the source codes. make install first does make, that is, builds from the source code of the binary file, and then installs. So, as far as I see and understand, at the make step it is missing the source codes, specifically, the files
$(top_builddir)/src/Makefile.global
$(top_srcdir)/contrib/contrib-global.mk
at least from the make file, links to them go
A specialist encountered the following problem during installation: