Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 May 2021 08:21:21 +0200
From:      Benjamin <benjamin@bureaucracy.de>
To:        Robert Huff <roberthuff@rcn.com>, python@freebsd.org
Subject:   Re: rooting out old Python dependencies
Message-ID:  <03404f34-3f00-0369-8069-2cc352bffd1d@bureaucracy.de>
In-Reply-To: <24735.60197.203354.978727@jerusalem.litteratus.org>
References:  <24735.60197.203354.978727@jerusalem.litteratus.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?03404f34-3f00-0369-8069-2cc352bffd1d>