Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jan 2021 06:39:42 +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: r562527 - head/net-p2p/xmrig
Message-ID:  <202101250639.10P6dgZ8032526@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Jan 25 06:39:41 2021
New Revision: 562527
URL: https://svnweb.freebsd.org/changeset/ports/562527

Log:
  Also mark as BROKEN on riscv64:
  
    c++: warning: argument unused during compilation: '-maes' [-Wunused-command-line-argument]
    In file included from /wrkdirs/usr/ports/net-p2p/xmrig/work/xmrig-6.7.2/src/backend/cpu/platform/BasicCpuInfo.cpp:29:
    /nxb-bin/usr/lib/clang/11.0.0/include/cpuid.h:11:2: error: this header is for x86 only
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/net-p2p/xmrig/Makefile

Modified: head/net-p2p/xmrig/Makefile
==============================================================================
--- head/net-p2p/xmrig/Makefile	Mon Jan 25 02:50:09 2021	(r562526)
+++ head/net-p2p/xmrig/Makefile	Mon Jan 25 06:39:41 2021	(r562527)
@@ -16,6 +16,7 @@ BROKEN_aarch64=	fails to compile: src/common/cpu/Basic
 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 compile: g++9: error: unrecognized command line option '-maes'; did you mean '-mads'?
+BROKEN_riscv64=		fails to compile: /nxb-bin/usr/lib/clang/11.0.0/include/cpuid.h:11:2: error: this header is for x86 only
 
 USES=		cmake compiler:c++11-lang ssl
 USE_GITHUB=	yes



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