trying to build head on windows, with ghc-6.6.1, i get Setup warnings,
followed by a Setup error. if i read the make log correctly, that Setup
was build with bootstrapping.Cabal, so there ought to be no warnings,
right? and there is no dist/ in base/ at that point.

also confusing: buildbot reported no such problems.

suggestions?
claus

..
make -C libraries all
make[1]: Entering directory `/cygdrive/c/fptools/ghc/libraries'
rm -f -f stamp/configure.library.*.base base/unbuildable
( cd base && setup/Setup configure \
           --enable-library-profiling \
          --prefix='$topdir' \
          --datadir='$prefix' \
          --datasubdir='.' \
          --libsubdir='$pkgid' \
          --with-compiler=../../compiler/stage1/ghc-inplace\
          --with-hc-pkg=../../utils/ghc-pkg/ghc-pkg-inplace\
          --with-hsc2hs=../../utils/hsc2hs/hsc2hs-inplace \
          --with-ld=c:/MinGW/bin/ld \
          --haddock-args="--use-contents=../index.html \
                          --use-index=../doc-index.html" \
--configure-option='--host=i386-unknown-mingw32' --configure-option='--with-gcc=c:/MinGW/bin/gcc' --configure-option='host_alias=i386-unknown-mingw32' \
          --configure-option=--with-cc=c:/MinGW/bin/gcc ) \
     && touch stamp/configure.library.build-profiling.base || touch 
base/unbuildable
Setup.exe: Warning: Unknown fields: nhc98-options (line 168),

               extra-tmp-files (line 169)

Fields allowed in this section:

   buildable, cc-options, ld-options, frameworks, c-sources,

   extensions, extra-libraries, extra-lib-dirs, includes,

   install-includes, include-dirs, hs-source-dirs, other-modules,

   ghc-prof-options, ghc-options, hugs-options, nhc-options,

   jhc-options, exposed-modules

Setup.exe: Warning: A package using section syntax should require

"Cabal-Version: >= 1.2" or equivalent.

Configuring base-2.1...

Setup.exe: ghc version >=6.2 is required but the version of ..\..\compiler\stage1\ghc-inplace could not be determined.

rm -f base/GNUmakefile
cp Makefile.local base
if ifBuildable/ifBuildable base; then \
  cd base && setup/Setup makefile -f GNUmakefile; \
fi
Setup.exe: error reading dist\setup-config; run "setup configure" command?



make[1]: *** [base/GNUmakefile] Error 1
make[1]: Leaving directory `/cygdrive/c/fptools/ghc/libraries'
make: *** [stage1] Error 2

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to