[GHC] #10568: Regression from 7.8.4, loading GLUT into GHCI fails on the Mac

GHC ghc-devs at haskell.org
Fri Jul 3 20:41:27 UTC 2015


#10568: Regression from 7.8.4, loading GLUT into GHCI fails on the Mac
-------------------------------+-----------------------------------------
        Reporter:  George      |                   Owner:
            Type:  bug         |                  Status:  infoneeded
        Priority:  normal      |               Milestone:  7.10.2
       Component:  Compiler    |                 Version:  7.10.2-rc1
      Resolution:              |                Keywords:
Operating System:  MacOS X     |            Architecture:  x86_64 (amd64)
 Type of failure:  GHCi crash  |               Test Case:
      Blocked By:              |                Blocking:
 Related Tickets:              |  Differential Revisions:
-------------------------------+-----------------------------------------

Comment (by George):

 Replying to [comment:3 trommler]:
 > Can you try with HEAD and/or the tip of the 7.10 branch, please.
 I just built 7.10.2 rc2 which just came out today:

  ghc -V
 The Glorious Glasgow Haskell Compilation System, version 7.10.1.20150630
 cabal install -j3 GLUT
 The problem is still here:
 ghci -package GLUT
 GHCi, version 7.10.1.20150630: http://www.haskell.org/ghc/  :? for help
 <command line>: can't load .so/.DLL for:
 /Users/gcolpitts/Library/Haskell/ghc-7.10.1.20150630-x86_64/lib/GLUT-2.7.0.1/libHSGLUT-2.7.0.1
 -2JXXB99wAF71Fd1Kg3RhIm-ghc7.10.1.20150630.dylib
 (dlopen(/Users/gcolpitts/Library/Haskell/ghc-7.10.1.20150630-x86_64/lib/GLUT-2.7.0.1/libHSGLUT-2.7.0.1
 -2JXXB99wAF71Fd1Kg3RhIm-ghc7.10.1.20150630.dylib, 5): Symbol not found:
 _glutBitmap8By13
   Referenced from:
 /Users/gcolpitts/Library/Haskell/ghc-7.10.1.20150630-x86_64/lib/GLUT-2.7.0.1/libHSGLUT-2.7.0.1
 -2JXXB99wAF71Fd1Kg3RhIm-ghc7.10.1.20150630.dylib
   Expected in: flat namespace
  in
 /Users/gcolpitts/Library/Haskell/ghc-7.10.1.20150630-x86_64/lib/GLUT-2.7.0.1/libHSGLUT-2.7.0.1
 -2JXXB99wAF71Fd1Kg3RhIm-ghc7.10.1.20150630.dylib)

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


More information about the ghc-tickets mailing list