Re: Build fails again

2007-06-29 Thread Bryan O'Sullivan
Simon Marlow wrote: Could this be a problem introduced by the IPV6 changes to the network package, perhaps? (and not a build system issue, as I first thought). Bryan - any thoughts? This is a PPC/MacOS X build. It seems to be an oddity with OS X. Here's a well-timed patch that Thomas Schi

Re: Build fails again

2007-06-25 Thread R Hayes
iously we were generating both a *shell* script (on unix) and *.bat* script (on windows). But it turns out that a MSYS shell can't invoke a .bat script, and a cmd shell can't invoke a shell script, so it was a nightmare to make the MSYS build system work. Simon has a arranged to

Re: Build fails again

2007-06-25 Thread Simon Marlow
ting 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 can't invoke a .bat script, and a cmd shell can't invoke a shell

Re: Build fails again

2007-06-22 Thread Thorkil Naur
etwork/GNUmakefile] Error 1 > > > make: *** [stage1] Error 2 > > > > > > Details at > > > > > > > http://thorkilnaur.dk/~tn/GHC/buildlogs/ghc-with-extra-libs-pulled-20070622_104352.tar.bz2 > > > > > > Best regards > >

Re: Build fails again

2007-06-22 Thread Thorkil Naur
t; > On Friday 22 June 2007 11:23, Simon Peyton-Jones wrote: > >> 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 gene

Re: Build fails again

2007-06-22 Thread Simon Marlow
ged to build an executable instead, which always works, on any platform, invoked from any shell. Thank you Simon! Simon | -Original Message- | From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Simon Marlow | Sent: 22 June 2007 09:42 | To: Thorkil Naur | Cc: cvs-ghc@has

Re: Build fails again

2007-06-22 Thread Thorkil Naur
a MSYS shell can't invoke a .bat script, and a cmd shell can't invoke a shell script, so it was a nightmare to make the MSYS build system work. Simon has a arranged to build an executable instead, which always works, on any platform, invoked from any shell. Thank you Simon! >

RE: Build fails again

2007-06-22 Thread Simon Peyton-Jones
| -Original Message- | From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Simon Marlow | Sent: 22 June 2007 09:42 | To: Thorkil Naur | Cc: cvs-ghc@haskell.org; Manuel M T Chakravarty | Subject: Re: Build fails again | | Both of these problems are now fixed. I'll be running some m

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

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

Re: Build fails again

2007-06-21 Thread Andy Gill
I had the same problem with a new tree; except it could not find GHC.PrimopWrappers Preprocessing library base-2.1... Setup: can't find source for GHC.PrimopWrappers in ["."] make[1]: *** [base/GNUmakefile] Error 1 make: *** [stage1] Error 2 On Jun 21, 2007, at 10:09 PM, Manuel M T Chakravarty

Build fails again

2007-06-21 Thread Manuel M T Chakravarty
On MacOS 10.4.9, I pulled the latest ghc and base repos this morning (Sydney time) and did "make distclean" (in the root directory and in libraries/ - as distclean doesn't seem to descent). I did "sh boot" and ran ./configure again. The build fails in base with the appended output. Any idea w