Date: Sun, 29 Oct 2017 10:50:35 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 223009] lang/rust: fails to build on aarch64 Message-ID: <bug-223009-13-fmXLffBAp1@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-223009-13@https.bugs.freebsd.org/bugzilla/> References: <bug-223009-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223009 --- Comment #12 from sid@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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-223009-13-fmXLffBAp1>