svn commit: r557202 - head/databases/arrow

Mark Linimon linimon at FreeBSD.org
Mon Dec 7 03:15:11 UTC 2020


Author: linimon
Date: Mon Dec  7 03:15:11 2020
New Revision: 557202
URL: https://svnweb.freebsd.org/changeset/ports/557202

Log:
  Mark as BROKEN on riscv64:
  
    /nxb-bin/usr/lib/clang/11.0.0/include/mmintrin.h:33:5: error: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'?
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	lonesome.com build testing

Modified:
  head/databases/arrow/Makefile

Modified: head/databases/arrow/Makefile
==============================================================================
--- head/databases/arrow/Makefile	Mon Dec  7 03:09:42 2020	(r557201)
+++ head/databases/arrow/Makefile	Mon Dec  7 03:15:11 2020	(r557202)
@@ -12,6 +12,8 @@ COMMENT=	Columnar in-memory analytics layer for big da
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/../LICENSE.txt
 
+BROKEN_riscv64=		fails to compile: /nxb-bin/usr/lib/clang/11.0.0/include/mmintrin.h:33:5: use of undeclared identifier '__builtin_ia32_emms'
+
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs
 
 USES=		cmake compiler:c++11-lang pkgconfig


More information about the svn-ports-all mailing list