[GHC] #9372: dll-split during stage 2 compiling ghc v7.8.3 for arm_linux

GHC ghc-devs at haskell.org
Thu Aug 14 13:49:08 UTC 2014


#9372: dll-split during stage 2 compiling ghc v7.8.3 for arm_linux
----------------------------------------------+---------------------------
              Reporter:  chrisfgl             |            Owner:
                  Type:  bug                  |           Status:  new
              Priority:  normal               |        Milestone:  7.8.4
             Component:  Compiler             |          Version:  7.8.3
            Resolution:                       |         Keywords:
      Operating System:  Linux                |     Architecture:  arm
       Type of failure:  Building GHC failed  |       Difficulty:  Unknown
             Test Case:                       |       Blocked By:
              Blocking:                       |  Related Tickets:
Differential Revisions:                       |
----------------------------------------------+---------------------------

Comment (by boo):

 I confirm this bug. Trying to compile GHC-7.8.3 on Raspberry Pi and get
 this error:
 {{{
 ===--- building phase 0
 make -r --no-print-directory -f ghc.mk phase=0 phase_0_builds
 make[1]: Nothing to be done for 'phase_0_builds'.
 ===--- building phase 1
 make -r --no-print-directory -f ghc.mk phase=1 phase_1_builds
 make[1]: Nothing to be done for 'phase_1_builds'.
 ===--- building final phase
 make -r --no-print-directory -f ghc.mk phase=final all
 inplace/bin/dll-split compiler/stage2/build/.depend-v-p-dyn.haskell
 "DynFlags" "Annotations Avail Bag BasicTypes BinIface Binary Bitmap
 BlockId BooleanFormula BreakArray BufWrite BuildTyCl ByteCodeAsm
 ByteCodeInstr ByteCodeItbls CLabel Class CmdLineParser Cmm CmmCallConv
 CmmExpr CmmInfo CmmMachOp CmmNode CmmType CmmUtils CoAxiom ConLike
 CodeGen.Platform CodeGen.Platform.ARM CodeGen.Platform.NoRegs
 CodeGen.Platform.PPC CodeGen.Platform.PPC_Darwin CodeGen.Platform.SPARC
 CodeGen.Platform.X86 CodeGen.Platform.X86_64 Coercion Config Constants
 CoreArity CoreFVs CoreLint CoreSubst CoreSyn CoreTidy CoreUnfold CoreUtils
 CostCentre DataCon Demand Digraph DriverPhases DsMonad DynFlags Encoding
 ErrUtils Exception ExtsCompat46 FamInstEnv FastBool FastFunctions
 FastMutInt FastString FastTypes Finder Fingerprint FiniteMap ForeignCall
 Hooks Hoopl Hoopl.Dataflow HsBinds HsDecls HsDoc HsExpr HsImpExp HsLit
 HsPat HsSyn HsTypes HsUtils HscTypes IOEnv Id IdInfo IfaceEnv IfaceSyn
 IfaceType InstEnv InteractiveEvalTypes Kind ListSetOps Literal LoadIface
 Maybes MkCore MkGraph MkId Module MonadUtils Name NameEnv NameSet OccName
 OccurAnal OptCoercion OrdList Outputable PackageConfig Packages Pair Panic
 PatSyn PipelineMonad Platform PlatformConstants PprCmm PprCmmDecl
 PprCmmExpr PprCore PrelInfo PrelNames PrelRules Pretty PrimOp RdrName Reg
 RegClass Rules SMRep Serialized SrcLoc StaticFlags StgCmmArgRep
 StgCmmClosure StgCmmEnv StgCmmLayout StgCmmMonad StgCmmProf StgCmmTicky
 StgCmmUtils StgSyn Stream StringBuffer TcEvidence TcIface TcRnMonad
 TcRnTypes TcType TcTypeNats TrieMap TyCon Type TypeRep TysPrim TysWiredIn
 Unify UniqFM UniqSet UniqSupply Unique Util Var VarEnv VarSet"
 dll-split: internal error: evacuate(static): strange closure type 0
     (GHC version 7.8.3 for arm_unknown_linux)
     Please report this as a GHC bug:
 http://www.haskell.org/ghc/reportabug
 compiler/ghc.mk:640: recipe for target 'compiler/stage2/dll-split.stamp'
 failed
 make[1]: *** [compiler/stage2/dll-split.stamp] Aborted
 Makefile:64: recipe for target 'all' failed
 make: *** [all] Error 2
 }}}

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9372#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list