This is the mail archive of the gsl-discuss@sourceware.org mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: preparing a new release: 1 test failed MacOSX 10.4


One test failed on MacOS X 10.4 (Tiger).

yoshiki@hastings[6] uname -a
Darwin hastings 8.2.0 Darwin Kernel Version 8.2.0: Fri Jun 24 17:46:54 PDT 2005; root:xnu-792.2.4.obj~3/RELEASE_PPC Power Macintosh powerpc
yoshiki@hastings[7] gcc -v
Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs
Thread model: posix
gcc version 3.3 20030304 (Apple Computer, Inc. build 1809)


--
./configure ---> OK
make          ---> OK
make test   ---> 1 test failed at the wavelet section.

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 e
ach 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/libgslbl
as.al -L../cblas/.libs -lgslcblas ../matrix/.libs/libgslmatrix.al ../ vector/.lib
...
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 [66
82]
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 [66
90]
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: 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
(END)


-----
On 2005/08/24, at 23:12, Brian Gough wrote:

I'm preparing release (it will be 1.7) -- I'd appreciate feedback
on this test version:

http://www.network-theory.co.uk/download/gsl/gsl-1.6.91.tar.gz
http://www.network-theory.co.uk/download/gsl/gsl-1.6.91.tar.gz.sig

If there are no problems reported then I will release it. Thanks.


-------------------------------------------------- Yoshiki TSUNESADA



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]