[ ghc-Bugs-632021 ] GHC 5.04 build fail on Mandrake 9.0

noreply at sourceforge.net noreply at sourceforge.net
Fri Nov 1 11:51:20 EST 2002


Bugs item #632021, was opened at 2002-11-01 12:44
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=632021&group_id=8032

Category: None
Group: None
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: GHC 5.04 build fail on Mandrake 9.0

Initial Comment:
I try to compile GHC 5.04.1 on Mandrake 9.0 using 
the preinstalled GHC 5.02.2, glibc 2.5.5, gcc 3.2.

The build process aborts with:

------------------------------------------------------------------------
===fptools== Recursively making `boot' in hasktags 
ghc-pkg hp2ps hsc2hs parallel stat2resid prof unlit 
gen            ..
PWD = /home/soft/Development/ghc-5.04.1/ghc/utils
------------------------------------------------------------------------
------------------------------------------------------------------------
==fptools== gmake boot - --no-print-directory -r;
 in 
/home/soft/Development/ghc-5.04.1/ghc/utils/hasktags
------------------------------------------------------------------------
/usr//bin/ghc -M -optdep-f -optdep.depend  -osuf o    
-ldl -O HaskTags.hs
------------------------------------------------------------------------
==fptools== gmake boot - --no-print-directory -r;
 in 
/home/soft/Development/ghc-5.04.1/ghc/utils/ghc-pkg
------------------------------------------------------------------------
/usr//bin/ghc -M -optdep-f -optdep.depend  -osuf o    
-ldl -cpp -DPKG_TOOL -DWANT_PRETTY -package 
lang -pa            package text -O Main.hs Package.hs 
ParsePkgConfLite.hs
gmake all
/usr//bin/ghc -ldl -cpp -DPKG_TOOL 
-DWANT_PRETTY -package lang -package util 
-package text -O    -c Packag            age.o
Prologue junk?: .globl __stginit_Package
__stginit_Package:
        pushl   %ebp
        movl    %esp, %ebp


----------------------------------------------------------------------

>Comment By: Simon Marlow (simonmar)
Date: 2002-11-01 16:51

Message:
Logged In: YES 
user_id=48280

The problem here is that your installed GHC 5.02.2 won't 
work with GCC 3.2.  You need to downgrade GCC to 2.95 
first, then build GHC 5.04.1.  Then you can upgrade GCC 
again to 3.2.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=632021&group_id=8032



More information about the Glasgow-haskell-bugs mailing list