Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Feb 2018 03:51:53 +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: r462271 - head/comms/gnuradio
Message-ID:  <201802190351.w1J3prnu087260@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Feb 19 03:51:53 2018
New Revision: 462271
URL: https://svnweb.freebsd.org/changeset/ports/462271

Log:
  Fails the same way on armvX as on aarch64.
  
  While here, pet portlint.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/comms/gnuradio/Makefile

Modified: head/comms/gnuradio/Makefile
==============================================================================
--- head/comms/gnuradio/Makefile	Mon Feb 19 02:55:27 2018	(r462270)
+++ head/comms/gnuradio/Makefile	Mon Feb 19 03:51:53 2018	(r462271)
@@ -12,6 +12,10 @@ COMMENT=	Amateur Radio Software defined radio
 
 LICENSE=	GPLv3
 
+BROKEN_aarch64=		fails to compile: /usr/lib/clang/5.0.0/include/mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'?
+BROKEN_armv6=		fails to compile: /usr/lib/clang/5.0.0/include/mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'?
+BROKEN_armv7=		fails to compile: /usr/lib/clang/5.0.0/include/mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'?
+
 BUILD_DEPENDS=	sdl-config:devel/sdl12 \
 		swig3.0:devel/swig30 \
 		cheetah:devel/py-cheetah@${PY_FLAVOR} \
@@ -36,8 +40,6 @@ LIB_DEPENDS=	libcppunit.so:devel/cppunit \
 		libboost_date_time.so:devel/boost-libs \
 		liborc-0.4.so:devel/orc
 RUN_DEPENDS:=	${BUILD_DEPENDS}
-
-BROKEN_aarch64=		fails to compile: /usr/lib/clang/5.0.0/include/mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'?
 
 # USES=compiler:c11 is necessary because base GCC fails:
 # volk/lib/volk_cpu.c: In function 'i_can_has_3dnow':



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