rooting out old Python dependencies

Benjamin benjamin at bureaucracy.de
Mon May 17 06:21:33 UTC 2021


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.


More information about the freebsd-python mailing list