Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Feb 2024 15:55:33 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a0799f4dd48f - main - net-p2p/cardano-node: Mark broken on aarch64
Message-ID:  <202402161555.41GFtXCE021414@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a0799f4dd48f5974869ae38da5964e3d1d6738bc

commit a0799f4dd48f5974869ae38da5964e3d1d6738bc
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-02-16 15:53:07 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-02-16 15:54:47 +0000

    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 5e6bfee2bdfc..db79d2e17589 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402161555.41GFtXCE021414>