Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 05 Jun 2021 09:51:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        haskell@FreeBSD.org
Subject:   [Bug 256424] lang/ghc build fails on 14-CURRENT under synth
Message-ID:  <bug-256424-16154-DE4qJUXCWM@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256424-16154@https.bugs.freebsd.org/bugzilla/>
References:  <bug-256424-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=3D256424

Gleb Popov <arrowd@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|maintainer-feedback?(haskel |maintainer-feedback+
                   |l@FreeBSD.org)              |
             Status|New                         |Open
                 CC|                            |arrowd@FreeBSD.org

--- Comment #1 from Gleb Popov <arrowd@FreeBSD.org> ---
Can you please try this patch?

diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile
index 93c57dca4853..4bfcf607ceae 100644
--- a/lang/ghc/Makefile
+++ b/lang/ghc/Makefile
@@ -92,7 +92,7 @@ PORTDOCS=3D             *
 BUILD_DEPENDS+=3D        ${LOCALBASE}/lib/compat/libncursesw.so.8:misc/com=
pat12x
 .endif

-.if ${ARCH} =3D=3D powerpc64
+.if ${ARCH} =3D=3D powerpc64 || ${OSVERSION} >=3D 1400018
 CONFIGURE_ARGS+=3D       --enable-dtrace=3D0
 .endif

--=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-256424-16154-DE4qJUXCWM>