[racket-dev] Strange module mismatch

From: Casey Klein (clklein at eecs.northwestern.edu)
Date: Wed Nov 3 14:45:43 EDT 2010

I get the same error with the option disabled.

On Wed, Nov 3, 2010 at 1:41 PM, Carl Eastlund <cce at ccs.neu.edu> wrote:
> Is the DrRacket option "populate compiled/ directories" enabled or
> disabled?  If it is enabled, disable it and try again.  I get this
> kind of behavior with planet development links sometimes; see PR
> 10685.  Of course, these problems may not be directly related even if
> this option does fix your program.
>
> Carl Eastlund
>
> On Wed, Nov 3, 2010 at 2:24 PM, Casey Klein
> <clklein at eecs.northwestern.edu> wrote:
>> I'm hitting a module mismatch that won't go away no matter how many
>> times I type raco make or raco setup.
>>
>> Running the module
>>
>> #lang racket
>> (require redex)
>> variables-not-in
>>
>> produces
>>
>> link: module mismatch, probably from old bytecode whose dependencies
>> have changed: variable not provided (directly or indirectly) from
>> module: "/Users/clklein/git/plt/collects/redex/private/fresh.rkt"
>> accessed from module: 'anonymous-module at source phase level: 0 in:
>> variables-not-in
>>
>> in DrRacket but works fine using the racket command.
>>
>> This happens in a fresh build of master's HEAD.
>
>


Posted on the dev mailing list.