
Ian I'm stuck again. This time I'm trying to run nofib. But all attempts yield gibberish below Apparently mk/config.mk.in contains GHC_STAGE2 = $(ghc-stage2_INPLACE) which is, I believe, essential to nofib. But I can't see anywhere that ghc-stage2_INPLACE is set. It would be great to have your help in getting un-stuck. Thanks Simon simonpj@cam-05-unx:~/5builds/HEAD/nofib$ make boot /bin/sh: 1: /5playpen/simonpj/HEAD/: Permission denied /bin/sh: 1: [: -gt: unexpected operator /bin/sh: 1: [: -ge: unexpected operator ------------------------------------------------------------------------ == Recursively making `boot' in runstdtest nofib-analyse imaginary spectral real shootout ... PWD = /5playpen/simonpj/HEAD/nofib ------------------------------------------------------------------------ ------------------------------------------------------------------------ == make boot ; in /5playpen/simonpj/HEAD/nofib/runstdtest ------------------------------------------------------------------------ /bin/sh: 1: /5playpen/simonpj/HEAD/: Permission denied /bin/sh: 1: [: -gt: unexpected operator /bin/sh: 1: [: -ge: unexpected operator

Hi Simon, On Tue, May 28, 2013 at 11:50:19AM +0000, Simon Peyton-Jones wrote:
Apparently mk/config.mk.in contains GHC_STAGE2 = $(ghc-stage2_INPLACE) which is, I believe, essential to nofib. But I can't see anywhere that ghc-stage2_INPLACE is set.
It should work now. Let me know if you still have problems. Thanks Ian -- Ian Lynagh, Haskell Consultant Well-Typed LLP, http://www.well-typed.com/

I think that did it, thanks S | -----Original Message----- | From: Ian Lynagh [mailto:ian@well-typed.com] | Sent: 28 May 2013 15:53 | To: Simon Peyton-Jones | Cc: ghc-devs@haskell.org | Subject: Re: Stuck | | | Hi Simon, | | On Tue, May 28, 2013 at 11:50:19AM +0000, Simon Peyton-Jones wrote: | > | > Apparently mk/config.mk.in contains | > GHC_STAGE2 = $(ghc-stage2_INPLACE) | > which is, I believe, essential to nofib. But I can't see anywhere that ghc- | stage2_INPLACE is set. | | It should work now. Let me know if you still have problems. | | | Thanks | Ian | -- | Ian Lynagh, Haskell Consultant | Well-Typed LLP, http://www.well-typed.com/
participants (2)
-
Ian Lynagh
-
Simon Peyton-Jones