Subject: | fails tests on OpenBSD 3.1 with perl 5.8.0 |
-bash-2.05b# make test
cd libPARI && make LIB="" LIBPERL_A="libperl.a" LINKTYPE="dynamic" PREFIX="/usr/local" OPTIMIZE="-O2" PASTHRU_DEFINE="" PASTHRU_INC=""
cc -c -I./pari-2.1.4/src/headers -I./pari-2.1.4/src -I./libPARI -fno-strict-aliasing -I/usr/local/include -O2 -DVERSION=\"2.010305\" -DXS_VERSION=\"2.010305\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.8.0/OpenBSD.i386-openbsd/CORE" -DPARI_VERSION_EXP=2001004 -DDEBUG_PARI -DLSB_in_U32=0 -Derr=pari_err -DGCC_INLINE Pari.c
rm -f blib/arch/auto/Math/Pari/Pari.so
LD_RUN_PATH="/usr/lib" cc -shared -fPIC -L/usr/local/lib Pari.o -o blib/arch/auto/Math/Pari/Pari.so libPARI/libPARI.a -lm
chmod 755 blib/arch/auto/Math/Pari/Pari.so
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/analyz......ok
2/6 skipped: various reasons
t/elliptic....ok
2/46 skipped: various reasons
t/graph.......# Can't locate Term/Gnuplot.pm in @INC, ignoring plotting
t/graph.......ok
3/28 skipped: various reasons
t/linear......FAILED test 11
Failed 1/105 tests, 99.05% okay (less 2 skipped tests: 102 okay, 97.14%)t/nfields.....ok 23/161PARI: *** Warning: insufficient precision for fundamental units, not given.
t/nfields.....ok 156/161PARI: *** Warning: not a fundamental discriminant in quadclassunit.
t/nfields.....ok
3/161 skipped: various reasons
t/number......ok
3/83 skipped: various reasons
t/objets......FAILED test 39
Failed 1/62 tests, 98.39% okay (less 5 skipped tests: 56 okay, 90.32%)
t/Pari........ok
t/ploth.......# Can't locate Term/Gnuplot.pm in @INC, ignoring plotting
t/ploth.......ok
11/34 skipped: various reasons
t/PlotRect....# Can't locate Term/Gnuplot.pm in @INC, ignoring the test
skipped
all skipped: no reason given
t/polyser.....FAILED test 32
Failed 1/51 tests, 98.04% okay (less 5 skipped tests: 45 okay, 88.24%)
t/program.....ok
17/37 skipped: various reasons
t/sumiter.....FAILED test 8
Failed 1/21 tests, 95.24% okay (less 6 skipped tests: 14 okay, 66.67%)
t/trans.......FAILED tests 35, 44, 57
Failed 3/62 tests, 95.16% okay (less 4 skipped tests: 55 okay, 88.71%)
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/linear.t 105 1 0.95% 11
t/objets.t 62 1 1.61% 39
t/polyser.t 51 1 1.96% 32
t/sumiter.t 21 1 4.76% 8
t/trans.t 62 3 4.84% 35 44 57
1 test and 63 subtests skipped.
Failed 5/14 test scripts, 64.29% okay. 7/804 subtests failed, 99.13% okay.
*** Error code 2
Stop in /root/.cpan/build/Math-Pari-2.010305 (line 832 of Makefile).
Make test is failing as above. Build environment is Perl 5.8.0 on
OpenBSD i386 3.1 GCC 2.95.3
Willing to offer ssh access to openbsd machine to help fix problem.
mock