Re: Validates failures on Mac OS X AND Linux

2009-11-09 Thread Manuel M T Chakravarty
Simon Marlow: On Leopard, the lists is still longer: Unexpected failures: 2302(normal) 2816(ghci) T1969(normal) T3294(normal) conc070(ghci) ffi005(normal) ghci028(ghci) print021(ghci) How are the others failing, can you post the output? I attach the error messages of all failures of the HEA

Re: darcs patch: Some rules for booting from hc files

2009-11-09 Thread Matthias Kilian
On Mon, Nov 09, 2009 at 08:29:25PM +0100, Matthias Kilian wrote: > The rules in hs-suffix-rules-srcdir.mk didn't get pulled in by > rts/ghc.mk. I'll retry with adding hs-suffix-rules-srcdir to it. With the attached patch, a normal build and a build bootstrapping from hc files are happy[1]. Ciao,

Re: darcs patch: Some rules for booting from hc files

2009-11-09 Thread Matthias Kilian
On Mon, Nov 09, 2009 at 10:58:24AM +, Simon Marlow wrote: > [Some rules for booting from hc files > Matthias Kilian **20091108110827 > Ignore-this: bf6a3f7db25010b2de013f98377cbd92 > ] hunk ./rules/cmm-suffix-rules.mk 51 > > endif > > +## For booting from .hc files. > +$1/$2/build/%.$$($3_o

patch applied (testsuite): Track trace output

2009-11-09 Thread Simon Peyton Jones
Mon Nov 9 02:42:46 PST 2009 simo...@microsoft.com * Track trace output Ignore-this: 28a01cf22284bb06ed1cf83c569d735d M ./tests/ghc-regress/simplCore/should_compile/T3234.stderr -28 +28 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20091109104246-1287e-08c10100df4a

Re: darcs patch: Some rules for booting from hc files

2009-11-09 Thread Matthias Kilian
On Mon, Nov 09, 2009 at 10:58:24AM +, Simon Marlow wrote: > > On 08/11/2009 18:30, Matthias Kilian wrote: > endif > > +## For booting from .hc files. > +$1/$2/build/%.$$($3_osuf) : $1/%.hc > + "$$(MKDIRHIER)" $$(dir $$@) > + "$$(CC)" $$($1_$2_$3_ALL_CC_OPTS) -Iincludes -x c -c $$< -o

Re: darcs patch: Don't try to redefine ELF types

2009-11-09 Thread Matthias Kilian
On Mon, Nov 09, 2009 at 01:58:09PM +, Simon Marlow wrote: > >>Sun Nov 8 18:48:50 CET 2009 Matthias Kilian > >> * Don't try to redefine ELF types > >> At least on OpenBSD, ELFCLASS and all the Elf_* and ELF_* stuff is > >> already defined (in sys/exec_elf.h, which is included from elf_ab

Re: darcs patch: When booting from HC files, search includes for headers

2009-11-09 Thread Matthias Kilian
On Mon, Nov 09, 2009 at 10:53:18AM +, Simon Marlow wrote: > >Sun Nov 8 12:02:25 CET 2009 Matthias Kilian > > * When booting from HC files, search includes for headers > > ifeq "$(BootingFromHc)" "YES" > -SRC_CC_OPTS += -DNO_REGS -DUSE_MINIINTERPRETER > -D__GLASGOW_HASKELL__=$(ProjectVers

Re: Misbehaving msys tar

2009-11-09 Thread Duncan Coutts
On Mon, 2009-11-09 at 11:32 +, Neil Mitchell wrote: > I've often had problems with many tar versions on Windows - certainly > I've had the msys one and the UnixUtils one fail to operate properly > with Cabal. My preferred solution is to get bsdtar (first google hit > works), and rename the exec

[nightly] 08-Nov-2009 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2009-11-09 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 Sun Nov 8 18:00:01 GMT 2009. checking out

Re: darcs patch: Don't try to redefine ELF types

2009-11-09 Thread Simon Marlow
On 08/11/2009 19:14, Matthias Kilian wrote: On Sun, Nov 08, 2009 at 08:08:12PM +0100, Matthias Kilian wrote: Date: Sun, 8 Nov 2009 20:08:12 +0100 (CET) Message-Id:<200911081908.na8j8cwb031...@nutty.outback.escape.de> To: cvs-ghc@haskell.org From: Matthias Kilian Subject: darcs patch: Don't try t

patch applied (ghc): Track changes to DPH library

2009-11-09 Thread Roman Leshchinskiy
Mon Nov 9 05:17:46 PST 2009 Roman Leshchinskiy * Track changes to DPH library Ignore-this: f64985bfcb9137d847d00a7f49ab7b1d M ./compiler/vectorise/VectBuiltIn.hs -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091109131746-b2b0a-bfb03b7b1b1bddc7f98e699c4475af9d19

Re: Misbehaving msys tar

2009-11-09 Thread Neil Mitchell
I've often had problems with many tar versions on Windows - certainly I've had the msys one and the UnixUtils one fail to operate properly with Cabal. My preferred solution is to get bsdtar (first google hit works), and rename the executable from bsdtar.exe to tar.exe. I've found that is very relia

Re: darcs patch: Don't try to rebuild compiler/primop-*.hs-incl when Bo...

2009-11-09 Thread Simon Marlow
On 08/11/2009 19:04, Matthias Kilian wrote: Sun Nov 8 20:01:39 CET 2009 Matthias Kilian * Don't try to rebuild compiler/primop-*.hs-incl when BootingFromHc Approved; I'll push. Cheers, Simon ___ Cvs-ghc mailing list Cvs-ghc@haskell.org

Re: darcs patch: Some rules for booting from hc files

2009-11-09 Thread Simon Marlow
On 08/11/2009 18:30, Matthias Kilian wrote: Sun Nov 8 12:08:27 CET 2009 Matthias Kilian * Some rules for booting from hc files [Some rules for booting from hc files Matthias Kilian **20091108110827 Ignore-this: bf6a3f7db25010b2de013f98377cbd92 ] hunk ./rules/cmm-suffix-rules.mk 51 endif

Re: darcs patch: When booting from HC files, search includes for headers

2009-11-09 Thread Simon Marlow
On 08/11/2009 18:18, Matthias Kilian wrote: Sun Nov 8 12:02:25 CET 2009 Matthias Kilian * When booting from HC files, search includes for headers ifeq "$(BootingFromHc)" "YES" -SRC_CC_OPTS += -DNO_REGS -DUSE_MINIINTERPRETER -D__GLASGOW_HASKELL__=$(ProjectVersionInt) +SRC_CC_OPTS += -I$(G

patch applied (ghc): Remove dead code

2009-11-09 Thread Simon Peyton Jones
Mon Nov 9 02:39:32 PST 2009 simo...@microsoft.com * Remove dead code Ignore-this: a3a7df51293cbd206eba75259075646f M ./compiler/simplCore/Simplify.lhs -25 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091109103932-1287e-044ec5366aa2231a3335201a74cf2ef1fb47ef81.gz ___

patch applied (ghc): Allow inlining in "SimplGentle" mode

2009-11-09 Thread Simon Peyton Jones
Mon Nov 9 02:39:20 PST 2009 simo...@microsoft.com * Allow inlining in "SimplGentle" mode Ignore-this: 1d30cc7f672a43d1c9e6180709ebb036 This change helps to break the mutual recursion generated by an instance declaration. See Note [Gentle mode] in SimplUtils M ./compiler/main/

patch applied (ghc): Augment panic message

2009-11-09 Thread Simon Peyton Jones
Mon Nov 9 02:37:26 PST 2009 simo...@microsoft.com * Augment panic message Ignore-this: 4d66f263dc92300e7b39bb191d1d6bd5 M ./compiler/iface/MkIface.lhs -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091109103726-1287e-7b07c41215528e4846503cdb6733cd65586ac2cf.gz _

patch applied (ghc): Wibble to substituting InlWrappers

2009-11-09 Thread Simon Peyton Jones
Mon Nov 9 02:37:03 PST 2009 simo...@microsoft.com * Wibble to substituting InlWrappers Ignore-this: afb15d6ad7c82b45e28e6bcd6533219f See Note [Worker inlining] in CoreSubst M ./compiler/coreSyn/CoreSubst.lhs -7 +17 M ./compiler/coreSyn/CoreSyn.lhs +1 View patch online: http://d

Daily report for stable

2009-11-09 Thread BuildBot Collator
Build results: x86 Linux stable:pass x86 Windows stable: fail (failed compile) x86 Windows stable fast: pass pass lost pass pass pass x86-64 Linux stable: pass Old unexpected test passes: 2410 2 x86 Linux stable TH_spliceE5_prof 2 x86 Linux stable length0