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

From: John Clements (clements at brinckerhoff.org)
Date: Wed Sep 1 16:55:46 EDT 2010

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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4669 bytes
Desc: not available
URL: <http://lists.racket-lang.org/dev/archive/attachments/20100901/c271c809/attachment.p7s>

Posted on the dev mailing list.