Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2014
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.13 KB | None | 0 0
  1. ===--- building phase 1
  2. make -r --no-print-directory -f ghc.mk phase=1 phase_1_builds
  3. "inplace/bin/ghc-cabal" check utils/haddock
  4. 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
  5. "inplace/bin/ghc-cabal" configure utils/haddock dist "" --with-ghc="/home2/ubuntu/dev/ghc/inplace/bin/ghc-stage1" --with-ghc-pkg="/home2/ubuntu/dev/ghc/inplace/bin/ghc-pkg" --flag in-ghc-tree --disable-library-for-ghci --disable-library-vanilla --disable-library-profiling --disable-shared --configure-option=CFLAGS=" -fno-stack-protector   " --configure-option=LDFLAGS="   " --configure-option=CPPFLAGS="   " --gcc-options=" -fno-stack-protector       " --with-gcc="/usr/bin/gcc" --with-ld="/usr/bin/ld" --configure-option=--with-cc="/usr/bin/gcc" --with-ar="/usr/bin/ar" --with-ranlib="/usr/bin/ranlib" --with-alex="/usr/bin/alex" --with-happy="/usr/bin/happy"
  6. Configuring haddock-2.15.0...
  7. ghc-cabal: At least the following dependencies are missing:
  8. ghc ==7.6.* && ==7.9.*
  9. make[1]: *** [utils/haddock/dist/package-data.mk] Error 1
  10. make: *** [all] Error 2
  11. ubuntu@tegra-ubuntu:~/dev/ghc$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement