[MacPorts] #19946: ghc 6.10.3 fails to build on Intel OS X 10.4.11 during config

MacPorts noreply at macports.org
Tue Jun 16 20:57:46 PDT 2009


#19946: ghc 6.10.3 fails to build on Intel OS X 10.4.11 during config
----------------------------------------+-----------------------------------
 Reporter:  florin.bocaneala@…          |       Owner:  gwright@…           
     Type:  defect                      |      Status:  new                 
 Priority:  Normal                      |   Milestone:                      
Component:  ports                       |     Version:  1.7.1               
 Keywords:                              |        Port:  ghc                 
----------------------------------------+-----------------------------------
Changes (by ryandesign@…):

 * cc: ryandesign@… (added)


Comment:

 Which computer and OS do you have? The configure script says "i386-apple-
 darwin8.11.1" so it thinks you have an Intel Mac with Mac OS X 10.4.11. Is
 that correct?

 It says /opt/local/lib/libgmp.3.dylib is the wrong architecture. What
 architecture is it? The "file" command should tell you. On my Intel Mac
 with 10.4 I have:

 {{{
 $ file /opt/local/lib/libgmp.3.dylib
 /opt/local/lib/libgmp.3.dylib: symbolic link to `libgmp.3.5.0.dylib'
 $ file /opt/local/lib/libgmp.3.5.0.dylib
 /opt/local/lib/libgmp.3.5.0.dylib: Mach-O dynamically linked shared
 library i386
 }}}

 Could you also show the output of

 {{{
 port installed gmp
 }}}

 and let us know if you are selecting any variants when installing ghc.

-- 
Ticket URL: <http://trac.macports.org/ticket/19946#comment:2>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list