Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jun 2017 22:23: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: r444083 - head/databases/galera
Message-ID:  <201706212223.v5LMNBMh067103@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Jun 21 22:23:11 2017
New Revision: 444083
URL: https://svnweb.freebsd.org/changeset/ports/444083

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

Modified:
  head/databases/galera/Makefile

Modified: head/databases/galera/Makefile
==============================================================================
--- head/databases/galera/Makefile	Wed Jun 21 22:17:34 2017	(r444082)
+++ head/databases/galera/Makefile	Wed Jun 21 22:23:11 2017	(r444083)
@@ -15,6 +15,8 @@ BUILD_DEPENDS=	checkmk:devel/check \
 		${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs
 LIB_DEPENDS=	libboost_date_time.so:devel/boost-libs
 
+BROKEN_aarch64=		fails to compile: gu_int128.h: use of undeclared identifier '__bswap64_var'
+BROKEN_armv6=		fails to compile: gu_int128.h: use of undeclared identifier '__bswap64_var'
 NOT_FOR_ARCHS=		i386
 # On i386 older versions of clang produce:
 #   cannot compile this atomic library call yet ... __atomic_add_fetch



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