Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Sep 2020 16:24:15 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549606 - head/misc/adios2
Message-ID:  <202009221624.08MGOF1K028129@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Sep 22 16:24:15 2020
New Revision: 549606
URL: https://svnweb.freebsd.org/changeset/ports/549606

Log:
  misc/adios2: Broken on i386

Modified:
  head/misc/adios2/Makefile

Modified: head/misc/adios2/Makefile
==============================================================================
--- head/misc/adios2/Makefile	Tue Sep 22 16:20:01 2020	(r549605)
+++ head/misc/adios2/Makefile	Tue Sep 22 16:24:15 2020	(r549606)
@@ -12,6 +12,8 @@ COMMENT=	Next generation of ADIOS developed in the Exa
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	constant expression evaluates to 18446744073709551613 which cannot be narrowed to type 'unsigned int': https://github.com/ornladios/ADIOS2/issues/2469
+
 BUILD_DEPENDS=	bash:shells/bash
 LIB_DEPENDS=	libblosc.so:archivers/c-blosc \
 		libepoll-shim.so:devel/libepoll-shim \



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