[racket-dev] current head doesn't compile?

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Thu Apr 19 21:34:00 EDT 2012

I've pushed a fix.

At Thu, 19 Apr 2012 16:55:10 -0700, John Clements wrote:
> Apologies in advance if this is my fault; I can't see an obvious reason why it 
> would be.
> 
> I'm building from the head, and I rm'ed my build directory, and I get a build 
> failure that ends with:
> 
> Compiling xform support...
> default-load-handler: cannot open input file: 
> "/Users/clements/plt/src/build/racket/gc2/xform-collects/scheme/base.rkt" (No 
> such file or directory; errno=2)
> 
>  === context ===
> standard-module-name-resolver
> /Users/clements/plt/src/racket/gc2/xform.rkt:95:24
> /Users/clements/plt/src/racket/gc2/xform.rkt: [running body]
> 
> make[4]: *** [xsrc/precomp.h] Error 1
> make[3]: *** [all] Error 2
> make[2]: *** [3m] Error 2
> make[1]: *** [3m] Error 2
> make: *** [all] Error 2
> pcp074113pcs:~/plt/src/build clements$ 
> 
> 
> I checked the list of "copy" commands that precede this, and sure enough, 
> there's no line corresponding to a copy of collects/scheme/base.rkt. So… 
> there's a missing copy? I took a brief look at src/racket/gc2/setup.rkt, but I 
> didn't see an obvious fix. :) I've attached the full text of the build.
> 
> Again, apologies if this is my fault.
> 
> Ooh… just looked at git log, perhaps this has something to do with 
> 2b76d9e5b03ea97b8de155d2dda63e64256a3212 ?
> 
> John 
> 
> 
> 
> 
> ------------------------------------------------------------------------------
> [text/plain "foo.txt"] [~/Desktop & open] [~/Temp & open]
> 
> ------------------------------------------------------------------------------
> [application/pkcs7-signature "smime.p7s"] [~/Desktop & open] [~/Temp & open]
> _________________________
>   Racket Developers list:
>   http://lists.racket-lang.org/dev


Posted on the dev mailing list.