[Bug 264192] lang/ghc: poudriere based build used odd mix of devel/llvm10 and system toolchain

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 27 May 2022 16:48:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264192

--- Comment #13 from Mark Millard <marklmi26-fbsd@yahoo.com> ---
I looked at aarch64 (arm64) and it also has llc and opt
in /usr/bin/ . But the builds on the freebsd build servers
show logs looking like:

checking for gawk... (cached) /usr/bin/awk
checking for llc-13... no
checking for llc-13.0... no
checking for llc13... no
checking for llc-12... no
checking for llc-12.0... no
checking for llc12... no
checking for llc-11... no
checking for llc-11.0... no
checking for llc11... no
checking for llc-10... no
checking for llc-10.0... no
checking for llc10... llc10
checking llc10 version (10.0.1) is between 9 and 13... yes
checking for opt-13... no
checking for opt-13.0... no
checking for opt13... no
checking for opt-12... no
checking for opt-12.0... no
checking for opt12... no
checking for opt-11... no
checking for opt-11.0... no
checking for opt11... no
checking for opt-10... no
checking for opt-10.0... no
checking for opt10... opt10
checking opt10 version (10.0.1) is between 9 and 13... yes
configure: $CC is not gcc; assuming it's a reasonably new C compiler

Looks like something is more specific to armv7 (and armv6 ?) for
how things are working, not just the llc and opt being in the
system.

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