[plt-scheme] PLT Scheme v4.0

From: YC (yinso.chen at gmail.com)
Date: Thu Jun 12 14:50:42 EDT 2008

Congratz and thanks for the great work!

I tried to install on Centos5.1 and ran into two separate errors - I
bypassed one by installing to a different box.  Not sure if these are known
issues and how to go about resolving them?

1st error - segmentation fault during make (I had to find another box)

env XFORM_PRECOMP=yes ../mzschemecgc -cqu ./xform.ss --setup . --cpp "gcc -E
-DNEWGC_BTC_ACCOUNT  -DMZ_USES_SHARED_LIB -I./.. -I./../include" -o
xsrc/precomp.h ./precomp.c
make[4]: *** [xsrc/precomp.h] Segmentation fault

2nd error - failed building sgl during make install (it seems like some
optional dependency is missing)

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:
"/usr/local/plt/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:
"/usr/local/plt/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:
"/usr/local/plt/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:
"/usr/local/plt/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:
"/usr/local/plt/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:
"/usr/local/plt/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:
"/usr/local/plt/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:
"/usr/local/plt/lib/plt/collects/sgl/gl-info.ss" (No such file or directory;
errno=2)
setup-plt: error: during Building docs for
/usr/local/plt/lib/plt/collects/games/gl-board-game/gl-board-game.scrbl
setup-plt:   default-load-handler: cannot open input file:
"/usr/local/plt/lib/plt/collects/sgl/gl-info.ss" (No such file or directory;
errno=2)
setup-plt: error: during Building docs for
/usr/local/plt/lib/plt/collects/sgl/scribblings/sgl.scrbl
setup-plt:   default-load-handler: cannot open input file:
"/usr/local/plt/lib/plt/collects/sgl/gl-info.ss" (No such file or directory;
errno=2)
make[1]: *** [install-3m] Error 1

Thanks,
yc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20080612/8fe38a31/attachment.html>

Posted on the users mailing list.