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

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 31 May 2022 08:48:07 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264192

--- Comment #24 from Mikael Urankar <mikael@FreeBSD.org> ---
(In reply to Mark Millard from comment #13)
There is something broken on your system, llc and opt are not installed in the
base system.

IIRC $2$llvmVersion0 was added back in the days when llvm9 was required, and
the binaries were named llc90 / opt90 (instead of llc9 / opt9). It can probably
be dropped at this point.

This is the build log on my armv7 chroot:
checking for armv7-unknown-freebsd-gnueabihf-llc... no
checking for llc-13... no
checking for llc-13.0... no
checking for llc13... no
checking for llc... no
checking for llc-12... no
checking for llc-12.0... no
checking for llc12... no
checking for llc... no
checking for llc-11... no
checking for llc-11.0... no
checking for llc11... no
checking for llc... 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






See also
https://gitlab.haskell.org/ghc/ghc/-/merge_requests/6599/diffs

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