Created
August 5, 2013 08:13
-
-
Save adinapoli/6154219 to your computer and use it in GitHub Desktop.
ghc 7.7 build fails due to missing dep bin-package-db
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"/Users/adinapoli/programming/haskell/ghc-dev/.hsenv/bin/ghc" -M -static -H64m -O0 -fasm -package-db libraries/bootstrapping.conf -hide-all-packages -i -ighc/. -ighc/stage1/build -ighc/stage1/build/autogen -Ighc/stage1/build -Ighc/stage1/build/autogen -optP-include -optPghc/stage1/build/autogen/cabal_macros.h -package array-0.4.0.1 -package base-4.6.0.1 -package bytestring-0.10.0.2 -package directory-1.2.0.1 -package filepath-1.3.0.1 -package ghc-7.7 -package process-1.1.0.2 -package unix-2.6.0.1 -Wall -XHaskell98 -XNondecreasingIndentation -XCPP -XPatternGuards -O -fasm -no-user-package-db -rtsopts -odir ghc/stage1/build -hidir ghc/stage1/build -stubdir ghc/stage1/build -dep-makefile ghc/stage1/build/.depend.haskell.tmp -dep-suffix "" -include-pkg-deps ghc/./Main.hs | |
<command line>: cannot satisfy -package ghc-7.7: | |
ghc-7.7.20130805-inplace is unusable due to missing or recursive dependencies: | |
bin-package-db-0.0.0.0-a59dfa282b70cfbcd604b6d252632988 | |
(use -v for more information) | |
make[1]: *** [ghc/stage1/build/.depend.haskell] Error 1 | |
make: *** [all] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment