Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Feb 2021 16:38:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        haskell@FreeBSD.org
Subject:   [Bug 253367] devel/hs-cabal-install: fails to build on aarch64
Message-ID:  <bug-253367-16154-Zs7s1SzVlb@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-253367-16154@https.bugs.freebsd.org/bugzilla/>
References:  <bug-253367-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=3D253367

--- Comment #1 from commit-hook@FreeBSD.org ---
A commit references this bug:

Author: mikael
Date: Thu Feb 11 16:37:42 UTC 2021
New revision: 564963
URL: https://svnweb.freebsd.org/changeset/ports/564963

Log:
  lang/ghc: use CONFIGURE_ENV instead of BINARY_ALIAS on arm

  GHC saves the llvm command name (llc, opt, clang) found at compile time in
its
  settings file.
  Using BINARY_ALIAS allows lang/ghc to build but breaks
  ghc ports (devel/hs-cabal-install for example)
  GHC configure script accepts now to define LLC, OPT, CLANG as
  environment variable, switch to it.

  <no location info>: error:
      Warning: Couldn't figure out LLVM version!
               Make sure you have installed LLVM 9

  <no location info>: error: ghc: could not execute: opt-9.0

  PR:           252166, 253367
  Approved by:  portmgr (tier-2 blanket)

Changes:
  head/lang/ghc/Makefile

--=20
You are receiving this mail because:
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-253367-16154-Zs7s1SzVlb>