[plt-dev] weird error; contracts for xml error
Yes, I discovered this right after sending the email. Specifically
the wxme collection depends on the xml collection and blew up. Sorry
for including spam in the report.
On May 30, 2009, at 2:51 PM, Robby Findler wrote:
> On Sat, May 30, 2009 at 1:17 PM, Matthias Felleisen
> <matthias at ccs.neu.edu> wrote:
>>
>> 1. what does this really mean:
>>
>>> Making Web pages in /Users/matthias/0Unison/0Web/
>>> link: module mismatch, probably from old bytecode whose
>>> dependencies have
>>> changed: variable not provided (directly or indirectly and at the
>>> expected
>>> position) from module: "/Users/matthias/plt/collects/xml/private/
>>> reader.ss"
>>> accessed from module: "/Users/matthias/plt/collects/wxme/xml.ss"
>>> at source
>>> phase level: 0 in: provide/contract-contract-id-read-xml.2
>>
>> This happened right after I ran setup-plt -l xml.
>
> Probably you rebuilt the xml collection fine, but something that
> depended on it didn't get rebuilt.
>
> Robby