Subject: | ./Build test fails |
Date: | Fri, 30 Oct 2009 00:17:15 -0500 |
To: | bug-Math-Gsl [...] rt.cpan.org |
From: | Deven Parekh <parekh.deven [...] gmail.com> |
I tried to install Math::GSL
First had problems with ./Build since it could not find CORE headers.
Got around it by doing perl Makefile.PL INC="-I
/usr/lib/perl5/5.10.0/i386-linux-thread-multi/CORE"
After that the build was successful but the test fails
Test Summary Report
-------------------
t/CBLAS.t (Wstat: 6 Tests: 4 Failed: 0)
Non-zero wait status: 6
Parse errors: Bad plan. You planned 5 tests but ran 4.
t/QRNG.t (Wstat: 6 Tests: 2 Failed: 0)
Non-zero wait status: 6
Parse errors: Bad plan. You planned 8 tests but ran 2.
t/Sort.t (Wstat: 6 Tests: 2 Failed: 0)
Non-zero wait status: 6
Parse errors: Bad plan. You planned 20 tests but ran 2.
Files=52, Tests=3612, 15 wallclock secs ( 0.87 usr 0.14 sys + 13.34 cusr
0.84 csys = 15.19 CPU)
Result: FAIL
Failed 3/52 test programs. 0/3612 subtests failed.
Each of the test for t/CBLAS.t t/QRNG.t and t/Sort.t is failing with stack
trace output
with following messages respectively
t/CBLAS.t .......... 1/5 *** glibc detected *** /usr/bin/perl:
munmap_chunk(): invalid pointer: 0xbfc24908 ***
======= Backtrace: =========
/lib/libc.so.6[0x55f2a1]
/lib/libc.so.6[0x5604c5]
/home/auto/Download/Math-GSL-0.20/blib/arch/auto/Math/GSL/CBLAS/CBLAS.so(_wrap_cblas_sgemm+0x1ea7)[0x917879]
/usr/lib/perl5/5.10.0/i386-linux-thread-multi/CORE/libperl.so(Perl_pp_entersub+0x8ca)[0x31160a]
/usr/lib/perl5/5.10.0/i386-linux-thread-multi/CORE/libperl.so(Perl_runops_debug+0x154)[0x2d50f4]
/usr/lib/perl5/5.10.0/i386-linux-thread-multi/CORE/libperl.so(perl_run+0x5c7)[0x309c87]
/usr/bin/perl(main+0x106)[0x8048a26]
/lib/libc.so.6(__libc_start_main+0xe6)[0x505a66]
t/QRNG.t ........... 1/8 *** glibc detected *** /usr/bin/perl: double free
or corruption (out): 0xbfe3f890 ***
======= Backtrace: =========
/lib/libc.so.6[0x2af2a1]
/home/auto/Download/Math-GSL-0.20/blib/arch/auto/Math/GSL/QRNG/QRNG.so(_wrap_gsl_qrng_get+0x544)[0x9bcb78]
/usr/lib/perl5/5.10.0/i386-linux-thread-multi/CORE/libperl.so(Perl_pp_entersub+0x8ca)[0x72260a]
/usr/lib/perl5/5.10.0/i386-linux-thread-multi/CORE/libperl.so(Perl_runops_debug+0x154)[0x6e60f4]
/usr/lib/perl5/5.10.0/i386-linux-thread-multi/CORE/libperl.so(perl_run+0x5c7)[0x71ac87]
/usr/bin/perl(main+0x106)[0x8048a26]
/lib/libc.so.6(__libc_start_main+0xe6)[0x255a66]
/usr/bin/perl[0x8048881]
t/Sort.t ........... 1/20 *** glibc detected *** /usr/bin/perl: free():
invalid next size (fast): 0x086bd7d8 ***
======= Backtrace: =========
/lib/libc.so.6[0x2af2a1]
/home/auto/Download/Math-GSL-0.20/blib/arch/auto/Math/GSL/Sort/Sort.so(_wrap_gsl_sort_index+0x1052)[0x7aaef1]
/usr/lib/perl5/5.10.0/i386-linux-thread-multi/CORE/libperl.so(Perl_pp_entersub+0x8ca)[0xd5f60a]
/usr/lib/perl5/5.10.0/i386-linux-thread-multi/CORE/libperl.so(Perl_runops_debug+0x154)[0xd230f4]
/usr/lib/perl5/5.10.0/i386-linux-thread-multi/CORE/libperl.so(perl_run+0x5c7)[0xd57c87]
/usr/bin/perl(main+0x106)[0x8048a26]
/lib/libc.so.6(__libc_start_main+0xe6)[0x255a66]
/usr/bin/perl[0x8048881]