Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 May 2024 18:35:36 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: 57e2b638baa5 - main - lang/rustpython: Broken on i386
Message-ID:  <202405121835.44CIZafP078837@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=57e2b638baa5a562b2fef2702121e45f205cb41d

commit 57e2b638baa5a562b2fef2702121e45f205cb41d
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-05-12 18:35:09 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-05-12 18:35:33 +0000

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

diff --git a/lang/rustpython/Makefile b/lang/rustpython/Makefile
index fc49432db9ef..d00af27129e0 100644
--- a/lang/rustpython/Makefile
+++ b/lang/rustpython/Makefile
@@ -10,6 +10,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_aarch64=	fails to compile, see https://github.com/rusqlite/rusqlite/issues/1440
+BROKEN_i396=	fails to compile, see https://github.com/RustPython/RustPython/issues/5318
 
 USES=		cargo
 



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