[nightly] 22-Jun-2007 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2007-06-22 Thread GHC Build Reports
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/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx Nightly build started on cam-02-unx at Fri Jun 22 19:30:00 BST 2007. checki

Re: Build fails again

2007-06-22 Thread Thorkil Naur
Hello, On Friday 22 June 2007 16:46, Thorkil Naur wrote: > Hello, > ... > I'll pull the missing patches from HEAD and try again. And I did and the result is the same as before on my PPC Mac OS X: ... Registering html-1.0.1... rm -f -f stamp/configure.library.*.network network/unbuildable ( cd ne

patch applied (/haskell/ghc): Remove English redundancies

2007-06-22 Thread Ian Lynagh
Fri Jun 22 19:20:04 EDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Remove English redundancies M ./download_ghc_661.html -4 +4 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Re: darcs patch: Handle whitespace in CONFIGURE_ARGS correctly (fixes #...

2007-06-22 Thread Ian Lynagh
Hi Robin, On Wed, Jun 20, 2007 at 12:29:57PM +0100, root wrote: > Wed Jun 20 12:27:03 IST 2007 Robin Green <[EMAIL PROTECTED]> > * Handle whitespace in CONFIGURE_ARGS correctly (fixes #1431) Thanks for the patch. As partly discussed on IRC, I've fixed this in a way that doesn't need an extra

patch applied (ghc): turning off -fhpc in stage1 built ghc

2007-06-22 Thread Andy Gill
Fri Jun 22 15:52:26 PDT 2007 [EMAIL PROTECTED] * turning off -fhpc in stage1 built ghc M ./compiler/main/StaticFlags.hs -1 +5 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): removing -fhpc-tracer from ghc, is subsumed by the GHC debugger

2007-06-22 Thread Andy Gill
Fri Jun 22 15:42:26 PDT 2007 [EMAIL PROTECTED] * removing -fhpc-tracer from ghc, is subsumed by the GHC debugger M ./compiler/cmm/CLabel.hs -8 M ./compiler/codeGen/CgHpc.hs -26 M ./compiler/main/StaticFlags.hs -4 ___ Cvs-ghc mailing list

patch applied (ghc): Stage2 now used the package hpc to get the hpc datastructures

2007-06-22 Thread Andy Gill
Fri Jun 22 15:40:38 PDT 2007 [EMAIL PROTECTED] * Stage2 now used the package hpc to get the hpc datastructures Stage1 no longer supports hpc (-fhpc is ignored) M ./compiler/Makefile -3 +3 M ./compiler/deSugar/Coverage.lhs -70 +18 ___ Cvs

patch applied (ghc): Fix typo in Makefile

2007-06-22 Thread Ian Lynagh
Fri Jun 22 15:21:33 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Fix typo in Makefile M ./Makefile -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

need help with 6.4.2 boot build for HPUX 11.0

2007-06-22 Thread Joe Buehler
After some fiddling, I got GHC 6.4.2 built for HPUX 11.0 following the instructions in the porting documentation for building from C files generated on another machine. I had intended to then use this compiler to rebuild 6.4.2. However, I find that ghc-inplace is not able to find things. Compilati

patch applied (ghc): Adding hpc package to ghc core libraries

2007-06-22 Thread Andy Gill
Fri Jun 22 10:18:51 PDT 2007 [EMAIL PROTECTED] * Adding hpc package to ghc core libraries M ./libraries/Makefile +1 M ./libraries/core-packages +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Change how the libraries Makefile adds --configure-option= flags; fixes #1431

2007-06-22 Thread Ian Lynagh
Fri Jun 22 09:09:51 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Change how the libraries Makefile adds --configure-option= flags; fixes #1431 We now assume that each configure option is quoted with '', and thus replace " '" with " --configure-option='". M ./libraries/Makefile -1 +7

Re: Build fails again

2007-06-22 Thread Thorkil Naur
Hello, I am not sure which patches you mean. The build reported on were missing only these patches in the ghc HEAD relative to "now" (20070622 at 1642 DK time): Fri Jun 22 13:16:34 CEST 2007 Simon Marlow <[EMAIL PROTECTED]> * FIX BUILD (on Windows): Cabal must invoke com

Re: Build fails again

2007-06-22 Thread Simon Marlow
I'm pretty sure I fixed this one - do you definitely have the patches I made to hsc2hs today? Cheers, Simon Thorkil Naur wrote: A PPC Mac OS X build today ended like this: Registering html-1.0.1... rm -f -f stamp/configure.library.*.network network/unbuildable ( cd network && setup/S

patch applied (ghc): update with new libraries

2007-06-22 Thread Simon Marlow
Fri Jun 22 06:12:11 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * update with new libraries M ./.darcs-boring -2 +8 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Re: Build fails again

2007-06-22 Thread Thorkil Naur
Hello, A PPC Mac OS X build today ended like this: Registering html-1.0.1... rm -f -f stamp/configure.library.*.network network/unbuildable ( cd network && setup/Setup configure \ \ --prefix='$topdir' \ --datadir='$prefix/share' \ --libsubdir='$compile

patch applied (ghc): FIX BUILD on Windows: horrible hack to work around make(?) bug

2007-06-22 Thread Simon Marlow
Thu Jun 21 07:45:19 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> UNDO: FIX BUILD on Windows: horrible hack to work around make(?) bug M ./libraries/Makefile -4 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/c

patch applied (ghc): FIX BUILD (on Windows): Cabal must invoke compiler/stage1/ghc-inplace

2007-06-22 Thread Simon Marlow
Fri Jun 22 04:16:34 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * FIX BUILD (on Windows): Cabal must invoke compiler/stage1/ghc-inplace not compiler/ghc-inplace, which is a symlink. M ./libraries/Makefile -3 +3 ___ Cvs-ghc mailing list Cvs-ghc

RE: Build fails again

2007-06-22 Thread Simon Peyton-Jones
This build stuff *will* settle down. Please keep reporting problems and suggesting improvments. Simon's fix to the in-place stuff yesterday was a big step forward. Previously we were generating both a *shell* script (on unix) and *.bat* script (on windows). But it turns out that a MSYS shell

Re: Build fails again

2007-06-22 Thread Simon Marlow
Both of these problems are now fixed. I'll be running some more builds today to make sure the tree is buildable again. I spent most of the last couple of days fixing and improving the build system. We should now have support for 'make -j' again, at least to the extent that it was supported be

patch applied (ghc): remove unnecessary cruft

2007-06-22 Thread Simon Marlow
Fri Jun 22 00:56:02 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * remove unnecessary cruft M ./utils/hsc2hs/hsc2hs.sh -11 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): FIX BUILD: all builds need --template, not just Windows

2007-06-22 Thread Simon Marlow
Fri Jun 22 00:54:44 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * FIX BUILD: all builds need --template, not just Windows M ./utils/hsc2hs/Makefile -2 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): ignore all but the last --template option

2007-06-22 Thread Simon Marlow
Fri Jun 22 00:54:17 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * ignore all but the last --template option M ./utils/hsc2hs/Main.hs -1 +7 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Daily report for head

2007-06-22 Thread BuildBot Collator
Build results: x86-64 Linux head:fail (failed stage1) lost fail (failed stage1) x86 Windows head: fail (failed stage1) x86 Windows head fast:pass fail (failed stage1) fail (failed stage1) fail (failed stage1) fail (failed darcs) fail (failed darcs) fail (failed dar

Re: Build fails again

2007-06-22 Thread Thorkil Naur
Hello, For what it is worth: At least some of the buildbot slaves seem to suffer a problem in this area, see for example http://darcs.haskell.org/buildbot/head/mnemosyne%20x86-64%20Gentoo%20head/builds/67/step-stage1/0 Best regards Thorkil On Friday 22 June 2007 07:45, Andy Gill wrote: > I had