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 Wed May 19 18:00:01 BST 2010.
checking out
This happens on both 10.5 and 10.6. It dies with:
"inplace/bin/ghc-stage1" -package-name rts -shared -dynamic -dynload deploy
-no-auto-link-packages `cat rts/libs.depend` rts/dist/build/Adjustor.dyn_o
rts/dist/build/Arena.dyn_o rts/dist/build/Capability.dyn_o
rts/dist/build/ClosureFlags.dyn_o r
Build description = STABLE on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
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 Wed May 19 18:10:01 BST 2010.
checki
pgj, build 40
Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/40.html
darcs checkout | Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version date | Success
booting | Success
configuring
pgj2, build 39
Build failed
Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/39.html
darcs checkout | Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version date | Success
booting | Success
configuring
tn23, build 35
Build failed
Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/35.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 x86_64-unknown-linux
(cam-04-unx.europe.corp.microsoft.com)
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 Wed May 19 19:00:01 BST 2010.
**
Build description = STABLE on x86_64-unknown-linux
(cam-04-unx.europe.corp.microsoft.com)
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 Wed May 19 19:10:01 BST 20
merehap, build 9
Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/merehap/9.html
darcs checkout | Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version date | Success
booting | Success
configuri
Wed May 19 04:56:36 PDT 2010 Simon Marlow
* expand the shadow test a bit to cover #4072
M ./tests/ghc-regress/cabal/Makefile -2 +16
M ./tests/ghc-regress/cabal/shadow.stdout +3
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-6.12/testsuite;a=darcs_commitdiff;h=2
Wed May 19 11:49:03 PDT 2010 Ian Lynagh
* Upgrade to process-1.0.1.3; includes change needed for #4074
R ./libraries/tarballs/process-1.0.1.2.tar.gz
A ./libraries/tarballs/process-1.0.1.3.tar.gz
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-6.12/ghc;a=darcs_co
Tue May 18 04:32:14 PDT 2010 Simon Marlow
* Fix #4074 (I hope).
1. allow multiple threads to call startTimer()/stopTimer() pairs
2. disable the timer around fork() in forkProcess()
A corresponding change to the process package is required.
M ./rts/Schedule.c +4
M ./rts/Time
Wed May 19 03:46:17 PDT 2010 Simon Marlow
* Fix package shadowing order (#4072)
Later packages are supposed to shadow earlier ones in the stack,
unless the ordering is overriden with -package-id flags.
Unfortunately an earlier fix for something else had sorted the list of
packages so
simonmar-win32-head, build 34
Build failed
Details:
http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/34.html
darcs checkout | Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version date | Success
booting
[re-sending to the list and Gabor, not only to Ian...]
On Wed, May 19, 2010 at 04:46:24PM +0100, Ian Lynagh wrote:
> On Wed, May 19, 2010 at 05:19:31PM +0200, Matthias Kilian wrote:
> > On Wed, May 19, 2010 at 12:34:15PM +0200, Gabor PALI wrote:
> > > I got a validation error on FreeBSD/i386 for L
On Wed, May 19, 2010 at 05:19:31PM +0200, Matthias Kilian wrote:
> On Wed, May 19, 2010 at 12:34:15PM +0200, Gabor PALI wrote:
> > I got a validation error on FreeBSD/i386 for Linker.c. I attach a
> > tiny patch to fix it, hopefully other systems will like it too :)
>
> This is because dlerror(3)
On Wed, May 19, 2010 at 12:34:15PM +0200, Gabor PALI wrote:
> I got a validation error on FreeBSD/i386 for Linker.c. I attach a
> tiny patch to fix it, hopefully other systems will like it too :)
This is because dlerror(3) is const char*, right?
Do you just get a warning or any kind of error? I'
Wed May 19 04:56:36 PDT 2010 Simon Marlow
* expand the shadow test a bit to cover #4072
M ./tests/ghc-regress/cabal/Makefile -2 +16
M ./tests/ghc-regress/cabal/shadow.stdout +3
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=testsuite;a=darcs_commitdiff;h=2010051911
Wed May 19 03:25:28 PDT 2010 Simon Marlow
* Fix the pkg02 test to not depend on the network package
./tests/ghc-regress/cabal/pkg02/Network.hs ->
./tests/ghc-regress/cabal/pkg02/Foreign.hs
M ./tests/ghc-regress/cabal/pkg02/A.hs -2 +4
M ./tests/ghc-regress/cabal/pkg02/Foreign.hs -
Wed May 19 03:46:17 PDT 2010 Simon Marlow
* Fix package shadowing order (#4072)
Later packages are supposed to shadow earlier ones in the stack,
unless the ordering is overriden with -package-id flags.
Unfortunately an earlier fix for something else had sorted the list of
packages so
Mon May 17 06:36:07 PDT 2010 Simon Marlow
* add test for #4078
M ./tests/ghc-regress/lib/IO/all.T -1 +1
A ./tests/ghc-regress/lib/IO/hReady002.hs
A ./tests/ghc-regress/lib/IO/hReady002.stdout
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-6.12/testsuite;a=d
Tue May 18 11:50:14 PDT 2010 Ian Lynagh
* Set more env variables when configuring libffi
We now tell it where to find ld, nm and ar
M ./libffi/ghc.mk +3
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-6.12/ghc;a=darcs_commitdiff;h=20100518185014-3fd76-a3dec75cfa64
Tue May 18 11:15:56 PDT 2010 Ian Lynagh
* Set the location of ar to be the in-tree ar on Windows
M ./configure.ac +1
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-6.12/ghc;a=darcs_commitdiff;h=20100518181556-3fd76-64fa92f54e50d445a51aae4e65dd22cdba875583.gz
_
Tue May 18 10:20:15 PDT 2010 Ian Lynagh
* Change another / to to avoid building paths containing \/
This will hopefully fix #2889.
M ./compiler/main/SysTools.lhs -1 +1
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-6.12/ghc;a=darcs_commitdiff;h=20100518172015-3f
Hello,
I got a validation error on FreeBSD/i386 for Linker.c. I attach a
tiny patch to fix it, hopefully other systems will like it too :)
Cheers,
:g
ghc-rts-Linker.c.diff
Description: Binary data
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://w
25 matches
Mail list logo