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-toolbox-or-docker-container if the Fedora system in fact a container.

--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to