Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 May 2024 17:30:02 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b9434eb314ff - main - databases/xrootd: Broken on armv7
Message-ID:  <202405181730.44IHU2Pk022637@gitrepo.freebsd.org>

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

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

commit b9434eb314ff9ae9402e32b61bf18c1fe06802cf
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-05-18 17:29:33 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-05-18 17:29:59 +0000

    databases/xrootd: Broken on armv7
    
    Reported by:    fallout
---
 databases/xrootd/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/databases/xrootd/Makefile b/databases/xrootd/Makefile
index 23737d5048ac..2c0defe8df3b 100644
--- a/databases/xrootd/Makefile
+++ b/databases/xrootd/Makefile
@@ -12,6 +12,8 @@ LICENSE_COMB=	dual
 LICENSE_FILE_GPLv3=	${WRKSRC}/COPYING
 LICENSE_FILE_LGPL3=	${WRKSRC}/COPYING.LGPL
 
+BROKEN_armv7=	compilation fails: non-constant-expression cannot be narrowed from type 'time_t' (aka 'long long') to 'long' in initializer list, see https://github.com/xrootd/xrootd/issues/2272
+
 BUILD_DEPENDS=	bash:shells/bash
 LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libtinyxml.so:textproc/tinyxml \



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