#4973: building ghc7.0.1.20110217 under x86 solaris fails
----------------------------------+-----------------------------------------
  Reporter:  maeder               |          Owner:         
      Type:  bug                  |         Status:  new    
  Priority:  highest              |      Milestone:  7.2.1  
 Component:  Compiler             |        Version:  7.0.2  
Resolution:                       |       Keywords:         
  Testcase:                       |      Blockedby:         
Difficulty:                       |             Os:  Solaris
  Blocking:                       |   Architecture:  x86    
   Failure:  Building GHC failed  |  
----------------------------------+-----------------------------------------
Changes (by maeder):

  * status:  closed => new
  * resolution:  fixed =>


Comment:

 The merging went wrong. `mk/config.mk.in` contains

 {{{
 # Do we support shared libs?
 SharedLibsPlatformList = \
         i386-unknown-linux x86_64-unknown-linux \
         i386-unknown-freebsd x86_64-unknown-freebsd \
         i386-unknown-openbsd x86_64-unknown-openbsd \
         i386-unknown-mingw32 \
         i386-unknown-solaris2 \
         i386-apple-darwin powerpc-apple-darwin

 ifeq "$(SOLARIS_BROKEN_SHLD)" "NO"
 SharedLibsPlatformList += i386-unknown-solaris2
 endif
 }}}

 The first occurrence of `i386-unknown-solaris2` (line 112) should not be
 there. `SOLARIS_BROKEN_SHLD` is correctly detected by `configure` on my
 machine.

 (Please check if that's correct in the head)

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

_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to