https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270358
--- Comment #225 from Jan Martin Mikkelsen <[email protected]> --- The patch to update to 83.0.0 (comment 222) worked for me. I did observe a problem subsequently building devel/py-boolean.py, where I got this error: FileNotFoundError: [Errno 2] No such file or directory: '/ports-work/usr/ports/devel/py-boolean.py/work-py312/boolean_py-5.0/dist/boolean.py-5.0*.whl' Earlier in the build log, there was this message: creating '/ports-work/usr/ports/devel/py-boolean.py/work-py312/boolean_py-5.0/dist/.tmp-szqjz5qc/boolean_py-5.0-py3-none-any.whl' and adding 'build/bdist.freebsd-15.1-RELEASE-p2-amd64/wheel' to it Note the '_' vs. '.' difference in the .whl filename. I resolved that by modifying the regex for the install command Mk/Uses/python.mk. See patch in comment 224. This is on a 15.1-p2 system, building in a chroot environment with a fresh installworld, and ports all building in dependency order. -- You are receiving this mail because: You are on the CC list for the bug.
