[plt-scheme] Cannot install hwiki.plt 1.15 on Ubuntu Linux 9.04
Hi,
I'm trying to install the HWiki package without success.
I'm running DrScheme 4.2 on Ubuntu 9.04.
The suggested line for installation is:
> (require (planet "[file]" ("oesterholt" "hwiki.plt" 1 15)))
but it gets rejected with:
> planet: bad module path in: (planet "[file]" ("oesterholt" "hwiki.plt" 1
15))
Then, I've tried:
> (require (planet "hwiki.scm" ("oesterholt" "hwiki.plt" 1 15)))
which fails with:
compile: unbound identifier in module
setup-plt: error: during making for <planet>/oesterholt/roos.plt/1/9 (roos)
setup-plt: compile: unbound identifier in module
compile: unbound identifier in module
setup-plt: error: during making for <planet>/oesterholt/sqlid.plt/1/5
(sqlid)
setup-plt: compile: unbound identifier in module
compile: unbound identifier in module
setup-plt: error: during making for <planet>/oesterholt/hwiki.plt/1/15
(hwiki)
setup-plt: compile: unbound identifier in module
module: identifier is already imported
module: identifier is already imported
module: identifier is already imported
setup-plt: error: during making for <planet>/schematics/port.plt/1/3 (port)
setup-plt: module: identifier is already imported
setup-plt: error: during making for
<planet>/schematics/port.plt/1/3/scribblings
setup-plt: module: identifier is already imported
setup-plt: error: during Building docs for
/home/internet/.plt-scheme/planet/300/4.2/cache/schematics/port.plt/1/3/scribblings/port.scrbl
setup-plt: module: identifier is already imported
module: identifier is already imported
setup-plt: error: during making for <planet>/schematics/instaweb.plt/1/8
(instaweb)
setup-plt: module: identifier is already imported
compile: unbound identifier in module
setup-plt: error: during making for <planet>/oesterholt/datastructs.plt/1/0
(datastructs)
setup-plt: compile: unbound identifier in module
compile: unbound identifier in module
load-handler: expected a `module' declaration for `example-server' in
#<path:/home/internet/.plt-scheme/planet/300/4.2/cache/oesterholt/mzrpc.plt/1/4/examples/example-server.scm>,
but found something else
setup-plt: error: during making for <planet>/oesterholt/mzrpc.plt/1/4
(mzrpc)
setup-plt: compile: unbound identifier in module
setup-plt: error: during making for
<planet>/oesterholt/mzrpc.plt/1/4/examples
setup-plt: load-handler: expected a `module' declaration for
`example-server' in
#<path:/home/internet/.plt-scheme/planet/300/4.2/cache/oesterholt/mzrpc.plt/1/4/examples/example-server.scm>,
but found something else
.
../../../.plt-scheme/planet/300/4.2/cache/oesterholt/datastructs.plt/1/0/fifo.scm:102:20:
expand: unbound identifier in module in: set-cdr!
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20090720/33e6ee3f/attachment.html>