Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Mar 2019 22:02: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: r497211 - head/sysutils/zol
Message-ID:  <201903292202.x2TM2BNg097223@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Fri Mar 29 22:02:11 2019
New Revision: 497211
URL: https://svnweb.freebsd.org/changeset/ports/497211

Log:
  Mark broken on aarch64:
  
    ../../lib/libspl/include/sys/byteorder.h:116:34: error: value size does not match register size specified by the constraint and modifier
  
  which really means "invokes x86 assembler".
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/sysutils/zol/Makefile

Modified: head/sysutils/zol/Makefile
==============================================================================
--- head/sysutils/zol/Makefile	Fri Mar 29 21:49:55 2019	(r497210)
+++ head/sysutils/zol/Makefile	Fri Mar 29 22:02:11 2019	(r497211)
@@ -10,6 +10,8 @@ COMMENT=	ZFS
 
 LICENSE=	CDDL
 
+BROKEN_aarch64=	invokes x86 assembler
+
 RUN_DEPENDS=	zol-kmod>=0:sysutils/zol-kmod
 
 USES=		autoreconf:build libtool gmake gettext-runtime:run



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