Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Mar 2024 17:48:56 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: 19f8f7d67ead - main - devel/pylyzer: Broken on i386
Message-ID:  <202403281748.42SHmuAu085592@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=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} \



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