[racket-dev] requested package not available: "draw-x86_64-macosx-2"

From: David Van Horn (dvanhorn at cs.umd.edu)
Date: Sat May 3 15:38:16 EDT 2014

On 5/3/14, 3:36 PM, Robby Findler wrote:
> Just a guess but maybe "git submodule update"?

I always forget that step -- yes, that fixed it.  Thanks!

David


> On Saturday, May 3, 2014, David Van Horn <dvanhorn at cs.umd.edu> wrote:
> 
>> 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
>> _________________________
>>   Racket Developers list:
>>   http://lists.racket-lang.org/dev
>>
> 


Posted on the dev mailing list.