#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 re-tested this with linux, with the same error, this is what I used to
 compile  it on ubuntu 10.04, i386, after adding the correct ghc to my
 $PATH:

 {{{
 # sudo apt-get install libgsl0-dev libatlas-sse2-dev liblapack-dev
 # cabal update
 # cabal install hmatrix
 }}}

 it fails on both ghc-7.0.1 and the ghc-7.1.20101115 snapshot with the same
 error as above. The ghc-7.0.0.20101110 STABLE snapshot compiles it
 succesfully.

 Here's my ghc-pkg list after running the commands with ghc 7.0.1 (hmatrix
 is obviously not installed afterwards). The ghc-pkg list for the succesful
 ghc 7.0.0.20101110 build contains exactly the same package versions:

 {{{

 /home/luite/haskell/ghc-7.0.1/lib/ghc-7.0.1/package.conf.d:
     Cabal-1.10.0.0
     array-0.3.0.2
     base-4.3.0.0
     bin-package-db-0.0.0.0
     bytestring-0.9.1.8
     containers-0.4.0.0
     directory-1.1.0.0
     extensible-exceptions-0.1.1.2
     ffi-1.0
     filepath-1.2.0.0
     (ghc-7.0.1)
     (ghc-binary-0.5.0.2)
     ghc-prim-0.2.0.0
     (haskell2010-1.0.0.0)
     haskell98-1.1.0.0
     hpc-0.5.0.6
     integer-gmp-0.2.0.2
     old-locale-1.0.0.2
     old-time-1.0.0.6
     pretty-1.0.1.2
     process-1.0.1.4
     random-1.0.0.3
     rts-1.0
     template-haskell-2.5.0.0
     time-1.2.0.3
     unix-2.4.1.0

 /home/luite/.ghc/i386-linux-7.0.1/package.conf.d:
     HUnit-1.2.2.3
     QuickCheck-1.2.0.1
     binary-0.5.0.2
     storable-complex-0.2.1
 }}}

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