Hi I tried to build & test SpamAssassin 2.20 on Solaris
with perl 5.6.1 and gcc 3.0.4 (using the CPAN shell)
I already have 2.01 installed and it works great (Thank you!)
= = = = = = = = = = = = = =
PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib
-I/usr/local/lib/perl5/5.6.1/sun4-solaris -I/usr/local/lib/perl5/5.6.1 -e 'use
Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/db_based_whitelist....ok
t/forged_rcvd...........ok
t/nonspam...............ok
t/razor................. Not found: spam = Listed in Razor
t/razor.................NOK 1# Failed test 1 in t/SATest.pm at line 268
t/razor.................FAILED test 1
Failed 1/2 tests, 50.00% okay
t/reportheader..........ok
t/spam..................ok
t/spamd.................ld.so.1: ../spamd/spamc: fatal: relocation error: file
../spamd/spamc: symbol __register_frame_info: referenced symbol not found
Killed
t/spamd.................NOK 1# Failed test 1 in t/spamd.t at line 27
Not found: toberemoved = BODY: Claims you can be removed from the list
t/spamd.................NOK 2# Failed test 2 in t/SATest.pm at line 237
Not found: removesubject = BODY: List removal information
t/spamd.................NOK 3# Failed test 3 in t/SATest.pm at line 237 fail #2
Not found: remove = BODY: Nobody's perfect
t/spamd.................NOK 4# Failed test 4 in t/SATest.pm at line 237 fail #3
Not found: noreal = From: does not include a real name
t/spamd.................NOK 5# Failed test 5 in t/SATest.pm at line 237 fail #4
Not found: endsinnums = From: ends in numbers
t/spamd.................NOK 6# Failed test 6 in t/SATest.pm at line 237 fail #5
Not found: removesubj = Says: "to be removed, reply via email"
t/spamd.................NOK 7# Failed test 7 in t/SATest.pm at line 237 fail #6
Not found: apling = Subject has an exclamation mark
t/spamd.................NOK 8# Failed test 8 in t/SATest.pm at line 237 fail #7
Not found: subj = Subject: *****SPAM***** There yours for FREE!
t/spamd.................NOK 9# Failed test 9 in t/SATest.pm at line 237 fail #8
Not found: undisc = Valid-looking To "undisclosed-recipients"
t/spamd.................NOK 10# Failed test 10 in t/SATest.pm at line 237 fail #9
Not found: flag = X-Spam-Flag: YES
t/spamd.................NOK 11# Failed test 11 in t/SATest.pm at line 237 fail #10
Not found: stars = X-Spam-Level: **********
t/spamd.................NOK 12# Failed test 12 in t/SATest.pm at line 237 fail #11
Not found: status = X-Spam-Status: Yes, hits=
t/spamd.................NOK 13# Failed test 13 in t/SATest.pm at line 237 fail #12
t/spamd.................FAILED tests 1-13
Failed 13/13 tests, 0.00% okay
t/spamd_maxsize.........spamd start failed at t/SATest.pm line 168.
Maybe you need to kill a running spamd process?
ld.so.1: ../spamd/spamc: fatal: relocation error: file ../spamd/spamc: symbol
__register_frame_info: referenced symbol not found
Killed
Not found: subj = Subject: There yours for FREE!
t/spamd_maxsize.........NOK 1# Failed test 1 in t/SATest.pm at line 237
t/spamd_maxsize.........FAILED test 1
Failed 1/1 tests, 0.00% okay
t/spamd_port............ld.so.1: ../spamd/spamc: fatal: relocation error: file
../spamd/spamc: symbol __register_frame_info: referenced symbol not found
Killed
t/spamd_port............NOK 1# Failed test 1 in t/spamd_port.t at line 22
Not found: noreal = From: does not include a real name
t/spamd_port............NOK 2# Failed test 2 in t/SATest.pm at line 237
Not found: endsinnums = From: ends in numbers
t/spamd_port............NOK 3# Failed test 3 in t/SATest.pm at line 237 fail #2
Not found: apling = Subject has an exclamation mark
t/spamd_port............NOK 4# Failed test 4 in t/SATest.pm at line 237 fail #3
Not found: subj = Subject: *****SPAM***** There yours for FREE!
t/spamd_port............NOK 5# Failed test 5 in t/SATest.pm at line 237 fail #4
Not found: undisc = Valid-looking To "undisclosed-recipients"
t/spamd_port............NOK 6# Failed test 6 in t/SATest.pm at line 237 fail #5
Not found: flag = X-Spam-Flag: YES
t/spamd_port............NOK 7# Failed test 7 in t/SATest.pm at line 237 fail #6
Not found: status = X-Spam-Status: Yes, hits=
t/spamd_port............NOK 8# Failed test 8 in t/SATest.pm at line 237 fail #7
t/spamd_port............FAILED tests 1-8
Failed 8/8 tests, 0.00% okay
t/spamd_stop............spamd start failed at t/SATest.pm line 168.
Maybe you need to kill a running spamd process?
ld.so.1: ../spamd/spamc: fatal: relocation error: file ../spamd/spamc: symbol
__register_frame_info: referenced symbol not found
Killed
t/spamd_stop............NOK 1# Failed test 1 in t/spamd_stop.t at line 15
Not found: status = X-Spam-Status: Yes, hits=5
t/spamd_stop............NOK 2# Failed test 2 in t/SATest.pm at line 237
t/spamd_stop............FAILED tests 1-2
Failed 2/2 tests, 0.00% okay
t/strip2................ok
t/stripmarkup...........ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-----------------------------------------------------------------------------------------------
t/razor.t 2 1 50.00% 1
t/spamd.t 13 13 100.00% 1-13
t/spamd_maxsize.t 1 1 100.00% 1
t/spamd_port.t 8 8 100.00% 1-8
t/spamd_stop.t 2 2 100.00% 1-2
Failed 5/12 test scripts, 58.33% okay. 25/67 subtests failed, 62.69% okay.
make: *** [test_dynamic] Error 9
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk