[MacPorts] #45210: Octave: unexpected termination after hitting ctrl-c (Octave v3.8.2, OSX10.9.5)

MacPorts noreply at macports.org
Tue Dec 9 07:26:05 PST 2014


#45210: Octave: unexpected termination after hitting ctrl-c (Octave v3.8.2,
OSX10.9.5)
---------------------+-------------------------
  Reporter:  mike@…  |      Owner:  michaelld@…
      Type:  defect  |     Status:  new
  Priority:  Normal  |  Milestone:
 Component:  ports   |    Version:  2.3.1
Resolution:          |   Keywords:
      Port:  octave  |
---------------------+-------------------------

Comment (by michaelld@…):

 It looks to me like the libc++ patch works for -all- clang versions that
 require it (both Apple and MacPorts). I see a minimum libc++ version that
 requires it (1101) ... does anyone know the same value for when this issue
 was fixed ("WXYZ")? I'd prefer to change that "#if" line patched into
 "liboctave/operators/mx-inlines.cc" to:
 {{{
 #if defined(_LIBCPP_VERSION) && (_LIBCPP_VERSION >= 1101) &&
 (_LIBCPP_VERSION < WXYZ)
 }}}
 to maximally use libc++ when it works. I'm still on 10.8, so the best I
 could do was verify that building using macports clang 3.5 worked (it did,
 using this patch).

-- 
Ticket URL: <https://trac.macports.org/ticket/45210#comment:33>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list