Re: Preparing a Registered hc-file-bundle (Was Bootstrapping with HC files)

2005-12-13 Thread Andrew Walrond
Well, I gave it a blast anyway. All went well creating the hc files until the last command: > $ make hc-file-bundle Project=Ghc at which point it failed with tar czf ghc-6.4.1-x86_64-unknown-linux-hc.tar.gz `cat hc-files-to-go` tar: ghc-6.4.1/ghc/rts/AutoApply_thr.hc: Cannot stat: No suc

Preparing a Registered hc-file-bundle (Was Bootstrapping with HC files)

2005-12-13 Thread Andrew Walrond
Ok, so now we know its possible! Now the question is how to create and use a _registered_ hc file bundle. The Build manual describes the process of cross compiling an _unregistered_ hc file bundle, but has nothing to say about creating the simpler registered hc file bundle for the purpose of boo

RE: Bootstrapping with HC files

2005-12-13 Thread Simon Marlow
On 12 December 2005 18:21, Andrew Walrond wrote: > 3) Why don't you guys supply hc tarballs for bootstrapping on common > platforms? They would seem to be rather more versatile than the usual > rpms and binary tarballs. A couple of reasons, neither of which is very convincing: 1. the HC files

RE: Bootstrapping with HC files

2005-12-13 Thread Simon Marlow
On 12 December 2005 22:47, Donald Bruce Stewart wrote: > andrew: >> I run a source based linux distro called Heretix, and I want to make >> a ghc package which will install with or without an existing ghc. At >> the moment, we supply a binary-ghc package, whch is a prerequisite >> of the from-sour

Re: Bootstrapping with HC files

2005-12-13 Thread Lennart Augustsson
Donald Bruce Stewart wrote: Most distros are using binary bootstrapping. I think OpenBSD is the only one building from .hc src. And NetBSD. -- Lennart ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell

Re: Bootstrapping with HC files

2005-12-12 Thread Duncan Coutts
On Tue, 2005-12-13 at 09:47 +1100, Donald Bruce Stewart wrote: > Most distros are using binary bootstrapping. I think OpenBSD is the only > one building from .hc src. That's because none of the rest of us had heard that it'd been fixed! I'm glad to hear it, we might switch. Gentoo users ought to

Re: Bootstrapping with HC files

2005-12-12 Thread Donald Bruce Stewart
duncan.coutts: > On Mon, 2005-12-12 at 18:20 +, Andrew Walrond wrote: > > I run a source based linux distro called Heretix, and I want to make a ghc > > package which will install with or without an existing ghc. At the moment, > > we > > supply a binary-ghc package, whch is a prerequisite o

Re: Bootstrapping with HC files

2005-12-12 Thread Donald Bruce Stewart
andrew: > I run a source based linux distro called Heretix, and I want to make a ghc > package which will install with or without an existing ghc. At the moment, we > supply a binary-ghc package, whch is a prerequisite of the from-source ghc > package. > > It seems to me that I can prepare HC t

Re: Bootstrapping with HC files

2005-12-12 Thread Duncan Coutts
On Mon, 2005-12-12 at 18:20 +, Andrew Walrond wrote: > I run a source based linux distro called Heretix, and I want to make a ghc > package which will install with or without an existing ghc. At the moment, we > supply a binary-ghc package, whch is a prerequisite of the from-source ghc > pac

Bootstrapping with HC files

2005-12-12 Thread Andrew Walrond
I run a source based linux distro called Heretix, and I want to make a ghc package which will install with or without an existing ghc. At the moment, we supply a binary-ghc package, whch is a prerequisite of the from-source ghc package. It seems to me that I can prepare HC tarballs for my targe