Problem with hoopl x86_64 linux ghc 7.1

2011-02-01 Thread Alexander McPhail
ghc-7.1.20110131 linux x86_64 $ make dist-clean && perl boot && ./configure && make -j6 [..] "/home/ghc/bin/ghc" -H64m -O0 -fasm -package-conf libraries/bootstrapping.conf -package-name ghc-7.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -

Re: [darcs-users] Git v. Darcs: megapatches and 'darcs shunt'

2011-01-13 Thread Alexander McPhail
On 14 January 2011 10:58, Isaac Dupree wrote: > On 01/13/11 08:42, Eric Kow wrote: > >> On Wed, Jan 12, 2011 at 15:49:31 -0500, Isaac Dupree wrote: >> >>> What if "pull" could (maybe given a flag that you'd use with your >>> upstream) re-order all patches from upstream, new or old, as far >>> back

Git v. Darcs: megapatches and 'darcs shunt'

2011-01-11 Thread Alexander McPhail
Hi, I have a couple of branches of ghc off of HEAD. I found that I had some difficulty _finding_ my patch submissions after weeks of 'darcs_all pull -a'. And I understand that one complaint is the need to create 'megapatches'. How is this flow: 1) 'darcs shunt' all patches originating from thi

Re: HEAD: HSinteger-gmp-0.2.0.2.o: unknown symbol `base_ControlziExceptionziBase_patError_info'

2010-11-28 Thread Alexander McPhail
On 24 November 2010 10:20, Alexander McPhail < haskell.vivian.mcph...@gmail.com> wrote: > Hi, > > build.mk: > > BuildFlavour = quickest > > GHCLibWays = v > > no configure flags > > 2010/11/24 Ian Lynagh > > On Tue, Nov 23, 2010 at 02:00:26PM +0100,

GHCConstants.h: oFFSET_StgRegTable_*

2010-11-04 Thread Alexander McPhail
I have added some constant functions to GHCConstants.h but once compilation reaches: "/usr/bin/ghc" -H64m -O0 -fasm -package-conf libraries/bootstrapping.conf -package-name ghc-7.1 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSug

emitPrimOp duplicated

2010-11-03 Thread Alexander McPhail
Hi, Is there a good reason that 'CgPrimOp.hs' and 'StgCmmPrim.hs' both provide a function "emitPrimOp", the implementations of which appear identical? Cheers, Vivian ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/c

Re: Build fails after new vector package configuration patch

2010-09-26 Thread Alexander McPhail
Hi, I downloaded the latest patches and I can no longer reproduce the error, however, there are a bunch of "missing *.hi" warnings that don't prevent the successful build. build/target linux x86_64: ghc: 6.12.1 $ darcs get ghc $ darcs-all get $ darcs-all pull -a (17:00 26 09 2010 NZDT) in ./mk