Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Apr 2026 18:49:03 +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: ad45499b85f8 - main - misc/nanocoder: Broken on 32-bit architectures
Message-ID:  <69d6a31f.30a94.44d3a2b8@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=ad45499b85f8cc8611909fdb594ecc7ef8a24c63

commit ad45499b85f8cc8611909fdb594ecc7ef8a24c63
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-04-08 18:38:34 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-04-08 18:48:56 +0000

    misc/nanocoder: Broken on 32-bit architectures
---
 misc/nanocoder/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/misc/nanocoder/Makefile b/misc/nanocoder/Makefile
index 4b6280820f58..06f9ffae117f 100644
--- a/misc/nanocoder/Makefile
+++ b/misc/nanocoder/Makefile
@@ -10,6 +10,10 @@ WWW=		https://github.com/Nano-Collective/nanocoder
 
 LICENSE=	MIT
 
+.for arch in armv6 armv7 i386 mips powerpc powerpcspe
+BROKEN_${arch}=	compilation fails on 32-bit platforms: https://github.com/withcatai/node-llama-cpp/issues/593
+.endfor
+
 FETCH_DEPENDS=	npm:www/npm \
 		jq:textproc/jq \
 		${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d6a31f.30a94.44d3a2b8>