git: 19f8f7d67ead - main - devel/pylyzer: Broken on i386

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Thu, 28 Mar 2024 17:48:56 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=19f8f7d67eada193ba4df6faf4170abb7615190c

commit 19f8f7d67eada193ba4df6faf4170abb7615190c
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-03-28 17:48:29 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-03-28 17:48:29 +0000

    devel/pylyzer: Broken on i386
    
    Reported by:    fallout
---
 devel/pylyzer/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/pylyzer/Makefile b/devel/pylyzer/Makefile
index d6c42614ee86..5614cc94665a 100644
--- a/devel/pylyzer/Makefile
+++ b/devel/pylyzer/Makefile
@@ -11,6 +11,8 @@ WWW=		https://mtshiba.github.io/pylyzer/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	compilation fails: cannot transmute between types of different sizes, or dependently-sized types, see https://github.com/RustPython/Parser/issues/116
+
 BUILD_DEPENDS=	${PY_SETUPTOOLS} \
 		${PYTHON_PKGNAMEPREFIX}setuptools-rust>0:devel/py-setuptools-rust@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tomli>0:textproc/py-tomli@${PY_FLAVOR} \