Re: [GHC] #1750: ghc-pkg stack overflow when mutually dependent packages installed

2008-02-10 Thread GHC
#1750: ghc-pkg stack overflow when mutually dependent packages installed
--+-
 Reporter:  greenrd   |  Owner:  igloo  
 Type:  merge | Status:  closed 
 Priority:  normal|  Milestone:  6.8.3  
Component:  Compiler  |Version:  6.7
 Severity:  normal| Resolution:  fixed  
 Keywords:| Difficulty:  Easy (1 hr)
 Testcase:|   Architecture:  Multiple   
   Os:  Multiple  |  
--+-
Changes (by igloo):

  * status:  new = closed
  * resolution:  = fixed

Comment:

 All 3 merged.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1750#comment:5
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] #1750: ghc-pkg stack overflow when mutually dependent packages installed

2008-01-24 Thread GHC
#1750: ghc-pkg stack overflow when mutually dependent packages installed
--+-
 Reporter:  greenrd   |  Owner:  igloo  
 Type:  merge | Status:  new
 Priority:  normal|  Milestone:  6.8.3  
Component:  Compiler  |Version:  6.7
 Severity:  normal| Resolution: 
 Keywords:| Difficulty:  Easy (1 hr)
 Testcase:|   Architecture:  Multiple   
   Os:  Multiple  |  
--+-
Changes (by simonmar):

  * owner:  simonmar = igloo
  * type:  bug = merge

Comment:

 Fixed, to merge:

 {{{
 Wed Jan 23 16:06:35 GMT 2008  Simon Marlow [EMAIL PROTECTED]
   * FIX #1750: throw out mutually recursive groups of packages

 Wed Jan 23 16:07:03 GMT 2008  Simon Marlow [EMAIL PROTECTED]
   * FIX #1750: in isBrokenPackage, don't loop if the deps are recursive

 Wed Jan 23 16:31:45 GMT 2008  Simon Marlow [EMAIL PROTECTED]
   * Show CmdLineError exceptions as command line: ...
 }}}

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1750#comment:4
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] #1750: ghc-pkg stack overflow when mutually dependent packages installed

2008-01-23 Thread GHC
#1750: ghc-pkg stack overflow when mutually dependent packages installed
--+-
 Reporter:  greenrd   |  Owner:  simonmar   
 Type:  bug   | Status:  new
 Priority:  normal|  Milestone:  6.8.3  
Component:  Compiler  |Version:  6.7
 Severity:  normal| Resolution: 
 Keywords:| Difficulty:  Easy (1 hr)
 Testcase:|   Architecture:  Multiple   
   Os:  Multiple  |  
--+-
Changes (by simonmar):

  * owner:  = simonmar

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1750#comment:3
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] #1750: ghc-pkg stack overflow when mutually dependent packages installed

2007-11-05 Thread GHC
#1750: ghc-pkg stack overflow when mutually dependent packages installed
-+--
 Reporter:  greenrd  |  Owner:
 Type:  bug  | Status:  new   
 Priority:  normal   |  Milestone:  6.8 branch
Component:  None |Version:  6.7   
 Severity:  normal   | Resolution:
 Keywords:   | Difficulty:  Unknown   
 Testcase:   |   Architecture:  x86_64 (amd64)
   Os:  Linux|  
-+--
Changes (by igloo):

  * milestone:  = 6.8 branch

Comment:

 Thanks for the report! We should take a look at what is going on.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1750#comment:1
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] #1750: ghc-pkg stack overflow when mutually dependent packages installed

2007-10-01 Thread GHC
#1750: ghc-pkg stack overflow when mutually dependent packages installed
--+-
  Reporter:  greenrd  |  Owner:
  Type:  bug  | Status:  new   
  Priority:  normal   |  Milestone:
 Component:  None |Version:  6.7   
  Severity:  normal   |   Keywords:
Difficulty:  Unknown  | Os:  Linux 
  Testcase:   |   Architecture:  x86_64 (amd64)
--+-
 I erroneously added mutual dependencies between two packages I was working
 on. When I installed them both, both Cabal and ghc-pkg started behaving
 strangely:

 - Setup.hs configure would run, but very slowly[[BR]]
 - Setup.hs build would stack overflow[[BR]]
 - ghc-pkg list would stack overflow[[BR]]

 I realised that there was a mutual dependency, and manually edited
 package.conf to unregister one of them. This fixed the problem.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1750
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