Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Mar 2026 03:24:06 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d6131bfb74af - main - databases/surrealdb: Broken on aarch64
Message-ID:  <69bf60d6.1d32d.22f55a22@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

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

commit d6131bfb74af8d2c5726f6232612b58c81cd4a24
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-03-21 23:16:05 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-03-22 03:24:01 +0000

    databases/surrealdb: Broken on aarch64
    
    Reported by:    fallout
---
 databases/surrealdb/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/databases/surrealdb/Makefile b/databases/surrealdb/Makefile
index d0374f2491cd..065b3e4ff70c 100644
--- a/databases/surrealdb/Makefile
+++ b/databases/surrealdb/Makefile
@@ -13,6 +13,7 @@ LICENSE_NAME=	Business Source License 1.1
 LICENSE_FILE=	${WRKSRC}/LICENSE
 LICENSE_PERMS=	dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
 
+BROKEN_aarch64=	compilation fails: unsupported platform, see https://github.com/bytecodealliance/wasmtime/issues/12819
 BROKEN_armv7=	compilation fails: memory allocation of 83886084 bytes failed
 BROKEN_i386=	compilation fails: memory allocation of 109051908 bytes failed
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69bf60d6.1d32d.22f55a22>