Re: [racket-dev] Parallel Build of Collects

2010-07-05 Thread Matthew Flatt
At Mon, 5 Jul 2010 22:33:22 -0400, Eli Barzilay wrote: > * [1] happened on all builds (text below). Likely it has always happened, but the old `setup' hid all stdout. The solution is probably to change the lexer to use `log-warning', but I'll look into it. > * On this windows build (of the compil

Re: [racket-dev] Parallel Build of Collects

2010-07-05 Thread Eli Barzilay
I've run a nightly build, the problems are: * [1] happened on all builds (text below). * Uses 16 processes on windows (already solved in Matthew's recent push). * Used the parallel build on windows when the setup line uses "-Dl compiler" to only make the compiler available. (Possibly a featur

Re: [racket-dev] Parallel Build of Collects

2010-07-05 Thread Kevin Tew
I'm fine with renaming -u to -J. On 07/05/2010 04:37 PM, Eli Barzilay wrote: On Jul 5, Kevin Tew wrote: Parallel build of collects is now the default option. You can change the setup options by specify an environment variable to make install Examples: ; only use one processor SETUP_OPTI

Re: [racket-dev] Parallel Build of Collects

2010-07-05 Thread Eli Barzilay
On Jul 5, Kevin Tew wrote: > Parallel build of collects is now the default option. > > You can change the setup options by specify an environment variable > to make install > > Examples: > ; only use one processor > SETUP_OPTIONS="-j 1" make install > or > ; use three processors don't build docs

Re: [racket-dev] Parallel Build of Collects

2010-07-05 Thread Sam Tobin-Hochstadt
On Mon, Jul 5, 2010 at 2:13 PM, Kevin Tew wrote: > Parallel build of collects is now the default option. This breaks for me, with current master (during 'make install'): raco setup: --- parallel build using 4 processor cores --- /home/samth/sw/plt/collects/setup/compiled/parallel-build-worker_rk

Re: [racket-dev] Parallel Build of Collects

2010-07-05 Thread Kevin Tew
Parallel build of collects is now the default option. You can change the setup options by specify an environment variable to make install Examples: ; only use one processor SETUP_OPTIONS="-j 1" make install or ; use three processors don't build docs SETUP_OPTIONS="-j 1 -D" make install raco s