On 15.05.21 17:39, Robert Huff wrote:
/usr/local/bin/meson --internal exe --capture src/hb-gobject-enums-tmp.h -- 
/usr/local/bin/glib-mkenums --identifier-prefix hb_ --symbol-prefix hb_gobject 
--template /data/port-
[snip]
--- stderr ---
env: /usr/local/bin/python3.7: No such file or directory

seems like your meson has a #!/usr/bin/env /usr/local/bin/python3.7 shbang, did you perhaps remove python3.7 without verifying that nothing depends on it anymore?

To check that (and other missing dependencies) try pkg check --dependencies and try rebuilding everything that misses some python version (you should fix other missing dependencies too).

A rebuild meson should then depend on the default python.
_______________________________________________
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Reply via email to