Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2024 03:14:51 GMT
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: 468314a719c5 - main - databases/surrealdb: Broken on i386
Message-ID:  <202401220314.40M3Epu6071518@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

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

commit 468314a719c52b9e21358c430fc3515623956d54
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-22 02:15:37 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-22 03:14:47 +0000

    databases/surrealdb: Broken on i386
    
    Reported by:    fallout
---
 databases/surrealdb/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/databases/surrealdb/Makefile b/databases/surrealdb/Makefile
index 15883bfd1a2e..5f944609aeda 100644
--- a/databases/surrealdb/Makefile
+++ b/databases/surrealdb/Makefile
@@ -10,6 +10,8 @@ WWW=		https://surrealdb.com
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	compilation fails: memory allocation of 109051908 bytes failed
+
 LIB_DEPENDS=	libzstd.so:archivers/zstd
 
 USES=		cargo llvm:15



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