Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jun 2018 00:03:08 +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: r473010 - in head: audio/mous biology/unanimity biology/vcflib graphics/cloudcompare
Message-ID:  <201806220003.w5M038JU044617@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Fri Jun 22 00:03:08 2018
New Revision: 473010
URL: https://svnweb.freebsd.org/changeset/ports/473010

Log:
  Mark these ports as broken on aarch64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/audio/mous/Makefile
  head/biology/unanimity/Makefile
  head/biology/vcflib/Makefile
  head/graphics/cloudcompare/Makefile

Modified: head/audio/mous/Makefile
==============================================================================
--- head/audio/mous/Makefile	Thu Jun 21 23:52:37 2018	(r473009)
+++ head/audio/mous/Makefile	Fri Jun 22 00:03:08 2018	(r473010)
@@ -12,6 +12,8 @@ COMMENT=	Simple yet powerful audio player
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_aarch64=		fails to compile: mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'?
+
 USES=		cmake:outsource compiler:c++14-lang
 USE_LDCONFIG=	yes
 USE_GITHUB=	yes

Modified: head/biology/unanimity/Makefile
==============================================================================
--- head/biology/unanimity/Makefile	Thu Jun 21 23:52:37 2018	(r473009)
+++ head/biology/unanimity/Makefile	Fri Jun 22 00:03:08 2018	(r473010)
@@ -10,6 +10,8 @@ COMMENT=	Pacific Biosciences consensus library and app
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_aarch64=		fails to compile: mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'?
+
 # Sensitive to dependency versions, use latest commit for everything
 BUILD_DEPENDS=	pbseqan==g20171002:biology/pbseqan \
 		pbbam==g20180416:biology/pbbam \

Modified: head/biology/vcflib/Makefile
==============================================================================
--- head/biology/vcflib/Makefile	Thu Jun 21 23:52:37 2018	(r473009)
+++ head/biology/vcflib/Makefile	Fri Jun 22 00:03:08 2018	(r473010)
@@ -11,6 +11,8 @@ COMMENT=	C++ library and CLI tools for parsing and man
 
 LICENSE=	MIT
 
+BROKEN_aarch64=		fails to compile: mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'?
+
 LIB_DEPENDS=	libhts.so:biology/htslib \
 		libtabix.so:biology/tabixpp \
 		libsw.so:biology/smithwaterman

Modified: head/graphics/cloudcompare/Makefile
==============================================================================
--- head/graphics/cloudcompare/Makefile	Thu Jun 21 23:52:37 2018	(r473009)
+++ head/graphics/cloudcompare/Makefile	Fri Jun 22 00:03:08 2018	(r473010)
@@ -14,6 +14,7 @@ LICENSE=	GPLv2+ LGPL20+
 LICENSE_COMB=	multi
 
 BROKEN_FreeBSD_10=	error: "SSE instruction set not enabled"
+BROKEN_aarch64=		fails to compile: mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'?
 
 USES=		cmake:outsource localbase:ldflags
 USE_GITHUB=	yes



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