[MacPorts] #56322: rust @1.26.0: buid failed on OS X <= 10.9

MacPorts noreply at macports.org
Wed May 16 23:07:43 UTC 2018


#56322: rust @1.26.0: buid failed on OS X <= 10.9
---------------------+----------------------
  Reporter:  l2dy    |      Owner:  g5pw
      Type:  defect  |     Status:  assigned
  Priority:  Normal  |  Milestone:
 Component:  ports   |    Version:
Resolution:          |   Keywords:
      Port:  rust    |
---------------------+----------------------

Comment (by kencu):

 it is compiling with clang, but on 10.9 and below, it is sending the
 assembly to `as` to convert into machine code.

 the ancient `as` in `cctools` doesn't understand new-fangled assembly like
 `.subsections_via_symbols` and barfs.

 You have to force the assembly to go to llvm's integrated assembler using
 the tricks in [ticket:37846].

 At least at this moment I believe that will likely fix this. Can test
 tomorrow I think.

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


More information about the macports-tickets mailing list