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 Thu Feb 4 18:00:01 GMT 2010.
checking out
Sorry, this looks like a problem in the build system. An absolute path to GCC
was baked into the compiler where it shouldn't have been. GHC also uses GCC as
an assembler, which is why ghci works but a regular compile doesn't.
I've added a ticket for it, and am doing a new build. I'll upload a
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 Thu Feb 4 19:00:01 GMT 2010.
***
Tue Feb 2 04:06:26 PST 2010 Simon Marlow
* accept output (#3848)
M ./tests/ghc-regress/ffi/should_run/ffi020.stderr -1 +1
View patch online:
http://darcs.haskell.org/ghc-6.12/testsuite/_darcs/patches/20100202120626-12142-5db9dc487d5e6cb3d686f2cd72b74e85496a01e2.gz
__
Tue Feb 2 19:07:48 PST 2010 b...@cse.unsw.edu.au
* Use bash to run boot-pkgs, the default Solaris shell doesn't support the
-ot test flag
M ./boot -1 +1
View patch online:
http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20100203030748-578ee-926e54408c9d88fe907f0950575f8161d0e02fff.g
Tue Feb 2 18:46:05 PST 2010 b...@cse.unsw.edu.au
* Disable -Wcast-align when building the rts
This flag seems buggy on GCC 4.1.2, which is the only GCC version we
have that can bootstrap the SPARC build. We end up with lots of supurious
warnings of the form "cast increases required align
Tue Feb 2 18:31:24 PST 2010 b...@cse.unsw.edu.au
* Stifle warning about printf format strings
M ./rts/Hpc.c -1 +1
View patch online:
http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20100203023124-578ee-9017865e19813d4f89b768e231bfa86e171362de.gz
_
Tue Feb 2 18:30:29 PST 2010 b...@cse.unsw.edu.au
* Cast to (void*) to stifle warning about signedness
M ./rts/posix/OSMem.c -2 +2
View patch online:
http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20100203023029-578ee-23f4c29ac2758283a310b65b4004b38189662765.gz
_
Mon Feb 1 21:14:51 PST 2010 b...@cse.unsw.edu.au
* Add missing import sm_mutex, which fixes the -fvia-c build
M ./rts/PrimOps.cmm +1
View patch online:
http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20100202051451-578ee-7e92560040552bc1a732862b36d40eecb925c7da.gz
__
Sat Jan 30 01:46:28 PST 2010 Simon Marlow
* Fix typo in error message (#3848)
M ./rts/RtsAPI.c -1 +1
View patch online:
http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20100130094628-12142-a6f6117fd78d4265b79090554ad471eed0d048de.gz
___
Cv
Wed Jan 27 05:30:40 PST 2010 Simon Marlow
* fix warnings
M ./rts/ghc.mk -1
M ./rts/win32/Ticker.c -1 +1
View patch online:
http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20100127133040-12142-7747bc26af14567770c5a009dcfe403d62819d47.gz
___
Fri Nov 13 22:14:45 PST 2009 ben.lippme...@anu.edu.au
* RTS also uses runSparks_closure from base
M ./rts/Prelude.h +2
View patch online:
http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20091114061445-43c66-fb507de5075737c95096043f64cb2d8903587d36.gz
_
Wed Jan 27 06:57:18 PST 2010 Simon Marlow
* fix Windows build (GHC.Conc.runHandlers is Unix-only)
M ./rts/RtsStartup.c +2
View patch online:
http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20100127145718-12142-0132e02090aecdb1cc3b0034c5057922c3baba79.gz
_
Wed Jan 27 05:31:06 PST 2010 Simon Marlow
* Win32 yieldThread(): use SwitchToThread() instead of Sleep(0)
M ./rts/win32/OSThreads.c -1 +1
View patch online:
http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20100127133106-12142-7fa089880e7d015a031dbaa88f20bb69e2562043.gz
_
Fri Nov 13 22:15:59 PST 2009 ben.lippme...@anu.edu.au
* Use DLL aware runIO_closure instead of base_GHCziTopHandler_runIO_closure
directly
M ./rts/RtsStartup.c -2 +3
View patch online:
http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20091114061559-43c66-ad46e3194d69291eb80cc72b805d42
Fri Jan 22 06:36:58 PST 2010 Simon Marlow
* Add some missing getStablePtr()s for CAFs that the RTS refers to
A recent patch ("Refactor CoreArity a bit") changed the arity of
GHC.Conc.runSparks such that it became a CAF, and the RTS was not
explicitly retaining it, which led to a crash
Thu Feb 4 02:48:49 PST 2010 Simon Marlow
* Implement SSE2 floating-point support in the x86 native code generator
(#594)
The new flag -msse2 enables code generation for SSE2 on x86. It
results in substantially faster floating-point performance; the main
reason for doing this was tha
Wed Feb 3 05:54:21 PST 2010 Simon Marlow
* add libraries/binary
M ./.darcs-boring +1
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20100203135421-12142-af723b3f00a833788bf290dad8ef0ae80d907261.gz
___
Cvs-ghc mailing list
Cvs-g
Wed Feb 3 02:34:31 PST 2010 Simon Marlow
* add comment for srt_bitmap field
M ./includes/rts/storage/InfoTables.h -1 +6
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20100203103431-12142-08299a7feabfda4003c813fdc00a3cb7f187effa.gz
___
Hi Ben,
On Thu, Feb 04, 2010 at 10:49:50AM +1100, Ben Lippmeier wrote:
>
> Ian: you might want to add these versions to the GHC page, else link to the
> developers wiki with a note saying that people should install this stuff
> first to avoid pain.
I think that this would be best put on a Wik
20 matches
Mail list logo