svn commit: r517177 - head/devel/xtensa-esp32-elf

Mark Linimon linimon at FreeBSD.org
Sun Nov 10 05:49:23 UTC 2019


Author: linimon
Date: Sun Nov 10 05:49:23 2019
New Revision: 517177
URL: https://svnweb.freebsd.org/changeset/ports/517177

Log:
  Mark broken on powerpc64.
  
  This port has been failing in the "[INFO ]  Installing ISL for host" step
  since 20180919.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/xtensa-esp32-elf/Makefile

Modified: head/devel/xtensa-esp32-elf/Makefile
==============================================================================
--- head/devel/xtensa-esp32-elf/Makefile	Sun Nov 10 05:40:54 2019	(r517176)
+++ head/devel/xtensa-esp32-elf/Makefile	Sun Nov 10 05:49:23 2019	(r517177)
@@ -40,6 +40,7 @@ LICENSE_COMB=	multi
 
 BROKEN_armv6=		fails to build: failed in step 'Installing pass-2 core C gcc compiler'
 BROKEN_armv7=		fails to build: failed in step 'Installing pass-2 core C gcc compiler'
+BROKEN_powerpc64=	fails to build: [ERROR] collect2: error: ld returned 1 exit status
 
 BUILD_DEPENDS=	bash:shells/bash \
 		gawk:lang/gawk \


More information about the svn-ports-all mailing list