#2225: hackage library encoding-0.4 crashes ghc 6.8.2
----------------------+-----------------------------------------------------
 Reporter:  guest     |          Owner:         
     Type:  bug       |         Status:  new    
 Priority:  normal    |      Milestone:  6.8.3  
Component:  Compiler  |        Version:  6.8.2  
 Severity:  normal    |     Resolution:         
 Keywords:            |     Difficulty:  Unknown
 Testcase:            |   Architecture:  Unknown
       Os:  Unknown   |  
----------------------+-----------------------------------------------------
Changes (by igloo):

  * milestone:  => 6.8.3

Comment:

 Thanks for the report; can you please tell us what
 {{{
 ghc --info
 }}}
 says? Also, does `dist/build/Data/Encoding/Helper/Template.o` exist? And
 what does this do?
 {{{
 ghci -package template-haskell dist/build/Data/Encoding/Helper/Template.o
 }}}

 I can't reproduce the problem:
 {{{
 $ uname -a
 Linux matrix 2.6.18-4-amd64 #1 SMP Fri May 4 00:37:33 UTC 2007 i686
 GNU/Linux
 $ runghc Setup.hs configure
 Configuring encoding-0.4...
 Warning: No license-file field.
 $ runghc Setup.hs build
 Preprocessing library encoding-0.4...
 Building encoding-0.4...
 [ 1 of 37] Compiling Data.Encoding.Helper.Template (
 Data/Encoding/Helper/Templa
 te.hs, dist/build/Data/Encoding/Helper/Template.o )
 [ 2 of 37] Compiling Data.Encoding.GB18030Data (
 Data/Encoding/GB18030Data.hs, d
 ist/build/Data/Encoding/GB18030Data.o )
 [ 3 of 37] Compiling Data.Encoding.Base ( Data/Encoding/Base.hs,
 dist/build/Data
 /Encoding/Base.o )
 [ 4 of 37] Compiling Data.Encoding.GB18030 ( Data/Encoding/GB18030.hs,
 dist/buil
 d/Data/Encoding/GB18030.o )
 [ 5 of 37] Compiling Data.Encoding.KOI8U ( Data/Encoding/KOI8U.hs,
 dist/build/Da
 ta/Encoding/KOI8U.o )
 [ 6 of 37] Compiling Data.Encoding.KOI8R ( Data/Encoding/KOI8R.hs,
 dist/build/Da
 ta/Encoding/KOI8R.o )
 [ 7 of 37] Compiling Data.Encoding.CP1258 ( Data/Encoding/CP1258.hs,
 dist/build/
 Data/Encoding/CP1258.o )
 Loading package base ... linking ... done.
 Loading package pretty-1.0.0.0 ... linking ... done.
 Loading package array-0.1.0.0 ... linking ... done.
 Loading package packedstring-0.1.0.0 ... linking ... done.
 Loading package containers-0.1.0.1 ... linking ... done.
 Loading package template-haskell ... linking ... done.
 Loading package bytestring-0.9.0.1 ... linking ... done.
 [ 8 of 37] Compiling Data.Encoding.CP1257 ( Data/Encoding/CP1257.hs,
 dist/build/
 Data/Encoding/CP1257.o )
 [...]
 }}}
 Can anyone else?

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