svn commit: r536944 - branches/2020Q2/lang/cling

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


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

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

Modified:
  branches/2020Q2/lang/cling/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/lang/cling/Makefile
==============================================================================
--- branches/2020Q2/lang/cling/Makefile	Fri May 29 05:30:36 2020	(r536943)
+++ branches/2020Q2/lang/cling/Makefile	Fri May 29 05:31:44 2020	(r536944)
@@ -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-all mailing list