From a0799f4dd48f5974869ae38da5964e3d1d6738bc Mon Sep 17 00:00:00 2001 From: Gleb Popov Date: Fri, 16 Feb 2024 18:53:07 +0300 Subject: [PATCH] net-p2p/cardano-node: Mark broken on aarch64 The .cabal file of text-2.0.2 package has following lines: if (arch(aarch64) || arch(arm)) && impl(ghc == 8.10.*) build-depends: base < 0 Reported by: pkg-fallout --- net-p2p/cardano-node/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-p2p/cardano-node/Makefile b/net-p2p/cardano-node/Makefile index 5e6bfee2bdfc8..db79d2e175891 100644 --- a/net-p2p/cardano-node/Makefile +++ b/net-p2p/cardano-node/Makefile @@ -10,6 +10,8 @@ WWW= https://cardano.org/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_aarch64= text-2.0.2 is broken on AArch64 when using GHC 8.10 + NOT_FOR_ARCHS= i386 BUILD_DEPENDS= ghc-8.10.7:lang/ghc810