[GHC] #8259: HEAD won't build on Windows
GHC
ghc-devs at haskell.org
Mon Sep 9 11:27:42 CEST 2013
#8259: HEAD won't build on Windows
-------------------------------------+-------------------------------------
Reporter: schyler | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Build System | Version: 7.7
Keywords: | Operating System: Windows
Architecture: x86 | Type of failure: Building GHC
Difficulty: Easy (less than 1 | failed
hour) | Test Case:
Blocked By: | Blocking:
Related Tickets: |
-------------------------------------+-------------------------------------
Related output:
{{{
[68 of 68] Compiling Main ( utils\ghc-cabal\Main.hs,
bootstrapping\Main.o )
utils\ghc-cabal\Main.hs:229:51: Not in scope: `componentsConfigs'
utils\ghc-cabal\Main.hs:231:32:
`componentsConfigs' is not a (visible) constructor field name
utils\ghc-cabal\Main.hs:290:37: Not in scope: `componentsConfigs'
utils\ghc-cabal\Main.hs:291:45:
Not in scope: data constructor `LibComponentLocalBuildInfo'
Perhaps you meant `ComponentLocalBuildInfo' (imported from
Distribution.Simple.LocalBuildInfo)
utils\ghc-cabal\Main.hs:292:37:
Not in scope: data constructor `LibraryName'
utils\ghc-cabal\Main.hs:292:52:
Not in scope: data constructor `LibraryName'
utils\ghc-cabal\Main.hs:293:35:
Not in scope: data constructor `LibraryName'
utils\ghc-cabal\Main.hs:293:52: Not in scope: `componentLibraries'
utils\ghc-cabal\Main.hs:294:25:
`componentLibraries' is not a (visible) constructor field name
utils\ghc-cabal\Main.hs:296:14:
`componentsConfigs' is not a (visible) constructor field name
utils\ghc-cabal\Main.hs:297:28: Not in scope: `hostPlatform'
make[1]: *** [utils/ghc-cabal/dist/build/tmp/ghc-cabal.exe] Error 1
make: *** [all] Error 2
}}}
Fresh HEAD pulled, booted and sync'd <5 minutes ago, built using GHC 7.6.2
(HaskellPlatform) through latest mingw on Windows 8.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8259>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list