6.10.3 prerelease

Hi all, 6.10.3 is now ready to release. There have been very few changes relative to 6.10.2; the release notes are here: http://www.haskell.org/ghc/dist/stable/docs/users_guide/release-6-10-3.html This is just to give people a chance to report any regressions relative to 6.10.2, in particular, build failures or ghci problems. Source tarballs are here: http://www.haskell.org/ghc/dist/stable/dist/ghc-6.10.2.20090430-src.tar.bz2 http://www.haskell.org/ghc/dist/stable/dist/ghc-6.10.2.20090430-src-extralib... Unless any major problems are uncovered, we expect to build the final release in a couple of days. Thanks Ian

Hi, I tried to build prerelease from tarball on Intel Mac (OS 10.4.11) by ghc-6.10.1, almost all successfully built but documentations are not. when building documentations, I got error: Preprocessing library base-4.1.0.0... Running hscolour for base-4.1.0.0... Preprocessing library base-4.1.0.0... Running Haddock for base-4.1.0.0... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: rts-1.0 i686-apple-darwin8-gcc-4.0.1: Internal error: Virtual timer expired (program cc1) Please submit a full bug report. See URL:http://developer.apple.com/bugreporter for instructions. make[2]: *** [doc.library.base] Error 1 make[2]: Leaving directory `/Users/mate/work/2009/05/03/ ghc-6.10.2.20090430/libraries' make[1]: *** [stage2] Error 2 make[1]: Leaving directory `/Users/mate/work/2009/05/03/ ghc-6.10.2.20090430' make: *** [bootstrap2] Error 2 Full config.log build.log are here, - http://dl.getdropbox.com/u/360784/build.log - http://dl.getdropbox.com/u/360784/config.log Thanks Hashimoto On 2009/05/03, at 0:07, Ian Lynagh wrote:
Hi all,
6.10.3 is now ready to release. There have been very few changes relative to 6.10.2; the release notes are here: http://www.haskell.org/ghc/dist/stable/docs/users_guide/ release-6-10-3.html
This is just to give people a chance to report any regressions relative to 6.10.2, in particular, build failures or ghci problems. Source tarballs are here: http://www.haskell.org/ghc/dist/stable/dist/ghc-6.10.2.20090430- src.tar.bz2 http://www.haskell.org/ghc/dist/stable/dist/ghc-6.10.2.20090430- src-extralibs.tar.bz2
Unless any major problems are uncovered, we expect to build the final release in a couple of days.
Thanks Ian
_______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Hi Hashimoto, On Sun, May 03, 2009 at 01:04:42PM +0900, Yusaku Hashimoto wrote:
I tried to build prerelease from tarball on Intel Mac (OS 10.4.11) by ghc-6.10.1
Thanks for the testing!
Running Haddock for base-4.1.0.0... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: rts-1.0 i686-apple-darwin8-gcc-4.0.1: Internal error: Virtual timer expired (program cc1)
Hmm, is that repeatable? And if so, does it happen if you try to build 6.10.2? Building the pre-release on OS X 10.5 (to make the installer) worked for me. Thanks Ian

Hi
Running Haddock for base-4.1.0.0... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: rts-1.0 i686-apple-darwin8-gcc-4.0.1: Internal error: Virtual timer expired (program cc1)
Hmm, is that repeatable?
Yes. It is occur when making doc.library.whatever in $TOPDIR/library. It seemed to be SIGVTALRM for schedular is gotten by child process. But I couldn't write smaller example to repeat it. So I wrapped gcc with blocking almost all signals before forking, It just worked.
And if so, does it happen if you try to build 6.10.2?
Yes. Same error appeared.
Building the pre-release on OS X 10.5 (to make the installer) worked for me.
I envy you, Should I upgrade OS? :P Thanks Hashimoto
participants (2)
-
Ian Lynagh
-
Yusaku Hashimoto