Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 May 2020 01:08:25 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535700 - head/misc/xgboost
Message-ID:  <202005180108.04I18PhT053436@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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