[plt-scheme] Racket v4.90.0.1 is available for testing

From: Semih Cemiloglu (Semih.Cemiloglu at nec.com.au)
Date: Thu May 27 21:29:14 EDT 2010

Hi Eli,

I tried to compile it on OpenSolaris (x86 - version 2009.06) with Sun's C compiler (from Sun Studio 12 update 1).
My configure options were:

$ ./configure --prefix=/stow/racket-4.90.0 --disable-jit 2>&1 |tee conf.log

I order to advance, I did some modifications to the source tree as well as generated files (Makefile, libtool) which are attached to this message as diff file. Later on I experienced following error:

$ gmake 2>&1 |tee make.log
...
Copying /export/home/semihc/Packages/plt-4.90.0.1/collects/racket/lang/reader.rkt to /export/home/semihc/Packages/plt-4.90.0.1/src/racket/gc2/xform-collects/racket/lang/reader.rkt
Compiling xform support...
Done making xform-collects.
gmake[4]: Leaving directory `/export/home/semihc/Packages/plt-4.90.0.1/src/racket/gc2'
gmake xobjects
gmake[4]: Entering directory `/export/home/semihc/Packages/plt-4.90.0.1/src/racket/gc2'
env XFORM_USE_PRECOMP=xsrc/precomp.h ../racketcgc -cqu ./xform.rkt --setup . --cpp "cc -E -I./.. -I./../include -DMZ_DONT_USE_JIT   -DNEWGC_BTC_ACCOUNT  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 "  -o xsrc/salloc.c ./../src/salloc.c
precompiled-header: line mismatch with precompiled: #"#ident \"acomp: Sun C 5.10 SunOS_i386 2009/06/03\"" (line 4015) versus #"#ident\t\"%Z%%M%\t%I%\t%E% SMI\""

 === context ===
/export/home/semihc/Packages/plt-4.90.0.1/src/racket/gc2/xform-collects/compiler/private/xform.rkt:489:10: loop
/export/home/semihc/Packages/plt-4.90.0.1/src/racket/gc2/xform-collects/compiler/private/xform.rkt:8:2: xform

gmake[4]: *** [xsrc/salloc.c] Error 1
gmake[4]: Leaving directory `/export/home/semihc/Packages/plt-4.90.0.1/src/racket/gc2'
gmake[3]: *** [all] Error 2
gmake[3]: Leaving directory `/export/home/semihc/Packages/plt-4.90.0.1/src/racket/gc2'
gmake[2]: *** [3m] Error 2
gmake[2]: Leaving directory `/export/home/semihc/Packages/plt-4.90.0.1/src/racket'
gmake[1]: *** [3m] Error 2
gmake[1]: Leaving directory `/export/home/semihc/Packages/plt-4.90.0.1/src'
gmake: *** [all] Error 2


Any help on how to resolve this issue will be much appreciated.
Also, I kindly ask to review the changes I made and merge them into main trunk if possible.


Kind regards,
Semih Cemiloglu


-----Original Message-----
From: plt-scheme-bounces at list.cs.brown.edu [mailto:plt-scheme-bounces at list.cs.brown.edu] On Behalf Of Eli Barzilay
Sent: Friday, 28 May 2010 4:13 AM
To: plt-scheme at list.cs.brown.edu
Subject: [plt-scheme] Racket v4.90.0.1 is available for testing

Version 4.90.0.1 is now available for testing from

  http://pre.plt-scheme.org/release/installers/

Note that this is not available from the usual download site.

If all goes well, this will turn into the first Racket release (which
will be version 5.0) in about a week.

Any help and feedback in testing this new release candidate will be
much appreciated.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!
_________________________________________________
  For list-related administrative tasks:
  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
-------------- next part --------------
A non-text attachment was scrubbed...
Name: plt-4.90-suncc.diff
Type: application/octet-stream
Size: 648 bytes
Desc: plt-4.90-suncc.diff
URL: <http://lists.racket-lang.org/users/archive/attachments/20100528/517ece65/attachment.obj>

Posted on the users mailing list.