[MacPorts] #57012: mosh @1.3.2_1+perl5_26 fails to build

MacPorts noreply at macports.org
Wed Aug 22 03:08:58 UTC 2018


#57012: mosh @1.3.2_1+perl5_26 fails to build
---------------------+--------------------------
  Reporter:  tehcog  |      Owner:  tobypeterson
      Type:  defect  |     Status:  closed
  Priority:  Normal  |  Milestone:
 Component:  ports   |    Version:  2.5.3
Resolution:  fixed   |   Keywords:
      Port:  mosh    |
---------------------+--------------------------

Comment (by kencu):

 The issue here is that `protobuf3-cpp` now REQUIRES all software using it
 to be built with at least `-std=c++11`. Only the most recent `clang`
 versions default to that, so that flag will need to be added to all
 builds.

 In addition to the `PG cxx11 1.1`, you need
 {{{
 configure.cxxflags-append -std=c++11
 }}}

 and then it builds.

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


More information about the macports-tickets mailing list