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

MacPorts noreply at macports.org
Sun Jul 7 22:20:08 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 quentinmit):

 I don't have access to a Lion machine so I'm not sure how to debug this.
 It looks like... the C++ standard library is trying to include a file
 called `version` and is finding the file called `VERSION` in mosh's root
 directory (because the filesystem is not case-sensitive), which contains
 "mosh 1.3.2" (because it's not a C++ header, it's just a text file for
 humans).

 {{{
 384     :info:build In file included from
 /opt/local/libexec/llvm-8.0/bin/../include/c++/v1/cstddef:38:
 385     :info:build ../../version:1:1: error: In file included from
 hostinput.pb.cc:4unknown type name 'mosh'
 386     :info:build mosh 1.3.2
 }}}

 Presumably the C++ includes also have a file called `version`? I don't
 know why the mosh root directory is even in the include path, much less
 why it's being preferred over the correct file.

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


More information about the macports-tickets mailing list