Skip to content

Instantly share code, notes, and snippets.

@adinapoli
Created August 5, 2013 08:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adinapoli/6154219 to your computer and use it in GitHub Desktop.
Save adinapoli/6154219 to your computer and use it in GitHub Desktop.
ghc 7.7 build fails due to missing dep bin-package-db
"/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