On 03. 03. 22 19:21, Miro Hrončok wrote:
Hello.
pypy 2.7 fails to build with GCC 12 on 32 bit arches.
https://bugzilla.redhat.com/show_bug.cgi?id=2046857
Instead of investigating this and trying to fix this, I wonder if I can just excludearch %ix86 and %arm32. No other Fedora package really requires pypy, (asv uses it in %check but it already excludes some arches).
I almost forgot that pypy3 actually BuildRequires pypy2. There is a bcond to use CPython 2 instead, but nobody used it in a while, so I'd need to test if the build works that way before excluding the arches, because I don't intent to also exclude them on pypy3.
I am not aware of any multilib i686 use cases and we retired arm32 anyway.
I would probably do this in Fedora 37 only, but if we need to rebuild the package in the future e.g. for a CVE fix or upgrade, excluding the arches on F36 would also help me.
Any thoughts?