Created attachment 258496 [details] devel/py-lxml build failure log I am unable to update devel/py-lxml on a system running main. The fail is at the start of the build: The log of the build is attached.
Please check if lang/cython3 is installed on your system. I had to change it to lang/cython and after that devel/py-lxml was built as expected :) After that you can go back to lang/cython3 as more Python ports are now building with this version ... If you use portmaster, the following should do: portmaster -o lang/cython py311-cython3-3.0.12 portmaster devel/py-lxml portmaster -o lang/cython3 py311-cython-0.29.37_2
Thanks you, Rainer. That fixed it. Well, not really, since the current state allows this breakage. Looks like a modification to Mk/Uses/python.mk could be used to fix this by adding a "cython_version item and updating the port Makefile for ports still using the old version.(This seems backward to me.Why was the ld compiler not renamed to cython2?) I will close this ticket and try to get a ticket submitted to ask for a proper fix for this.