Date: Sun, 21 Jun 2020 09:23:18 +0000 From: bugzilla-noreply@freebsd.org To: haskell@FreeBSD.org Subject: [Bug 247288] devel/stack: Crashes Message-ID: <bug-247288-16154-Hx3aVvCCMC@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-247288-16154@https.bugs.freebsd.org/bugzilla/> References: <bug-247288-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=3D247288 --- Comment #10 from Gleb Popov <arrowd@FreeBSD.org> --- (In reply to pmueller@occsilva.de from comment #9) Great, this is useful! Can you try building stack with this patch applied? Index: devel/stack/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- devel/stack/Makefile (revision 539747) +++ devel/stack/Makefile (working copy) @@ -4,6 +4,7 @@ PORTNAME=3D stack PORTVERSION=3D 2.3.1 DISTVERSIONPREFIX=3D v +PORTREVISION=3D 1 CATEGORIES=3D devel haskell EXTRACT_ONLY=3D ${DISTNAME}${EXTRACT_SUFX} @@ -24,6 +25,7 @@ USE_PERL5=3D run +CABAL_FLAGS=3D -support_aesni USE_CABAL=3D aeson-1.4.7.1_1 \ annotated-wl-pprint-0.7.0_1 \ ansi-terminal-0.10.3 \ --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-247288-16154-Hx3aVvCCMC>