[pypy-dev] Building PyPy for FreeBSD, OpenBSD

Tobias Pape Tobias_Pape at gmx.de
Sun Aug 30 09:10:03 EDT 2020


Hi

> On 30.08.2020, at 14:46, figdev--- via pypy-dev <pypy-dev at 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 


More information about the pypy-dev mailing list