[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-gsl] make check fail with gsl-1.7
From: |
Robin Hankin |
Subject: |
[Help-gsl] make check fail with gsl-1.7 |
Date: |
Thu, 13 Oct 2005 08:48:14 +0100 |
Hi
I downloaded gsl-1.7 just now and it configures fine and makes fine
(AFAICT).
I am on MacOSX 10.4.2.
But make check fails with:
[snip]
ke check-TESTS
Completed [2012/2012]
PASS: test
==================
All 1 tests passed
==================
Making check in wavelet
make test
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c test.c
In file included from ../gsl/gsl_vector_complex_long_double.h:26,
from ../gsl/gsl_vector.h:4,
from test.c:6:
../gsl/gsl_complex.h:39: warning: use of `long double' type; its size
may change in a future release
../gsl/gsl_complex.h:39: warning: (Long double usage is reported only
once for each file.
../gsl/gsl_complex.h:39: warning: To disable this warning, use -Wno-
long-double.)
/bin/sh ../libtool --mode=link gcc -g -O2 -o test test.o
libgslwavelet.la ../blas/libgslblas.la ../cblas/libgslcblas.la ../
matrix/libgslmatrix.la ../vector/libgslvector.la ../block/
libgslblock.la ../ieee-utils/libgslieeeutils.la ../err/
libgslerr.la ../test/libgsltest.la ../sys/libgslsys.la ../utils/
libutils.la -lm
gcc -g -O2 -o .libs/test test.o ./.libs/libgslwavelet.al ../
blas/.libs/libgslblas.al -L../cblas/.libs -lgslcblas ../matrix/.libs/
libgslmatrix.al ../vector/.libs/libgslvector.al ../block/.libs/
libgslblock.al ../ieee-utils/.libs/libgslieeeutils.al ../err/.libs/
libgslerr.al ../test/.libs/libgsltest.al ../sys/.libs/libgslsys.al ../
utils/.libs/libutils.al -lm
creating test
make check-TESTS
FAIL: bspline(309)-2d standard other data untouched, n = 2, tda = 3
[6680]
FAIL: bspline-centered(309)-2d standard other data untouched, n = 2,
tda = 3 [6682]
FAIL: bspline(309)-2d nonstd other data untouched, n = 2, tda = 3 [6684]
FAIL: bspline-centered(309)-2d nonstd other data untouched, n = 2,
tda = 3 [6686]
FAIL: bspline(307)-2d standard other data untouched, n = 2, tda = 3
[6688]
FAIL: bspline-centered(307)-2d standard other data untouched, n = 2,
tda = 3 [6690]
FAIL: bspline(307)-2d nonstd other data untouched, n = 2, tda = 3 [6692]
FAIL: bspline-centered(307)-2d nonstd other data untouched, n = 2,
tda = 3 [6694]
FAIL: bspline(305)-2d standard other data untouched, n = 2, tda = 3
[6696]
FAIL: bspline-centered(305)-2d standard other data untouched, n = 2,
tda = 3 [6698]
FAIL: bspline(305)-2d nonstd other data untouched, n = 2, tda = 3 [6700]
[snip]
IL: daubechies(18)-2d standard other data untouched, n = 64, tda = 69
[12116]
FAIL: daubechies-centered(18)-2d standard other data untouched, n =
64, tda = 69 [12118]
FAIL: daubechies(18)-2d nonstd other data untouched, n = 64, tda = 69
[12120]
FAIL: daubechies-centered(18)-2d nonstd other data untouched, n = 64,
tda = 69 [12122]
FAIL: daubechies(20)-2d standard other data untouched, n = 64, tda =
69 [12124]
FAIL: daubechies-centered(20)-2d standard other data untouched, n =
64, tda = 69 [12126]
FAIL: daubechies(20)-2d nonstd other data untouched, n = 64, tda = 69
[12128]
FAIL: daubechies-centered(20)-2d nonstd other data untouched, n = 64,
tda = 69 [12130]
FAIL: haar(2)-2d standard other data untouched, n = 64, tda = 69 [12132]
FAIL: haar-centered(2)-2d standard other data untouched, n = 64, tda
= 69 [12134]
FAIL: haar(2)-2d nonstd other data untouched, n = 64, tda = 69 [12136]
FAIL: haar-centered(2)-2d nonstd other data untouched, n = 64, tda =
69 [12138]
FAIL: test
===================
1 of 1 tests failed
===================
make[2]: *** [check-TESTS] Error 1
make[1]: *** [check-am] Error 2
make: *** [check-recursive] Error 1
octopus:~/scratch/gsl-1.7%
what's going on here?
--
Robin Hankin
Uncertainty Analyst
National Oceanography Centre, Southampton
European Way, Southampton SO14 3ZH, UK
tel 023-8059-7743
- [Help-gsl] make check fail with gsl-1.7,
Robin Hankin <=