Date: Tue, 31 May 2022 08:48:07 +0000 From: bugzilla-noreply@freebsd.org To: haskell@FreeBSD.org Subject: [Bug 264192] lang/ghc: poudriere based build used odd mix of devel/llvm10 and system toolchain Message-ID: <bug-264192-16154-qUNd0kNKbG@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-264192-16154@https.bugs.freebsd.org/bugzilla/> References: <bug-264192-16154@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=3D264192 --- 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 prob= ably 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 --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-264192-16154-qUNd0kNKbG>