[racket] Building Racket 5.2.1 on 64-bit Ubuntu?
At Sun, 24 Jun 2012 14:36:58 -0400, Danny Yoo wrote:
> I'm trying to install Racket 5.2.1 on my shiny new Ubuntu box, and am
> encountering some strangeness when doing 'make install'. It appears
> to get stuck doing the documentation build for macro-debugger.
>
> ###############################
> ...
> raco setup: 2 making: lang/private
> raco setup: 2 making: launcher
> raco setup: 2 making: launcher/tests
> raco setup: 2 making: lazy
> raco setup: 2 making: lazy/lang
> raco setup: 2 making: macro-debugger
> ###############################
>
> The CPU's pegged at 100% at this point, but I see no progress
> otherwise. What else can I do to help debug this?
Version 5.2.1 is old enough that I'm starting to forget, but I think
there may still have been a lingering places bug that could cause `raco
setup' to get stuck. I also remember vaguely that the problem showed up
more often on 64-bit Linux, but that could be wishful thinking.
Does it help to run `raco setup -j 1'?