pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 752, Success

2012-12-15 Thread Builder
pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 752 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-i386-stable/752.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions

pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 764, Success

2012-12-15 Thread Builder
pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 764 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-amd64-stable/764.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions

Build failure on Windows.

2012-12-15 Thread Niklas Larsson
Hi! It seems like the build on Windows HEAD is trying to build the PowerPC assembly in rts/AdjustorAsm.S. Somehow the powerpc_HOST_ARCH must be defined, I can't figure out how though. It seems to work fine on commit d7d25db3e58f3edfb950ebfa466c1e1e06d175d6 from a week ago. I have one patch thoug

Re: Build failure on Windows.

2012-12-15 Thread Erik de Castro Lopo
Niklas Larsson wrote: > It seems like the build on Windows HEAD is trying to build the PowerPC > assembly in rts/AdjustorAsm.S. Somehow the powerpc_HOST_ARCH must be > defined, I can't figure out how though. This is not actually the case, because on linux-powerpc I get errors about Intel instruct

Re: Build failure on Windows.

2012-12-15 Thread Erik de Castro Lopo
Niklas Larsson wrote: > Hi! > > It seems like the build on Windows HEAD is trying to build the PowerPC > assembly in rts/AdjustorAsm.S. Are you building for x86 or x86-64? Erik -- -- Erik de Castro Lopo http://www.mega-nerd.co

Re: Build failure on Windows.

2012-12-15 Thread Ian Lynagh
Hi Niklas, On Sat, Dec 15, 2012 at 04:02:24PM +0100, Niklas Larsson wrote: > > It seems like the build on Windows HEAD is trying to build the PowerPC > assembly in rts/AdjustorAsm.S. Somehow the powerpc_HOST_ARCH must be > defined, I can't figure out how though. Does it happen for you with a no

Re: Build failure on Windows.

2012-12-15 Thread Niklas Larsson
2012/12/15 Ian Lynagh : > > Hi Niklas, > > On Sat, Dec 15, 2012 at 04:02:24PM +0100, Niklas Larsson wrote: >> >> It seems like the build on Windows HEAD is trying to build the PowerPC >> assembly in rts/AdjustorAsm.S. Somehow the powerpc_HOST_ARCH must be >> defined, I can't figure out how though.

Re: Build failure on Windows.

2012-12-15 Thread Erik de Castro Lopo
Ian Lynagh wrote: > Does it happen for you with a non-parallel (i.e. without using > "make -j") build? If so, can you reproduce it by running the last > command that "make" runs by hand? If you can, then hopefully it will be > easy to diagnose, e.g. by minimising the code being read. Sorry, that

Re: Build failure on Windows.

2012-12-15 Thread Niklas Larsson
2012/12/15 Erik de Castro Lopo : > Ian Lynagh wrote: > >> Does it happen for you with a non-parallel (i.e. without using >> "make -j") build? If so, can you reproduce it by running the last >> command that "make" runs by hand? If you can, then hopefully it will be >> easy to diagnose, e.g. by minim

Fix for : Build failure on Windows (and others).

2012-12-15 Thread Erik de Castro Lopo
Hi all, I have a fix for this. It seems that just recently (since bd8f7fc56b84369f4e820263c0bcdc85760de6d4) ghc has started calling gcc with extra comand line parameters: -x assembler >From the gcc man page -x language Specify explicitly the language for the following input files

Re: Fix for : Build failure on Windows (and others).

2012-12-15 Thread Niklas Larsson
2012/12/15 Erik de Castro Lopo : > > > The attached patch replaces '-x assembler' with '-x assembler-with-cpp' > and fixes the problem for me on powerpc. Thanks! It works here too. Niklas ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell

[nightly] 15-Dec-2012 build of HEAD (unreg) on x86_64-unknown-linux (cam-04-unx)

2012-12-15 Thread GHC Build Reports
Build description = HEAD (unreg) on x86_64-unknown-linux (cam-04-unx) Build location= /64playpen/simonmar/nightly/HEAD-unreg-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-unreg-cam-04-unx Nightly build started on cam-04-unx at Sat Dec 15 18:20:01 GMT 2012. chec

Building on windows

2012-12-15 Thread Simon Peyton-Jones
OK so I installed a new mingw installation, and indeed got a lot further with configuring etc. Excellent. But now I'm stuck again with "no such instruction" errors when compiling AduustorAsm.s. This is on Windows using msys. Can anyone help? Or tell me what to try? Very frustrating! I can'

Re: Building on windows

2012-12-15 Thread Ian Lynagh
On Sat, Dec 15, 2012 at 10:56:15AM +, Simon Peyton-Jones wrote: > OK so I installed a new mingw installation, and indeed got a lot further with > configuring etc. Excellent. But now I'm stuck again with "no such > instruction" errors when compiling AduustorAsm.s. > > This is on Windows usi

[nightly] 15-Dec-2012 build of STABLE on x86_64-unknown-linux (cam-04-unx)

2012-12-15 Thread GHC Build Reports
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 Sat Dec 15 18:10:01 GMT 2012. checking out new s

[nightly] 15-Dec-2012 build of HEAD on x86_64-unknown-linux (cam-04-unx)

2012-12-15 Thread GHC Build Reports
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 Sat Dec 15 18:00:01 GMT 2012. checking out new source

[commit: ghc] master: PPC: Implement stack resizing for the linear register allocator. (51d3645)

2012-12-15 Thread Erik de Castro
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/51d364530895e2f18fa8b98a12bf5a44f1b004d1 >--- commit 51d364530895e2f18fa8b98a12bf5a44f1b004d1 Author: Erik de Castro

[commit: ghc] master: De-tab compiler/nativeGen/PPC/Instr.hs. (6a990ac)

2012-12-15 Thread Erik de Castro
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/6a990ace497ebfe79b19d565f428428bf1c11427 >--- commit 6a990ace497ebfe79b19d565f428428bf1c11427 Author: Erik de Castro

[commit: ghc] master: Call gcc with '-x assembler-with-cpp' instead of '-x assembler'. (eec4c10)

2012-12-15 Thread Erik de Castro
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/eec4c10819ac140270c00688b39da136313e >--- commit eec4c10819ac140270c00688b39da136313e Author: Erik de Castro