[racket] First use of a PLaneT package

From: Ray Racine (ray.racine at gmail.com)
Date: Sun Jun 3 08:02:32 EDT 2012

1) Some packages themselves require other packages.  Depending on the
dependency tree it could take awhile.  20 mins is long.  Most packages
install in far less time and once installed are cached.  Maybe a bad
network day of some kind.  I just installed memoize and it took only a few
seconds.

2) On Linux, in your home directory, there is a .racket directory.
 Documentation is also built down in there.  I'm not familiar with Racket
on Windows but I expect there is some sort of hidden racket directory in
your user directory.

So for me in my home directory:
.racket/planet/300/
5.3.0.10/cache/dherman/memoize.plt/3/1/planet-docs/memoize/index.html

Ray

On Sun, Jun 3, 2012 at 12:16 AM, Joe Gilray <jgilray at gmail.com> wrote:

> Hi Racketeers,
>
> I added "*(require (planet dherman/memoize:3:1))"*
> to my code and have been successful in using define/memo, but since this
> is my first experience with PLaneT, I have some basic questions.
>
> 1) The install took about 20 minutes, is this normal or did something go
> awry (see messages below)?
>
> 2) How do I find out which packages were installed?  Is there a way to
> know which packages will be installed without installing?
>
> 3) It appears to have installed some documentation, but when I bring up
> the local docs and "search manuals" for define/memo I get no hits.  How do
> I access/search the installed docs?
>
> Thanks,
> -Joe
>
>
> expand: unbound identifier in module
> expand: unbound identifier in module
> expand: unbound identifier in module
> raco setup: error: during making for <planet>/cce/scheme.plt/6/3 (Scheme
> Utilities: (planet cce/scheme))
> raco setup:   expand: unbound identifier in module
> raco setup: error: during making for <planet>/cce/scheme.plt/6/3/reference
> raco setup:   expand: unbound identifier in module
> raco setup: error: during Building docs for
> C:\Users\Gilrays\AppData\Roaming\Racket\planet\300\5.2.1\cache\cce\scheme.plt\6\3\reference\manual.scrbl
> raco setup:   expand: unbound identifier in module
> expand: unbound identifier in module
> expand: unbound identifier in module
> expand: unbound identifier in module
> raco setup: error: during making for <planet>/untyped/unlib.plt/3/24
> (Unlib)
> raco setup:   expand: unbound identifier in module
> raco setup: error: during making for
> <planet>/untyped/unlib.plt/3/24/scribblings
> raco setup:   expand: unbound identifier in module
> raco setup: error: during Building docs for
> C:\Users\Gilrays\AppData\Roaming\Racket\planet\300\5.2.1\cache\untyped\unlib.plt\3\24\scribblings\unlib.scrbl
> raco setup:   expand: unbound identifier in module
> module: identifier is already imported
> module: identifier is already imported
> raco setup: error: during making for <planet>/cce/scheme.plt/4/1 (Scheme
> Utilities: (planet cce/scheme))
> raco setup:   module: identifier is already imported
> raco setup: error: during Building docs for
> C:\Users\Gilrays\AppData\Roaming\Racket\planet\300\5.2.1\cache\cce\scheme.plt\4\1\scribblings\main.scrbl
> raco setup:   module: identifier is already imported
> copy-file: copy failed; cannot copy: C:\Program Files\Racket\Racket.exe
> to: C:\Program Files\Racket\sake.exe (Access is denied.; errno=5)
> WARNING: collected information for key multiple times: '(index-entry
> (mod-path "(planet schematics/sake)")); values: (list '("(planet
> schematics/sake)") (list (sized-element ...)) #<module-path-index-desc>)
> (list '("(planet schematics/sake)") (list (sized-element ...))
> #<module-path-index-desc>)
> WARNING: collected information for key multiple times: '(mod-path "(planet
> schematics/sake)"); values:
> '#(#<path:C:\Users\Gilrays\AppData\Roaming\Racket\planet\300\5.2.1\cache\schematics\sake.plt\1\0\doc\sake\Build_files.html>
> ("Build files") #t (mod-path "(planet schematics/sake)"))
> '#(#<path:C:\Users\Gilrays\AppData\Roaming\Racket\planet\300\5.2.1\cache\schematics\sake.plt\1\0\doc\sake\The_Sake_API.html>
> ("The Sake API") #t (mod-path "(planet schematics/sake)"))
> WARNING: collected information for key multiple times: '(index-entry
> (mod-path "(planet schematics/sake)")); values: (list '("(planet
> schematics/sake)") (list (sized-element ...)) #<module-path-index-desc>)
> (list '("(planet schematics/sake)") (list (sized-element ...))
> #<module-path-index-desc>)
> WARNING: collected information for key multiple times: '(mod-path "(planet
> schematics/sake)"); values:
> '#(#<path:C:\Users\Gilrays\AppData\Roaming\Racket\planet\300\5.2.1\cache\schematics\sake.plt\1\0\doc\sake\Build_files.html>
> ("Build files") #t (mod-path "(planet schematics/sake)"))
> '#(#<path:C:\Users\Gilrays\AppData\Roaming\Racket\planet\300\5.2.1\cache\schematics\sake.plt\1\0\doc\sake\The_Sake_API.html>
> ("The Sake API") #t (mod-path "(planet schematics/sake)"))
> raco setup: error: during Launcher Setup for
> <planet>/schematics/sake.plt/1/0 (Sake)
> raco setup:   copy-file: copy failed; cannot copy: C:\Program
> Files\Racket\Racket.exe to: C:\Program Files\Racket\sake.exe (Access is
> denied.; errno=5)
> WARNING: no declared exporting libraries for definition
> WARNING: no declared exporting libraries for definition
> WARNING: no declared exporting libraries for definition
> WARNING: no declared exporting libraries for definition
> WARNING: no declared exporting libraries for definition
> WARNING: no declared exporting libraries for definition
> WARNING: no declared exporting libraries for definition
> WARNING: no declared exporting libraries for definition
>
> ____________________
>  Racket Users list:
>  http://lists.racket-lang.org/users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20120603/b78132c3/attachment.html>

Posted on the users mailing list.