[plt-scheme] 4.2.5 inst fails due to collection root

From: Paulo J. Matos (pocmatos at gmail.com)
Date: Thu Apr 8 15:54:22 EDT 2010

On Wed, Apr 7, 2010 at 9:24 PM, Eli Barzilay <eli at barzilay.org> wrote:

>
> Maybe it's a planet package?  -- Try to temporarily rename .plt-scheme
> and see if it happens.
>

Unfortunately it still doesn't work. During the build I get several times:

setup-plt: making: sgl
setup-plt:  in sgl
default-load-handler: cannot open input file:
"/home/pmatos/Applications/plt/plt-4.2.5/lib/plt/collects/sgl/gl-info.ss"
(No such file or directory; errno=2)
setup-plt: making: sgl/scribblings
setup-plt:  in sgl/scribblings
setup-plt:  in sgl
default-load-handler: cannot open input file:
"/home/pmatos/Applications/plt/plt-4.2.5/lib/plt/collects/sgl/gl-info.ss"
(No such file or directory; errno=2)

and then in the end:
setup-plt: --- installing collections ---
setup-plt: --- post-installing collections ---
setup-plt: post-installing: help
setup-plt: post-installing: mred
setup-plt: post-installing: mysterx
setup-plt: post-installing: mzcom
setup-plt: done
setup-plt:
setup-plt: error: during Early Install for sgl
setup-plt:   make: failed to make compiled/gl-info_ss.zo;
compile-extension: command failed
setup-plt: error: during making for games
setup-plt:   default-load-handler: cannot open input file:
"/home/pmatos/Applications/plt/plt-4.2.5/lib/plt/collects/sgl/gl-info.ss"
(No such file or directory; errno=2)
setup-plt: error: during making for games/checkers
setup-plt:   default-load-handler: cannot open input file:
"/home/pmatos/Applications/plt/plt-4.2.5/lib/plt/collects/sgl/gl-info.ss"
(No such file or directory; errno=2)
setup-plt: error: during making for games/doors
setup-plt:   default-load-handler: cannot open input file:
"/home/pmatos/Applications/plt/plt-4.2.5/lib/plt/collects/sgl/gl-info.ss"
(No such file or directory; errno=2)
setup-plt: error: during making for games/gl-board-game
setup-plt:   default-load-handler: cannot open input file:
"/home/pmatos/Applications/plt/plt-4.2.5/lib/plt/collects/sgl/gl-info.ss"
(No such file or directory; errno=2)
setup-plt: error: during making for games/gobblet
setup-plt:   default-load-handler: cannot open input file:
"/home/pmatos/Applications/plt/plt-4.2.5/lib/plt/collects/sgl/gl-info.ss"
(No such file or directory; errno=2)
setup-plt: error: during making for games/jewel
setup-plt:   default-load-handler: cannot open input file:
"/home/pmatos/Applications/plt/plt-4.2.5/lib/plt/collects/sgl/gl-info.ss"
(No such file or directory; errno=2)
setup-plt: error: during making for sgl
setup-plt:   default-load-handler: cannot open input file:
"/home/pmatos/Applications/plt/plt-4.2.5/lib/plt/collects/sgl/gl-info.ss"
(No such file or directory; errno=2)
setup-plt: error: during making for sgl/scribblings
setup-plt:   default-load-handler: cannot open input file:
"/home/pmatos/Applications/plt/plt-4.2.5/lib/plt/collects/sgl/gl-info.ss"
(No such file or directory; errno=2)
setup-plt: error: during Building docs for
/home/pmatos/Applications/plt/plt-4.2.5/lib/plt/collects/games/gl-board-game/gl-board-game.scrbl
setup-plt:   default-load-handler: cannot open input file:
"/home/pmatos/Applications/plt/plt-4.2.5/lib/plt/collects/sgl/gl-info.ss"
(No such file or directory; errno=2)
setup-plt: error: during Building docs for
/home/pmatos/Applications/plt/plt-4.2.5/lib/plt/collects/sgl/scribblings/sgl.scrbl
setup-plt:   default-load-handler: cannot open input file:
"/home/pmatos/Applications/plt/plt-4.2.5/lib/plt/collects/sgl/gl-info.ss"
(No such file or directory; errno=2)
make[1]: *** [install-3m] Error 1
make[1]: Leaving directory `/home/pmatos/Temp/plt-4.2.5/src'
make: *** [install] Error 2

Any idea why gl-info.ss is not there?
-- 
PMatos


Posted on the users mailing list.