[MacPorts] #57332: kde4-workspace fails to build under Mojave

MacPorts noreply at macports.org
Thu Oct 11 08:25:03 UTC 2018


#57332: kde4-workspace fails to build under Mojave
-----------------------------+----------------------
  Reporter:  cs0rfecs0rfe    |      Owner:  RJVB
      Type:  defect          |     Status:  assigned
  Priority:  Normal          |  Milestone:
 Component:  ports           |    Version:  2.5.4
Resolution:                  |   Keywords:
      Port:  kde4-workspace  |
-----------------------------+----------------------

Comment (by RJVB):

 A thought: could you see if you have the 10.13 SDK installed in XCode, and
 install it if not? XCode itself may have a UI for that in its preferences
 dialog, if not they're here:

 https://github.com/phracker/MacOSX-SDKs

 Then edit the portfile (`port edit kde4-workspace`) and somewhere
 appropriate put the following

 {{{
 set macosx_deployment_target 10.13
 configure.sdkroot /path/to/MacOSX10.13.sdk
 }}}

 then, to speed up the process:

 {{{
 sudo rm -rf `port work kde4-workspace`/build
 sudo vi `port work kde4-workspace`/.macports.kde4-workspace.state
 }}}

 From that statefile, remove the lines that say the configure step has been
 done. This basically "rewinds" the MacPorts install-from-source procedure.

 If you're adventurous and feel like helping out you could iterate this,
 downgrading the SDK until the port installs...

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


More information about the macports-tickets mailing list