#4497: hmatrix-0.10.0.0 fails to build with GHC 7.0.1 (worked with 
7.0.0.20101111)
---------------------------------------------------------+------------------
    Reporter:  luite                                     |        Owner:        
      
        Type:  bug                                       |       Status:  new   
      
    Priority:  normal                                    |    Milestone:        
      
   Component:  Compiler                                  |      Version:  7.0.1 
      
    Keywords:  hmatrix context reduction stack overflow  |     Testcase:        
      
   Blockedby:                                            |   Difficulty:        
      
          Os:  Windows                                   |     Blocking:        
      
Architecture:  Unknown/Multiple                          |      Failure:  
None/Unknown
---------------------------------------------------------+------------------

Comment(by luite):

 I've configured the compiler with
 --prefix=/home/luite/haskell/ghc-7.1.0.20101116,  I did encounter issue
 #4503 by the way, but I inserted the BangPatterns extension manually in a
 few places to make it compile.

 After building the compiler, I did the following:
 {{{
 # make install
 # ln -s /home/luite/haskell/ghc-7.1.0.20101116 /home/luite/haskell/ghc
 (this is in my $PATH, so executing 'ghc' now runs the head build)
 # cabal install hmatrix
 (which fails, but some additional packages are fetched and installed, as
 user, not global)
 (change to some other directory, ~/share in my case)
 # cabal unpack hmatrix
 # cd hmatrix-0.10.0.0
 # ghc --make Setup.lhs
 # ./Setup configure -v --user
 (see attached file configure.txt)
 # ./Setup build
 (fails with the error)
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4497#comment:6>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to