pgj, build 5, Success

2010-04-12 Thread Builder
pgj, build 5 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/5.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting | Success configuring

pgj2, build 5, Success

2010-04-12 Thread Builder
pgj2, build 5 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/5.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting | Success configuring

[nightly] 12-Apr-2010 build of STABLE on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2010-04-12 Thread GHC Build Reports
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 Mon Apr 12 18:10:01 BST 2010. checki

[nightly] 12-Apr-2010 build of STABLE on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com)

2010-04-12 Thread GHC Build Reports
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 Mon Apr 12 19:10:01 BST 20

[nightly] 12-Apr-2010 build of HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com)

2010-04-12 Thread GHC Build Reports
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 Mon Apr 12 19:00:01 BST 2010. **

[nightly] 12-Apr-2010 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2010-04-12 Thread GHC Build Reports
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 Mon Apr 12 18:00:01 BST 2010. checking out

Re: [patch] Do not call bash but sh in the "boot" script

2010-04-12 Thread Gabor PALI
On Mon, Apr 12, 2010 at 12:43 PM, Matthias Kilian wrote: > just put a symlink [..] into your buildbots bin directory. Yes, it's still a > workaround, but at least > you don't break your system. Oops, I should have thought about that :D Thanks for the hints! I mainly picked this approach becaus

Re: [patch] Do not call bash but sh in the "boot" script

2010-04-12 Thread Matthias Kilian
[slightly offtopic now] On Mon, Apr 12, 2010 at 11:43:23AM +0200, Gabor PALI wrote: > Ironically, I needed to hack my systems under the build slaves towards > the GNU direction to see other interesting things like built snapshots > :) I installed bash, and symlinked to /usr/bin/bash; To my knowl

Re: [patch] Do not call bash but sh in the "boot" script

2010-04-12 Thread Ben Lippmeier
On 12/04/2010, at 4:30 PM, Matthias Kilian wrote: > > And here we have that validation problem again. You can't expect > that everyone who sends patches has access to all those types of > operating systems. Nor can one expect all the GHC developers to > have access to other, more `exotic' systems

Re: [patch] Do not call bash but sh in the "boot" script

2010-04-12 Thread Gabor PALI
Hej Ben, Lars, och Kili, First of all, sorry for not mentioning that FreeBSD has a base system + ports model. As Lars has pointed out, using bash on a FreeBSD system (whether may I say on any other BSD system?) has a fixed cost of installing it as a build-time dependency. Building GHC 6.10.4 wor