[racket-dev] requested package not available: "draw-x86_64-macosx-2"
I just did a git pull and make and get the following error:
racket/bin/racket -U -G build/config racket/src/link-all.rkt ++dir pkgs
++dir native-pkgs --save main-distribution plt-services racket-lib
Linking packages:
plt-services
racket-lib
main-distribution
Recording packages choice in racket/etc/link-pkgs.rktd
Finding packages
link-all: requested package not available: "draw-x86_64-macosx-2"
context...:
/Users/dvanhorn/git/racket/racket/src/link-all.rkt:155:6: for-loop
/Users/dvanhorn/git/racket/racket/src/link-all.rkt:153:2: loop
/Users/dvanhorn/git/racket/racket/src/link-all.rkt: [running body]
make[2]: *** [pkg-links] Error 1
make[1]: *** [plain-in-place] Error 2
make: *** [in-place] Error 2
Any ideas how to fix this?
David