[racket-dev] parallel raco setup failing on Linux machine?

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Wed Sep 1 16:58:26 EDT 2010

You might try running with "-j 1". That goes back to the old, non-parallel code.

Robby

On Wed, Sep 1, 2010 at 3:55 PM, John Clements <clements at brinckerhoff.org> wrote:
> I'm trying to run 'make install' on a Linux VPS, and it's halting -- at different points -- with errors that look like this:
>
> ...
> raco setup: made: framework
> raco setup: made: browser/private
> raco setup: made: framework/private
> raco setup: made: games
> raco setup: made: graphics
> raco setup: made: graphics/scribblings
> raco setup: made: frtime (FrTime)
> raco setup: made: gui-debugger
> match: no matching clause for (list (list (cc '(#<path:frtime>) #<path:/home/clements/plt/collects/frtime> "frtime (FrTime)" #<procedure:info?> #<path:/home/clements/plt/collects> #<path:/home/clements/plt/collects/info-domain/compiled/cache.rktd> '((lib "frtime") 1 0)) "scribblings...
>
>  === context ===
> /home/clements/plt/collects/racket/match/runtime.rkt:19:0: match:error
> /home/clements/plt/collects/setup/parallel-do.rkt:102:69
> /home/clements/plt/collects/setup/setup-unit.rkt:601:17: thunk
>
> make[1]: *** [install-3m] Error 1
> make[1]: Leaving directory `/home/clements/plt/src/build'
> make: *** [install] Error 2
> ESC]0;clements at li21-127: ~/plt/src/build^Gclements at li21-127:~/plt/src/build$
>
> FWIW, this is today's commit
>
> 4c35af2eef7fe95efe89a465e221443b1b653702
>
> .
>
> I haven't taken a look at the source code, for setup, yet.
>
> Any suggestions?
>
> John
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/dev
>


Posted on the dev mailing list.