[MacPorts] #62655: rust @1.51.0_1 fails to build under macOS 11.2.3 :info:destroot = note: Undefined symbols for architecture arm64

MacPorts noreply at macports.org
Wed Apr 7 21:02:16 UTC 2021


#62655: rust @1.51.0_1 fails to build under macOS 11.2.3 :info:destroot   = note:
Undefined symbols for architecture arm64
---------------------+----------------------
  Reporter:  ehjmx   |      Owner:  g5pw
      Type:  defect  |     Status:  assigned
  Priority:  Normal  |  Milestone:
 Component:  ports   |    Version:  2.6.4
Resolution:          |   Keywords:  big sur
      Port:  rust    |
---------------------+----------------------

Comment (by ehjmx):

 Building against a non-universal OpenSSL breaks rust earlier then building
 against the universal-binary.

 I had to edit Row 1493 Col 22 of builder.rs

 out of


 {{{
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_rust/rust/work/rustc-1.51.0-src/src/bootstrap
 }}}

 Instead of

 {{{
 panic!(out);
 }}}

 it needs

 {{{
 panic!("{}", out)
 }}}

 Lets see for how long rust builds this time.

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


More information about the macports-tickets mailing list