svn commit: r557203 - in head/databases: galera galera26

Mark Linimon linimon at FreeBSD.org
Mon Dec 7 03:21:18 UTC 2020


Author: linimon
Date: Mon Dec  7 03:21:17 2020
New Revision: 557203
URL: https://svnweb.freebsd.org/changeset/ports/557203

Log:
  Mark as BROKEN on riscv64:
  
    galerautils/src/gu_int128.h:163:20: error: use of undeclared identifier '__bswap64_var'
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	lonesome.com build testing

Modified:
  head/databases/galera/Makefile
  head/databases/galera26/Makefile

Modified: head/databases/galera/Makefile
==============================================================================
--- head/databases/galera/Makefile	Mon Dec  7 03:15:11 2020	(r557202)
+++ head/databases/galera/Makefile	Mon Dec  7 03:21:17 2020	(r557203)
@@ -15,6 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 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'
 BROKEN_armv7=		fails to compile: gu_int128.h: use of undeclared identifier '__bswap64_var'
+BROKEN_riscv64=		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

Modified: head/databases/galera26/Makefile
==============================================================================
--- head/databases/galera26/Makefile	Mon Dec  7 03:15:11 2020	(r557202)
+++ head/databases/galera26/Makefile	Mon Dec  7 03:21:17 2020	(r557203)
@@ -13,6 +13,7 @@ COMMENT=	Synchronous multi-master replication engine
 
 LICENSE=	GPLv2
 
+BROKEN_riscv64=		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


More information about the svn-ports-all mailing list