Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jun 2018 06:39:11 +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: r473295 - head/devel/p5-Data-MessagePack-Stream
Message-ID:  <201806250639.w5P6dBtw074301@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Jun 25 06:39:10 2018
New Revision: 473295
URL: https://svnweb.freebsd.org/changeset/ports/473295

Log:
  Mark as broken on aarch64.  Oddly, it works on armvX.
  
  Approved by:	portmgr (tier-2 blanket)

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

Modified: head/devel/p5-Data-MessagePack-Stream/Makefile
==============================================================================
--- head/devel/p5-Data-MessagePack-Stream/Makefile	Mon Jun 25 06:27:01 2018	(r473294)
+++ head/devel/p5-Data-MessagePack-Stream/Makefile	Mon Jun 25 06:39:10 2018	(r473295)
@@ -10,11 +10,12 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Perl extension for yet another messagepack streaming deserializer
 
-BUILD_DEPENDS=	p5-Data-MessagePack>0:devel/p5-Data-MessagePack
+BROKEN_aarch64=		fails to link: can't create dynamic relocation R_AARCH64_ABS64 against local symbol in readonly segment
+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
 
-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
+BUILD_DEPENDS=	p5-Data-MessagePack>0:devel/p5-Data-MessagePack
 
 USES=		perl5
 USE_PERL5=	configure



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806250639.w5P6dBtw074301>