Re: [GHC] #5706: building ghc from source tarball requires alex?

2011-12-18 Thread GHC
#5706: building ghc from source tarball requires alex?
--+-
  Reporter:  kosmikus |  Owner:  
  Type:  bug  | Status:  closed  
  Priority:  high |  Milestone:  7.4.1   
 Component:  Build System |Version:  7.3 
Resolution:  fixed|   Keywords:  
Os:  Unknown/Multiple |   Architecture:  Unknown/Multiple
   Failure:  Building GHC failed  | Difficulty:  Unknown 
  Testcase:   |  Blockedby:  
  Blocking:   |Related:  
--+-
Changes (by igloo):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 I believe this is fixed by
 changeset:505df72e9e0962e01cf031f799d8d8940ced73b1
 {{{
 Author: Ian Lynagh 
 Date:   Sun Dec 18 12:56:16 2011 +

 Fix (untested) building from source tarball without alex/happy

 haddock's .cabal file was declaring that it needed alex and happy to
 build, but in the GHC source tarballs it doesn't.
 }}}
 Please reopen if you still have problems.

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #5706: building ghc from source tarball requires alex?

2011-12-16 Thread GHC
#5706: building ghc from source tarball requires alex?
-+--
Reporter:  kosmikus  |   Owner: 
Type:  bug   |  Status:  new
Priority:  high  |   Milestone:  7.4.1  
   Component:  Build System  | Version:  7.3
Keywords:|  Os:  Unknown/Multiple   
Architecture:  Unknown/Multiple  | Failure:  Building GHC failed
  Difficulty:  Unknown   |Testcase: 
   Blockedby:|Blocking: 
 Related:|  
-+--

Comment(by kosmikus):

 It actually seems to require both alex and happy. The build succeeded once
 I added both packages to the build inputs.

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #5706: building ghc from source tarball requires alex?

2011-12-16 Thread GHC
#5706: building ghc from source tarball requires alex?
-+--
Reporter:  kosmikus  |   Owner: 
Type:  bug   |  Status:  new
Priority:  high  |   Milestone:  7.4.1  
   Component:  Build System  | Version:  7.3
Keywords:|  Os:  Unknown/Multiple   
Architecture:  Unknown/Multiple  | Failure:  Building GHC failed
  Difficulty:  Unknown   |Testcase: 
   Blockedby:|Blocking: 
 Related:|  
-+--
Changes (by simonmar):

  * priority:  normal => high
  * difficulty:  => Unknown
  * milestone:  => 7.4.1


Comment:

 Alex should not be required for building from source, this is indeed a
 bug.  I'm not sure what could have changed though.

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs