problem building HEAD out of the box.

2008-08-25 Thread Ben Lippmeier
Hi all, I'm having problems building GHC cleanly from the tarballs on darcs.haskell.org. I've tried this 3 times now, following the instructions on the wiki word-for-word. I can get the compiler proper to build, but the first error message makes me think the build tree hasn't configured prop

Re: Daily report for head

2008-08-25 Thread Duncan Coutts
On Tue, 2008-08-26 at 00:06 +0100, Claus Reinke wrote: > >> I do hope, though, that it also leaves a directory that I can just > >> tar up and unpack anywhere, without using the installer? > > > > Yes - and it even makes the tarball for you! > > Cool. Pity that the head doesn't build, though:-(

HEADS UP: new bootlib

2008-08-25 Thread Ian Lynagh
Hi all, There's another new bootlib. Due to a problem with the current darcs-all script, if you are on Windows you should update your repos with: darcs pull ./darcs-all get and then pull all repos as normal. The darcs-all script has now been fixed, so this shouldn't be necessary in the fu

patch applied (ghc): syb is now in its own package

2008-08-25 Thread Ian Lynagh
Mon Aug 25 14:41:24 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * syb is now in its own package M ./compiler/basicTypes/Module.lhs -1 +3 M ./compiler/main/Packages.lhs +1 M ./compiler/prelude/PrelNames.lhs -1 +4 M ./libraries/Makefile -1 +1 M ./packages +1 View patch online: ht

Re: Daily report for head

2008-08-25 Thread Claus Reinke
I do hope, though, that it also leaves a directory that I can just tar up and unpack anywhere, without using the installer? Yes - and it even makes the tarball for you! Cool. Pity that the head doesn't build, though:-( First, I get the -already reported- Network\BSD.hsc:97:7: Could n

Re: Daily report for head

2008-08-25 Thread Ian Lynagh
On Mon, Aug 25, 2008 at 10:09:50PM +0100, Claus Reinke wrote: > > I do hope, though, that it also leaves a directory that I can just > tar up and unpack anywhere, without using the installer? Yes - and it even makes the tarball for you! Thanks Ian _

Re: darcs 2 and ghc..

2008-08-25 Thread Claus Reinke
Ah, good point, thanks. I tend to push to Windows, which is why I haven't seen this. I've applied your fix, from another of your messages. Thanks. Incidentally, adding "$| = 1;" to autoflush stdout after each print avoids having extra output after a "die" message, and I also want to see the su

Re: Daily report for head

2008-08-25 Thread Claus Reinke
Anyway, making bindists on Windows should work now. I've just done a validate then "make binary-dist", and it built an installer that seems to install a working ghc. Hmm, this seems to be a case of "be careful what you ask for"!-) I do hope, though, that it also leaves a directory that I can jus

patch applied (ghc): Fix "runghc foo" where the program is foo.hs or foo.lhs

2008-08-25 Thread Ian Lynagh
Mon Aug 25 12:43:52 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix "runghc foo" where the program is foo.hs or foo.lhs M ./utils/runghc/runghc.hs -3 +10 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080825194352-3fd76-a8b3522d896f100316ca4eb1c7c29a798f4525ce.gz _

patch applied (ghc): When making bindists, check that we know where we are

2008-08-25 Thread Ian Lynagh
Mon Aug 25 12:09:12 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * When making bindists, check that we know where we are M ./docs/Makefile +4 M ./driver/Makefile +4 M ./libraries/Makefile +4 M ./mk/bindist.mk +4 M ./utils/Makefile +4 View patch online: http://darcs.haskell.org/g

patch applied (ghc): Fix the ghci script; fixes trac #2485

2008-08-25 Thread Ian Lynagh
Mon Aug 25 11:32:47 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix the ghci script; fixes trac #2485 M ./driver/ghci/Makefile -9 +6 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080825183247-3fd76-c3985018df5e004d618a1d1f3ca2f5e70a010835.gz __

Re: [PATCH] Add StGIT support to ./sync-all

2008-08-25 Thread Ian Lynagh
On Fri, Aug 22, 2008 at 12:10:19PM -0400, Samuel Bronson wrote: > On Thu, Aug 21, 2008 at 6:26 PM, Max Bolingbroke > <[EMAIL PROTECTED]> wrote: > > > > I've added this change to the updated version of sync-all that has > > been hanging around on the Wiki for a while. The updated Darcs patch > > is

Re: darcs 2 and ghc..

2008-08-25 Thread Ian Lynagh
On Sun, Aug 24, 2008 at 09:52:49PM +0100, Claus Reinke wrote: > > Ian: this might actually be an issue with ghc's "darcs-all" script: it > probably comes about because "darcs-all" is reading _incrementally_ >from "packages", >interfering with "darcs pull" trying to update "packag

[nightly] 25-Aug-2008 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2008-08-25 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/simonmar/nightly/HEAD Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx Nightly build started on cam-02-unx at Mon Aug 25 18:02:05 BST 2008. checking out

Re: Daily report for head

2008-08-25 Thread Ian Lynagh
On Sat, Aug 23, 2008 at 02:11:06PM +0100, Claus Reinke wrote: > > Btw, and sorry if I missed the answer earlier: what is the expected > ETA for 'make binary-dist'? Sorry, this was delayed due to hardare failure. Anyway, making bindists on Windows should work now. I've just done a validate then "

patch applied (testsuite): Fix TH_spliceE5 in the parallel testsuite

2008-08-25 Thread Ian Lynagh
Mon Aug 25 07:15:17 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix TH_spliceE5 in the parallel testsuite A ./tests/ghc-regress/th/TH_spliceE5_prof.hs A ./tests/ghc-regress/th/TH_spliceE5_prof_Lib.hs M ./tests/ghc-regress/th/all.T -5 +7 View patch online: http://darcs.haskell.org/tes

patch applied (testsuite): Fix rn043/rn044 problem with parallel testsuite

2008-08-25 Thread Ian Lynagh
Mon Aug 25 05:49:11 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix rn043/rn044 problem with parallel testsuite A ./tests/ghc-regress/rename/should_compile/Rn044_A.hs A ./tests/ghc-regress/rename/should_compile/Rn044_B.hs M ./tests/ghc-regress/rename/should_compile/all.T -1 +1 M .

patch applied (testsuite): Remove no_clean from the driver

2008-08-25 Thread Ian Lynagh
Mon Aug 25 07:09:07 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Remove no_clean from the driver We don't use it any more, and it shouldn't be used as it effectively means that the test won't work in the parallel testsuite. M ./driver/testlib.py -3 View patch online: http://darcs.haskell.

patch applied (testsuite): Fix tc170 in the parallel testsuite

2008-08-25 Thread Ian Lynagh
Mon Aug 25 05:30:17 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix tc170 in the parallel testsuite M ./tests/ghc-regress/typecheck/should_compile/Makefile +5 M ./tests/ghc-regress/typecheck/should_compile/all.T -8 +3 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/2

patch applied (testsuite): Fix some parallel testsuite problems

2008-08-25 Thread Ian Lynagh
Mon Aug 25 05:19:07 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix some parallel testsuite problems A ./tests/ghc-regress/ffi/should_run/1288_ghci.hs A ./tests/ghc-regress/ffi/should_run/1288_ghci.stdout A ./tests/ghc-regress/ffi/should_run/1288_ghci_c.c A ./tests/ghc-regress/ffi

patch applied (ghc): Update .darcs-boring for the new libraries, plus some other odds and ends

2008-08-25 Thread Ian Lynagh
Mon Aug 25 08:42:49 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Update .darcs-boring for the new libraries, plus some other odds and ends M ./.darcs-boring -4 +16 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080825154249-3fd76-53ddce3bef1a23185723f38ab0e12fd52366a6fb.gz

patch applied (ghc): Read the packages file in strictly in darcs-all and push-all

2008-08-25 Thread Ian Lynagh
Mon Aug 25 07:59:08 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Read the packages file in strictly in darcs-all and push-all This fixes a problem where darcs tries to update it while perl has it open. On Windows this fails. Spotted by Claus Reinke. M ./darcs-all -4 +10 M ./push-all -2

patch applied (ghc): Remove the InstallShield directory; it is no longer used

2008-08-25 Thread Ian Lynagh
Mon Aug 25 07:33:56 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Remove the InstallShield directory; it is no longer used R ./InstallShield/ R ./InstallShield/Component Definitions/ R ./InstallShield/Component Definitions/Default.cdf R ./InstallShield/Component Definitions/Default.

patch applied (ghc): Remove the now-unused WindowsInstaller directory

2008-08-25 Thread Ian Lynagh
Mon Aug 25 07:32:14 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Remove the now-unused WindowsInstaller directory R ./WindowsInstaller/ R ./WindowsInstaller/Glasgow Haskell Compiler.ism R ./WindowsInstaller/License.rtf R ./WindowsInstaller/MakeInstaller.txt R ./WindowsInstaller

patch applied (ghc): Set datadir=libdir; fixes trac #2541

2008-08-25 Thread Ian Lynagh
Mon Aug 25 07:16:53 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Set datadir=libdir; fixes trac #2541 GHC needs package.conf and things like unlit to be in the same place M ./mk/config.mk.in -1 +6 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080825141653-3fd76-82b98fa01b

patch applied (ghc): Get everything building with base 4 in the HEAD

2008-08-25 Thread Ian Lynagh
Mon Aug 25 05:09:07 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Get everything building with base 4 in the HEAD Some things were using the base3 compat library. M ./utils/hpc/hpc-bin.cabal -4 +14 M ./utils/pwd/pwd.cabal -1 +1 M ./utils/runghc/runghc.cabal -1 +1 View patch online: h

patch applied (ghc): Change references to the old BIN_DIST_TARBALL to the new BIN_DIST_TAR_BZ2

2008-08-25 Thread Ian Lynagh
Sun Aug 24 16:38:21 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Change references to the old BIN_DIST_TARBALL to the new BIN_DIST_TAR_BZ2 M ./Makefile -4 +4 M ./bindisttest/Makefile -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080824233821-3fd76-776a48e4efed44a5

Re: [issue1034] darcs 2 and ghc..

2008-08-25 Thread Claus Reinke
Thanks for the details! That will be helpful for our attempts to reproduce this. I haven't been able to reproduce this myself yet (using only the Cabal repo), but it was the best info I had. Perhaps 'darcs pull' should report the ids of the first and last patch it pulled, by default (I usuall

Daily report for head

2008-08-25 Thread BuildBot Collator
Build results: x86-64 Linux head:lost x86 Windows head: fail (failed stage3 bindist bindisttest nofib.boot.0 nofib.boot.0_2 nofib.boot.0_3 nofib.boot.0_4 nofib.boot.0_5) x86 Windows head fast:lost pass pass fail (failed stage1) lost lost fast486 head:

Daily report for stable

2008-08-25 Thread BuildBot Collator
Build results: tnaur PPC OSX stable:pass tnaur PPC OSX stable 2: pass tnaur x86 Linux stable: pass x86 Windows stable: fail (failed stage1) x86 Windows stable fast: lost pass pass pass pass lost x86-64 Linux stable: fail (failed stage1) New unexpected test failures: seward-spac