Date: Mon, 18 Dec 2017 03:19:46 +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: r456583 - head/lang/spidermonkey17 Message-ID: <201712180319.vBI3Jk7A052609@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Mon Dec 18 03:19:46 2017 New Revision: 456583 URL: https://svnweb.freebsd.org/changeset/ports/456583 Log: Also broken on aarch64, though for different reason. Approved by: portmgr (tier-2 blanket) Modified: head/lang/spidermonkey17/Makefile Modified: head/lang/spidermonkey17/Makefile ============================================================================== --- head/lang/spidermonkey17/Makefile Mon Dec 18 03:15:54 2017 (r456582) +++ head/lang/spidermonkey17/Makefile Mon Dec 18 03:19:46 2017 (r456583) @@ -20,6 +20,7 @@ MAKE_ARGS+= JS_THREADSAFE=YES \ LDFLAGS="-L${LOCALBASE}/lib" CFLAGS+= -I${LOCALBASE}/include/nspr +BROKEN_aarch64= fails to link: missing sbrk BROKEN_armv6= fails to link: final link failed: Nonrepresentable section on output BROKEN_armv7= fails to link: /nxb-bin/usr/bin/ld: FreeBSD12.0-CURRENT_DBG.OBJ/js: hidden symbol `__aeabi_uidivmod' in /usr/lib/libgcc.a(aeabi_uidivmod.o) is referenced by DSO BROKEN_mips64= fails to link: final link failed: Nonrepresentable section on output
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712180319.vBI3Jk7A052609>