[racket-dev] infinite loop in setup

2012-02-09 Thread Matthias Felleisen

[just got back]

Trying to build from scratch, killed process after about 50mins at 

 
> raco setup: 1 rendering: racklog/racklog.scrbl
> raco setup: 0 rendering: rackunit/scribblings/rackunit.scrbl
> raco setup: 1 rendering: scribblings/raco/raco.scrbl
> raco setup: 0 rendering: readline/readline.scrbl
> raco setup: 0 rendering: plot/scribblings/plot.scrbl
> raco setup: 1 rendering: scribblings/reference/reference.scrbl
> ^C^Cuser break


Is this a real problem or did it all just slow down that much recently? 


_
  Racket Developers list:
  http://lists.racket-lang.org/dev


Re: [racket-dev] infinite loop in setup

2012-02-09 Thread Eli Barzilay
Just now, Matthias Felleisen wrote:
> 
> [just got back]
> 
> Trying to build from scratch, killed process after about 50mins at 
> 
>  
> > raco setup: 1 rendering: racklog/racklog.scrbl
> > raco setup: 0 rendering: rackunit/scribblings/rackunit.scrbl
> > raco setup: 1 rendering: scribblings/raco/raco.scrbl
> > raco setup: 0 rendering: readline/readline.scrbl
> > raco setup: 0 rendering: plot/scribblings/plot.scrbl
> > raco setup: 1 rendering: scribblings/reference/reference.scrbl
> > ^C^Cuser break
> 
> Is this a real problem or did it all just slow down that much recently? 

(This is not the images slowdown -- that one happens in the
compilation step.)

-- 
  ((lambda (x) (x x)) (lambda (x) (x x)))  Eli Barzilay:
http://barzilay.org/   Maze is Life!
_
  Racket Developers list:
  http://lists.racket-lang.org/dev


Re: [racket-dev] infinite loop in setup

2012-02-09 Thread Matthias Felleisen

restarted with -j 1 and it finished in, oh less than 20 mins. strange!!! 



On Feb 9, 2012, at 9:30 PM, Eli Barzilay wrote:

> Just now, Matthias Felleisen wrote:
>> 
>> [just got back]
>> 
>> Trying to build from scratch, killed process after about 50mins at 
>> 
>> 
>>> raco setup: 1 rendering: racklog/racklog.scrbl
>>> raco setup: 0 rendering: rackunit/scribblings/rackunit.scrbl
>>> raco setup: 1 rendering: scribblings/raco/raco.scrbl
>>> raco setup: 0 rendering: readline/readline.scrbl
>>> raco setup: 0 rendering: plot/scribblings/plot.scrbl
>>> raco setup: 1 rendering: scribblings/reference/reference.scrbl
>>> ^C^Cuser break
>> 
>> Is this a real problem or did it all just slow down that much recently? 
> 
> (This is not the images slowdown -- that one happens in the
> compilation step.)
> 
> -- 
>  ((lambda (x) (x x)) (lambda (x) (x x)))  Eli Barzilay:
>http://barzilay.org/   Maze is Life!

_
  Racket Developers list:
  http://lists.racket-lang.org/dev