[Bug 261798] lang/ghc: Fails to compile due to base/ports LLVM triple target names: error: Warning: Couldn't figure out LLVM version!

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 08 Feb 2022 21:53:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261798

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |needs-qa, regression
                 CC|                            |brooks@FreeBSD.org,
                   |                            |dim@FreeBSD.org,
                   |                            |toolchain@FreeBSD.org
            Summary|lang/ghc: fix llvm code     |lang/ghc: Fails to compile
                   |generation                  |due to base/ports LLVM
                   |                            |triple target names: error:
                   |                            |Warning: Couldn't figure
                   |                            |out LLVM version!
             Status|New                         |Open
              Flags|                            |maintainer-feedback?(brooks
                   |                            |@FreeBSD.org),
                   |                            |maintainer-feedback?(dim@Fr
                   |                            |eeBSD.org),
                   |                            |merge-quarterly?

--- Comment #1 from Kubilay Kocak <koobs@FreeBSD.org> ---
From ghc patch:

  +-    "amd64-portbld-freebsd"
  ++    "x86_64-portbld-freebsd"

Is/was the triple name for base/ports LLVM's intended and expected and is this
issue just that GHC hadn't yet followed, or is this something that's better
addressed in those ports at a toolchain/arch level with respect to how LLVM is
built and presents itself?

^Triage: Loop in ports llvm (brooks) and base toolchain (dim)

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