Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Mar 2019 22:27:53 +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: r497215 - head/net-p2p/xmrig
Message-ID:  <201903292227.x2TMRrWt008256@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Fri Mar 29 22:27:52 2019
New Revision: 497215
URL: https://svnweb.freebsd.org/changeset/ports/497215

Log:
  Mark as broken on arm*: various reasons.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/net-p2p/xmrig/Makefile

Modified: head/net-p2p/xmrig/Makefile
==============================================================================
--- head/net-p2p/xmrig/Makefile	Fri Mar 29 22:20:47 2019	(r497214)
+++ head/net-p2p/xmrig/Makefile	Fri Mar 29 22:27:52 2019	(r497215)
@@ -12,6 +12,9 @@ COMMENT=	High performance Monero (XMR) CPU miner
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_aarch64=		fails to compile: src/common/cpu/BasicCpuInfo_arm.cpp:30:13: fatal error: 'asm/hwcap.h' file not found
+BROKEN_armv6=		fails to build: /nxb-bin/usr/lib/clang/8.0.0/include/ia32intrin.h:48:10: error: use of undeclared identifier '__builtin_ia32_readeflags_u32'
+BROKEN_armv7=		fails to build: /nxb-bin/usr/lib/clang/8.0.0/include/ia32intrin.h:48:10: error: use of undeclared identifier '__builtin_ia32_readeflags_u32'
 BROKEN_powerpc64=	fails to configure: Target "xmrig" requires the language dialect "CXX11", but CMake does not know the compile flags to use to enable it.
 
 USES=		cmake ssl



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