Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jan 2024 02:49: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: 21b02d03b369 - main - lang/rustpython: Broken on aarch64
Message-ID:  <202401240249.40O2n3xS087577@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=21b02d03b369a4dbd1cdcafb0b3335751d14469f

commit 21b02d03b369a4dbd1cdcafb0b3335751d14469f
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-24 02:48:38 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-24 02:48:38 +0000

    lang/rustpython: Broken on aarch64
    
    Reported by:    fallout
---
 lang/rustpython/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lang/rustpython/Makefile b/lang/rustpython/Makefile
index ce6a21ccd00e..552489f27f66 100644
--- a/lang/rustpython/Makefile
+++ b/lang/rustpython/Makefile
@@ -9,6 +9,8 @@ WWW=		https://rustpython.github.io/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_aarch64=	fails to compile, see https://github.com/rusqlite/rusqlite/issues/1440
+
 USES=		cargo
 
 USE_GITHUB=	yes



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