Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)
Build location = /playpen/ghc/nightly/HEAD-cam-02-unx
Build config file = /home/v-julsew/nightly/site/msrc/conf-HEAD-cam-02-unx
Nightly build started on cam-02-unx at Thu Oct 2 19:00:00 BST 2003.
**** checking out new source tree ... ok. (GHC Version 6.3.20031002)
**** Building stage 1 compiler ... failed; relevant barfage is below.
**** building source distribution ... ok.
No successfully built compilers to test; aborting.
----------------------------------------------------
----------------------------------------------------
The last 30 lines of
/playpen/ghc/nightly/HEAD-cam-02-unx/logs/i386-unknown-linux-stage1 are
----------------------------------------------------
----------------------------------------------------
(errr, errw) <- createPipe
pid <- forkProcess
case pid of
Nothing -> doTheBusiness inr outw errw
Just p
-> do
...
...
...
hout <- ...
outstrm <- ...
herr <- ...
errstrm <- ...
...
where
doTheBusiness ::
Maybe Fd -> Fd -> Fd -> IO (String, String, ProcessID)
doTheBusiness inr outw errw
= do
maybeChangeWorkingDirectory dir
(when (isJust inr))
$ (do
dupTo (fromJust inr) stdInput
return ())
dupTo outw stdOutput
dupTo errw stdError
executeFile path True args env
error "executeFile failed!"
gmake[1]: *** [POpen.o] Error 1
gmake: *** [all] Error 1
Nightly run ended at Fri Oct 3 00:14:12 BST 2003
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc