Yeah sorry. There is a Cabal patch that hasn't seem to come through to
the GHC Cabal lag repo yet. I tried to force a manual update of the
Cabal lag repo but no luck. My understanding is that the lag repo is
meant to be sync'd once a day but this doesn't seem to be happening.
So either something is broken with the Cabal lag or my understanding
of the situation is wrong.

For now I'm leaving it alone and have sent GHC HQ an email about this.
Should hopefully be resolved once they are back on Monday.

Cheers,
David

On 18 June 2011 07:48, Edward Z. Yang <ezy...@mit.edu> wrote:
> "cp" utils/ghc-cabal/dist/build/tmp/ghc-cabal inplace/bin/ghc-cabal
> "rm" -f utils/ghc-pkg/Version.hs
> echo "module Version where"                    >> utils/ghc-pkg/Version.hs
> echo "version, targetOS, targetARCH :: String" >> utils/ghc-pkg/Version.hs
> echo "version    = \"7.1\""      >> utils/ghc-pkg/Version.hs
> echo "targetOS   = \"linux\""        >> utils/ghc-pkg/Version.hs
> echo "targetARCH = \"i386\""      >> utils/ghc-pkg/Version.hs
> "inplace/bin/mkdirhier" utils/ghc-pkg/dist/build//.
> "/usr/bin/ghc" -H64m -O -fasm --make utils/ghc-pkg/Main.hs -o 
> utils/ghc-pkg/dist/build/ghc-pkg \
>           -no-user-package-conf \
>           -Wall -fno-warn-unused-imports \
>           -DCABAL_VERSION=1,11,0 \
>           -DBOOTSTRAPPING \
>           -odir  bootstrapping \
>           -hidir bootstrapping \
>               -iutils/ghc-pkg \
>           -XCPP -XExistentialQuantification -XDeriveDataTypeable \
>           -ilibraries/Cabal \
>           -ilibraries/filepath \
>           -ilibraries/extensible-exceptions \
>           -ilibraries/hpc \
>           -ilibraries/binary/src \
>           -ilibraries/bin-package-db
> [ 1 of 27] Compiling Data.Binary.Builder.Base ( 
> libraries/binary/src/Data/Binary/Builder/Base.hs, 
> bootstrapping/Data/Binary/Builder/Base.o )
> [ 3 of 27] Compiling Data.Binary.Builder ( 
> libraries/binary/src/Data/Binary/Builder.hs, 
> bootstrapping/Data/Binary/Builder.o )
> [ 4 of 27] Compiling Data.Binary.Put  ( 
> libraries/binary/src/Data/Binary/Put.hs, bootstrapping/Data/Binary/Put.o )
> [ 5 of 27] Compiling Data.Binary.Get  ( 
> libraries/binary/src/Data/Binary/Get.hs, bootstrapping/Data/Binary/Get.o )
> [ 6 of 27] Compiling Data.Binary      ( libraries/binary/src/Data/Binary.hs, 
> bootstrapping/Data/Binary.o )
> [24 of 27] Compiling Distribution.InstalledPackageInfo.Binary ( 
> libraries/bin-package-db/Distribution/InstalledPackageInfo/Binary.hs, 
> bootstrapping/Distribution/InstalledPackageInfo/Binary.o )
>
> libraries/bin-package-db/Distribution/InstalledPackageInfo/Binary.hs:68:7:
>    Not in scope: `trusted'
> make[1]: *** [utils/ghc-pkg/dist/build/ghc-pkg] Error 1
> make: *** [all] Error 2
>
> Cheers,
> Edward
>
> _______________________________________________
> Cvs-ghc mailing list
> Cvs-ghc@haskell.org
> http://www.haskell.org/mailman/listinfo/cvs-ghc
>

_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to