svn commit: r557321 - head/lang/cling

Mark Linimon linimon at FreeBSD.org
Wed Dec 9 01:06:48 UTC 2020


Author: linimon
Date: Wed Dec  9 01:06:48 2020
New Revision: 557321
URL: https://svnweb.freebsd.org/changeset/ports/557321

Log:
  Mark as BROKEN on riscv64.
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	lonesome.com build testing

Modified:
  head/lang/cling/Makefile

Modified: head/lang/cling/Makefile
==============================================================================
--- head/lang/cling/Makefile	Wed Dec  9 01:04:30 2020	(r557320)
+++ head/lang/cling/Makefile	Wed Dec  9 01:06:48 2020	(r557321)
@@ -20,6 +20,7 @@ LICENSE_PERMS_LLVM=	dist-mirror dist-sell pkg-mirror p
 
 BROKEN_armv6=		fails to compile: AArch64TargetMachine.cpp: relocation truncated to fit: R_ARM_CALL against symbol '__aeabi_uldivmod'
 BROKEN_armv7=		fails to compile: AArch64TargetMachine.cpp: relocation truncated to fit: R_ARM_CALL against symbol '__aeabi_uldivmod'
+BROKEN_riscv64=		fails to build: CMake Error at cmake/config-ix.cmake:407: Unknown architecture riscv64
 BROKEN_FreeBSD_12_powerpc64=	fails to build: src/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h:722:26: could not convert '((llvm::orc::remote::OrcRemoteTargetClient<ChannelT>*)this)->callB<llvm::orc::remote::OrcRemoteTargetRPCAPI::ReadMem>(Src, Size)'
 
 LIB_DEPENDS=	libgtest.so:devel/googletest \


More information about the svn-ports-head mailing list