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 Tue Mar 30 18:00:01 BST 2010.
checking out
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 Tue Mar 30 18:10:01 BST 2010.
checki
On 31/03/2010, at 1:12 PM, Builder wrote:
> simonmar-win32-head, build 8
>
> Build succeeded
> Details:
> http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/8.html
>
> darcs checkout | Success
> create mk/build.mk | Success
> get subrepos | Success
> repo versions
simonmar-win32-head, build 8
Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/8.html
darcs checkout | Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version date | Success
booting
With -rtsopts, GHC compiles an additional C file using mkExtraCObj. This
function calls runCc but doesn't pass machdepCCOpts to it, producing a 64 bit
file on Snow Leopard instead of 32 bit one which breaks linking. The fix is
probably just to add machdepCCOpts to the gcc call but I can't test t
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 Tue Mar 30 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 Tue Mar 30 19:10:01 BST 20
On Tue, Mar 30, 2010 at 07:28:56PM +0200, Matthias Kilian wrote:
>
> Anyway, I'd still like to simplify the ar(1) stuff, so my questions
> about which systems need all those strange combinations of options
> to ar(1) stays valid ;-)
I have no idea. Patches to simplify things in the HEAD would be
On Tue, Mar 30, 2010 at 07:28:56PM +0200, Matthias Kilian wrote:
> > Thanks for the report; I've made a proper test for the feature, so it
> > should work again now.
>
> I'll give it a try this evening or tomorrow.
Works fine here. Thanks again.
Ciao,
Kili
__
On Tue, Mar 30, 2010 at 05:04:29PM +0100, Ian Lynagh wrote:
> > > * Tweak the Makefile code for making .a libs; fixes trac #3642
> > > The main change is that, rather than using "xargs ar" we now put
> > > all the filenames into a file, and do "ar @file". This means that
> > > ar adds all t
Tue Mar 30 09:16:47 PDT 2010 Ian Lynagh
* Update to bytestring 0.9.1.6; fixes #3808
R ./libraries/tarballs/bytestring-0.9.1.5.tar.gz
A ./libraries/tarballs/bytestring-0.9.1.6.tar.gz
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.has
Tue Mar 30 09:11:00 PDT 2010 Ian Lynagh
* Update release notes
M ./docs/users_guide/6.12.2-notes.xml -1 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
On Sat, Mar 27, 2010 at 06:37:24PM +0100, Matthias Kilian wrote:
> On Wed, Mar 24, 2010 at 12:55:23PM -0700, Ian Lynagh wrote:
> > Tue Mar 23 15:13:25 PDT 2010 Ian Lynagh
> > * Tweak the Makefile code for making .a libs; fixes trac #3642
> > The main change is that, rather than using "xargs a
On Tue, Mar 30, 2010 at 08:21:22AM +0200, Matthias Kilian wrote:
> On Tue, Mar 30, 2010 at 03:34:11PM +1100, Roman Leshchinskiy wrote:
> > boot-pkgs contains this line:
> >
> > tar -zxf ../../$tarball
> >
> > This fails at least on Solaris where we want gtar. We probably
> > want
Tue Mar 30 07:53:03 PDT 2010 Ian Lynagh
* MERGED: Add a 'setKeepCAFs' external function (#3900)
Simon Marlow **20100329110036
M ./includes/rts/storage/GC.h +3
M ./rts/sm/Storage.c -2 +7
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://w
Tue Mar 30 07:58:02 PDT 2010 Ian Lynagh
* Avoid a non-portable use of tar reported by Roman Leshchinskiy
M ./boot-pkgs -1 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Tue Mar 30 07:50:54 PDT 2010 Ian Lynagh
* MERGED: libffi: install 'ffitarget.h' header as sole 'ffi.h' is unusable
Simon Marlow **20100329135734
M ./libffi/ghc.mk -1 +5
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailma
Tue Mar 30 06:44:37 PDT 2010 Simon Marlow
* fix a non-portable printf format
M ./rts/RtsUtils.c -2 +2
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Mon Mar 29 08:42:20 PDT 2010 Simon Marlow
* fix return type cast in f.i.wrapper when using libffi (#3516)
Original fix submitted by
Sergei Trofimovich
modified by me:
- exclude 64-bit types
- compare uniques, not strings
- #include "ffi.h" is conditional
M ./compiler/
Tue Mar 30 04:46:50 PDT 2010 Simon Marlow
* use FMT_Word64 instead of locally-defined version
M ./rts/Hpc.c -8 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Tue Mar 30 05:03:46 PDT 2010 Simon Marlow
* avoid single quote in #error
M ./rts/win32/seh_excn.h -1 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Tue Mar 30 07:27:14 PDT 2010 Simon Marlow
* Don't install EXTRA_PACKAGES by default
M ./ghc.mk -1 +5
M ./mk/config.mk.in +10
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Tue Mar 30 06:44:37 PDT 2010 Simon Marlow
* fix a non-portable printf format
M ./rts/RtsUtils.c -2 +2
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Tue Mar 30 05:03:46 PDT 2010 Simon Marlow
* avoid single quote in #error
M ./rts/win32/seh_excn.h -1 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Tue Mar 30 04:46:50 PDT 2010 Simon Marlow
* use FMT_Word64 instead of locally-defined version
M ./rts/Hpc.c -8 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Tue Mar 30 05:37:32 PDT 2010 Simon Marlow
* remove old/unused DotnetSupport and GhcLibsWithUnix
M ./mk/config.mk.in -8
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Mon Mar 29 08:42:20 PDT 2010 Simon Marlow
* fix return type cast in f.i.wrapper when using libffi (#3516)
Original fix submitted by
Sergei Trofimovich
modified by me:
- exclude 64-bit types
- compare uniques, not strings
- #include "ffi.h" is conditional
M ./compiler/
Mon Mar 29 06:57:34 PDT 2010 Simon Marlow
* libffi: install 'ffitarget.h' header as sole 'ffi.h' is unusable
Submitted by: Sergei Trofimovich
Re-recorded against HEAD.
M ./libffi/ghc.mk -1 +4
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
htt
Tue Mar 30 04:19:27 EDT 2010 Simon Marlow
* use a better link for the shootout
Ignore-this: ab325199a09a737099008a322ff7e20d
M ./index.html -1 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
29 matches
Mail list logo