[MacPorts] #69990: cmake-bootstrap fails to link on 10.4

MacPorts noreply at macports.org
Tue May 14 21:41:58 UTC 2024


#69990: cmake-bootstrap fails to link on 10.4
------------------------------+--------------------
  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):

 `getattrs`, `getmaxx` and `getmaxy` are part of ncurses. cmake code calls
 `gettattrs` directly once. It doesn't call `getmaxx` or `getmaxy`
 directly; it calls `getmaxyx` which is an ncurses macro that expands to
 `getmaxx` and `getmaxy`. cmake-bootstrap is supposed to have no
 dependencies, so it's supposed to be using the older ncurses that comes
 with macOS rather than the newer ncurses in MacPorts. Maybe having
 MacPorts ncurses installed while building cmake-bootstrap is causing this
 problem. I can see from the log that it is using the macOS ncurses
 library, but maybe it is inadvertently using the MacPorts ncurses headers;
 such a mismatch could cause problems.

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


More information about the macports-tickets mailing list