svn commit: r512022 - head/devel/p5-Data-MessagePack-Stream

Antoine Brodin antoine at FreeBSD.org
Sat Sep 14 15:32:36 UTC 2019


Author: antoine
Date: Sat Sep 14 15:32:36 2019
New Revision: 512022
URL: https://svnweb.freebsd.org/changeset/ports/512022

Log:
  Mark BROKEN on i386 with lld
  
  Reported by:	pkg-fallout
  MFH:		2019Q3

Modified:
  head/devel/p5-Data-MessagePack-Stream/Makefile

Modified: head/devel/p5-Data-MessagePack-Stream/Makefile
==============================================================================
--- head/devel/p5-Data-MessagePack-Stream/Makefile	Sat Sep 14 15:28:45 2019	(r512021)
+++ head/devel/p5-Data-MessagePack-Stream/Makefile	Sat Sep 14 15:32:36 2019	(r512022)
@@ -11,6 +11,9 @@ MAINTAINER=	kuriyama at 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


More information about the svn-ports-head mailing list