Stuart Henderson wrote:
On 2026/06/16 20:01, Chris Billington wrote:
I tried to fix audio/curseradio but am for the moment baffled by the build
errors. It tries to install new python packages during build and therefore
fails. Connected to python version upgrade perhaps?
I think you have a -current ports tree but are running 7.9.
it turned out that it wasn't a -current ports tree, but old Python
libraries from previous releases hanging around, which I removed with
'pkg_delete -a'
The machine I recently upgraded from 7.8-current to 7.9-current behaved
the same way.
Only devel/py-flit_core, seemed to be affected, and failed at the
install stage looking for non-existent python versions.
Is this expected behaviour and should one run pkg_delete -a as a routine
operation after a sysupgrade, or is there something peculiar to
py-flit_core that caused this?
Chris