Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Dec 2020 03:15:11 +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: r557202 - head/databases/arrow
Message-ID:  <202012070315.0B73FB9s002104@repo.freebsd.org>

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



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