[MacPorts] #65853: qt5-qtbase fails to configure

MacPorts noreply at macports.org
Sat Sep 17 12:17:10 UTC 2022


#65853: qt5-qtbase fails to configure
--------------------------+--------------------
  Reporter:  AgilentGCMS  |      Owner:  (none)
      Type:  defect       |     Status:  new
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:  2.7.2
Resolution:               |   Keywords:
      Port:  qt5-qtbase   |
--------------------------+--------------------

Comment (by MStraeten):

 temporary workaround:
 use a user specific Portfile

 {{{
 mkdir ~/ports/aqua
 cp -R "$(port dir qt5)" ~/ports/aqua
 }}}

 then edit Portfile and add line 1368:

 {{{
 configure.sdk_version 12.3
 }}}

 then add "file:///Users/<username>/ports" (change <username> to your
 actual login) to /opt/local/etc/macports/sources.conf before [default]
 line and run

 {{{
 portindex ~/ports
 }}}

 once thats done the update should work - at least id did that successfully
 yesterday on my machine with XCode14 ;)

 when the issue is fixed you can delete that temporary solution (delete the
 ~/ports/aqua/qt5 directory, run portindex ~/ports) and the the usual port
 selfupdate will receive the official fix.

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


More information about the macports-tickets mailing list