[plt-scheme] migration problem (was: miration problem)
hi!
so i installed the current version from the Ubuntu Jaunty .deb on the website: v4.2 [3m]
i run the same programme as above. on first run, it's various messages, apparently the bug
reported by eli in the previous post:
mxs at chaar: mzscheme code3.ss
require: unknown module: 'program
setup-plt: error: during Building docs for
/home/mxs/.plt-scheme/planet/300/4.2/cache/cce/scheme.plt/4/1/scribblings/main.scrbl
setup-plt: require: unknown module: 'program
WARNING: collected information for key multiple times: (mod-path "(planet schematics/sake)");
values:
#(#<path:/home/mxs/.plt-scheme/planet/300/4.2/cache/schematics/sake.plt/1/0/doc/sake/Build_files.html>
("Build files") #t (mod-path "(planet schematics/sake)"))
#(#<path:/home/mxs/.plt-scheme/planet/300/4.2/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: (("(planet schematics/sake)") (#(struct:sized-element ... ...))
#<module-path-index-desc>) (("(planet schematics/sake)") (#(struct:sized-element ... ...))
#<module-path-index-desc>)
WARNING: collected information for key multiple times: (mod-path "(planet schematics/sake)");
values:
#(#<path:/home/mxs/.plt-scheme/planet/300/4.2/cache/schematics/sake.plt/1/0/doc/sake/Build_files.html>
("Build files") #t (mod-path "(planet schematics/sake)"))
#(#<path:/home/mxs/.plt-scheme/planet/300/4.2/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: (("(planet schematics/sake)") (#(struct:sized-element ... ...))
#<module-path-index-desc>) (("(planet schematics/sake)") (#(struct:sized-element ... ...))
#<module-path-index-desc>)
copy-file: cannot open destination file; cannot copy: /usr/plt/collects/launcher/sh to:
/usr/plt/bin/sake
setup-plt: error: during Launcher Setup for <planet>/schematics/sake.plt/1/0 (Sake)
setup-plt: copy-file: cannot open destination file; cannot copy: /usr/plt/collects/launcher/sh
to: /usr/plt/bin/sake
^Cuser break
i loose patience here, Ctrl-C, became superuser, and try again:
root at chaar:/home/mxs/dev/stratobe# mzscheme code3.ss
require: unknown module: 'program
setup-plt: error: during Building docs for
/root/.plt-scheme/planet/300/4.2/cache/cce/scheme.plt/4/1/scribblings/main.scrbl
setup-plt: require: unknown module: 'program
WARNING: collected information for key multiple times: (index-entry (mod-path "(planet
schematics/sake)")); values: (("(planet schematics/sake)") (#(struct:sized-element ... ...))
#<module-path-index-desc>) (("(planet schematics/sake)") (#(struct:sized-element ... ...))
#<module-path-index-desc>)
WARNING: collected information for key multiple times: (mod-path "(planet schematics/sake)");
values:
#(#<path:/root/.plt-scheme/planet/300/4.2/cache/schematics/sake.plt/1/0/doc/sake/Build_files.html>
("Build files") #t (mod-path "(planet schematics/sake)"))
#(#<path:/root/.plt-scheme/planet/300/4.2/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: (("(planet schematics/sake)") (#(struct:sized-element ... ...))
#<module-path-index-desc>) (("(planet schematics/sake)") (#(struct:sized-element ... ...))
#<module-path-index-desc>)
WARNING: collected information for key multiple times: (mod-path "(planet schematics/sake)");
values:
#(#<path:/root/.plt-scheme/planet/300/4.2/cache/schematics/sake.plt/1/0/doc/sake/Build_files.html>
("Build files") #t (mod-path "(planet schematics/sake)"))
#(#<path:/root/.plt-scheme/planet/300/4.2/cache/schematics/sake.plt/1/0/doc/sake/The_Sake_API.html>
("The Sake API") #t (mod-path "(planet schematics/sake)"))
default-load-handler: cannot open input file:
"/root/.plt-scheme/planet/300/4.2/cache/untyped/mirrors.plt/1/9/javascript/main.ss" (No such file
or directory; errno=2)
setup-plt: error: during Building docs for
/root/.plt-scheme/planet/300/4.2/cache/dherman/javascript.plt/8/0/scribblings/javascript.scrbl
setup-plt: default-load-handler: cannot open input file:
"/root/.plt-scheme/planet/300/4.2/cache/untyped/mirrors.plt/1/9/javascript/main.ss" (No such file
or directory; errno=2)
response.ss:70:53: compile: unbound identifier in module in: response?
response.ss:70:53: compile: unbound identifier in module in: response?
setup-plt: error: during making for <planet>/untyped/dispatch.plt/1/10 (Dispatch)
setup-plt: response.ss:70:53: compile: unbound identifier in module in: response?
setup-plt: error: during Building docs for
/root/.plt-scheme/planet/300/4.2/cache/untyped/dispatch.plt/1/10/scribblings/dispatch.scrbl
setup-plt: response.ss:70:53: compile: unbound identifier in module in: response?
/root/.plt-scheme/planet/300/4.2/cache/untyped/dispatch.plt/1/10/response.ss:70:53: compile:
unbound identifier in module in: response?
root at chaar:/home/mxs/dev/stratobe#
hmmm... that's too much errors fro 2:54am, but let's try for a second time as normal user:
mxs at chaar: mzscheme code3.ss
/home/mxs/.plt-scheme/planet/300/4.2/cache/untyped/dispatch.plt/1/10/response.ss:70:53: compile:
unbound identifier in module in: response?
mxs at chaar:
what do you make of that? this code runs fine on my debian powerpc laptop and the virtual server
where i run www.metatron.sh, both v4.1.3 [3m]
thx,
maxigas