[Bug 264192] lang/ghc: poudriere based build used odd mix of devel/llvm10 and system toolchain
Date: Sat, 28 May 2022 23:46:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264192 --- Comment #15 from Mark Millard <marklmi26-fbsd@yahoo.com> --- I see a possible notational oddity in the /wrkdir/... materials: In notation like: PROG_VERSION_CANDIDATES=$(for llvmVersion in `seq $LlvmMaxVersion -1 $LlvmMinVersion`; do echo "llc-$llvmVersion llc-$llvmVersion.0 llc$llvmVersion llc$llvmVersion0"; done) Is llc$llvmVersion0 intended to behave more like: llc${llvmVersion}0 or more like: llc${llvmVersion0} ? My guess is more like llc${llvmVersion}0 . I expect that the notation llc$llvmVersion0 is wrong for the purpose of the code. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.