[GHC] #2342: timer problem under Sparc Solaris for Release Candidate ghc-6.8.2.20080603

GHC trac at galois.com
Thu Jun 5 09:47:24 EDT 2008


#2342: timer problem under Sparc Solaris for Release Candidate ghc-6.8.2.20080603
--------------------------+-------------------------------------------------
 Reporter:  maeder        |          Owner:         
     Type:  bug           |         Status:  new    
 Priority:  high          |      Milestone:  6.8.3  
Component:  Build System  |        Version:  6.8.2  
 Severity:  normal        |     Resolution:         
 Keywords:                |     Difficulty:  Unknown
 Testcase:                |   Architecture:  sparc  
       Os:  Solaris       |  
--------------------------+-------------------------------------------------
Comment (by maeder):

 This patch caused the following error message

 {{{
 ../compiler/ghc-inplace -H16m -O -optc-mcpu=ultrasparc -opta-
 mcpu=ultrasparc -optc-O2 -package-name rts -static -I../gmp/gmpbuild -I.
 -#include HCIncludes.h -dcmm-lint     -c Apply.cmm -o Apply.o
 In file included from /usr/include/sys/types.h:18,
                  from /usr/local/include/stdint.h:2,
                  from
 /export/local/home/maeder/ghc-6.8.2.20080603/includes/HsFFI.h:31,
                  from
 /export/local/home/maeder/ghc-6.8.2.20080603/includes/RtsAPI.h:16,
                  from
 /export/local/home/maeder/ghc-6.8.2.20080603/includes/RtsExternal.h:13,
                  from
 /export/local/home/maeder/ghc-6.8.2.20080603/includes/Stg.h:182,

                  from /tmp/ghc27097_0/ghc27097_0.hc:3:0:

 /export/local/mirror/sparc-solaris/lang/bin/../lib/gcc/sparc-sun-
 solaris2.10/4.2.2/include/sys/feature_tests.h:345:2:
      error: #error "Compiler or options invalid; UNIX 03 and POSIX.1-2001
 applications  require the use of c99"
 gmake[1]: *** [Apply.o] Error 1
 gmake: *** [stage1] Error 1
 }}}

 I'm trying now with "gnu89" (as under i386 Solaris)

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


More information about the Glasgow-haskell-bugs mailing list