Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Nov 2016 16:01:30 +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: r427432 - in head: audio/deadbeef audio/xmms2 emulators/advancemame graphics/libcaca
Message-ID:  <201611301601.uAUG1Uis008519@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Nov 30 16:01:30 2016
New Revision: 427432
URL: https://svnweb.freebsd.org/changeset/ports/427432

Log:
  Mark various ports as broken on aarch64 due to the same clang bug:
  
    error in backend: Do not know how to split this operator's operand!
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/audio/deadbeef/Makefile
  head/audio/xmms2/Makefile
  head/emulators/advancemame/Makefile
  head/graphics/libcaca/Makefile

Modified: head/audio/deadbeef/Makefile
==============================================================================
--- head/audio/deadbeef/Makefile	Wed Nov 30 15:32:05 2016	(r427431)
+++ head/audio/deadbeef/Makefile	Wed Nov 30 16:01:30 2016	(r427432)
@@ -28,6 +28,9 @@ INSTALLS_ICONS=	yes
 SHEBANG_FILES=	yasmwrapper.sh
 INSTALL_TARGET=	install-strip
 
+BROKEN_aarch64=		Fails to compile: error in backend: Do not know how to split this operator's operand!
+BROKEN_armv6=		Fails to compile: error: invalid conversion between vector type and integer type
+
 OPTIONS_DEFINE=	PULSEAUDIO GUI VFS LASTFM ART SUPEREQ SID FFAP VTX \
 		HOTKEYS OGG FFMPEG FLAC SNDFILE WAVPACK CDDA GME DUMB NOTIFY \
 		MUSEPACK WILDMIDI TTA DCA AAC MMS SHN SHELLEXEC NLS M3U \

Modified: head/audio/xmms2/Makefile
==============================================================================
--- head/audio/xmms2/Makefile	Wed Nov 30 15:32:05 2016	(r427431)
+++ head/audio/xmms2/Makefile	Wed Nov 30 16:01:30 2016	(r427432)
@@ -27,6 +27,8 @@ PLIST_SUB+=	INCLUDEDIR="include/${PORTNA
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 
+BROKEN_aarch64=		Fails to compile: error in backend: Do not know how to split this operator's operand!
+
 OPTIONS_DEFINE=	AIRPLAY AO APE AVCODEC CDDA CURL ET FAAD FAM FLAC \
 		GME GVFS ICES JACK MAD MDNS MMS \
 		MODPLUG MPG123 MUSEPACK OFA PULSEAUDIO SAMBA SID \

Modified: head/emulators/advancemame/Makefile
==============================================================================
--- head/emulators/advancemame/Makefile	Wed Nov 30 15:32:05 2016	(r427431)
+++ head/emulators/advancemame/Makefile	Wed Nov 30 16:01:30 2016	(r427432)
@@ -28,6 +28,8 @@ DATADIR=	${PREFIX}/share/advance
 
 PORTDOCS=	*
 
+BROKEN_aarch64=		Fails to compile: error in backend: Do not know how to split this operator's operand!
+
 OPTIONS_DEFINE=		DOCS FREETYPE SLANG
 OPTIONS_DEFINE_i386=	ASM
 OPTIONS_DEFAULT=	FREETYPE

Modified: head/graphics/libcaca/Makefile
==============================================================================
--- head/graphics/libcaca/Makefile	Wed Nov 30 15:32:05 2016	(r427431)
+++ head/graphics/libcaca/Makefile	Wed Nov 30 16:01:30 2016	(r427432)
@@ -27,6 +27,8 @@ INSTALL_TARGET=	install-strip
 DOCS=		AUTHORS COPYING COPYING.GPL COPYING.LGPL ChangeLog NEWS \
 		NOTES README THANKS
 
+BROKEN_aarch64=		Fails to compile: error in backend: Do not know how to split this operator's operand!
+
 OPTIONS_DEFINE=	X11 IMLIB2 FTGL SLANG DOCS
 OPTIONS_DEFAULT=	X11 IMLIB2
 X11_DESC=	X11 and OpenGL support



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