Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Nov 2019 05:33:45 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r517175 - head/devel/libclc
Message-ID:  <201911100533.xAA5XjG8025185@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Nov 10 05:33:45 2019
New Revision: 517175
URL: https://svnweb.freebsd.org/changeset/ports/517175

Log:
  Mark BROKEN on powerpc64.
  
  This port has been failing to build since 20180919 and I have not yet
  been able to fix it.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/libclc/Makefile

Modified: head/devel/libclc/Makefile
==============================================================================
--- head/devel/libclc/Makefile	Sun Nov 10 04:59:34 2019	(r517174)
+++ head/devel/libclc/Makefile	Sun Nov 10 05:33:45 2019	(r517175)
@@ -14,6 +14,8 @@ LICENSE_NAME=	LLVM Release License
 LICENSE_FILE=	${WRKSRC}/LICENSE.TXT
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
+BROKEN_powerpc64=	fails to compile: /usr/local/llvm80/include/llvm-c/DataTypes.h:28:10: fatal error: 'cmath' file not found
+
 BUILD_DEPENDS=	llvm${LLVM_DEFAULT}>=4.0:devel/llvm${LLVM_DEFAULT} \
 		libedit>=0:devel/libedit
 



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