Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Aug 2024 12:01:15 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f7e90e1070aa - main - databases/keydb: disable on powerpc
Message-ID:  <202408041201.474C1FLL012710@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f7e90e1070aa18b819f2c6ff46421dfeb8d3c7e7

commit f7e90e1070aa18b819f2c6ff46421dfeb8d3c7e7
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-07-30 21:09:42 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-08-04 12:00:31 +0000

    databases/keydb: disable on powerpc
    
    Same issue as on i386.
---
 databases/keydb/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/databases/keydb/Makefile b/databases/keydb/Makefile
index 6b17a882faa6..a638ccd58ae2 100644
--- a/databases/keydb/Makefile
+++ b/databases/keydb/Makefile
@@ -11,6 +11,7 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN_i386=	assertion failed: static_assert(sizeof(long) == sizeof(long long),"")
+BROKEN_powerpc=	assertion failed: static_assert(sizeof(long) == sizeof(long long),"")
 
 LIB_DEPENDS=	libuuid.so:misc/e2fsprogs-libuuid \
 		liblz4.so:archivers/liblz4 \


home | help

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