preparing a new release
Kevin Bube
k.bube@web.de
Thu Aug 25 08:23:00 GMT 2005
Hello,
first the good news: './configure && make && make check' successful on
AMD64:
,----
| kevin@wien:~/tmp/2/gsl-1.6.91 $ uname -a; /lib64/libc.so.6; gcc -v
| Linux wien 2.6.5-7.147-default #1 Thu Jan 27 09:19:29 UTC 2005 x86_64 x86_64 x86_64 GNU/Linux
| GNU C Library stable release version 2.3.3 (20040325), by Roland McGrath et al.
| Copyright (C) 2004 Free Software Foundation, Inc.
| This is free software; see the source for copying conditions.
| There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
| PARTICULAR PURPOSE.
| Configured for x86_64-suse-linux.
| Compiled by GNU CC version 3.3.3 (SuSE Linux).
| Compiled on a Linux 2.6.4 system on 2004-04-05.
| Available extensions:
| GNU libio by Per Bothner
| crypt add-on version 2.1 by Michael Glad and others
| linuxthreads-0.10 by Xavier Leroy
| GNU Libidn by Simon Josefsson
| BIND-8.2.3-T5B
| libthread_db work sponsored by Alpha Processor Inc
| NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk
| Thread-local storage support included.
| pthread library is compiled with floating stack support enabled.
| Report bugs using the `glibcbug' script to <bugs@gnu.org>.
| Reading specs from /usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/specs
| Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++,f77,objc,java,ada --disable-checking --libdir=/usr/lib64 --enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib64 --with-system-zlib --enable-shared --enable-__cxa_atexit x86_64-suse-linux
| Thread model: posix
| gcc version 3.3.3 (SuSE Linux)
`----
The bad news: make check fails on dual Alpha system:
,----
| kevin@alphaserver:/tmp/gsl-1.6.91 $ uname -a ; /lib/libc.so.6.1 ; gcc -v
| Linux alphaserver 2.4.4-SMP #2 SMP Sun May 6 08:08:09 GMT 2001 alpha unknown
| GNU C Library stable release version 2.2, by Roland McGrath et al.
| Copyright (C) 1992,93,94,95,96,97,98,99,2000 Free Software Foundation, Inc.
| This is free software; see the source for copying conditions.
| There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
| PARTICULAR PURPOSE.
| Compiled by GNU CC version 2.96 20000731 (SuSE Linux 7.1/Alpha).
| Compiled on a Linux 2.4.0 system on 2001-04-23.
| Available extensions:
| GNU libio by Per Bothner
| crypt add-on version 2.1 by Michael Glad and others
| Berkeley DB glibc 2.1 compat library by Thorsten Kukuk
| linuxthreads-0.9 by Xavier Leroy
| NoVersion patch for broken glibc 2.0 binaries
| BIND-8.2.3-T5B
| NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk
| NSS V1 modules 2.1 by Thorsten Kukuk
| libthread_db work sponsored by Alpha Processor Inc
| Report bugs using the `glibcbug' script to <bugs@gnu.org>.
| Reading specs from /usr/lib/gcc-lib/alpha-suse-linux/2.96/specs
| gcc version 2.96 20000731 (SuSE Linux 7.1/Alpha)
`----
'./configure && make -j 2 && make check' fails with:
,----
| make check-TESTS
| make[2]: Entering directory `/tmp/gsl-1.6.91/specfunc'
| FAIL: gsl_sf_coupling_9j_e(4, 2, 4, 3, 3, 2, 1, 1, 2, &r) [463]
| expected: -0.0408248290463863
| obtained: -0.05103103630798286 1.133116629592098e-16 2.22045e-15
| fracdiff: 0.1111111111111109
| value/expected not consistent within reported error
| value not within tolerance of expected value
| -0.0510310363079828633 1.13311662959209844e-16
| FAIL: gsl_sf_coupling_9j_e(8, 4, 10, 7, 3, 8, 1, 1, 2, &r) [464]
| expected: 0.02545875386086578
| obtained: 0 0 nan
| fracdiff: 1
| value/expected not consistent within reported error
| value not within tolerance of expected value
| 0 0
| FAIL: Coupling Coefficients [483]
| FAIL: gsl_sf_legendre_sphPlm_e(10, 5, -0.5, &r) [1880]
| expected: -0.3725739049803294
| obtained: nan nan nan
| fracdiff: 0
| value/expected not consistent within reported error
| nan nan
| FAIL: gsl_sf_legendre_sphPlm_e(10, 5, 1.0e-08, &r) [1881]
| expected: -3.137723358937679e-08
| obtained: nan nan nan
| fracdiff: 0
| value/expected not consistent within reported error
| nan nan
| FAIL: gsl_sf_legendre_sphPlm_e(10, 5, 0.5, &r) [1882]
| expected: 0.3725739049803294
| obtained: nan nan nan
| fracdiff: 0
| value/expected not consistent within reported error
| nan nan
| FAIL: gsl_sf_legendre_sphPlm_e(10, 5, 0.999, &r) [1883]
| expected: -6.23687067472737e-06
| obtained: nan nan nan
| fracdiff: 0
| value/expected not consistent within reported error
| nan nan
| FAIL: gsl_sf_legendre_sphPlm_e(200, 1, -0.5, &r) [1887]
| expected: 0.3302975570099493
| obtained: nan nan nan
| fracdiff: 0
| value/expected not consistent within reported error
| nan nan
| FAIL: gsl_sf_legendre_sphPlm_e(200, 1, 0.5, &r) [1888]
| expected: -0.3302975570099493
| obtained: nan nan nan
| fracdiff: 0
| value/expected not consistent within reported error
| nan nan
| FAIL: gsl_sf_legendre_sphPlm_e(200, 1, 0.999, &r) [1889]
| expected: -1.406979205554626
| obtained: nan nan nan
| fracdiff: 0
| value/expected not consistent within reported error
| nan nan
| FAIL: L[10]+0.0 [1891]
| expected: 0.07452710323813559
| obtained: nan
| fracdiff: 1
| value not within tolerance of expected value
| nan
| FAIL: L[95]+0.0 [1892]
| expected: 0.2586535599088016
| obtained: nan
| fracdiff: 1
| value not within tolerance of expected value
| nan
| FAIL: gsl_sf_legendre_sphPlm_array(100, 5, 0.5) [1893]
| FAIL: L[10]+0.0 [1895]
| expected: 4.854315031308678e-14
| obtained: nan
| fracdiff: 1
| value not within tolerance of expected value
| nan
| FAIL: L[95]+0.0 [1896]
| expected: 8.313898496365084e-12
| obtained: nan
| fracdiff: 1
| value not within tolerance of expected value
| nan
| FAIL: gsl_sf_legendre_sphPlm_array(100, 2, 1.0 - 2^(-50)) [1897]
| FAIL: L[95]+0.0 [1899]
| expected: -8.313898496365084e-12
| obtained: nan
| fracdiff: 1
| value not within tolerance of expected value
| nan
| FAIL: gsl_sf_legendre_sphPlm_array(100, 2, -1.0 + 2^(-50)) [1900]
| FAIL: DL[2]+0.0 [1917]
| expected: 1.505354723003901
| obtained: nan
| fracdiff: 1
| value not within tolerance of expected value
| nan
| FAIL: DL[10]+0.0 [1918]
| expected: 0.7357655966864824
| obtained: nan
| fracdiff: 1
| value not within tolerance of expected value
| nan
| FAIL: DL[98]+0.0 [1919]
| expected: 28.44458995026438
| obtained: nan
| fracdiff: 1
| value not within tolerance of expected value
| nan
| FAIL: gsl_sf_legendre_sphPlm_deriv_array(100, 2, 0.5) [1920]
| FAIL: DL[2]+0.0 [1923]
| expected: -0.9830996902900139
| obtained: nan
| fracdiff: 1
| value not within tolerance of expected value
| nan
| FAIL: DL[3]+0.0 [1924]
| expected: -2.772827098895454
| obtained: nan
| fracdiff: 1
| value not within tolerance of expected value
| nan
| FAIL: DL[10]+0.0 [1925]
| expected: -5.740713331544348
| obtained: nan
| fracdiff: 1
| value not within tolerance of expected value
| nan
| FAIL: DL[95]+0.0 [1926]
| expected: -25.89393462474739
| obtained: nan
| fracdiff: 1
| value not within tolerance of expected value
| nan
| FAIL: gsl_sf_legendre_sphPlm_deriv_array(100, 5, 0.5) [1927]
| FAIL: DL[2]+0.0 [1930]
| expected: 1.648269720073467e-21
| obtained: nan
| fracdiff: 1
| value not within tolerance of expected value
| nan
| FAIL: DL[95]+0.0 [1931]
| expected: 3.989054946607135e-15
| obtained: nan
| fracdiff: 1
| value not within tolerance of expected value
| nan
| FAIL: gsl_sf_legendre_sphPlm_deriv_array(100, 5, 1.0 - 2^(-50)) [1932]
| FAIL: DL[2]+0.0 [1935]
| expected: -1.648269720073467e-21
| obtained: nan
| fracdiff: 1
| value not within tolerance of expected value
| nan
| FAIL: DL[95]+0.0 [1936]
| expected: 3.989054946607135e-15
| obtained: nan
| fracdiff: 1
| value not within tolerance of expected value
| nan
| FAIL: gsl_sf_legendre_sphPlm_deriv_array(100, 5, -1.0 + 2^(-50)) [1937]
| FAIL: Legendre Functions [2099]
| FAIL: test
| ===================
| 1 of 1 tests failed
| ===================
| make[2]: *** [check-TESTS] Error 1
| make[2]: Leaving directory `/tmp/gsl-1.6.91/specfunc'
| make[1]: *** [check-am] Error 2
| make[1]: Leaving directory `/tmp/gsl-1.6.91/specfunc'
| make: *** [check-recursive] Error 1
`----
Regards,
Kevin
--
publickey 2048R/0AFDFB19: http://www.icbm.de/~bube/publickey.asc
fingerprint: 542B 1378 04AA AF1F 572E 78BF 1BF5 5C71 0AFD FB19
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 480 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/gsl-discuss/attachments/20050825/723b454a/attachment.sig>
More information about the Gsl-discuss
mailing list