[Bug 223009] lang/rust: fails to build on aarch64

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Oct 29 10:50:36 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223009

--- Comment #12 from sid at bsdmail.com ---
Mark is right about the first one lacking ++

In /usr/local/bin/ it should be
from c++ to clang++40 or clang++50




The second example goes to clang as well, because here clang++ also links to
it, which links to clang-5.0 or clang-4.0.

/usr/local/llvm40/bin/c++ or /usr/local/llvm50/bin/c++ to
/usr/local/llvm40/clang or /usr/local/llvm50/clang


In /usr/local/llvm?0/bin/, clang++ links to clang, which links to clang-?.0

Now that you wrote it out, BINARY_ALIAS makes sense.


I'm not sure anymore that this is the same bug as above.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list