Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Feb 2024 07:53:03 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: 63f054112aa3 - main - lang/gluon: Broken on armv7
Message-ID:  <202402030753.4137r3v4051307@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=63f054112aa3094f30749ca5f0deff7ccbe62eab

commit 63f054112aa3094f30749ca5f0deff7ccbe62eab
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-02-03 07:49:51 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-02-03 07:52:52 +0000

    lang/gluon: Broken on armv7
    
    Reported by:    fallout
---
 lang/gluon/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lang/gluon/Makefile b/lang/gluon/Makefile
index 482d990417d0..dcf67dfa8196 100644
--- a/lang/gluon/Makefile
+++ b/lang/gluon/Makefile
@@ -11,6 +11,7 @@ WWW=		https://gluon-lang.org
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/../LICENSE
 
+BROKEN_armv7=	compilation fails: (1) error[E0412]: cannot find type `AtomicU128` in module `core::sync::atomic` (2) LLVM ERROR: out of memory
 BROKEN_i386=	compilation fails: LLVM ERROR: out of memory
 
 USES=		cargo



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