Building GHC from source: where is libffi-tarballs.git?

I thought I'd attempt a build of GHC from source. Following the instructions at [1], [2] and [3]. Unfortunately I get stuck: % ./sync-all --testsuite get == running git clone /home/magnus/Private/arch/archhaskell/ghc-git/libffi-tarballs.git libffi-tarballs fatal: repository '/home/magnus/Private/arch/archhaskell/ghc-git/libffi-tarballs.git' does not exist git failed: 32768 at ./sync-all line 120. How do I get past this point? /M [1]: https://github.com/ghc/ghc [2]: http://ghc.haskell.org/trac/ghc/wiki/Building/GettingTheSources [3]: http://ghc.haskell.org/trac/ghc/wiki/Building/QuickStart -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: magnus@therning.org jabber: magnus@therning.org twitter: magthe http://therning.org/magnus The early bird may get the worm, but the second mouse gets the cheese.

On Sat, Oct 19, 2013 at 09:39:49AM +0200, Magnus Therning wrote:
I thought I'd attempt a build of GHC from source. Following the instructions at [1], [2] and [3]. Unfortunately I get stuck:
% ./sync-all --testsuite get == running git clone /home/magnus/Private/arch/archhaskell/ghc-git/libffi-tarballs.git libffi-tarballs fatal: repository '/home/magnus/Private/arch/archhaskell/ghc-git/libffi-tarballs.git' does not exist git failed: 32768 at ./sync-all line 120.
How do I get past this point?
It took me a while but I found the -r option to sync-all :) /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: magnus@therning.org jabber: magnus@therning.org twitter: magthe http://therning.org/magnus In order to understand recursion you must first understand recursion.
participants (1)
-
Magnus Therning