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

2007-06-25 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 Mon Jun 25 19:30:00 BST 2007. checki

Re: Build fails again

2007-06-25 Thread R Hayes
The same error occurs building on Intel/MacOS X (assuming, of course, that you're building extralibs). On Jun 25, 2007, at 2:24 AM, Simon Marlow wrote: Thorkil Naur wrote: ifBuildable/ifBuildable network setup/Setup makefile -f GNUmakefile Socket.hsc: In function 'main': Socket.hsc:431:

Re: External Core in binary format

2007-06-25 Thread Tim Chevalier
On 6/25/07, Neil Mitchell <[EMAIL PROTECTED]> wrote: Hi Tim > Mon Jun 25 15:06:08 PDT 2007 Tim Chevalier <[EMAIL PROTECTED]> > * Add a compileToCore function to the GHC API Yay! Thanks very much. I've never used a nightly snapshot of GHC before, but if I grab one tomorrow will it have this a

Re: External Core in binary format

2007-06-25 Thread Neil Mitchell
Hi Tim Mon Jun 25 15:06:08 PDT 2007 Tim Chevalier <[EMAIL PROTECTED]> * Add a compileToCore function to the GHC API Yay! Thanks very much. I've never used a nightly snapshot of GHC before, but if I grab one tomorrow will it have this ability in it? So it's not quite as simple as just call

Re: External Core in binary format

2007-06-25 Thread Tim Chevalier
I've checked in code for the function Neil asked for: Mon Jun 25 15:06:08 PDT 2007 Tim Chevalier <[EMAIL PROTECTED]> * Add a compileToCore function to the GHC API Here is the program I used for testing it: - import GHC import DynFlags import PackageConfig import BasicTypes import Outpu

patch applied (ghc): Add a compileToCore function to the GHC API

2007-06-25 Thread Kirsten Chevalier
Mon Jun 25 15:06:08 PDT 2007 Tim Chevalier <[EMAIL PROTECTED]> * Add a compileToCore function to the GHC API Added a compileToCore function to the GHC API that takes a session, module, and filename, and returns a list of Core bindings if successful. This is just a first try and coul

patch applied (ghc): Define SUBDIRS in Makefile (needed for clean; fixes trac #1440)

2007-06-25 Thread Ian Lynagh
Mon Jun 25 10:49:52 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Define SUBDIRS in Makefile (needed for clean; fixes trac #1440) M ./Makefile +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Tweak the configuration and installation slightly

2007-06-25 Thread Ian Lynagh
Mon Jun 25 10:40:11 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Tweak the configuration and installation slightly Make it so that the documentation ends up where Cabal expects it to be on Windows (prep-bin-dist-mingw used to move it). M ./distrib/prep-bin-dist-mingw -3 M ./libraries/M

patch applied (ghc): withExtendedLinkerState: don't revert the whole state

2007-06-25 Thread Simon Marlow
Mon Jun 25 08:14:55 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * withExtendedLinkerState: don't revert the whole state Fixes test failures print017 and print024 M ./compiler/ghci/Linker.lhs -6 +20 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org htt

patch applied (ghc): Print infix type constructors in an infix way

2007-06-25 Thread Simon Peyton Jones
Mon Jun 25 08:28:58 PDT 2007 [EMAIL PROTECTED] * Print infix type constructors in an infix way Fixes Trac #1425. The printer for types doesn't know about fixities. (It could be educated to know, but it doesn't at the moment.) So it treats all infix tycons as of precedence less than ap

patch applied (ghc): Clamp -O flag to beween 0 and 2

2007-06-25 Thread Simon Peyton Jones
Mon Jun 25 08:26:16 PDT 2007 [EMAIL PROTECTED] * Clamp -O flag to beween 0 and 2 Fixes Trac #1272 M ./compiler/main/DynFlags.hs -3 +4 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Re: Build fails again

2007-06-25 Thread Simon Marlow
Thorkil Naur wrote: ifBuildable/ifBuildable network setup/Setup makefile -f GNUmakefile Socket.hsc: In function 'main': Socket.hsc:431: error: 'struct in6_addr' has no member named 's6_addr32' Socket.hsc:432: error: 'struct in6_addr' has no member named 's6_addr32' Socket.hsc:433: error: 'struct

Daily report for head

2007-06-25 Thread BuildBot Collator
Build results: x86-64 Linux head:lost x86 Windows head: fail (failed pushchanges failed slave lost) fail (failed darcs) x86 Windows head fast:pass pass pass pass pass fail (failed stage1) mnemosyne x86-64 Gentoo head: fail (failed stage1) tnaur x86 Linux head:

patch applied (ghc): Adding hpc tools, as a single program.

2007-06-25 Thread Andy Gill
Mon Jun 25 00:09:43 PDT 2007 [EMAIL PROTECTED] * Adding hpc tools, as a single program. A ./utils/hpc/ A ./utils/hpc/Hpc.hs A ./utils/hpc/HpcCombine.hs A ./utils/hpc/HpcFlags.hs A ./utils/hpc/HpcMarkup.hs A ./utils/hpc/HpcReport.hs A ./utils/hpc/Makefile ___