Re: runghc failing sometimes on Linux/ppc?

2009-09-20 Thread Christopher Lewis
> On Sun, May 03, 2009 at 03:02:50PM +1000, Jens Petersen wrote: > > 2009/5/2 Jens Petersen : > > > So I tried doing an unregisterised ppc build with: > > > > > > echo "GhcUnregisterised=YES" >> mk/build.mk > > > echo "GhcWithNativeCodeGen=NO" >> mk/build.mk > > > echo "SplitObjs=NO" >> mk/build.mk

Re: runghc failing sometimes on Linux/ppc?

2009-05-23 Thread Ian Lynagh
On Sun, May 03, 2009 at 03:02:50PM +1000, Jens Petersen wrote: > 2009/5/2 Jens Petersen : > > So I tried doing an unregisterised ppc build with: > > > > echo "GhcUnregisterised=YES" >> mk/build.mk > > echo "GhcWithNativeCodeGen=NO" >> mk/build.mk > > echo "SplitObjs=NO" >> mk/build.mk > > Are thes

Re: runghc failing sometimes on Linux/ppc?

2009-05-03 Thread Jens Petersen
2009/5/2 Jens Petersen : > So I tried doing an unregisterised ppc build with: > > echo "GhcUnregisterised=YES" >> mk/build.mk > echo "GhcWithNativeCodeGen=NO" >> mk/build.mk > echo "SplitObjs=NO" >> mk/build.mk Are these the right build config settings? > but this failed with: : > Linking dist-st

Re: runghc failing sometimes on Linux/ppc?

2009-05-02 Thread Jens Petersen
2009/5/1 Jens Petersen : > 2009/4/26 Ian Lynagh : >> Are you using a registerised build? If so, then as PPC/Linux isn't a >> tier 1 platform, it could well have bitrotted. So I tried doing an unregisterised ppc build with: echo "GhcUnregisterised=YES" >> mk/build.mk echo "GhcWithNativeCodeGen=NO"

Re: runghc failing sometimes on Linux/ppc?

2009-04-30 Thread Jens Petersen
2009/4/26 Ian Lynagh : > Are you using a registerised build? If so, then as PPC/Linux isn't a > tier 1 platform, it could well have bitrotted. So Fedora should build ppc unregistered? Is that what other distros are doing? :) >> http://koji.fedoraproject.org/koji/getfile?taskID=1319083&name=build

Re: runghc failing sometimes on Linux/ppc?

2009-04-25 Thread Ian Lynagh
On Sat, Apr 25, 2009 at 08:17:39PM +1000, Jens Petersen wrote: > I am seeing some strange failures of runghc on Linux/ppc (Fedora 11 > specifically) > with ghc-6.10.1 and ghc-6.10.2. > > For example "cabal install HTTP" works fine but "runghc Setup" failing to run. Are you using a registerised bu

runghc failing sometimes on Linux/ppc?

2009-04-25 Thread Jens Petersen
I am seeing some strange failures of runghc on Linux/ppc (Fedora 11 specifically) with ghc-6.10.1 and ghc-6.10.2. For example "cabal install HTTP" works fine but "runghc Setup" failing to run. A workaround (other than using cabal-install) seems to be to compile Setup and then use the output of tha