Re: [pypy-dev] help building pypy

2020-09-01 Thread Matt Billenstein via pypy-dev
On Tue, Sep 01, 2020 at 03:58:13PM -0600, gyro funch wrote: > Hi, > > I am interested in building pypy 3.6 on Ubuntu 20.04 LTS. > > ... > $ pypy3 ../../rpython/bin/rpython --opt=jit > > This leads to a series of SyntaxErrors related to print. It appears that > the build-related files in the bran

[pypy-dev] help building pypy

2020-09-01 Thread gyro funch
Hi, I am interested in building pypy 3.6 on Ubuntu 20.04 LTS. I downloaded the prebuilt binaries for pypy 3.6 and the pypy3 binary works great. To build pypy myself, per the pypy documentation, I have taken the following steps: $ hg clone http://foss.heptapod.net/pypy/pypy pypy $ cd pypy $ hg u