[Haskell] Re: ANNOUNCE: GHC version 6.2.2

Gregory Wright gwright at comcast.net
Wed Oct 20 11:35:12 EDT 2004


Hi Tom,

If this isn't just running out of disk space, let me know your hardware 
configuration
and Xcode versions (uname -a, processor type and total amount of 
memory, gcc3 -v).

So far, all of the reported problems building 6.2.2 under darwinports 
have been related
to Apple's gcc3 (i.e., gcc-3.1) not being installed by default under 
Xcode 1.5.

Best Wishes,
Greg


On Oct 20, 2004, at 10:32 AM, Tom Davie wrote:

> The darwin ports version appears not to be too happy just now...
>
> Error: Target com.apple.build returned: shell command "cd
> "/Users/tatd2/darwinports/dports/lang/ghc/work/ghc-6.2.2" && make all"
> returned error 2
> Command output:              In the definition of `remInteger':
>                  remInteger (S# a) (S# b) = ...
>                  remInteger (ia@(S# _)) (ib@(J# _ _)) = ...
>                  remInteger (J# sa a) (S# b) = ...
>                  remInteger (J# sa a) (J# sb b) = ...
>
> GHC/Num.lhs:181:
>     Warning: Pattern match(es) are overlapped
>              In the definition of `quotInteger':
>                  quotInteger (S# a) (S# b) = ...
>                  quotInteger (ia@(S# _)) (ib@(J# _ _)) = ...
>                  quotInteger (J# sa a) (S# b) = ...
>                  quotInteger (J# sa a) (J# sb b) = ...
> <<ghc: 123043628 bytes, 13 GCs, 812690/1588200 avg/max bytes residency
> (2 samples), 19M in use, 0.02 INIT (0.01 elapsed), 1.76 MUT (12.28
> elapsed), 0.25 GC (0.30 elapsed) :ghc>>
> (cd GHC/ && /usr/bin/ld -r -x -o Num.o Num_split/*.o);
> rm -f GHC/ST.o; if [ ! -d GHC/ST_split ]; then mkdir GHC/ST_split;
> else /usr/bin/find GHC/ST_split -name '*.o' -print | xargs rm -f
> __rm_food; fi;
> ../../ghc/compiler/ghc-inplace -H16m -O -I/opt/local/include
> -L/opt/local/lib -pgmP "gcc3 -E -traditional" -fglasgow-exts -cpp
> -Iinclude -#include HsBase.h -funbox-strict-fields -package-name base
> -O -Rghc-timing  -split-objs    -c GHC/ST.lhs -o GHC/ST.o  -ohi
> GHC/ST.hi
> <<ghc: 25079676 bytes, 5 GCs, 37084/37084 avg/max bytes residency (1
> samples), 17M in use, 0.03 INIT (0.00 elapsed), 0.31 MUT (2.71
> elapsed), 0.09 GC (0.13 elapsed) :ghc>>
> (cd GHC/ && /usr/bin/ld -r -x -o ST.o ST_split/*.o);
> rm -f GHC/Arr.o; if [ ! -d GHC/Arr_split ]; then mkdir GHC/Arr_split;
> else /usr/bin/find GHC/Arr_split -name '*.o' -print | xargs rm -f
> __rm_food; fi;
> ../../ghc/compiler/ghc-inplace -H16m -O -I/opt/local/include
> -L/opt/local/lib -pgmP "gcc3 -E -traditional" -fglasgow-exts -cpp
> -Iinclude -#include HsBase.h -funbox-strict-fields -package-name base
> -O -Rghc-timing  -split-objs    -c GHC/Arr.lhs -o GHC/Arr.o  -ohi
> GHC/Arr.hi
> <<ghc: 369405704 bytes, 46 GCs, 2846713/4847008 avg/max bytes
> residency (6 samples), 19M in use, 0.03 INIT (0.00 elapsed), 5.27 MUT
> (32.10 elapsed), 1.74 GC (1.88 elapsed) :ghc>>
> (cd GHC/ && /usr/bin/ld -r -x -o Arr.o Arr_split/*.o);
> rm -f GHC/Real.o; if [ ! -d GHC/Real_split ]; then mkdir
> GHC/Real_split; else /usr/bin/find GHC/Real_split -name '*.o' -print |
> xargs rm -f __rm_food; fi;
> ../../ghc/compiler/ghc-inplace -H16m -O -I/opt/local/include
> -L/opt/local/lib -pgmP "gcc3 -E -traditional" -fglasgow-exts -cpp
> -Iinclude -#include HsBase.h -funbox-strict-fields -package-name base
> -O -Rghc-timing  -split-objs    -c GHC/Real.lhs -o GHC/Real.o  -ohi
> GHC/Real.hi
> /var/tmp//ccjMNPay.s: No space left on device
> <<ghc: 326383364 bytes, 40 GCs, 2181913/3947816 avg/max bytes
> residency (6 samples), 19M in use, 0.02 INIT (0.01 elapsed), 5.23 MUT
> (33.79 elapsed), 1.58 GC (2.07 elapsed) :ghc>>
>



More information about the Glasgow-haskell-users mailing list