Thanks, I reported the issue to PyPy: https://foss.heptapod.net/pypy/pypy/-/issues/3702
Victor
On Mon, Mar 7, 2022 at 1:26 PM Miro Hrončok mhroncok@redhat.com wrote:
On 07. 03. 22 10:51, Victor Stinner wrote:
How can someone reproduce the issue? I was asked by a developer running Ubuntu. Is there an easy way to:
(*) Get Fedora 36 (*) Build PyPy 2.7 for 32-bit: can it be done on x86-64? What is the command line for that?
Building pypy is nontrivial. I don't know if you can "just" build it on x86_64 for i686 without using mock, but you should be able to do it in mock:
(*) get any supported fedora, even 34 or 35 (*) dnf install fedpkg mock (*) add the user to the mock group (*) fedpkg clone -a pypy && cd pypy (*) fedpkg srpm (*) mock -r fedora-rawhide-i386 --enablerepo=local pypy-*.src.rpm
Untested. Use https://rpm-software-management.github.io/mock/#mock-inside-podman-fedora-to... if the Fedora system in fact a container.
-- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok