Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Mar 2026 16:11:59 +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: c1fff0f01dab - main - misc/ollama: Broken on i386
Message-ID:  <69b97d4f.1c8e3.4ce54b1a@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=c1fff0f01dab013da71a37c4578d3b1cc1c56f2a

commit c1fff0f01dab013da71a37c4578d3b1cc1c56f2a
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-03-17 16:11:37 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-03-17 16:11:37 +0000

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

diff --git a/misc/ollama/Makefile b/misc/ollama/Makefile
index 5ed61c5c2de2..bcec2c808da5 100644
--- a/misc/ollama/Makefile
+++ b/misc/ollama/Makefile
@@ -9,6 +9,8 @@ COMMENT=	Run Llama 2, Mistral, and other large language models
 WWW=		https://ollama.com \
 		https://github.com/ollama/ollama
 
+BROKEN_i386=	fails to compile: x/mlxrunner/mlx/memory.go:40:11: 1 << (4 * 10) (untyped int constant 1099511627776) overflows int
+
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69b97d4f.1c8e3.4ce54b1a>