Skip to content

Commit a84795f

Browse files
committed
Some Haskell ports: Mark BROKEN on aarch64.
These ports are failing on build cluster for some time. I tried reproducing it locally and it turned out to be a strange heisenbug - the compiler crashes when compiling different unrelated files and restarting the build makes the problem go away. I wasn't able to extract a minimal reproducing testcase, so didn't contact upstream. Mark BROKEN for now and hope for a new compiler version to work. Reported by: pkg-fallout
1 parent b9cdee1 commit a84795f

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

‎devel/hs-git-annex/Makefile‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ WWW= https://git-annex.branchable.com/
99

1010
LICENSE= GPLv3
1111

12+
BROKEN_aarch64= compiler crashes
13+
1214
BUILD_DEPENDS= rsync:net/rsync \
1315
git:devel/git \
1416
gsha256sum:sysutils/coreutils

‎devel/hs-haskell-language-server/Makefile‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ WWW= https://github.com/haskell/haskell-language-server/
88

99
LICENSE= APACHE20
1010

11+
BROKEN_aarch64= compiler crashes
12+
1113
FLAVORS= default ghc810
1214
FLAVOR?= ${FLAVORS:[1]}
1315
.if ${FLAVOR:U} != default

‎devel/stack/Makefile‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ WWW= https://www.haskellstack.org/
99

1010
LICENSE= BSD3CLAUSE
1111

12+
BROKEN_aarch64= compiler crashes
13+
1214
RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss \
1315
gmake:devel/gmake \
1416
${LOCALBASE}/lib/compat/libffi.so.6:devel/libffi321 \

‎lang/purescript/Makefile‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ WWW= https://www.purescript.org/
88

99
LICENSE= BSD3CLAUSE
1010

11+
BROKEN_aarch64= compiler crashes
12+
1113
USES= cabal
1214

1315
USE_LOCALE= en_US.UTF-8

0 commit comments

Comments
 (0)