Changes between Initial Version and Version 1 of Ticket #70585, comment 8


Ignore:
Timestamp:
Aug 21, 2024, 3:18:43 AM (4 weeks ago)
Author:
Alex11N
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70585, comment 8

    initial v1  
    993. reinstalled macports 2.10.1 using the package downloaded from the website as opposed to 'selfudate', in an attempt to get bash to take up the PATH additions (it didn't, so i did it by hand in ~/.bash_rofile)
    1010
    11 4. ran sudo port -v migrate' on my installation - port then deleted everything that was @active and repopulated the installation with its snapshot-1. it's notable that very few ports out of the few hundred installed actually went through the build process - things like clang and llvm that used to take hours to compile were simply dropped into place pre-built. One exception to this was **PY310-PYQT5-WEBENGINE** (there were a few otherswhose names I couldn't/didn't catch) - and it failed to build at the same macos13.3.sdk choke-point.
     114. ran 'sudo port -v migrate' on my installation: 'port' then deleted everything that was @active and repopulated the installation with its snapshot-1. It's notable that very few ports out of the few hundred installed actually went through the build process - things like clang and llvm that used to take hours to compile were simply dropped into place pre-built. One exception to this was **PY310-PYQT5-WEBENGINE** (there were a few others whose names I couldn't/didn't catch) - and the build failed at the same macos13.3.sdk choke-point.
    1212
    13 5. ran sudo port -v install py310-pyqt5-webengine after the migration had finished and it failed to build FAILED AGAIN, for exactly the same reason, i.e,, the macOS13.3.SDK - which is part of the latest CLT that I forced xcode-select to download and install.
     135. ran 'sudo port -v install py310-pyqt5-webengine' after the migration had finished and it FAILED TO BUILD AGAIN, for exactly the same reason, i.e,, the macOS13.3.SDK - which is part of the latest CLT that I forced xcode-select to download and install.
    1414
    1515The initial failed build attempts that generated this trac ticket were using zsh as my terminal shell; the migration sequence and the last 'webengine' build were running on /opt/local/bin/bash in terminal.