Solved multimedia/libva upgrade error

multimedia/libva when trying to upgrade from 2.3.0_5 to 2.4.0, gives the error during configuration:
Code:
===>  Configuring for libva-2.4.0
Traceback (most recent call last):
  File "/usr/local/bin/meson", line 6, in <module>
    from pkg_resources import load_entry_point
ModuleNotFoundError: No module named 'pkg_resources'
===>  Script "configure" failed unexpectedly.
Please report the problem to jbeich@FreeBSD.org [maintainer] and attach the
"/usr/ports/multimedia/libva/work/libva-2.4.0/_build/meson-logs/meson-log.txt"
including the output of the failure of your make command. Also, it might be
a good idea to provide an overview of all packages installed on your system
(e.g. a /usr/local/sbin/pkg-static info -g -Ea).
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/multimedia/libva
*** Error code 1

Stop.
make: stopped in /usr/ports/multimedia/libva
(The mentioned file to attach is absent.)
The configuration is X11=ON and WAYLAND=OFF.
 
Back
Top