Date: Sun, 10 Nov 2019 05:35:29 +0000 From: Mark Linimon <linimon@lonesome.com> To: x11@FreeBSD.org Cc: linimon@FreeBSD.org Subject: [linimon@FreeBSD.org: svn commit: r517175 - head/devel/libclc] Message-ID: <20191110053529.GA22404@lonesome.com>
next in thread | raw e-mail | index | archive | help
FYI mcl ----- Forwarded message from Mark Linimon <linimon@FreeBSD.org> ----- 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 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 ----- End forwarded message -----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20191110053529.GA22404>