Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jan 2024 20:00:41 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: 35ed58bde0fc - main - lang/gluon: Broken on i386
Message-ID:  <202401192000.40JK0fQU078493@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=35ed58bde0fc72ef6115b556944b49c1666ccbc7

commit 35ed58bde0fc72ef6115b556944b49c1666ccbc7
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-19 13:55:31 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-19 13:55:31 +0000

    lang/gluon: Broken on i386
    
    Reported by:    https://portsfallout.com/
---
 lang/gluon/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lang/gluon/Makefile b/lang/gluon/Makefile
index 1384ae26ea88..482d990417d0 100644
--- a/lang/gluon/Makefile
+++ b/lang/gluon/Makefile
@@ -11,6 +11,8 @@ WWW=		https://gluon-lang.org
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/../LICENSE
 
+BROKEN_i386=	compilation fails: LLVM ERROR: out of memory
+
 USES=		cargo
 
 USE_GITHUB=	yes



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