[racket-dev] Bugs? Lots of identifiers not defined or imported for phase 0 in compatibility-lib/mzlib/class.rkt:1:0

From: WarGrey Gyoudmon Ju (juzhenliang at gmail.com)
Date: Mon Feb 17 11:09:17 EST 2014

Before installing, the original one has uninstalled completely.

cd racket/src/racket/build && ../configure --prefix=/opt/GYDMracket
--enable-origtree ...;
/opt/GYDMracket/bin/raco pkg install --scope installation --deps
search-auto drracket math html make racklog.

Hum..., Actually I didn't use `make base`,  the build script never failed
before until 6.0.0.1 (later).
I noticed that git pulled and updated the private/class.rkt file.

This occurs both in MacOSX and OpenIndiana.



On Mon, Feb 17, 2014 at 10:20 PM, Robby Findler <robby at eecs.northwestern.edu
> wrote:

> I might be a little behind the curve here, but are you sure you're getting
> a matched version of the packages and the base version you compiled?
>
> More concretely what was the current directory when you ran that last
> command?
>
> Robby
>
>
>
> On Sun, Feb 16, 2014 at 10:01 PM, WarGrey Gyoudmon Ju <
> juzhenliang at gmail.com> wrote:
>
>> Hello, Racket.
>>
>> Later 6.0.0.1, I cannot build the distribution from scratch because of
>> these errors via:
>> make base
>> make install
>> raco pkg install -i.
>>
>>
>> Here is the last instance shown.
>>
>> compatibility-lib/mzlib/class.rkt:1:0: module: provided identifier not
>> defined or imported for phase 0
>>   at: ->*m
>>   in: (#%plain-module-begin (#%require (for-syntax mzscheme)) (require
>> racket/private/class-internal) (provide-public-names))
>>   context...:
>>    standard-module-name-resolver
>>    standard-module-name-resolver
>>    standard-module-name-resolver
>>    /opt/GYDMracket/collects/setup/setup-core.rkt:59:0: setup-core
>>    /opt/GYDMracket/collects/setup/setup.rkt:56:3
>>    /opt/GYDMracket/collects/pkg/main.rkt:16:0: setup
>>    (submod /opt/GYDMracket/collects/pkg/main.rkt main): [running body]
>>    /opt/GYDMracket/collects/pkg/raco.rkt: [traversing imports]
>>    /opt/GYDMracket/collects/raco/raco.rkt: [running body]
>>    /opt/GYDMracket/collects/raco/main.rkt: [running body]
>>
>>
>> Thanks.
>>
>> _________________________
>>   Racket Developers list:
>>   http://lists.racket-lang.org/dev
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/dev/archive/attachments/20140218/d9625230/attachment.html>

Posted on the dev mailing list.