[racket-dev] Strange module mismatch

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

No, but I did run the wrong drracket executable after getting a
pristine build. Sorry for the noise!

On Wed, Nov 3, 2010 at 2:06 PM, Robby Findler
<robby at eecs.northwestern.edu> wrote:
> Did you edit files that drracket depends on and then not restart drracket?
>
> On Wed, Nov 3, 2010 at 1: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.
>> _________________________________________________
>>  For list-related administrative tasks:
>>  http://lists.racket-lang.org/listinfo/dev
>>
>
>


Posted on the dev mailing list.