svn commit: r535700 - head/misc/xgboost

Mark Linimon linimon at FreeBSD.org
Mon May 18 01:08:25 UTC 2020


Author: linimon
Date: Mon May 18 01:08:24 2020
New Revision: 535700
URL: https://svnweb.freebsd.org/changeset/ports/535700

Log:
  Mark as BROKEN on powerpc64 due to variants of:
  
    /usr/local/include/dmlc/./serializer.h:63:11: error: no member named 'Write' in 'dmlc::serializer::UndefinedSerializerFor<xgboost::DataType>'
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/misc/xgboost/Makefile

Modified: head/misc/xgboost/Makefile
==============================================================================
--- head/misc/xgboost/Makefile	Mon May 18 01:03:25 2020	(r535699)
+++ head/misc/xgboost/Makefile	Mon May 18 01:08:24 2020	(r535700)
@@ -11,6 +11,9 @@ COMMENT=	Scalable, Portable and Distributed Gradient B
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_FreeBSD_12_powerpc64=	fails to build: /usr/local/include/dmlc/serializer.h:63:16: 'Write' is not a member of 'dmlc::serializer::UndefinedSerializerFor<xgboost::DataType>'
+BROKEN_FreeBSD_13_powerpc64=	fails to build: /usr/local/include/dmlc/./serializer.h:63:11: no member named 'Write' in 'dmlc::serializer::UndefinedSerializerFor<xgboost::DataType>'
+
 LIB_DEPENDS=	libdmlc.so:devel/dmlc-core
 
 USES=		cmake compiler:c++11-lang localbase


More information about the svn-ports-head mailing list