Date: Sun, 10 Nov 2019 06:15:47 +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: r517182 - head/lang/gnustep-base Message-ID: <201911100615.xAA6FltF049165@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sun Nov 10 06:15:47 2019 New Revision: 517182 URL: https://svnweb.freebsd.org/changeset/ports/517182 Log: Mark as broken on powerpc64. This port has been failing to build for quite some time. I tried to investigate it earlier but failed. Approved by: portmgr (tier-2 blanket) Modified: head/lang/gnustep-base/Makefile Modified: head/lang/gnustep-base/Makefile ============================================================================== --- head/lang/gnustep-base/Makefile Sun Nov 10 06:10:00 2019 (r517181) +++ head/lang/gnustep-base/Makefile Sun Nov 10 06:15:47 2019 (r517182) @@ -13,6 +13,8 @@ COMMENT= GNUstep Foundation library LICENSE= GPLv3 LGPL3 LICENSE_COMB= multi +BROKEN_powerpc64= fails to link: ld.lld: error: /usr/src/lib/csu/common/crtend.c:55: relocation R_PPC64_ADDR16_DS out of range: -32776 is not in [-32768, 32767] + LIB_DEPENDS+= libffi.so:devel/libffi LIB_DEPENDS+= libxml2.so:textproc/libxml2 LIB_DEPENDS+= libxslt.so:textproc/libxslt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911100615.xAA6FltF049165>