svn commit: r536942 - head/lang/cling

Mark Linimon linimon at FreeBSD.org
Fri May 29 05:29:46 UTC 2020


Author: linimon
Date: Fri May 29 05:29:45 2020
New Revision: 536942
URL: https://svnweb.freebsd.org/changeset/ports/536942

Log:
  Mark as broken on powerpc64-12 (builds elsewhere).
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/lang/cling/Makefile

Modified: head/lang/cling/Makefile
==============================================================================
--- head/lang/cling/Makefile	Fri May 29 05:28:48 2020	(r536941)
+++ head/lang/cling/Makefile	Fri May 29 05:29:45 2020	(r536942)
@@ -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_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 \
 		libz3.so:math/z3


More information about the svn-ports-head mailing list