See <https://builds.apache.org/hudson/job/SpamAssassin-trunk/7086/changes>
Changes: [jm] auto-generated test rules [khopesh] auto-generated rules [jm] auto-generated test rules ------------------------------------------ Started by an SCM change Building remotely on solaris1 Updating http://svn.apache.org/repos/asf/spamassassin/trunk U rulesrc/sandbox/khopesh/20_khop_sc_bug_6114.cf U rulesrc/sandbox/jm/20_sought.cf U rulesrc/sandbox/jm/20_sought_fraud.cf At revision 1128198 [locks-and-latches] Checking to see if we really have the locks [locks-and-latches] Have all the locks, build can start [SpamAssassin-trunk] $ /bin/bash -xe /var/tmp/hudson1253309683625819536.sh + cd <https://builds.apache.org/hudson/job/SpamAssassin-trunk/ws/sa_trunk> + ./build/hudson/run_build + . /export/home/jm/tools/setenvs PATH=/export/home/jm/tools/perl586/bin:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin + export PATH PATH=/export/home/hudson/tools/perl:/usr/ccs/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/export/home/jm/bin:/sbin:/usr/sbin:/etc:/usr/etc:/usr/local/bin:/usr/bin/mh:/usr/bin:/opt/sfw/bin:/opt/SUNWspro/bin + export PATH + rm -rf t/log t/log.* artifacts testxml Mail-SpamAssassin* + make distclean make: Fatal error: Don't know how to make target `distclean' + true + mkdir artifacts testxml + perl Makefile.PL What email address or URL should be used in the suspected-spam report text for users who want more information on your filter installation? (In particular, ISPs should change this to a local Postmaster contact) default text: [the administrator of that system] the administrator of that system ERROR: the required Digest::SHA module is not installed. ERROR: the required HTML::Parser module is not installed, minimum required version is 3.43. ERROR: the required Net::DNS module is not installed, minimum required version is 0.34. ERROR: the required NetAddr::IP module is not installed, minimum required version is 4.010. ERROR: the required Archive::Tar module is not installed, minimum required version is 1.23. ERROR: the required IO::Zlib module is not installed, minimum required version is 1.04. NOTE: settings for "make test" are now controlled using "t/config.dist". See that file if you wish to customise what tests are run, and how. checking module dependencies and their versions... *************************************************************************** The Digest::SHA module is used as a cryptographic hash for some tests and the Bayes subsystem. It is also required by the DKIM plugin. *************************************************************************** HTML is used for an ever-increasing amount of email so this dependency is unavoidable. Run "perldoc -q html" for additional information. *************************************************************************** Used for all DNS-based tests (SBL, XBL, SpamCop, DSBL, etc.), perform MX checks, and is also used when manually reporting spam to SpamCop. You need to make sure the Net::DNS version is sufficiently up-to-date: - version 0.34 or higher on Unix systems - version 0.46 or higher on Windows systems *************************************************************************** Used in determining which DNS tests are to be done for each of the header's received fields, used by AWL plugin for extracting network address from an IPv6 addresses (and from IPv4 address on nondefault mask), and used by DNSxL rules for assembling DNS queries out of IPv6 addresses. 4.010 fixes an issue where NetAddr::IP::full6() causes a full6.al include error. Avoid versions 4.034 and 4.035. *************************************************************************** The "sa-update" program requires this module to access tar update archive files. *************************************************************************** The "sa-update" program requires this module to access compressed update archive files. *************************************************************************** NOTE: the optional Digest::SHA module is not installed. The Digest::SHA module is required by the DKIM plugin. *************************************************************************** NOTE: the optional DB_File module is not installed. Used to store data on-disk, for the Bayes-style logic and auto-whitelist. *Much* more efficient than the other standard Perl database packages. Strongly recommended. *************************************************************************** NOTE: the optional Mail::SPF module is not installed. Used to check DNS Sender Policy Framework (SPF) records to fight email address forgery and make it easier to identify spams. *************************************************************************** NOTE: the optional IP::Country module is not installed. Used by the RelayCountry plugin (not enabled by default) to determine the domain country codes of each relay in the path of an email. *************************************************************************** NOTE: the optional Razor2 module is not installed, minimum required version is 2.61. Used to check message signatures against Vipul's Razor collaborative filtering network. Razor has a large number of dependencies on CPAN modules. Feel free to skip installing it, if this makes you nervous; SpamAssassin will still work well without it. More info on installing and using Razor can be found at http://wiki.apache.org/spamassassin/InstallingRazor . *************************************************************************** NOTE: the optional Net::Ident module is not installed. If you plan to use the --auth-ident option to spamd, you will need to install this module. *************************************************************************** NOTE: the optional IO::Socket::INET6 module is not installed. This is required if the first nameserver listed in your IP configuration or /etc/resolv.conf file is available only via an IPv6 address. Also used by a DCC plugin to access dccifd over network. *************************************************************************** NOTE: the optional IO::Socket::SSL module is not installed. If you wish to use SSL encryption to communicate between spamc and spamd (the --ssl option to spamd), you need to install this module. (You will need the OpenSSL libraries and use the ENABLE_SSL="yes" argument to Makefile.PL to build and run an SSL compatibile spamc.) *************************************************************************** NOTE: the optional Compress::Zlib module is not installed. If you wish to use the optional zlib compression for communication between spamc and spamd (the -z option to spamc), you need to install this module. *************************************************************************** NOTE: the optional Mail::DKIM module is not installed, minimum required version is 0.31, recommended version is 0.37 or higher. If this module is installed and the DKIM plugin is enabled, SpamAssassin will perform DKIM signature verification when DKIM-Signature header fields are present in the message headers, and check ADSP rules (e.g. anti-phishing) when a mail message does not contain a valid author domain signature. Version 0.37 or later is needed to fully support ADSP. *************************************************************************** NOTE: the optional DBI module is not installed. If you intend to use SpamAssassin with an SQL database backend for user configuration data, Bayes storage, or other storage, you will need to have these installed; both the basic DBI module and the DBD driver for your database. *************************************************************************** NOTE: the optional LWP::UserAgent module is not installed. The "sa-update" program requires this module to make HTTP requests. *************************************************************************** NOTE: the optional HTTP::Date module is not installed. The "sa-update" program requires this module to make HTTP If-Modified-Since GET requests. *************************************************************************** NOTE: the optional Encode::Detect module is not installed. If you plan to use the normalize_charset config setting to detect charsets and convert them into Unicode, you will need to install this module. *************************************************************************** NOTE: the optional Net::Patricia module is not installed, minimum required version is 1.16. If this module is available, it will be used for IP address lookups in tables internal_networks, trusted_networks, and msa_networks. Recommended when the number of entries in these tables is large, i.e. in hundreds or thousands. REQUIRED module missing: Digest::SHA REQUIRED module missing: HTML::Parser REQUIRED module missing: Net::DNS REQUIRED module missing: NetAddr::IP REQUIRED module missing: Archive::Tar REQUIRED module missing: IO::Zlib optional module missing: Digest::SHA optional module missing: DB_File optional module missing: Mail::SPF optional module missing: IP::Country optional module missing: Razor2 optional module missing: Net::Ident optional module missing: IO::Socket::INET6 optional module missing: IO::Socket::SSL optional module missing: Compress::Zlib optional module missing: Mail::DKIM optional module missing: DBI optional module missing: LWP::UserAgent optional module missing: HTTP::Date optional module missing: Encode::Detect optional module missing: Net::Patricia warning: some functionality may not be available, please read the above report before continuing! + make make: Fatal error: No arguments to build [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released Archiving artifacts Recording test results
