Date: Fri, 29 May 2020 05:31:44 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r536944 - branches/2020Q2/lang/cling Message-ID: <202005290531.04T5ViPs080964@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005290531.04T5ViPs080964>