[MacPorts] #53184: A cxx11-compatible clang compiler on 10.5 PPC ?Some progress...

MacPorts noreply at macports.org
Mon May 15 19:00:35 UTC 2017


#53184: A cxx11-compatible clang compiler on 10.5 PPC ?Some progress...
---------------------+-----------------------------
  Reporter:  kencu   |      Owner:
      Type:  defect  |     Status:  new
  Priority:  Normal  |  Milestone:
 Component:  ports   |    Version:
Resolution:          |   Keywords:  leopard powerpc
      Port:          |
---------------------+-----------------------------

Comment (by kencu):

 Trying to build some software such as aria2c with clang-3.8 on PPC runs
 into the standard missing `llrintf` long long types that were excluded
 from < 10.7, which we can also see on 10.6.
 {{{
 In file included from
 /opt/local/libexec/llvm-3.8/bin/../include/c++/v1/cmath:301:
 /opt/local/libexec/llvm-3.8/bin/../include/c++/v1/math.h:1199:91: error:
 use of undeclared identifier 'llrintf'
 inline _LIBCPP_INLINE_VISIBILITY long long llrint(float __lcpp_x)
 _NOEXCEPT       {return llrintf(__lcpp_x);}
 }}}

 Jeremy has fixed this error already, and it no longer shows up on 10.6, so
 I'll see if I can find out why that error is showing up here again and
 integrate it into 10.5 PPC.

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


More information about the macports-tickets mailing list