[cvs-nhc98] Darwin powerpc build nhc98/hat

Malcolm Wallace malcolm at cs.york.ac.uk
Mon Aug 11 21:25:49 EDT 2008


build/ua021.cs.york.ac.uk /Users/malcolm/Haskell/autorun started at Tue Aug 12 00:10:34 BST 2008



Time for build with gcc
ar: creating archive /Users/malcolm/Haskell/nhc98-test-gcc/targets/powerpc-Darwin8/obj/runtime/Kernel/Runtime.a
./Bounded_Int.hc:32: warning: this decimal constant is unsigned only in ISO C90
./Int.hc:1134: warning: this decimal constant is unsigned only in ISO C90
./Int.hc:2082: warning: this decimal constant is unsigned only in ISO C90
hmake-config: Starting new config file in
  /Users/malcolm/Haskell/nhc98-test-gcc/lib/powerpc-Darwin8/hmakerc
Util/Extra.hc:452: warning: this decimal constant is unsigned only in ISO C90
ranlib: file: /Users/malcolm/Haskell/nhc98-test-gcc/lib/powerpc-Darwin8/libHSold-time.a(timeUtils.o) has no symbols
ranlib: file: /Users/malcolm/Haskell/nhc98-test-gcc/lib/powerpc-Darwin8/libHSdirectory.a(directory.o) has no symbols

real	5m25.250s
user	2m43.058s
sys	2m40.880s

Running tests:
cd tests && ./runtests clean >/dev/null && ./runtests >t.log 2>t.err
tail -4 tests/t.err
109 built ok      / 24 builds failed
                  / of which 20 known / 4 bad
107 outputs match / 2 outputs differ
109 errors  match / 0 errors  differ

real	15m47.510s
user	13m36.571s
sys	1m44.741s


Time for build with ghc-6.8.2
ar: creating archive /Users/malcolm/Haskell/nhc98-test-ghc/targets/powerpc-Darwin8/obj/runtime/Kernel/Runtime.a
hmake-config: Starting new config file in
  /Users/malcolm/Haskell/nhc98-test-ghc/lib/powerpc-Darwin8/hmakerc
/tmp/Bounded_Int.11221.hc:32: warning: this decimal constant is unsigned only in ISO C90
/tmp/Int.29236.hc:1182: warning: this decimal constant is unsigned only in ISO C90
/tmp/Int.29236.hc:2153: warning: this decimal constant is unsigned only in ISO C90
Warning: IOError is both imported and defined
Warning: The module DIOError is called Prelude in its interface file (/Users/malcolm/Haskell/nhc98-test-ghc/include/packages/base/DIOError.hi)
Context at 498:51-498:54 in type-annotated expression is ignored :-(

Context at 248:47-248:50 in type-annotated expression is ignored :-(

ranlib: file: /Users/malcolm/Haskell/nhc98-test-ghc/lib/powerpc-Darwin8/libHSold-time.a(timeUtils.o) has no symbols
ranlib: file: /Users/malcolm/Haskell/nhc98-test-ghc/lib/powerpc-Darwin8/libHSdirectory.a(directory.o) has no symbols
shift/reduce conflicts:  2

real	12m38.703s
user	8m20.517s
sys	4m18.212s

Running tests:
cd tests && ./runtests clean >/dev/null && ./runtests >t.log 2>t.err
tail -4 tests/t.err
109 built ok      / 24 builds failed
                  / of which 20 known / 4 bad
107 outputs match / 2 outputs differ
109 errors  match / 0 errors  differ

real	8m43.279s
user	7m4.976s
sys	1m32.918s


Time for build with nhc98
ar: creating archive /Users/malcolm/Haskell/nhc98-test-nhc/targets/powerpc-Darwin8/obj/runtime/Kernel/Runtime.a
hmake-config: Starting new config file in
  /Users/malcolm/Haskell/nhc98-test-nhc/lib/powerpc-Darwin8/hmakerc
/tmp/Extra.21266.hc:452: warning: this decimal constant is unsigned only in ISO C90
Warning: foreign import/export has non-primitive type: Prelude.2

/tmp/Bounded_Int.6866.hc:32: warning: this decimal constant is unsigned only in ISO C90
/tmp/Int.24883.hc:1182: warning: this decimal constant is unsigned only in ISO C90
/tmp/Int.24883.hc:2153: warning: this decimal constant is unsigned only in ISO C90
Warning: IOError is both imported and defined
Warning: The module DIOError is called Prelude in its interface file (/Users/malcolm/Haskell/nhc98-test-nhc/include/packages/base/DIOError.hi)
Context at 498:51-498:54 in type-annotated expression is ignored :-(

Context at 248:47-248:50 in type-annotated expression is ignored :-(

ranlib: file: /Users/malcolm/Haskell/nhc98-test-nhc/lib/powerpc-Darwin8/libHSold-time.a(timeUtils.o) has no symbols
ranlib: file: /Users/malcolm/Haskell/nhc98-test-nhc/lib/powerpc-Darwin8/libHSdirectory.a(directory.o) has no symbols
shift/reduce conflicts:  2

real	51m10.522s
user	45m11.105s
sys	5m49.058s

Running tests:
cd tests && ./runtests clean >/dev/null && ./runtests >t.log 2>t.err
tail -4 tests/t.err
109 built ok      / 24 builds failed
                  / of which 20 known / 4 bad
107 outputs match / 2 outputs differ
109 errors  match / 0 errors  differ

real	15m29.159s
user	13m41.436s
sys	1m45.076s


Build time for hat with ghc

FFIExtensions.hs:4:4:
    Warning: `unsafePerformIO' is exported by `module Foreign' and `unsafePerformIO'

Hat/TimeBuiltin.hs:110:2:
    Warning: Fields of `Locale.TimeLocale' not initialised: System.Locale.intervals
    In the expression:
        Locale.TimeLocale
          {Locale.wDays = (toList (toTuple2 toString toString) h twDays),
           Locale.months = (toList (toTuple2 toString toString) h tmonths),
           Locale.amPm = (toTuple2 toString toString h tamPm),
           Locale.dateTimeFmt = (toString h tdateTimeFmt),
           Locale.dateFmt = (toString h tdateFmt),
           Locale.timeFmt = (toString h ttimeFmt),
           Locale.time12Fmt = (toString h ttime12Fmt)}
    In the definition of `toTimeLocale':
        toTimeLocale h
                     (R (TimeLocale twDays
                                    tmonths
                                    tamPm
                                    tdateTimeFmt
                                    tdateFmt
                                    ttimeFmt
                                    ttime12Fmt)
                        _)
                       = Locale.TimeLocale
                           {Locale.wDays = (toList (toTuple2 toString toString) h twDays),
                            Locale.months = (toList (toTuple2 toString toString) h tmonths),
                            Locale.amPm = (toTuple2 toString toString h tamPm),
                            Locale.dateTimeFmt = (toString h tdateTimeFmt),
                            Locale.dateFmt = (toString h tdateFmt),
                            Locale.timeFmt = (toString h ttimeFmt),
                            Locale.time12Fmt = (toString h ttime12Fmt)}

real	3m35.955s
user	2m47.097s
sys	0m41.507s

Build time for hat with nhc98

real	5m35.575s
user	4m42.074s
sys	0m51.150s
Done successfully.

/Users/malcolm/Haskell/autorun finished at Tue Aug 12 02:25:49 BST 2008


More information about the Cvs-nhc98 mailing list