Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Dec 2023 10:20:33 GMT
From:      Vasil Dimov <vd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: af6b117e4c22 - main - net-p2p/c-lightning: mark as broken on i386
Message-ID:  <202312041020.3B4AKXAX085456@gitrepo.freebsd.org>

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

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

commit af6b117e4c22fab9d504695326cb1eee2ccab20d
Author:     Vasil Dimov <vd@FreeBSD.org>
AuthorDate: 2023-12-04 10:17:01 +0000
Commit:     Vasil Dimov <vd@FreeBSD.org>
CommitDate: 2023-12-04 10:20:07 +0000

    net-p2p/c-lightning: mark as broken on i386
    
    Does not compile due to Werror and an unsigned vs signed mismatch.
---
 net-p2p/c-lightning/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-p2p/c-lightning/Makefile b/net-p2p/c-lightning/Makefile
index 9acbc5c3d0fc..055bbbbfc86d 100644
--- a/net-p2p/c-lightning/Makefile
+++ b/net-p2p/c-lightning/Makefile
@@ -13,6 +13,8 @@ WWW=		https://github.com/ElementsProject/lightning
 
 LICENSE=	MIT
 
+BROKEN_i386=	channeld/channeld.c:5153:8: error: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Werror,-Wformat]
+
 BUILD_DEPENDS=	bash:shells/bash \
 		lowdown:textproc/lowdown \
 		${PYTHON_PKGNAMEPREFIX}mako>=1.0.14:textproc/py-mako@${PY_FLAVOR} \



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