On Friday December 25 2009 23:36:32 The Doctor wrote:
> On Fri, Dec 25, 2009 at 03:19:28PM -0500, Warren Togami wrote:
> > Apache SpamAssassin 3.3.0-rc1 is now available for testing.
> > Downloads are available from
> > [...]

Was quoting the entire 656 lines of release notes really necessary?
(a rhetorical question)

> Get an rc2 ready

Why is that?

> make test
> /usr/bin/perl build/mkrules --exit_on_no_src --src rulesrc --out rules
>  --manifest MANIFEST --manifestskip MANIFEST.SKIP no source directory
>  found: exiting
> /usr/bin/perl build/preprocessor  -Mvars  -DVERSION="3.003000" 
>  -DPREFIX="/usr/contrib"  -DDEF_RULES_DIR="/usr/contrib/share/spamassassin"
>   -DLOCAL_RULES_DIR="/usr/contrib/etc/mail/spamassassin" 
>  -DLOCAL_STATE_DIR="/usr/contrib/var/spamassassin" 
>  -DINSTALLSITELIB="/usr/contrib/lib/perl5/site_perl/5.10.1" 
>  -DCONTACT_ADDRESS="the administrator of that system" -Msharpbang 
>  -Mconditional  -DPERL_BIN="/usr/bin/perl"  -DPERL_WARN=""  -DPERL_TAINT=""
>  -m755 -isa-update.raw -osa-update cp sa-update blib/script/sa-update
> /usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/sa-update
> PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
>  "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
> t/basic_lint.t
>  ....................
> /usr/bin/perl: can't resolve symbol '_Unwind_GetIP'
> /usr/bin/perl: can't resolve symbol '_Unwind_GetRegionStart'
> /usr/bin/perl: can't resolve symbol '_Unwind_Resume'
> /usr/bin/perl: can't resolve symbol '_Unwind_DeleteException'
> /usr/bin/perl: can't resolve symbol '_Unwind_RaiseException'
> /usr/bin/perl: can't resolve symbol '_Unwind_SetIP'
> /usr/bin/perl: can't resolve symbol '_Unwind_GetTextRelBase'
> /usr/bin/perl: can't resolve symbol '_Unwind_GetLanguageSpecificData'
> /usr/bin/perl: can't resolve symbol '_Unwind_SetGR'
> /usr/bin/perl: can't resolve symbol '_Unwind_GetDataRelBase'
> /usr/bin/perl: can't resolve symbol '_Unwind_Resume'
> t/basic_lint.t .................... ok
> t/basic_meta.t .................... ok

> t/lint_nocreate_prefs.t ...........
> /usr/bin/perl: can't resolve symbol '_Unwind_GetIP'
> /usr/bin/perl: can't resolve symbol '_Unwind_GetRegionStart'
> /usr/bin/perl: can't resolve symbol '_Unwind_Resume'
> /usr/bin/perl: can't resolve symbol '_Unwind_DeleteException'
> /usr/bin/perl: can't resolve symbol '_Unwind_RaiseException'
> /usr/bin/perl: can't resolve symbol '_Unwind_SetIP'
> /usr/bin/perl: can't resolve symbol '_Unwind_GetTextRelBase'
> /usr/bin/perl: can't resolve symbol '_Unwind_GetLanguageSpecificData'
> /usr/bin/perl: can't resolve symbol '_Unwind_SetGR'
> /usr/bin/perl: can't resolve symbol '_Unwind_GetDataRelBase'
> /usr/bin/perl: can't resolve symbol '_Unwind_Resume'
> t/lint_nocreate_prefs.t ........... ok

Looks like a mismatch between your shared libraries (libgcc_s ?) and
your perl or one of its modules, or linking with incorrect libraries.
What OS is that? With which version of gcc was perl compiled with?
Are there any leftover perl modules on the system installed with
previous versions of perl?

> t/spamd_sql_prefs.t ...............
> Name "DBD::SQLite::sqlite_version" used only once: possible typo
>  at /usr/libdata/perl5/i386-bsdos/DynaLoader.pm
>  line 223.

This is outside of scope of SpamAssassin. Bring it to the DBD::SQLite people
if you are using SQLite, or just consider it an informational warning
if not using SQLite.

> All tests successful.
> Files=160, Tests=1982, 630 wallclock secs ( 2.28 usr  3.82 sys + 115.28
>  cusr 30.03 csys = 151.42 CPU) Result: PASS

Good!

  Mark

Reply via email to