RE: Release Candidate for 6.2.1 available

ghc-6.2.20040304 and later are release candidates for 6.2.1
Get them from here:
This is your last chance to test... I'm going to freeze the release on Monday (15 March). Cheers, Simon

An installer for Windows users can now also be found in
that directory.
--sigbjorn
----- Original Message -----
From: "Simon Marlow"
ghc-6.2.20040304 and later are release candidates for 6.2.1
Get them from here:
This is your last chance to test... I'm going to freeze the release on Monday (15 March).
Cheers, Simon

Just a short note from my side: I've tested both the branch (not the .tar.bz2) on x86 Linux and the .msi on Win2k. Both seem to work fine... Cheers, S.

Sigbjorn Finne wrote:
An installer for Windows users can now also be found in that directory.
----- Original Message ----- From: "Simon Marlow"
Subject: RE: Release Candidate for 6.2.1 available ghc-6.2.20040304 and later are release candidates for 6.2.1 Get them from here: http://www.haskell.org/ghc/dist/stable/dist/
This is your last chance to test... I'm going to freeze the release on Monday (15 March).
If installed under a directory with spaces, it fails to produce object files. 6.2 has the same problem, 6.0.1 works. End of output from "ghc -v --make t.hs": ... ... C:\ghc\ghc 6.2.1\gcc -B"C:\ghc\ghc 6.2.1\gcc-lib/" -I. -I. -c C:\DOCUME~1\peter\ LOCALS~1\Temp\ghc536.s -o t.o Failed: C:\ghc\ghc 6.2.1\gcc -B"C:\ghc\ghc 6.2.1\gcc-lib/" -I. -I. -c C:\DOCUME~ 1\peter\LOCALS~1\Temp\ghc536.s -o t.orawSystem: does not exist (No such file or directory) *** Deleting temp files Deleting: C:/DOCUME~1/peter/LOCALS~1/Temp/ghc536.s /Peter

Thanks, Sigbjorn,
since I was among those who asked for more frequent windows
binaries, I thought I should have a go at this (on windows 98). I
found two problems so far (both not new), but otherwise it looks
okay.
Perhaps there ought to be a list of projects that should succeed
in minimal tests before releases (such as wxWidgets, HOpenGL,..)?
Cheers,
Claus
1) installer (why is that so huge, btw? and does all of this change
from one ghc version to the next, or could some parts be split up?)
The installer registers .hs as HaskellFile, with ghci as default open.
This is non-optimal for several reasons:
- I much prefer to open my source files with an editor, instead of
an interpreter, so I like to have an editor as the default, and several
haskell implementations on my right-click menu for .hs-files
- registering ghci as default overwrites previous defaults (e.g., hugs),
and neither hugs nor ghci appear elsewhere in the right-click menu
- on windows 98, at least, all this is done in a way that prevents HaskellFile
from appearing in the normal filetypes dialog, so I can't change the
association there. even if I use the old shift+right-click trick, to
get an "open with.." dialog (I then select an editor and tick "always
use this program to open this file type"), the modified default appears
in the registry, but .hs-files are still opened with ghci...
2) System.system (I thought I had reported this, but apparently not)
On windows 98, System.system always returns ExitSuccess, which is
rather useless, not to say misleading:
___ ___ _
/ _ \ /\ /\/ __(_)
/ /_\// /_/ / / | | GHC Interactive, version 6.2.1, for Haskell 98.
/ /_\\/ __ / /___| | http://www.haskell.org/ghc/
\____/\/ /_/\____/|_| Type :? for help.
Loading package base ... linking ... done.
Prelude> System.system "oops" >>= print
Befehl oder Dateiname nicht gefunden.
ExitSuccess
If it cannot return a proper exit-status, it should probably not return
ExitSuccess, because anyone inspecting the exit-status will be fooled.
3) build test (just to end on a positive note;-)
RC6.2.1 appears to build HaRe 26/02/2004 without problems (due to the
System.system problem, I cannot run our testsuite, but the result looks
okay..)
----- Original Message -----
From: "Sigbjorn Finne"
An installer for Windows users can now also be found in that directory.
--sigbjorn
----- Original Message ----- From: "Simon Marlow"
To: Sent: Thursday, March 11, 2004 04:43 Subject: RE: Release Candidate for 6.2.1 available ghc-6.2.20040304 and later are release candidates for 6.2.1
Get them from here:
This is your last chance to test... I'm going to freeze the release on Monday (15 March).
Cheers, Simon
_______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Claus Reinke (claus.reinke@talk21.com) wrote:
since I was among those who asked for more frequent windows binaries, I thought I should have a go at this (on windows 98). I found two problems so far (both not new), but otherwise it looks okay.
In my attempt to build ghc-6.2.1 from source in MSYS/MinGW environment, I've encountered a problem that ghc does not 'play' nicely with pthreads library (available at http://sources.redhat.com/pthreads-win32/). pthread.h is recognized, but during the build time, there are syntax errors and I had to remove pthread.h from the path (unfortunately it does not solve a problem of the whole build). otoh, darcs uses pthread library without any problem. Sincerely, Gour -- Gour gour@mail.inet.hr Registered Linux User #278493
participants (6)
-
Claus Reinke
-
Gour
-
Peter Strand
-
Sigbjorn Finne
-
Simon Marlow
-
Sven Panne