Re: [GHC] #853: GHC build fails when setting GhcWithInterpreter=No

2006-12-25 Thread GHC
#853: GHC build fails when setting GhcWithInterpreter=No
---+
 Reporter:  jberthold  |  Owner:  igloo  
 Type:  bug| Status:  closed 
 Priority:  low|  Milestone:  6.6.1  
Component:  Compiler   |Version:  6.5
 Severity:  minor  | Resolution:  fixed  
 Keywords: | Difficulty:  Easy (1 hr)
 Testcase:  N/A|   Architecture:  x86
   Os:  Linux  |  
---+
Changes (by igloo):

  * resolution:  = fixed
  * status:  new = closed

Comment:

 This seems to work fine now - probably just a transient error.


 Thanks
 Ian

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/853
GHC http://www.haskell.org/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] #853: GHC build fails when setting GhcWithInterpreter=No

2006-12-24 Thread GHC
#853: GHC build fails when setting GhcWithInterpreter=No
---+
 Reporter:  jberthold  |  Owner:  igloo  
 Type:  bug| Status:  new
 Priority:  low|  Milestone:  6.6.1  
Component:  Compiler   |Version:  6.5
 Severity:  minor  | Resolution: 
 Keywords: | Difficulty:  Easy (1 hr)
 Testcase:  N/A|   Architecture:  x86
   Os:  Linux  |  
---+
Changes (by igloo):

  * owner:  = igloo

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/853
GHC http://www.haskell.org/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] #853: GHC build fails when setting GhcWithInterpreter=No

2006-10-21 Thread GHC
#853: GHC build fails when setting GhcWithInterpreter=No
---+
 Reporter:  jberthold  |  Owner: 
 Type:  bug| Status:  new
 Priority:  low|  Milestone:  6.6.1  
Component:  Compiler   |Version:  6.5
 Severity:  minor  | Resolution: 
 Keywords: | Difficulty:  Easy (1 hr)
 Testcase:  N/A|   Architecture:  x86
   Os:  Linux  |  
---+
Changes (by igloo):

  * milestone:  = 6.6.1
  * testcase:  = N/A

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/853
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


[GHC] #853: GHC build fails when setting GhcWithInterpreter=No

2006-08-09 Thread GHC
#853: GHC build fails when setting GhcWithInterpreter=No
--+-
Reporter:  jberthold  |Owner: 
Type:  bug|   Status:  new
Priority:  low|Milestone: 
   Component:  Compiler   |  Version:  6.5
Severity:  minor  | Keywords: 
  Os:  Linux  |   Difficulty:  Easy (1 hr)
Architecture:  x86|  
--+-
My GHC build (latest source from darcs) is configured to leave out GHCI,
 by setting GhcWithInterpreter=No in build.mk.
 Since the last update, the GHC build now fails in stage2 with

 main/Main.hs:26:0:
 Failed to load interface for `InteractiveUI':

 (which is clear, since none of the compiler/ghci/ files have been
 compiled, as I requested)

 The Makefile responsible for the failing command is Makefile.ghcbin,
 introduced by this patch:

 Tue Jul 25 15:01:54 CEST 2006  Simon Marlow [EMAIL PROTECTED]
   * Generalise Package Support

 This Makefile contains an option -DGHCI responsible for the error.
 Unfortunately, I have no idea whether just protecting -DGHCI as in the
 normal Makefile would break something.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/853
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs