[MacPorts] #70328: libgcc14 @14.1.0_0+stdlib_flag: Can't build against 11.3 SDK on macOS 14

MacPorts noreply at macports.org
Sat Jul 6 23:55:13 UTC 2024


#70328: libgcc14 @14.1.0_0+stdlib_flag: Can't build against 11.3 SDK on macOS 14
-----------------------+--------------------
  Reporter:  lukaso    |      Owner:  (none)
      Type:  defect    |     Status:  new
  Priority:  Normal    |  Milestone:
 Component:  ports     |    Version:
Resolution:            |   Keywords:
      Port:  libgcc14  |
-----------------------+--------------------
Changes (by lukaso):

 * port:  libgcc14 gcc14 => libgcc14


Comment:

 OK, the only way I was able to get `libgcc14` to build was to change the
 code in the `gcc14/Portfile` to:

 {{{
 proc get_clean_sysroot {} {
     global configure.sdkroot
     return ${configure.sdkroot}
 }
 }}}

 I'm not a tcl person so not sure why changing `SDKROOT` to
 `.../MacOS11.sdk` for the build didn't work, but it didn't.

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


More information about the macports-tickets mailing list