Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Dec 2020 03:21:18 +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: r557203 - in head/databases: galera galera26
Message-ID:  <202012070321.0B73LI2C003196@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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