[MacPorts] #61924: qt513-qtwebengine @5.13.2_2: Exception: No 10.15.6+ SDK found

MacPorts noreply at macports.org
Sun Feb 14 05:00:15 UTC 2021


#61924: qt513-qtwebengine @5.13.2_2: Exception: No 10.15.6+ SDK found
--------------------------------+----------------------
  Reporter:  dliessi            |      Owner:  (none)
      Type:  defect             |     Status:  new
  Priority:  Normal             |  Milestone:
 Component:  ports              |    Version:
Resolution:                     |   Keywords:  catalina
      Port:  qt513-qtwebengine  |
--------------------------------+----------------------

Comment (by davidbeauchamp):

 With Qt 5.15.2 on Catalina w/Xcode 11.1, I had to change
 `qtwebengine/src/3rdparty/chromium/build/mac/find_sdk.py` to look for
 11.x+ SDKs. Lines 91-93 wound up looking like this, in case it helps
 anyone else:

 {{{
   sdks = [re.findall('^MacOSX(11\.\d+)\.sdk$', s) for s in
 os.listdir(sdk_dir)]
   sdks = [s[0] for s in sdks if s]  # [['11.0'], ['11.1']] => ['11.0',
 '11.1']
   sdks = [s for s in sdks  # ['11.0', '11.1'] => ['11.1']
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/61924#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list