Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 May 2022 23:46:05 +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-RopGMmOVLw@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=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.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-264192-16154-RopGMmOVLw>