> Are you trying to build it with FLAVOR=native_bootstrap? Please > don't use this pseudo flavor for now (unless you really know what > you're doing). > > If you're *not* using FLAVOR=native_bootstrap and it still fails, > please send me another mail.
FLAVOR is empty (environment variable and in Makefile), PSEUDO_FLAVOR is set to "native_bootstrap", it is the unchanged Makefile from CVS Below is the whole error output, I only saw this one last error before, sorry ... Makefile:62: target `all' given more than once in the same rule. ===--- updating makefiles phase 0 gmake -r --no-print-directory -f ghc.mk phase=0 just-makefiles utils/unlit/ghc.mk:18: utils/unlit/dist/build/.depend: No such file or directory utils/hp2ps/ghc.mk:21: utils/hp2ps/dist/build/.depend: No such file or directory utils/genprimopcode/ghc.mk:16: utils/genprimopcode/dist/build/.depend: No such file or directory includes/ghc.mk:130: includes/dist-derivedconstants/build/.depend: No such file or directory includes/ghc.mk:159: includes/dist-ghcconstants/build/.depend: No such file or directory rts/ghc.mk:334: rts/dist/build/.depend-v-p-l-debug-thr-thr_debug-thr_l-thr_p: No such file or directory utils/ghc-cabal/ghc.mk:95: utils/ghc-cabal/dist-dummy-ghc/build/.depend: No such file or directory utils/genapply/ghc.mk:26: utils/genapply/dist/build/.depend: No such file or directory utils/haddock/ghc.mk:20: utils/haddock/dist/package-data.mk: No such file or directory "inplace/bin/ghc-cabal" configure --with-ghc="/usr/ports/pobj/ghc-6.12.2/ghc-6.12.2/inplace/bin/dummy-ghc" --with-ghc-pkg="/usr/ports/pobj/ghc-6.12.2/ghc-6.12.2/inplace/bin/ghc-pkg" --with-gcc="cc" --configure-option=--with-cc="cc" --flag in-ghc-tree --enable-library-profiling --configure-option=CFLAGS=" " --configure-option=LDFLAGS=" " --configure-option=--with-iconv-includes="/usr/local/include" --configure-option=--with-iconv-libraries="/usr/local/lib" -- dist utils/haddock Configuring haddock-2.7.2... ghc-cabal: At least the following dependencies are missing: ghc-paths -any gmake[1]: *** [utils/haddock/dist/package-data.mk] Error 1 gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/lang/ghc (line 2253 of /usr/ports/infrastructure/mk/bsd.port.mk). Thank you for your time, regards Matthias
