You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My setup: portmaster-3.29_2 with PM_PACKAGES_BUILD=pmp_build in portmaster.rc
I was rebuilding installed ports and got error:
===> Configuring for jsoncpp-1.9.5
env: meson: No such file or directory
===> Script "configure" failed unexpectedly.
Please report the problem to [email protected] [maintainer] and attach the
"/usr/ports/devel/jsoncpp/work/jsoncpp-1.9.5/_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
My setup: portmaster-3.29_2 with PM_PACKAGES_BUILD=pmp_build in portmaster.rc
I was rebuilding installed ports and got error:
meson tool was installed as package by portmaster
but either it failed to be installed or failed to run.
I do not have python39 installed, I use python310.
Probably meson (or other build dependency) should not be installed with "--accept-missing" here
portmaster/portmaster
Line 3871 in cfd82c3
It should be better to fallback to compilation from ports is this situation.
The text was updated successfully, but these errors were encountered: