Date: Sat, 14 Sep 2019 15:33:05 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r512023 - branches/2019Q3/devel/p5-Data-MessagePack-Stream Message-ID: <201909141533.x8EFX5ZU012005@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Sep 14 15:33:05 2019 New Revision: 512023 URL: https://svnweb.freebsd.org/changeset/ports/512023 Log: MFH: r512022 Mark BROKEN on i386 with lld Reported by: pkg-fallout Modified: branches/2019Q3/devel/p5-Data-MessagePack-Stream/Makefile Directory Properties: branches/2019Q3/ (props changed) Modified: branches/2019Q3/devel/p5-Data-MessagePack-Stream/Makefile ============================================================================== --- branches/2019Q3/devel/p5-Data-MessagePack-Stream/Makefile Sat Sep 14 15:32:36 2019 (r512022) +++ branches/2019Q3/devel/p5-Data-MessagePack-Stream/Makefile Sat Sep 14 15:33:05 2019 (r512023) @@ -11,6 +11,9 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for yet another messagepack streaming deserializer BROKEN_aarch64= fails to link: can't create dynamic relocation R_AARCH64_ABS64 against local symbol in readonly segment +.if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld +BROKEN_i386= ld: error: relocation R_386_PC32 cannot be used against symbol malloc +.endif BROKEN_mips= fails to build: atomic operations are not found BROKEN_mips64= fails to build: atomic operations are not found BROKEN_sparc64= fails to build: atomic operations are not found
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909141533.x8EFX5ZU012005>