chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Is chicken supported on 32 bit Linux?


From: John Long
Subject: Re: [Chicken-users] Is chicken supported on 32 bit Linux?
Date: Tue, 28 May 2013 14:25:09 +0000
User-agent: Mutt/1.5.21 (2010-09-15)

Hi Christian,

Here's the part of the test that crashed. If you need the prior stuff just
let me know, I didn't want to post too hugely to the list!

Thanks!

/jl

======================================== library tests ...
../chicken library-tests.scm -output-file a.c -verbose -include-path .. 
-specialize

Warning: in local unknown procedure,
  in local unknown procedure,
  in toplevel unknown procedure:
  (library-tests.scm:27) in procedure call to `finite?', expected argument #1 
of type `number', but was given an argument of type `symbol'

Warning: in local unknown procedure,
  in local unknown procedure,
  in toplevel unknown procedure:
  (library-tests.scm:51) in procedure call to `exact?', expected argument #1 of 
type `number', but was given an argument of type `symbol'

Warning: in local unknown procedure,
  in local unknown procedure,
  in toplevel unknown procedure:
  (library-tests.scm:55) in procedure call to `inexact?', expected argument #1 
of type `number', but was given an argument of type `symbol'

Warning: in local unknown procedure,
  in local unknown procedure,
  in toplevel unknown procedure:
  (library-tests.scm:95) in procedure call to `even?', expected argument #1 of 
type `number', but was given an argument of type `symbol'

Warning: in local unknown procedure,
  in local unknown procedure,
  in toplevel unknown procedure:
  (library-tests.scm:96) in procedure call to `odd?', expected argument #1 of 
type `number', but was given an argument of type `symbol'

Warning: in local unknown procedure,
  in local unknown procedure,
  in toplevel unknown procedure:
  (library-tests.scm:167) in procedure call to `min', expected argument #1 of 
type `number', but was given an argument of type `symbol'

Warning: in local unknown procedure,
  in local unknown procedure,
  in toplevel unknown procedure:
  (library-tests.scm:168) in procedure call to `max', expected argument #1 of 
type `number', but was given an argument of type `symbol'
gcc a.c -o a.o -c  -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H 
-DC_ENABLE_PTABLES -O3 -fomit-frame-pointer -I.. -I"/usr/local/include/chicken"
rm a.c
gcc a.o -o a.out -L.. -L"/usr/local/lib"  -Wl,-R"/usr/local/lib" -lchicken -lm 
-ldl
rm a.o

Error: (library-tests.scm:210) assertion failed: (= (sin 42.0) (fpsin 42.0))

        Call history:

        library-tests.scm:198: number->string     
        library-tests.scm:198: g846       
        library-tests.scm:198: number->string     
        library-tests.scm:198: g846       
        library-tests.scm:198: number->string     
        library-tests.scm:198: g846       
        library-tests.scm:198: number->string     
        library-tests.scm:198: g846       
        library-tests.scm:198: number->string     
        library-tests.scm:198: g846       
        library-tests.scm:198: number->string     
        library-tests.scm:198: g846       
        library-tests.scm:198: number->string     
        library-tests.scm:198: g846       
        library-tests.scm:198: number->string     
        library-tests.scm:210: ##sys#error              <--
make[1]: *** [check] Error 70
make[1]: Leaving directory `/home/dev01/builds/chicken-4.8.0.3'
make: *** [check] Error 2



reply via email to

[Prev in Thread] Current Thread [Next in Thread]