[racket-dev] snapshot builds
On Tue, Jul 2, 2013 at 3:40 PM, Matthew Flatt <mflatt at cs.utah.edu> wrote:
> Here's a rough cut at a snapshot build with the new package
> organization:
>
> http://www.cs.utah.edu/plt/snapshots/20130702-c90365e/
The latest snapshots (32 and 64 bit) seem to work for me on multiple
Linux machines.
However, when I run 'raco setup' in the full snapshot, I get errors like:
copy-file: cannot open source file
source path: /Users/racket/build/plt/build/user/5.3.900.3/pkgs/games/aces/aces.png
destination path:
/home/samth/tmp/rt/racket-5.3.900.3/add-on/5.3.900.3/doc/search/aces.png
system error: No such file or directory; errno=2
context...:
/home/samth/tmp/rt/racket-5.3.900.3/lib/pkgs/scribble-lib/scribble/base-render.rkt:881:4:
core669
/home/samth/tmp/rt/racket-5.3.900.3/lib/pkgs/scribble-lib/scribble/html-render.rkt:1085:4:
render-content method in ...bble/html-render.rkt:217:2
/home/samth/tmp/rt/racket-5.3.900.3/lib/pkgs/scribble-lib/scribble/html-render.rkt:1248:4:
render-plain-content method in ...bble/html-render.rkt:217:2
/home/samth/tmp/rt/racket-5.3.900.3/lib/pkgs/scribble-lib/scribble/base-render.rkt:847:4:
render-content method in render%
Sam