Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pypy bootstrap #2351

Closed
hack3ric opened this issue Mar 18, 2023 · 1 comment · Fixed by #4052
Closed

pypy bootstrap #2351

hack3ric opened this issue Mar 18, 2023 · 1 comment · Fixed by #4052

Comments

@hack3ric
Copy link
Contributor

I've successfully bootstrapped pypy on my own machine with these steps. How should we implement it here?

@kxxt
Copy link
Contributor

kxxt commented Sep 2, 2024

hack3ric added a commit to hack3ric/archriscv-packages that referenced this issue Sep 4, 2024
Use python2 and several py2 packages to bootstrap pypy2.7. All PKGBUILDs are taken fron AUR, with package python2 including tarball signing key.

Steps:
1. Build python2, python2-{setuptools,ply,pycparser,cffi} in order, each with previous packages installed in build environment
2. Build pypy with pypy-bootstrap/pypy/riscv64.patch applied, and python2, python2-{ply,pycparser,cffi} installed
3. Build pypy again without patch using pypy built from 2

Fixes felixonmars#2351.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants