https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267615
Adriaan de Groot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|New |Closed Resolution|--- |Unable to Reproduce --- Comment #1 from Adriaan de Groot <[email protected]> --- Can't reproduce with 13.1 and meson 0.63.2 . There is also a newer meson -- please try that. My best guess is that you have an unusual PYTHONPATH, or something has moved the meson modules out from underneath your installation, e.g. a Python version bump. You can check that with ``` python3 -c 'from importlib.metadata import distribution; print(distribution("meson").entry_points);' ``` This should print a list of at least one item, with name equal to "meson", group "console_scripts", like this: ``` [EntryPoint(name='meson', value='mesonbuild.mesonmain:main', group='console_scripts')] ``` -- You are receiving this mail because: You are the assignee for the bug.
