[GHC] #2373: Build fails to pass locations of external tools to libraries

View: New views
3 Messages — Rating Filter:   Alert me  

[GHC] #2373: Build fails to pass locations of external tools to libraries

by GHC-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#2373: Build fails to pass locations of external tools to libraries
------------------------+---------------------------------------------------
    Reporter:  bos      |       Owner:          
        Type:  bug      |      Status:  new    
    Priority:  normal   |   Component:  Compiler
     Version:  6.8.2    |    Severity:  normal  
    Keywords:           |    Testcase:          
Architecture:  Unknown  |          Os:  Unknown
------------------------+---------------------------------------------------
 I am trying to build GHC 6.8.3, and the default version of Haddock on my
 system is 2.0.0.0.  I have Haddock 0.9 installed as
 `/usr/bin/haddock-0.9`, but `libraries/Makefile` does not pass this
 information down to the libraries it is building.  I am already running
 the top-level `configure` script with the `HaddockCmd` environment
 variable set appropriately (and verified in the output from `configure`
 and inspection of `mk/config.mk`), so it's a simple matter of passing the
 information along.

 I have attached a patch that passes the build's configured versions of
 Alex, Haddock, and Happy down to Cabal for each library.  This fixes the
 problem for me, and I think it ought to apply to HEAD as well as to the
 6.8 branch.

--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2373>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@...
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Re: [GHC] #2373: Build fails to pass locations of external tools to libraries

by GHC-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#2373: Build fails to pass locations of external tools to libraries
----------------------+-----------------------------------------------------
 Reporter:  bos       |          Owner:  igloo  
     Type:  bug       |         Status:  new    
 Priority:  normal    |      Milestone:  6.10.1
Component:  Compiler  |        Version:  6.8.2  
 Severity:  normal    |     Resolution:        
 Keywords:            |     Difficulty:  Unknown
 Testcase:            |   Architecture:  Unknown
       Os:  Unknown   |  
----------------------+-----------------------------------------------------
Changes (by igloo):

  * owner:  => igloo
  * difficulty:  => Unknown
  * milestone:  => 6.10.1

Comment:

 Agreed; thanks for the report

--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2373#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@...
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Re: [GHC] #2373: Build fails to pass locations of external tools to libraries

by GHC-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#2373: Build fails to pass locations of external tools to libraries
----------------------+-----------------------------------------------------
 Reporter:  bos       |          Owner:  igloo  
     Type:  bug       |         Status:  closed
 Priority:  normal    |      Milestone:  6.10.1
Component:  Compiler  |        Version:  6.8.2  
 Severity:  normal    |     Resolution:  fixed  
 Keywords:            |     Difficulty:  Unknown
 Testcase:            |   Architecture:  Unknown
       Os:  Unknown   |  
----------------------+-----------------------------------------------------
Changes (by igloo):

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

Comment:

 Thanks, I've fixed this. We now pass the flags, provided the values were
 not empty.

--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2373#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@...
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs