
On Thu, 16 Feb 2012 10:00:53 +0100, Magnus Therning wrote:
I've probably missed something in my instructions, because to me it looks like you haven't built anything except ghc itself. There should be a package in each sub-dir after a successful complete build. All haskell-* tar-balls are about 1Kb in size and they should be considerably larger if there was a built package in there.
/M
I did this: $ cd ah-ghc74 $ cblrepo build $(cblrepo list | cut -f1 -d\ ) > ,,build-order $ cblrepo pkgbuild $(cat ,,build-order) $ ./makeahpkg -x -- ghc $(cat ,,build-order) Maybe there is no space between -- and ghc in the 4th command. That may have spoiled it. So tonight I go for `./makeahpkg -x --ghc $(cat ,,buildorder)` and see what it does. By the way, do I need to upload the chroot too? Or is it just a place to build the packages? Adrien