Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Apr 2024 09:08:52 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: 51e2287bed38 - main - lang/eisl: Broken on armv7
Message-ID:  <202404280908.43S98qIU079523@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=51e2287bed38d48d7a4f48492849026d8087a833

commit 51e2287bed38d48d7a4f48492849026d8087a833
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-04-28 09:08:22 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-04-28 09:08:47 +0000

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

diff --git a/lang/eisl/Makefile b/lang/eisl/Makefile
index 9a9e8ee43d85..c2648632b04b 100644
--- a/lang/eisl/Makefile
+++ b/lang/eisl/Makefile
@@ -10,6 +10,7 @@ WWW=		https://github.com/sasagawa888/eisl
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/license.txt
 
+BROKEN_armv7=	stage breaks: Abort trap (likely due to the memory allocation problem)
 BROKEN_i386=	stage breaks: data segment of more than 500GB is required, see https://github.com/sasagawa888/eisl/issues/218
 
 TEST_DEPENDS=	cppcheck:devel/cppcheck



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