Re: Question about building Python-3.9.12 on OpenBSD 7.1

2022-06-03 Thread Tim Brazil
Thanks for the response HTH. Your comment led me to think that perhaps a "ports" dependency failed to be generated correctly. They are patched on the fly. I went back to "scratch" on fresh installation with a clean Python build. This time it worked correctly. Go figure... thx! - Tim Dan Stromber

Re: Question about building Python-3.9.12 on OpenBSD 7.1

2022-06-02 Thread Dan Stromberg
It's been my understanding that there is a fundamental difference between the *BSD's and the Linuxes. The *BSD's have their ports system, that collects deltas against third-party packages to build them on a *BSD. These deltas become part of the ports system. The Linuxes port an application, and

Question about building Python-3.9.12 on OpenBSD 7.1

2022-06-02 Thread Tim Brazil
Hello I hope I am not breaking protocol sending this message to the list. This is my first posting to python-list. I am trying to build Python-3.9.12 from the ports distribution on on a new OpenBSD 7.1 installation. It is failing with the following error. Traceback (most recent call last):   Fi