On Ubuntu 22.04, the installation crashes when the libxml2-dev package is installed. Removing it
makes the installation succeed. I noticed that in the former case the compilation log contains the
following lines:
As you can see, in the former case it contains -I/usr/include/libxml2 and it presumabely makes it
fail. I have the line PREFER_PKGSRC=yes in my mk.conf.
On Ubuntu 22.04, the installation crashes when the libxml2-dev package is installed. Removing it makes the installation succeed. I noticed that in the former case the compilation log contains the following lines:
While in the latter case it contains
As you can see, in the former case it contains
-I/usr/include/libxml2
and it presumabely makes it fail. I have the linePREFER_PKGSRC=yes
in my mk.conf.