Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Mar 2019 20:12:53 +0000 (UTC)
From:      Vasil Dimov <vd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r494642 - head/net-p2p/monero-cli
Message-ID:  <201903042012.x24KCrtW040829@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vd
Date: Mon Mar  4 20:12:53 2019
New Revision: 494642
URL: https://svnweb.freebsd.org/changeset/ports/494642

Log:
  net-p2p/monero-cli: Mark as broken on amd64

Modified:
  head/net-p2p/monero-cli/Makefile

Modified: head/net-p2p/monero-cli/Makefile
==============================================================================
--- head/net-p2p/monero-cli/Makefile	Mon Mar  4 20:08:31 2019	(r494641)
+++ head/net-p2p/monero-cli/Makefile	Mon Mar  4 20:12:53 2019	(r494642)
@@ -19,6 +19,11 @@ BROKEN_aarch64=		fails to compile: the clang compiler 
 BROKEN_armv6=		fails to compile: the clang compiler does not support -march=native
 BROKEN_armv7=		fails to compile: the clang compiler does not support -march=native
 BROKEN_powerpc64=	fails to compile: the clang compiler does not support -march=native
+# /usr/bin/ld: error: undefined symbol: CryptonightR_instruction16
+# >>> referenced by CryptonightR_JIT.c
+# >>>               CryptonightR_JIT.c.o:(instructions) in archive src/crypto/libcncrypto.a
+# (and similar errors for CryptonightR_instruction0..19)
+BROKEN_amd64=		fails to compile: undefined symbol: CryptonightR_instruction16
 
 LIB_DEPENDS=	\
 		libboost_chrono.so:devel/boost-libs \



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