[MacPorts] #69990: cmake-bootstrap fails to link on 10.4 due to changes in ncurses 6.5.0

MacPorts noreply at macports.org
Thu May 16 16:09:24 UTC 2024


#69990: cmake-bootstrap fails to link on 10.4 due to changes in ncurses 6.5.0
------------------------------+--------------------
  Reporter:  miles-martin-66  |      Owner:  (none)
      Type:  defect           |     Status:  new
  Priority:  Normal           |  Milestone:
 Component:  ports            |    Version:
Resolution:                   |   Keywords:  tiger
      Port:  cmake-bootstrap  |
------------------------------+--------------------

Comment (by ryandesign):

 The compiler being used is g++-apple-4.2, which is the Apple fork of g++
 4.2 as installed by the MacPorts apple-gcc42 port. Could we have patched
 that compiler to have /opt/local/include in its default include paths? If
 you run this, it should show what the default include paths are:

 {{{
 g++-apple-4.2 -x c++ -E - -v </dev/null
 }}}

 -----

 Maybe it's nothing but I noticed that to build the bootstrap cmake it
 invokes the compiler with `-Qstd=c++14` which is weird because

 * the reason this port exists is it's the last version of cmake that
 doesn't require c++11 so what's with the c++14 reference?
 * this compiler doesn't support c++14 (nor c++11)
 * `-Qstd=c++14` isn't how you enable c++14 on any compiler I know about
 (`-std=c++14` is)

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


More information about the macports-tickets mailing list