dons:
> simonmar:
> > On 26 April 2004 17:52, Ian Lynagh wrote:
> > 
> > > On sparc, GHC is failing when building hmake as below:
> > > 
> > > -----
> > > /usr/bin/haskell-compiler    -package lang -c -o
> > > /build/buildd/hmake-3.08/targets/sparc-Linux/obj/hmake/QSort.o
> > > QSort.hs /usr/bin/haskell-compiler    -package lang -c -o
> > >     /build/buildd/hmake-3.08/targets/sparc-Linux/obj/hmake/Unlit.o
> > > Unlit.hs ghc-6.2.1: panic! (the `impossible' happened, GHC version
> > > 6.2.1): charToUtf8 1883885648  
> > 
> > Does this only happen on Sparc?
> > 
> > I don't have a sparc box handy to debug on.  Can I have an account on
> > yours? :-)
> 
> hmake-3.08 builds fine under ghc-6.2.1 on sparc/openbsd, for what it is
> worth.

Hmm.  That build is dying very early in..

        ===>  Building for hmake-3.08
        cd src/hmake;          gmake HC=ghc install config
        gmake[1]: Entering directory
        `/usr/obj/ports/hmake-3.08/hmake-3.08/src/hmake'
        mkdir -p /usr/obj/ports/hmake-3.08/hmake-3.08/targets/sparc-OpenBSD/obj/hmake 
|| /usr/bin/true
        ghc    -package lang -c -o
        /usr/obj/ports/hmake-3.08/hmake-3.08/targets/sparc-OpenBSD/obj/hmake/QSort.o
        QSort.hs ghc    -package lang -c -o
        /usr/obj/ports/hmake-3.08/hmake-3.08/targets/sparc-OpenBSD/obj/hmake/Unlit.o
        Unlit.hs
        ...

The second file to be built. 

-- Don
_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to