[pypy-dev] Building pypy from sources: partial build support ?

Maciej Fijalkowski fijall at gmail.com
Thu Oct 15 14:14:37 CEST 2015


you can go to /tmp/usession-default-<username>/testing_1 and type make
to finish after the source code got generated. This is the only
"incremental" part of the build, unfortunately (there were attempts to
fix it, failed so far)

On Thu, Oct 15, 2015 at 1:45 PM, David Cournapeau <cournape at gmail.com> wrote:
> Hi there,
>
> I am trying to build pypy from sources on Linux, but I get some
> compilation/linking errors at the end (related to gdbm, tcl/tk, etc...).
> Fixing those are easy, but running "pypy ../../rpython/bin/rpython -Ojit
> targetpypystandalone " seems to start a build from scratch, so every small
> fix has a 1.5 hour cycle.
>
> Is there a way to restart the compilation from the last point it failed ?
> The docs did not seem to mention anything,
>
> thanks,
> David
>
> _______________________________________________
> pypy-dev mailing list
> pypy-dev at python.org
> https://mail.python.org/mailman/listinfo/pypy-dev
>


More information about the pypy-dev mailing list