From: <cod...@go...> - 2009-09-24 20:24:08
|
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 22 by AntoineVanGelderJnr: HOC does not build under Snow Leopard http://code.google.com/p/hoc/issues/detail?id=22 What steps will reproduce the problem? 1. Install Haskell Platform 2.0.2 2. cabal install parsec-3.0.1 3. Fix Block.h (See http://hackage.haskell.org/trac/ghc/ticket/3522) 4. Check HOC trunk out from source control 5. cd hoc 6. cabal configure 7. cabal build What is the expected output? HOC builds. What do you see instead? pi:hoc $ cabal build Compiling HOC_cbits... HOC_cbits/MemoryManagement.m: In function ‘retainCount’: HOC_cbits/MemoryManagement.m:138: warning: cast from pointer to integer of different size Preprocessing library HOC-1.0... Preprocessing executables for HOC-1.0... Building HOC-1.0... [ 1 of 31] Compiling HOC.THDebug ( HOC/HOC/THDebug.hs, dist/build/HOC/THDebug.o ) [ 2 of 31] Compiling HOC.Unicode ( HOC/HOC/Unicode.hs, dist/build/HOC/Unicode.o ) [ 3 of 31] Compiling HOC.TH ( HOC/HOC/TH.hs, dist/build/HOC/TH.o ) [ 4 of 31] Compiling HOC.FFICallInterface ( HOC/HOC/FFICallInterface.hs, dist/build/HOC/FFICallInterface.o ) [ 5 of 31] Compiling HOC.Dyld ( HOC/HOC/Dyld.hs, dist/build/HOC/Dyld.o ) [ 6 of 31] Compiling HOC.Base ( HOC/HOC/Base.hs, dist/build/HOC/Base.o ) [ 7 of 31] Compiling HOC.Arguments ( HOC/HOC/Arguments.hs, dist/build/HOC/Arguments.o ) [ 8 of 31] Compiling HOC.ID ( HOC/HOC/ID.hs, dist/build/HOC/ID.o ) [ 9 of 31] Compiling HOC.CannedCIFs ( HOC/HOC/CannedCIFs.hs, dist/build/HOC/CannedCIFs.o ) [10 of 31] Compiling HOC.NewClass ( HOC/HOC/NewClass.hs, dist/build/HOC/NewClass.o ) [11 of 31] Compiling HOC.StdArgumentTypes ( HOC/HOC/StdArgumentTypes.hs, dist/build/HOC/StdArgumentTypes.o ) Loading package ghc-prim ... linking ... done. Loading package integer ... linking ... done. Loading package base ... linking ... done. Loading package syb ... linking ... done. Loading package array-0.2.0.0 ... linking ... done. Loading package containers-0.2.0.1 ... linking ... done. Loading package packedstring-0.1.0.1 ... linking ... done. Loading package pretty-1.0.1.0 ... linking ... done. Loading package template-haskell ... linking ... done. Loading package bytestring-0.9.1.4 ... linking ... done. Loading package mtl-1.1.0.2 ... linking ... done. Loading package parsec-3.0.1 ... linking ... done. Loading package fgl-5.4.2.2 ... linking ... done. Loading package filepath-1.1.0.2 ... linking ... done. Loading package old-locale-1.0.0.1 ... linking ... done. Loading package old-time-1.0.0.2 ... linking ... done. Loading package unix-2.3.2.0 ... linking ... done. Loading package directory-1.0.0.3 ... linking ... done. Loading package HUnit-1.2.0.3 ... linking ... done. Loading object (static) dist/build/HOC_cbits.o ... ghc: panic! (the 'impossible' happened) (GHC version 6.10.4 for i386-apple-darwin): loadObj: failed Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings |