pgj2, build 170
Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/170.html
darcs checkout | Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version date | Success
booting | Success
configuring
tn23, build 164
Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/164.html
darcs checkout | Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version date | Success
booting | Success
configuring
Build description = HEAD on i386-unknown-linux (cam-02-unx)
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 Oct 17 18:00:01 BST 2010.
checking out new source tree
pgj, build 173
Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/173.html
darcs checkout | Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version date | Success
booting | Success
configuring
Build description = STABLE on i386-unknown-linux (cam-02-unx)
Build location= /playpen/simonmar/nightly/STABLE
Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-02-unx
Nightly build started on cam-02-unx at Sun Oct 17 18:10:01 BST 2010.
checking out new source tree
Thu Oct 7 07:35:59 PDT 2010 David Terei
* Fix warnings in AsmCodeGen
M ./compiler/nativeGen/AsmCodeGen.lhs -25 +34
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20101007143559-e1038-23393dd2c119b6059658d5e9c05ade9458ea.gz
___
Mon Oct 4 08:38:43 PDT 2010 David Terei
* LLVM: Fix compilation of writebarrier, #4308
M ./compiler/llvmGen/LlvmCodeGen/CodeGen.hs +5
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20101004153843-e1038-95398600a40a54094661449155f703552c5921a1.
Repa Performance Test Succeeded
Environment
Platform
host: limitingfactor.cse.unsw.EDU.AU
arch: i386
processor: i386
system:Darwin 10.4.0
Versions
GHC The Glorious Glasgow Haskell Compilation System, version 6.12.1
GCC i686-apple-darwin10-gcc-4.2.1 (GCC) 4
simonmar-win32-head, build 138
Build failed
Details:
http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/138.html
darcs checkout | Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version date | Success
booting
kgardas-opensolaris-x86-head, build 28
Build succeeded
Details:
http://darcs.haskell.org/ghcBuilder/builders/kgardas-opensolaris-x86-head/28.html
darcs checkout | Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version date | Suc
Sun Oct 17 17:36:27 PDT 2010 b...@ouroborus.net
* Fix dph-smvm, follows move to Data.Vector
M ./tests/ghc-regress/dph/smvm/Main.hs -1 +1
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=testsuite;a=darcs_commitdiff;h=20101018003627-bf82d-c06d45e837a29cd7ebd726a8ef270d370f
Build description = HEAD on x86_64-unknown-linux (cam-04-unx)
Build location= /64playpen/simonmar/nightly/HEAD-cam-04-unx
Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-04-unx
Nightly build started on cam-04-unx at Sun Oct 17 18:00:01 BST 2010.
checking out new source
simonmar-win32-stable, build 81
Build failed
Details:
http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-stable/81.html
darcs checkout | Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version date | Success
booting
Build description = STABLE on x86_64-unknown-linux (cam-04-unx)
Build location= /64playpen/simonmar/nightly/STABLE-cam-04-unx
Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-04-unx
Nightly build started on cam-04-unx at Sun Oct 17 18:10:01 BST 2010.
checking out new s
On 17 October 2010 14:55, Ian Lynagh wrote:
> It looks like gsed has stopped working on your Mac?
Yes, it has. A macports upgrade installed gettext in non-universal
mode or something. I've fixed it now anyway, so with luck the next
build will go through.
Max
mbolingbroke, build 32
Build failed
Details: http://darcs.haskell.org/ghcBuilder/builders/mbolingbroke/32.html
darcs checkout | Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version date | Success
booting | Success
Sun Oct 17 05:23:52 PDT 2010 Ian Lynagh
* Change how the OS X installer's create-links finds the versin number
It now gets created by configure, rather than trying to work out the
version number at runtime.
./distrib/MacOS/installer-scripts/create-links ->
./distrib/MacOS/installer-s
Hi Max,
On Fri, Oct 15, 2010 at 02:16:34PM -0700, Builder wrote:
> 'tr' -d '\t' < compiler/main/DynFlags.hs | '/opt/local/bin/gsed'
> '/^xFlags/,/]/s/^ *( *\("[^"]*"\)[^"]*/ [\1] ++/p;d' >>
> utils/ghc-cabal/dist-dummy-ghc/build/dummy-ghc.hs
> dyld: Library not loaded: /opt/local/lib/libintl.8
Sat Oct 16 08:02:53 PDT 2010 Daniel Fischer
* FIX #4409
Now needs the NPlusKPatterns extension.
M ./tests/ghc-regress/deSugar/should_compile/ds061.hs -1 +1
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/testsuite;a=darcs_commitdiff;h=20101016150253-a0d69-6a01
Sun Oct 17 04:26:48 PDT 2010 Ian Lynagh
* Add more quoting to distrib/MacOS/installer-scripts/create-links
M ./distrib/MacOS/installer-scripts/create-links -4 +4
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/ghc;a=darcs_commitdiff;h=20101017112648-3fd76-f773f9
Wed Sep 29 16:45:38 PDT 2010 Evan Laforge
* change os x installer to allow multiple installed versions
This puts the ghc version into the package name so they are considered
separate
packages.
M ./distrib/MacOS/GHC-relocatable.pmdoc/01ghc.xml -1 +1
M ./distrib/MacOS/GHC-relocatabl
Repa Performance Test Succeeded
Environment
Platform
host: limitingfactor.cse.unsw.EDU.AU
arch: i386
processor: i386
system:Darwin 10.4.0
Versions
GHC The Glorious Glasgow Haskell Compilation System, version 6.12.1
GCC i686-apple-darwin10-gcc-4.2.1 (GCC) 4
Sat Oct 16 08:02:53 PDT 2010 Daniel Fischer
* FIX #4409
Now needs the NPlusKPatterns extension.
M ./tests/ghc-regress/deSugar/should_compile/ds061.hs -1 +1
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=testsuite;a=darcs_commitdiff;h=20101016150253-a0d69-6a01a842d577
Sun Oct 17 04:26:48 PDT 2010 Ian Lynagh
* Add more quoting to distrib/MacOS/installer-scripts/create-links
M ./distrib/MacOS/installer-scripts/create-links -4 +4
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20101017112648-3fd76-f773f9f80f61d2
Sun Oct 17 05:23:52 PDT 2010 Ian Lynagh
* Change how the OS X installer's create-links finds the versin number
It now gets created by configure, rather than trying to work out the
version number at runtime.
./distrib/MacOS/installer-scripts/create-links ->
./distrib/MacOS/installer-s
Wed Sep 29 16:45:38 PDT 2010 Evan Laforge
* change os x installer to allow multiple installed versions
This puts the ghc version into the package name so they are considered
separate
packages.
M ./distrib/MacOS/GHC-relocatable.pmdoc/01ghc.xml -1 +1
M ./distrib/MacOS/GHC-relocatabl
On Fri, Oct 08, 2010 at 12:39:45PM +0100, Simon Marlow wrote:
> On 08/10/2010 11:48, Simon Marlow wrote:
>> Fri Oct 8 02:27:09 PDT 2010 Simon Marlow
>>* Float out partial applications
>>
>>This fixes at least one case of performance regression in 7.0, and
>>is nice win on nofib:
>>
>>
pgj-freebsd-amd64-stable, build 51
Build succeeded
Details:
http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-amd64-stable/51.html
darcs checkout | Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version date | Success
boo
pgj-freebsd-i386-stable, build 51
Build succeeded
Details:
http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-i386-stable/51.html
darcs checkout | Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version date | Success
booti
29 matches
Mail list logo