[MacPorts] #58690: mosh 1.3.2_4 doesn't build on macOS 10.7.5

MacPorts noreply at macports.org
Mon Jul 8 04:59:36 UTC 2019


#58690: mosh 1.3.2_4 doesn't build on macOS 10.7.5
-----------------------+------------------------
  Reporter:  lemzwerg  |      Owner:  quentinmit
      Type:  defect    |     Status:  assigned
  Priority:  Normal    |  Milestone:
 Component:  ports     |    Version:
Resolution:            |   Keywords:  lion
      Port:  mosh      |
-----------------------+------------------------

Comment (by kencu):

 Hmmm. Look also at this commend [ticket:57751#comment:9] that looks
 related. In that case, the file `VERSION` was simply deleted prior to the
 build.

 It looks like `clang-7.0` and up have an include file named `version` --
 probably not a perfect name as it's so generic.
 {{{
 $ port contents clang-8.0 | grep version
   /opt/local/libexec/llvm-8.0/include/c++/v1/__libcpp_version
   /opt/local/libexec/llvm-8.0/include/c++/v1/version
   /opt/local/libexec/llvm-8.0/lib/c++/v1/__libcpp_version
   /opt/local/libexec/llvm-8.0/lib/c++/v1/version
 $ port contents clang-7.0 | grep version
   /opt/local/libexec/llvm-7.0/include/c++/v1/__libcpp_version
   /opt/local/libexec/llvm-7.0/include/c++/v1/version
   /opt/local/libexec/llvm-7.0/lib/c++/v1/__libcpp_version
   /opt/local/libexec/llvm-7.0/lib/c++/v1/version
 $ port contents clang-6.0 | grep version
   /opt/local/libexec/llvm-6.0/include/c++/v1/__libcpp_version
   /opt/local/libexec/llvm-6.0/lib/c++/v1/__libcpp_version
 }}}

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


More information about the macports-tickets mailing list