After applying an update to MacOS last August, the python ports are reporting a dependency on either openssl11 or openssl3, neither of which are to be found in the (local?) index for MacPorts, according to the error I have received, copied below. While I am prompted to report a bug, I presume I am not in a novel situation. Could someone advise me as to how to proceed? I am running MacPorts 2.6.2 on MacOS 10.15.7 with XCode 12.4 installed. $ sudo port install python39
> Warning: No port openssl3 found in the index. > ---> Computing dependencies for openssl > Error: Dependency 'openssl3' not found. > Error: Unable to execute port: upgrade openssl failed $ sudo port install openssl > ---> Computing dependencies for openssl > Error: Dependency 'openssl3' not found. > Error: Follow https://guide.macports.org/#project.tickets to report a bug. > Error: Processing of port openssl failed $ sudo port -n upgrade --force python38 > --->Computing dependencies for python38 > --->Fetching archive for python38 > --->Attempting to fetch python38-3.8.12_4+optimizations.darwin_19.x86_64.tbz2 > from https://packages.macports.org/python38 > --->Attempting to fetch > python38-3.8.12_4+optimizations.darwin_19.x86_64.tbz2.rmd160 from > https://packages.macports.org/python38 > --->Installing python38 @3.8.12_4+optimizations > --->Cleaning python38 > --->Computing dependencies for python38 > --->Deactivating python38 @3.8.11_0 > --->Cleaning python38 > --->Activating python38 @3.8.12_4+optimizations > --->Cleaning python38 > --->Updating database of binaries > --->Scanning binaries for linking errors > --->Found 18 broken files, matching files to ports > --->Found 4 broken ports, determining rebuild order > You can always run 'port rev-upgrade' again to fix errors. > The following ports will be rebuilt: > python38 @3.8.12+optimizations > python39 @3.9.6 > glib2 @2.58.3+x11 > gobject-introspection @1.60.2 > Continue? [Y/n]: y > Warning: No port openssl3 found in the index. > --->Computing dependencies for openssl > Error: Dependency 'openssl3' not found. > Error: rev-upgrade failed: Error rebuilding python38 > Error: Follow https://guide.macports.org/#project.tickets to report a bug.
