#4320: GHC Build System: make clean on windows requires ./configure to be rerun
----------------------------------+-----------------------------------------
  Reporter:  dterei               |          Owner:                  
      Type:  bug                  |         Status:  new             
  Priority:  normal               |      Milestone:  7.0.1           
 Component:  Build System         |        Version:  6.13            
Resolution:                       |       Keywords:                  
  Testcase:                       |      Blockedby:                  
Difficulty:                       |             Os:  Unknown/Multiple
  Blocking:                       |   Architecture:  Unknown/Multiple
   Failure:  Building GHC failed  |  
----------------------------------+-----------------------------------------
Changes (by dterei):

  * owner:  igloo =>
  * status:  closed => new
  * resolution:  worksforme =>


Comment:

 I still have the problem I reported. This is what happens if I run 'make
 clean && make':

 {{{
 [ 1 of 26] Compiling Data.Binary.Builder (
 libraries\binary\src\Data\Binary\Builder.hs,
 bootstrapping\Data\Binary\Builder.o )
 [ 2 of 26] Compiling Data.Binary.Put  (
 libraries\binary\src\Data\Binary\Put.hs, bootstrapping\Data\Binary\Put.o )
 [ 5 of 26] Compiling Data.Binary.Get  (
 libraries\binary\src\Data\Binary\Get.hs, bootstrapping\Data\Binary\Get.o )
 [ 6 of 26] Compiling Data.Binary      (
 libraries\binary\src\Data\Binary.hs, bootstrapping\Data\Binary.o )
 [23 of 26] Compiling Distribution.InstalledPackageInfo.Binary ( libraries
 \bin-package-db\Distribution\InstalledPackageInfo\Binary.hs,
 bootstrapping\Distribution\InstalledPackageInfo\Binary.o )
 [25 of 26] Compiling Version          ( utils\ghc-pkg\Version.hs,
 bootstrapping\Version.o )
 [26 of 26] Compiling Main             ( utils\ghc-pkg\Main.hs,
 bootstrapping\Main.o )
 Linking utils/ghc-pkg/dist/build/ghc-pkg.exe.exe ...
 "inplace/bin/mkdirhier" inplace/lib/package.conf.d/.
 "rm" -f inplace/lib/package.conf.d/*
 cp utils/ghc-pkg/dist/build/ghc-pkg.exe.exe inplace/bin/ghc-pkg.exe
 "inplace/bin/ghc-cabal.exe" configure --with-
 ghc="C:/dev/HaskellPlatform/bin/ghc.exe" --with-ghc-
 pkg="C:/dev/HaskellPlatform/bin/ghc-pkg" --with-
 gcc="C:/dev/cygwin/home/atdavid/Ghc/reg/inplace/mingw/bin/gcc.exe"
 --configure-option=--with-
 cc="C:/dev/cygwin/home/atdavid/Ghc/reg/inplace/mingw/bin/gcc.exe"
 --package-
 db=C:/dev/cygwin/home/atdavid/Ghc/reg/libraries/bootstrapping.conf
 --enable-library-profiling --enable-library-for-ghci --configure-
 option=CFLAGS=" -fno-stack-protector  " --configure-option=LDFLAGS="  "
 --constraint "Cabal == 1.11.0" --constraint "hpc == 0.5.0.6" --constraint
 "extensible-exceptions == 0.1.1.2" --constraint "binary == 0.5.0.2"
 --constraint "bin-package-db == 0.0.0.0" -- dist-boot libraries/Cabal
 Configuring Cabal-1.11.0...
 ghc-cabal.exe: Cannot find the program 'gcc' at
 'C:/dev/cygwin/home/atdavid/Ghc/reg/inplace/mingw/bin/gcc.exe' or on the
 path
 make[1]: *** [libraries/Cabal/dist-boot/package-data.mk] Error 1
 make: *** [all] Error 2
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4320#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to