Hi > On 30.08.2020, at 14:46, figdev--- via pypy-dev <pypy-dev@python.org> wrote: > > > For FreeBSD, they have having loads of trouble because they have deprecated > CPython 2.7, which they use to build PyPy. I bet you can use PyPy to build > PyPy, but if you're doing everything from source that's a Catch-22 if you > don't have CPython, isn't it? (You would think they would just compile from a > previous binary). > >
There's a similar situation for homebrew on osx. For that a "bootstrap pypy" is used which is older than the one being installed. So when there's a (maybe) static pypy (for 2.7) which could be pulled to produce the current pypy (2.7 or 3.x) that would work, wouldn't it? Best regards -Tobias _______________________________________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev