+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/spamassassin.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild warning: Macro expanded in comment on line 60: %global prerev rc2 warning: Macro expanded in comment on line 65: %{prerev}%{?dist} warning: Macro expanded in comment on line 71: %{real_name}-%{version}-%{prerev}.tar.bz2 warning: Macro expanded in comment on line 73: %{real_name}-rules-%{version}.%{prerev}.tgz Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.zu6kHY + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Mail-SpamAssassin-3.4.1 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/Mail-SpamAssassin-3.4.1.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Mail-SpamAssassin-3.4.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (spamassassin-3.3.2-gnupg2.patch):' Patch #0 (spamassassin-3.3.2-gnupg2.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file sa-update.raw Hunk #1 succeeded at 340 (offset 59 lines). + echo 'Patch #100 (spamassassin-3.4.1-netdns.patch):' Patch #100 (spamassassin-3.4.1-netdns.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file lib/Mail/SpamAssassin/DnsResolver.pm + echo 'Patch #101 (CRYPTO_malloc.patch):' Patch #101 (CRYPTO_malloc.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file spamc/configure patching file spamc/configure.in + echo 'Patch #102 (spamassassin-3.4.1-Fix-building-on-Perl-without-dot-in-INC.patch):' Patch #102 (spamassassin-3.4.1-Fix-building-on-Perl-without-dot-in-INC.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file spamc/configure.pl + echo 'Patch #103 (spamassassin-3.4.1-dns-warnings.patch):' Patch #103 (spamassassin-3.4.1-dns-warnings.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file lib/Mail/SpamAssassin/Plugin/URIDNSBL.pm + echo 'Patch #104 (spamassassin-3.4.1-salearn.patch):' Patch #104 (spamassassin-3.4.1-salearn.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file lib/Mail/SpamAssassin/PerMsgStatus.pm + echo 'RHEL=0 FEDORA=28' RHEL=0 FEDORA=28 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.WqQIM4 + umask 022 + cd /builddir/build/BUILD + cd Mail-SpamAssassin-3.4.1 + export 'CFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + /usr/bin/perl Makefile.PL DESTDIR=/builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/ SYSCONFDIR=/etc INSTALLDIRS=vendor ENABLE_SSL=yes 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 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... *************************************************************************** NOTE: the optional Digest::SHA1 module is not installed. The Digest::SHA1 module is required by the Razor2 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 Geo::IP 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. Also used by the URILocalBL plugin to provide ISP and Country code based filtering. *************************************************************************** NOTE: the optional Net::CIDR::Lite module is not installed. Used by the URILocalBL plugin to process IP address ranges. *************************************************************************** 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 IO::Socket::INET6 module is not installed. This module is an older alternative to IO::Socket::IP. Spamd, as well some underlying modules, will fall back to using IO::Socket::INET6 if IO::Socket::IP is unavailable. One or the other module is required to support IPv6 (e.g. in spamd/spamc protocol, for DNS lookups or in plugins like DCC). Some plugins or underlying modules may still require IO::Socket::INET6 for IPv6 support even if IO::Socket::IP is available. *************************************************************************** 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 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 Encode::Detect::Detector module is not installed. If you plan to use the normalize_charset config setting to decode message parts from their declared character set into Unicode, and such decoding fails, the Encode::Detect::Detector module (when available) may be consulted to provide an alternative guess on a character set of a problematic message part. *************************************************************************** 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 a number of entries in these tables is large, i.e. in hundreds or thousands. However, in case of overlapping (or conflicting) networks in these tables, lookup results may differ as Net::Patricia finds a tightest-matching entry, while a sequential NetAddr::IP search finds a first-matching entry. So when overlapping network ranges are given, specifying more specific subnets (longest netmask) first, followed by wider subnets ensures predictable results. *************************************************************************** NOTE: the optional Net::DNS::Nameserver module is not installed. Net::DNS:Nameserver is typically part of Net::DNS. However, RHEL/ CentOS systems may install it using separate packages. Because of this, we check for both Net::DNS and Net::DNS::Nameserver. However, Net::DNS::Nameserver is only used in make test as of June 2014. checking binary dependencies and their versions... *************************************************************************** NOTE: the optional gpg binary is not installed, recommended version is 1.0.6 or higher. The "sa-update" program requires this executable to verify encryption signatures. It is not recommended, but you can use "sa-update" with the --no-gpg to skip the verification. *************************************************************************** NOTE: the optional wget binary is not installed, recommended version is 1.8.2 or higher. Sa-update will use curl, wget or fetch to download updates. Because perl module LWP does not support IPv6, sa-update as of 3.4.0 will use these standard programs to download rule updates leaving LWP as a fallback if none of the programs are found. *IMPORTANT NOTE*: You only need one of these programs. Warning: prerequisite Digest::SHA1 0 not found. Warning: prerequisite Mail::DKIM 0.31 not found. *************************************************************************** NOTE: the optional fetch binary is not installed. Sa-update will use curl, wget or fetch to download updates. Because perl module LWP does not support IPv6, sa-update as of 3.4.0 will use these standard programs to download rule updates leaving LWP as a fallback if none of the programs are found. *IMPORTANT NOTE*: You only need one of these programs. dependency check complete... optional module missing: Digest::SHA1 optional module missing: DB_File optional module missing: Mail::SPF optional module missing: Geo::IP optional module missing: Net::CIDR::Lite optional module missing: Razor2 optional module missing: IO::Socket::INET6 optional module missing: IO::Socket::SSL optional module missing: Mail::DKIM optional module missing: DBI optional module missing: LWP::UserAgent optional module missing: Encode::Detect::Detector optional module missing: Net::Patricia optional module missing: Net::DNS::Nameserver optional binary missing or nonfunctional: gpg optional binary missing or nonfunctional: wget optional binary missing or nonfunctional: fetch warning: some functionality may not be available, please read the above report before continuing! Checking if your kit is complete... Looks good 'ENABLE_SSL' is not a known MakeMaker parameter name. 'SYSCONFDIR' is not a known MakeMaker parameter name. Generating a Unix-style Makefile Writing Makefile for Mail::SpamAssassin Writing MYMETA.yml and MYMETA.json Makefile written by ExtUtils::MakeMaker 7.3 + /usr/bin/make 'OPTIMIZE=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' -j4 "/usr/bin/perl" build/preprocessor -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" -DINSTALLSITELIB="/usr/share/perl5/vendor_perl" -DCONTACT_ADDRESS="the administrator of that system" -Msharpbang -Mconditional -DPERL_BIN=""/usr/bin/perl"" -DPERL_WARN="" -DPERL_TAINT="" -m755 -isa-awl.raw -osa-awl "/usr/bin/perl" build/preprocessor -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" -DINSTALLSITELIB="/usr/share/perl5/vendor_perl" -DCONTACT_ADDRESS="the administrator of that system" -Msharpbang -Mconditional -DPERL_BIN=""/usr/bin/perl"" -DPERL_WARN="" -DPERL_TAINT="" -m755 -isa-compile.raw -osa-compile "/usr/bin/perl" build/preprocessor -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" -DINSTALLSITELIB="/usr/share/perl5/vendor_perl" -DCONTACT_ADDRESS="the administrator of that system" -Msharpbang -Mconditional -DPERL_BIN=""/usr/bin/perl"" -DPERL_WARN="" -DPERL_TAINT="" -m755 -isa-learn.raw -osa-learn "/usr/bin/perl" build/mkrules --exit_on_no_src --src rulesrc --out rules --manifest MANIFEST --manifestskip MANIFEST.SKIP "/usr/bin/perl" build/preprocessor -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" -DINSTALLSITELIB="/usr/share/perl5/vendor_perl" -DCONTACT_ADDRESS="the administrator of that system" -Msharpbang -Mconditional -DPERL_BIN=""/usr/bin/perl"" -DPERL_WARN="" -DPERL_TAINT="" -m755 -ispamassassin.raw -ospamassassin "/usr/bin/perl" build/preprocessor -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" -DINSTALLSITELIB="/usr/share/perl5/vendor_perl" -DCONTACT_ADDRESS="the administrator of that system" -Msharpbang -Mconditional -DPERL_BIN=""/usr/bin/perl"" -DPERL_WARN="" -DPERL_TAINT="" -m755 -ispamd/spamd.raw -ospamd/spamd "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Conf/SQL.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Locker.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/BayesStore/SDBM.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/DnsResolver.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Locker/Win32.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Conf.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Bayes.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/HTML.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Conf/LDAP.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/BayesStore/Redis.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Client.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Locker/Flock.pm no source directory found: exiting "/usr/bin/perl" build/preprocessor -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" -DINSTALLSITELIB="/usr/share/perl5/vendor_perl" -DCONTACT_ADDRESS="the administrator of that system" -Msharpbang -Mconditional -DPERL_BIN=""/usr/bin/perl"" -DPERL_WARN="" -DPERL_TAINT="" -m755 -isa-update.raw -osa-update "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/BayesStore/SQL.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Dns.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Bayes/CombineNaiveBayes.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/BayesStore/DBM.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/BayesStore.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/BayesStore/MySQL.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Constants.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/AsyncLoop.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Bayes/CombineChi.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Locker/UnixNFSSafe.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/ArchiveIterator.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/AutoWhitelist.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/BayesStore/BDB.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/AICache.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Locales.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/DBBasedAddrList.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Conf/Parser.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/BayesStore/PgSQL.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Message.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/AutoLearnThreshold.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Message/Metadata.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/ASN.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/PerMsgLearner.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/Bayes.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/BodyRuleBaseExtractor.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/Check.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/AWL.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Logger/Stderr.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Logger.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/MailingList.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/HTMLEval.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/DKIM.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/PersistentAddrList.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/FreeMail.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/DNSEval.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Logger/File.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/PerMsgStatus.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/BodyEval.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/DCC.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Message/Node.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/AccessDB.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Message/Metadata/Received.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/NetSet.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/AskDNS.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Logger/Syslog.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/AntiVirus.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/TextCat.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/Hashcash.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/RelayEval.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/Reuse.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/VBounce.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/ImageInfo.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/SPF.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/URIDNSBL.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/Rule2XSBody.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/PDFInfo.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/ReplaceTags.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/HTTPSMismatch.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/MIMEHeader.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/WLBLEval.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/Shortcircuit.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/Razor2.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/URILocalBL.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/OneLineBodyRuleType.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/URIEval.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/RelayCountry.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/PhishTag.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/HeaderEval.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/Pyzor.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/TxRep.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/MIMEEval.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/URIDetail.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/SpamCop.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/Test.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Util/TinyRedis.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/SpamdForkScaling.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Util/RegistrarBoundaries.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/SQLBasedAddrList.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Util/ScopedTimer.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/PluginHandler.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/SubProcBackChannel.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/RegistryBoundaries.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Util/DependencyInfo.pm cp lib/spamassassin-run.pod blib/lib/spamassassin-run.pod "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Util/Progress.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Timeout.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Util.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Reporter.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Plugin/WhiteListSubject.pm "/usr/bin/perl" build/preprocessor -Mconditional -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" blib/lib/Mail/SpamAssassin/Util/TieOneStringHash.pm "/usr/bin/perl" build/preprocessor -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" -DINSTALLSITELIB="/usr/share/perl5/vendor_perl" -DCONTACT_ADDRESS="the administrator of that system" -Msharpbang -Mconditional -DPERL_BIN=""/usr/bin/perl"" -DPERL_WARN="" -DPERL_TAINT="" -m755 -isa-check_spamd.raw -osa-check_spamd cp sa-awl blib/script/sa-awl cp sa-compile blib/script/sa-compile cp sa-learn blib/script/sa-learn "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/sa-compile "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/sa-awl "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/sa-learn cp sa-update blib/script/sa-update "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/sa-update cp spamassassin blib/script/spamassassin "/usr/bin/perl" spamc/configure.pl --prefix="/usr" --sysconfdir="/etc/mail/spamassassin" --datadir="/usr/share/spamassassin" --enable-ssl="yes" "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/spamassassin cp spamd/spamd blib/script/spamd "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/spamd cp sa-check_spamd blib/script/sa-check_spamd "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/sa-check_spamd cd spamc /usr/bin/perl version.h.pl version.h.pl: creating version.h ./configure --prefix=/usr --sysconfdir=/etc/mail/spamassassin --datadir=/usr/share/spamassassin --enable-ssl=yes checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for unistd.h... (cached) yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking sys/errno.h usability... yes checking sys/errno.h presence... yes checking for sys/errno.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking sysexits.h usability... yes checking sysexits.h presence... yes checking for sysexits.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking openssl/crypto.h usability... yes checking openssl/crypto.h presence... yes checking for openssl/crypto.h... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for an ANSI C-conforming const... yes checking for off_t... yes checking for pid_t... yes checking for uid_t in sys/types.h... yes checking for size_t... yes checking for SHUT_RD... yes checking for socket in -lsocket... no checking for CRYPTO_malloc in -lcrypto... yes checking for SSL_CTX_free in -lssl... yes checking for connect in -linet... no checking for t_accept in -lnsl... no checking for deflate in -lz... yes checking for dlopen in -ldl... yes checking for socket... yes checking for strdup... yes checking for strtod... yes checking for strtol... yes checking for snprintf... yes checking for shutdown... yes checking for h_errno... yes checking for in_addr_t... yes checking for INADDR_NONE... yes checking for EX__MAX... yes checking for EAI_ADDRFAMILY... no checking for EAI_SYSTEM... (cached) no checking for EAI_NODATA... (cached) no configure: creating ./config.status config.status: creating Makefile config.status: creating spamc.h config.status: creating config.h make -f spamc/Makefile spamc/spamc make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Entering directory '/builddir/build/BUILD/Mail-SpamAssassin-3.4.1' gcc -DSPAMC_SSL -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 spamc/spamc.c spamc/getopt.c spamc/libspamc.c spamc/utils.c \ -o spamc/spamc -lssl -lcrypto -ldl -lz spamc/libspamc.c: In function '_try_to_connect_tcp': spamc/libspamc.c:490:19: warning: variable 'family' set but not used [-Wunused-but-set-variable] char *family = NULL; ^~~~~~ spamc/libspamc.c: In function 'message_filter': spamc/libspamc.c:1217:6: warning: 'TLSv1_client_method' is deprecated [-Wdeprecated-declarations] meth = TLSv1_client_method(); ^~~~ In file included from /usr/include/openssl/ct.h:13:0, from /usr/include/openssl/ssl.h:61, from spamc/utils.h:32, from spamc/libspamc.c:72: /usr/include/openssl/ssl.h:1631:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) /* TLSv1.0 */ ^ spamc/libspamc.c:1217:11: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] meth = TLSv1_client_method(); ^ spamc/libspamc.c:1219:6: warning: 'SSLv3_client_method' is deprecated [-Wdeprecated-declarations] meth = SSLv3_client_method(); /* default */ ^~~~ In file included from /usr/include/openssl/ct.h:13:0, from /usr/include/openssl/ssl.h:61, from spamc/utils.h:32, from spamc/libspamc.c:72: /usr/include/openssl/ssl.h:1616:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_client_method(void)) /* SSLv3 */ ^ spamc/libspamc.c:1219:11: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] meth = SSLv3_client_method(); /* default */ ^ spamc/libspamc.c: In function 'message_tell': spamc/libspamc.c:1607:2: warning: 'SSLv3_client_method' is deprecated [-Wdeprecated-declarations] meth = SSLv3_client_method(); ^~~~ In file included from /usr/include/openssl/ct.h:13:0, from /usr/include/openssl/ssl.h:61, from spamc/utils.h:32, from spamc/libspamc.c:72: /usr/include/openssl/ssl.h:1616:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_client_method(void)) /* SSLv3 */ ^ spamc/libspamc.c:1607:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] meth = SSLv3_client_method(); ^ spamc/libspamc.c: In function 'transport_setup': spamc/libspamc.c:1914:35: warning: unused variable 'addrp' [-Wunused-variable] struct addrinfo hints, *res, *addrp; ^~~~~ spamc/libspamc.c: In function 'libspamc_log': spamc/libspamc.c:2242:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] (void) write (2, buf, len); ^~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: Leaving directory '/builddir/build/BUILD/Mail-SpamAssassin-3.4.1' cp spamc/spamc blib/script/spamc "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/spamc Manifying 8 pod documents Manifying 28 pod documents Manifying 25 pod documents Manifying 21 pod documents + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.9CIzA6 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64 + cd Mail-SpamAssassin-3.4.1 + rm -rf /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64 + echo 'warning: %makeinstall is deprecated, try %make_install instead' warning: %makeinstall is deprecated, try %make_install instead + /usr/bin/make prefix=/builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr exec_prefix=/builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr bindir=/builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/bin sbindir=/builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/sbin sysconfdir=/builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/etc datadir=/builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share includedir=/builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/include libdir=/builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/lib64 libexecdir=/builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/libexec localstatedir=/builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/var sharedstatedir=/builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/var/lib mandir=/builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man infodir=/builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/info install 'PREFIX=/builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/%{prefix}' INSTALLMAN1DIR=/builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64//usr/share/man/man1 INSTALLMAN3DIR=/builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64//usr/share/man/man3 LOCAL_RULES_DIR=/builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/etc/mail/spamassassin "/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.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" -DINSTALLSITELIB="/usr/share/perl5/vendor_perl" -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 Manifying 8 pod documents Manifying 28 pod documents Manifying 25 pod documents Manifying 21 pod documents Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/spamassassin-run.pod Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/AutoWhitelist.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/AsyncLoop.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/NetSet.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/AICache.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/BayesStore.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/SQLBasedAddrList.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/HTML.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Reporter.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/SubProcBackChannel.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Dns.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/PluginHandler.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Logger.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Timeout.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/PerMsgLearner.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/ArchiveIterator.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Bayes.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Locales.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Conf.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Util.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Locker.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Constants.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/DnsResolver.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/PerMsgStatus.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Client.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/DBBasedAddrList.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/SpamdForkScaling.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/MailingList.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/PersistentAddrList.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Message.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/RegistryBoundaries.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Locker/UnixNFSSafe.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Locker/Win32.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Locker/Flock.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Message/Metadata.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Message/Node.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Message/Metadata/Received.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/BayesStore/BDB.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/BayesStore/SDBM.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/BayesStore/SQL.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/BayesStore/DBM.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/BayesStore/MySQL.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/BayesStore/PgSQL.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/BayesStore/Redis.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Logger/Syslog.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Logger/Stderr.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Logger/File.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/TxRep.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/HTTPSMismatch.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/URIDetail.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/Rule2XSBody.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/Check.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/HTMLEval.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/PhishTag.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/BodyRuleBaseExtractor.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/AccessDB.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/Bayes.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/URIDNSBL.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/DCC.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/RelayEval.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/ImageInfo.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/URIEval.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/Test.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/ReplaceTags.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/OneLineBodyRuleType.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/WhiteListSubject.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/BodyEval.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/AskDNS.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/URILocalBL.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/Razor2.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/FreeMail.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/MIMEHeader.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/HeaderEval.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/Shortcircuit.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/AWL.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/WLBLEval.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/ASN.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/Pyzor.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/Hashcash.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/DKIM.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/AutoLearnThreshold.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/VBounce.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/MIMEEval.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/Reuse.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/DNSEval.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/SpamCop.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/AntiVirus.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/PDFInfo.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/TextCat.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/SPF.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/RelayCountry.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Bayes/CombineNaiveBayes.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Bayes/CombineChi.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Util/RegistrarBoundaries.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Util/TinyRedis.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Util/Progress.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Util/TieOneStringHash.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Util/DependencyInfo.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Util/ScopedTimer.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Conf/LDAP.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Conf/SQL.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Conf/Parser.pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man1/sa-learn.1 Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man1/sa-compile.1 Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man1/spamd.1 Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man1/sa-update.1 Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man1/sa-awl.1 Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man1/spamc.1 Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man1/spamassassin-run.1 Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man1/spamassassin.1 Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Message::Metadata.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Util::RegistrarBoundaries.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Plugin::AntiVirus.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Plugin::AutoLearnThreshold.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::BayesStore::BDB.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Plugin::PDFInfo.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Plugin::DCC.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Plugin::TxRep.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Logger.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::AutoWhitelist.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Plugin::DKIM.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Plugin::BodyRuleBaseExtractor.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Plugin::Check.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Plugin::AccessDB.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::AICache.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::BayesStore::PgSQL.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::SubProcBackChannel.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Plugin::MIMEHeader.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Plugin::OneLineBodyRuleType.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::BayesStore::SQL.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Plugin::SPF.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Plugin::PhishTag.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Plugin::MIMEEval.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Util::DependencyInfo.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Timeout.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Message.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Plugin::SpamCop.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Conf.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::AsyncLoop.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Plugin::TextCat.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Conf::Parser.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::PerMsgLearner.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Plugin::URIDNSBL.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::ArchiveIterator.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::PluginHandler.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::BayesStore::MySQL.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::BayesStore.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::RegistryBoundaries.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Plugin::RelayCountry.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Bayes.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Plugin::URIDetail.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Plugin::VBounce.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Plugin::ASN.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Logger::Syslog.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Message::Node.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Util::Progress.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/spamassassin-run.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Plugin::ReplaceTags.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Plugin::Razor2.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Plugin.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::PersistentAddrList.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Plugin::Hashcash.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Conf::LDAP.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::SQLBasedAddrList.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::BayesStore::Redis.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Client.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::DnsResolver.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Plugin::Bayes.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Plugin::WhiteListSubject.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Plugin::AWL.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Util.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Plugin::Test.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Plugin::Shortcircuit.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Plugin::DNSEval.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::PerMsgStatus.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Plugin::URILocalBL.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Plugin::Rule2XSBody.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Plugin::Pyzor.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Logger::Stderr.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Plugin::Reuse.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Logger::File.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Conf::SQL.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/man/man3/Mail::SpamAssassin::Plugin::AskDNS.3pm Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/bin/sa-awl Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/bin/spamassassin Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/bin/sa-compile Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/bin/spamc Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/bin/sa-check_spamd Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/bin/spamd Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/bin/sa-learn Installing /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/bin/sa-update Appending installation info to /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64//usr/lib64/perl5/perllocal.pod "/usr/bin/perl" -MExtUtils::Command -e 'mkpath' -- /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64//etc/mail/spamassassin "/usr/bin/perl" -MFile::Copy -e "copy(q{rules/local.cf}, q{/builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64//etc/mail/spamassassin/local.cf}) unless -f q{/builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64//etc/mail/spamassassin/local.cf}" "/usr/bin/perl" -MFile::Copy -e "copy(q{rules/init.pre}, q{/builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64//etc/mail/spamassassin/init.pre}) unless -f q{/builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64//etc/mail/spamassassin/init.pre}" "/usr/bin/perl" -MFile::Copy -e "copy(q{rules/v310.pre}, q{/builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64//etc/mail/spamassassin/v310.pre}) unless -f q{/builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64//etc/mail/spamassassin/v310.pre}" "/usr/bin/perl" -MFile::Copy -e "copy(q{rules/v312.pre}, q{/builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64//etc/mail/spamassassin/v312.pre}) unless -f q{/builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64//etc/mail/spamassassin/v312.pre}" "/usr/bin/perl" -MFile::Copy -e "copy(q{rules/v320.pre}, q{/builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64//etc/mail/spamassassin/v320.pre}) unless -f q{/builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64//etc/mail/spamassassin/v320.pre}" "/usr/bin/perl" -MFile::Copy -e "copy(q{rules/v330.pre}, q{/builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64//etc/mail/spamassassin/v330.pre}) unless -f q{/builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64//etc/mail/spamassassin/v330.pre}" "/usr/bin/perl" -MFile::Copy -e "copy(q{rules/v340.pre}, q{/builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64//etc/mail/spamassassin/v340.pre}) unless -f q{/builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64//etc/mail/spamassassin/v340.pre}" "/usr/bin/perl" -MFile::Copy -e "copy(q{rules/v341.pre}, q{/builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64//etc/mail/spamassassin/v341.pre}) unless -f q{/builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64//etc/mail/spamassassin/v341.pre}" "/usr/bin/perl" -MExtUtils::Command -e 'mkpath' -- /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64//usr/share/spamassassin "/usr/bin/perl" -e "map unlink, " "/usr/bin/perl" build/preprocessor -Mvars -DVERSION="3.004001" -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" -DLOCAL_RULES_DIR="/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/var/lib/spamassassin" -DINSTALLSITELIB="/usr/share/perl5/vendor_perl" -DCONTACT_ADDRESS="the administrator of that system" -m644 -Irules -O/builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64//usr/share/spamassassin user_prefs.template languages sa-update-pubkey.txt chmod 755 /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64//usr/share/spamassassin + chmod 755 /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64//usr/bin/sa-awl /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64//usr/bin/sa-check_spamd /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64//usr/bin/sa-compile /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64//usr/bin/sa-learn /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64//usr/bin/sa-update /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64//usr/bin/spamassassin /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64//usr/bin/spamc /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64//usr/bin/spamd + mkdir -p /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/etc/mail/spamassassin + mkdir -p /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/etc/sysconfig + mkdir -p /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/etc/logrotate.d + install -m 0644 /builddir/build/SOURCES/redhat_local.cf /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/etc/mail/spamassassin/local.cf + install -m644 /builddir/build/SOURCES/spamassassin.sysconfig /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/etc/sysconfig/spamassassin + install -m 0644 /builddir/build/SOURCES/spamassassin-default.rc /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/etc/mail/spamassassin + install -m 0644 /builddir/build/SOURCES/spamassassin-spamc.rc /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/etc/mail/spamassassin + install -m 0755 /builddir/build/SOURCES/spamassassin-helper.sh /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/etc/mail/spamassassin + install -m 0644 /builddir/build/SOURCES/sa-update.logrotate /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/etc/logrotate.d/sa-update + install -m 0644 /builddir/build/SOURCES/sa-update.force-sysconfig /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/etc/sysconfig/sa-update + install -m 0744 /builddir/build/SOURCES/sa-update.cronscript /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/spamassassin/sa-update.cron + mkdir -p /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/lib/systemd/system + install -m 0644 /builddir/build/SOURCES/spamassassin.service /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/lib/systemd/system/spamassassin.service + install -m 0644 /builddir/build/SOURCES/sa-update.service /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/lib/systemd/system/sa-update.service + install -m 0644 /builddir/build/SOURCES/sa-update.timer /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/lib/systemd/system/sa-update.timer + '[' -x /usr/lib/rpm/brp-compress ']' + /usr/lib/rpm/brp-compress + find /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64 '(' -name perllocal.pod -o -name .packlist ')' -exec rm -v '{}' ';' removed '/builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/lib64/perl5/perllocal.pod' removed '/builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/Mail/SpamAssassin/.packlist' + find /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64 -type d -depth -exec rmdir '{}' ';' + cd /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/spamassassin/ + tar xfvz /builddir/build/SOURCES/Mail-SpamAssassin-rules-3.4.1.r1675274.tgz 10_default_prefs.cf 10_hasbase.cf 20_advance_fee.cf 20_aux_tlds.cf 20_body_tests.cf 20_compensate.cf 20_dnsbl_tests.cf 20_drugs.cf 20_dynrdns.cf 20_fake_helo_tests.cf 20_freemail.cf 20_freemail_domains.cf 20_freemail_mailcom_domains.cf 20_head_tests.cf 20_html_tests.cf 20_imageinfo.cf 20_mailspike.cf 20_meta_tests.cf 20_net_tests.cf 20_pdfinfo.cf 20_phrases.cf 20_porn.cf 20_ratware.cf 20_uri_tests.cf 20_vbounce.cf 23_bayes.cf 25_accessdb.cf 25_antivirus.cf 25_asn.cf 25_dcc.cf 25_dkim.cf 25_hashcash.cf 25_pyzor.cf 25_razor2.cf 25_replace.cf 25_spf.cf 25_textcat.cf 25_uribl.cf 30_text_de.cf 30_text_fr.cf 30_text_it.cf 30_text_nl.cf 30_text_pl.cf 30_text_pt_br.cf 50_scores.cf 60_adsp_override_dkim.cf 60_awl.cf 60_shortcircuit.cf 60_whitelist.cf 60_whitelist_dkim.cf 60_whitelist_spf.cf 60_whitelist_subject.cf 72_active.cf 72_scores.cf 73_sandbox_manual_scores.cf local.cf regression_tests.cf sa-update-pubkey.txt STATISTICS-set0-72_scores.cf.txt STATISTICS-set1-72_scores.cf.txt STATISTICS-set2-72_scores.cf.txt STATISTICS-set3-72_scores.cf.txt languages user_prefs.template + sed -i -e 's|\@\@VERSION\@\@|3.004001|' 10_default_prefs.cf 10_hasbase.cf 20_advance_fee.cf 20_aux_tlds.cf 20_body_tests.cf 20_compensate.cf 20_dnsbl_tests.cf 20_drugs.cf 20_dynrdns.cf 20_fake_helo_tests.cf 20_freemail.cf 20_freemail_domains.cf 20_freemail_mailcom_domains.cf 20_head_tests.cf 20_html_tests.cf 20_imageinfo.cf 20_mailspike.cf 20_meta_tests.cf 20_net_tests.cf 20_pdfinfo.cf 20_phrases.cf 20_porn.cf 20_ratware.cf 20_uri_tests.cf 20_vbounce.cf 23_bayes.cf 25_accessdb.cf 25_antivirus.cf 25_asn.cf 25_dcc.cf 25_dkim.cf 25_hashcash.cf 25_pyzor.cf 25_razor2.cf 25_replace.cf 25_spf.cf 25_textcat.cf 25_uribl.cf 30_text_de.cf 30_text_fr.cf 30_text_it.cf 30_text_nl.cf 30_text_pl.cf 30_text_pt_br.cf 50_scores.cf 60_adsp_override_dkim.cf 60_awl.cf 60_shortcircuit.cf 60_whitelist.cf 60_whitelist_dkim.cf 60_whitelist_spf.cf 60_whitelist_subject.cf 72_active.cf 72_scores.cf 73_sandbox_manual_scores.cf local.cf regression_tests.cf + sed -i -e 's|score DNS_FROM_AHBL_RHSBL 0 2.438 0 2.699 # n=0 n=2||' 50_scores.cf + cd - /builddir/build/BUILD/Mail-SpamAssassin-3.4.1 + find /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr -type f -print + sed 's@^/builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64@@g' + grep -v perllocal.pod + grep -v '\.packlist' ++ cat spamassassin-3.4.1-filelist + '[' '/usr/lib/systemd/system/sa-update.timer /usr/lib/systemd/system/sa-update.service /usr/lib/systemd/system/spamassassin.service /usr/share/spamassassin/20_uri_tests.cf /usr/share/spamassassin/STATISTICS-set2-72_scores.cf.txt /usr/share/spamassassin/20_ratware.cf /usr/share/spamassassin/20_imageinfo.cf /usr/share/spamassassin/20_net_tests.cf /usr/share/spamassassin/20_fake_helo_tests.cf /usr/share/spamassassin/20_dnsbl_tests.cf /usr/share/spamassassin/60_shortcircuit.cf /usr/share/spamassassin/30_text_pl.cf /usr/share/spamassassin/local.cf /usr/share/spamassassin/25_uribl.cf /usr/share/spamassassin/25_razor2.cf /usr/share/spamassassin/60_awl.cf /usr/share/spamassassin/72_active.cf /usr/share/spamassassin/10_hasbase.cf /usr/share/spamassassin/60_whitelist_spf.cf /usr/share/spamassassin/60_adsp_override_dkim.cf /usr/share/spamassassin/STATISTICS-set1-72_scores.cf.txt /usr/share/spamassassin/20_body_tests.cf /usr/share/spamassassin/user_prefs.template /usr/share/spamassassin/20_freemail_domains.cf /usr/share/spamassassin/30_text_fr.cf /usr/share/spamassassin/20_freemail.cf /usr/share/spamassassin/60_whitelist_subject.cf /usr/share/spamassassin/50_scores.cf /usr/share/spamassassin/20_dynrdns.cf /usr/share/spamassassin/72_scores.cf /usr/share/spamassassin/20_porn.cf /usr/share/spamassassin/20_html_tests.cf /usr/share/spamassassin/25_dcc.cf /usr/share/spamassassin/25_dkim.cf /usr/share/spamassassin/languages /usr/share/spamassassin/20_mailspike.cf /usr/share/spamassassin/sa-update-pubkey.txt /usr/share/spamassassin/60_whitelist.cf /usr/share/spamassassin/30_text_it.cf /usr/share/spamassassin/20_drugs.cf /usr/share/spamassassin/30_text_nl.cf /usr/share/spamassassin/STATISTICS-set3-72_scores.cf.txt /usr/share/spamassassin/60_whitelist_dkim.cf /usr/share/spamassassin/20_compensate.cf /usr/share/spamassassin/10_default_prefs.cf /usr/share/spamassassin/25_replace.cf /usr/share/spamassassin/25_antivirus.cf /usr/share/spamassassin/20_vbounce.cf /usr/share/spamassassin/25_textcat.cf /usr/share/spamassassin/25_spf.cf /usr/share/spamassassin/20_head_tests.cf /usr/share/spamassassin/25_pyzor.cf /usr/share/spamassassin/20_meta_tests.cf /usr/share/spamassassin/23_bayes.cf /usr/share/spamassassin/20_advance_fee.cf /usr/share/spamassassin/20_aux_tlds.cf /usr/share/spamassassin/20_pdfinfo.cf /usr/share/spamassassin/25_accessdb.cf /usr/share/spamassassin/25_hashcash.cf /usr/share/spamassassin/73_sandbox_manual_scores.cf /usr/share/spamassassin/20_phrases.cf /usr/share/spamassassin/30_text_pt_br.cf /usr/share/spamassassin/sa-update.cron /usr/share/spamassassin/STATISTICS-set0-72_scores.cf.txt /usr/share/spamassassin/25_asn.cf /usr/share/spamassassin/regression_tests.cf /usr/share/spamassassin/20_freemail_mailcom_domains.cf /usr/share/spamassassin/30_text_de.cf /usr/share/perl5/vendor_perl/Mail/SpamAssassin.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/AutoWhitelist.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/AsyncLoop.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/NetSet.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/AICache.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/BayesStore.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/SQLBasedAddrList.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/HTML.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Locker/UnixNFSSafe.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Locker/Win32.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Locker/Flock.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Reporter.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/SubProcBackChannel.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Dns.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/PluginHandler.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Logger.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Timeout.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/PerMsgLearner.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/ArchiveIterator.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Bayes.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Locales.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Conf.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Util.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Message/Metadata/Received.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Message/Metadata.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Message/Node.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Locker.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Constants.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/DnsResolver.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/PerMsgStatus.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/BayesStore/BDB.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/BayesStore/SDBM.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/BayesStore/SQL.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/BayesStore/DBM.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/BayesStore/MySQL.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/BayesStore/PgSQL.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/BayesStore/Redis.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Client.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/DBBasedAddrList.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/SpamdForkScaling.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/MailingList.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Logger/Syslog.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Logger/Stderr.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Logger/File.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/TxRep.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/HTTPSMismatch.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/URIDetail.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/Rule2XSBody.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/Check.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/HTMLEval.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/PhishTag.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/BodyRuleBaseExtractor.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/AccessDB.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/Bayes.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/URIDNSBL.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/DCC.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/RelayEval.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/ImageInfo.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/URIEval.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/Test.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/ReplaceTags.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/OneLineBodyRuleType.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/WhiteListSubject.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/BodyEval.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/AskDNS.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/URILocalBL.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/Razor2.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/FreeMail.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/MIMEHeader.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/HeaderEval.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/Shortcircuit.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/AWL.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/WLBLEval.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/ASN.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/Pyzor.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/Hashcash.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/DKIM.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/AutoLearnThreshold.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/VBounce.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/MIMEEval.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/Reuse.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/DNSEval.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/SpamCop.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/AntiVirus.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/PDFInfo.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/TextCat.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/SPF.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/RelayCountry.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/PersistentAddrList.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Bayes/CombineNaiveBayes.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Bayes/CombineChi.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Message.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/RegistryBoundaries.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Util/RegistrarBoundaries.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Util/TinyRedis.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Util/Progress.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Util/TieOneStringHash.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Util/DependencyInfo.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Util/ScopedTimer.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Conf/LDAP.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Conf/SQL.pm /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Conf/Parser.pm /usr/share/perl5/vendor_perl/spamassassin-run.pod /usr/share/man/man3/Mail::SpamAssassin::BayesStore::BDB.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Plugin::DNSEval.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Plugin::Hashcash.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Util::Progress.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Plugin::BodyRuleBaseExtractor.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::PersistentAddrList.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Plugin::RelayCountry.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Plugin::SpamCop.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Plugin::AWL.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Plugin::Reuse.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Plugin::MIMEEval.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Plugin.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Plugin::OneLineBodyRuleType.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::BayesStore.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Plugin::PhishTag.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::BayesStore::Redis.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Plugin::Rule2XSBody.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Logger::File.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::BayesStore::SQL.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Plugin::URIDNSBL.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Message.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Logger::Stderr.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Plugin::AskDNS.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Message::Metadata.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::SubProcBackChannel.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Conf::LDAP.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Plugin::ASN.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Message::Node.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Plugin::DCC.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Plugin::TextCat.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Client.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Plugin::AccessDB.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Plugin::Test.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Plugin::WhiteListSubject.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Plugin::Razor2.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::PluginHandler.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Logger::Syslog.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Plugin::AntiVirus.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Conf.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::PerMsgStatus.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::DnsResolver.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::ArchiveIterator.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Plugin::Shortcircuit.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::BayesStore::MySQL.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Plugin::MIMEHeader.3pm.gz /usr/share/man/man3/Mail::SpamAssassin.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Logger.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Conf::SQL.3pm.gz /usr/share/man/man3/spamassassin-run.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::AsyncLoop.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Timeout.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Plugin::VBounce.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Util::RegistrarBoundaries.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Util.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Plugin::TxRep.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::AutoWhitelist.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::BayesStore::PgSQL.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Plugin::Check.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Plugin::URIDetail.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Plugin::DKIM.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Plugin::SPF.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Plugin::ReplaceTags.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::RegistryBoundaries.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Plugin::Pyzor.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Conf::Parser.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Bayes.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Plugin::Bayes.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::AICache.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Plugin::AutoLearnThreshold.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::SQLBasedAddrList.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Util::DependencyInfo.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Plugin::PDFInfo.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::PerMsgLearner.3pm.gz /usr/share/man/man3/Mail::SpamAssassin::Plugin::URILocalBL.3pm.gz /usr/share/man/man1/sa-awl.1.gz /usr/share/man/man1/sa-compile.1.gz /usr/share/man/man1/spamd.1.gz /usr/share/man/man1/sa-update.1.gz /usr/share/man/man1/spamassassin-run.1.gz /usr/share/man/man1/sa-learn.1.gz /usr/share/man/man1/spamassassin.1.gz /usr/share/man/man1/spamc.1.gz /usr/bin/sa-awl /usr/bin/spamassassin /usr/bin/sa-compile /usr/bin/spamc /usr/bin/sa-check_spamd /usr/bin/spamd /usr/bin/sa-learn /usr/bin/sa-updateX' = X ']' + sed 's@^/builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64@%dir @g' + find /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/Mail /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/perl5/vendor_perl/spamassassin-run.pod -type d -print + mkdir -p /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/var/lib/spamassassin + mkdir -m 0700 /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/etc/mail/spamassassin/sa-update-keys/ + mkdir -m 0755 /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/etc/mail/spamassassin/channel.d/ + install -m 0644 /builddir/build/SOURCES/spamassassin-official.conf /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/etc/mail/spamassassin/channel.d/ + install -m 0644 /builddir/build/SOURCES/sought.conf /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/etc/mail/spamassassin/channel.d/ + install -m 0644 /builddir/build/SOURCES/README.RHEL.Fedora /builddir/build/BUILD/Mail-SpamAssassin-3.4.1/ + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs *** WARNING: ./usr/share/spamassassin/20_pdfinfo.cf is executable but has empty or no shebang, removing executable bit Processing files: spamassassin-3.4.1-17.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.1gwEP4 + umask 022 + cd /builddir/build/BUILD + cd Mail-SpamAssassin-3.4.1 + DOCDIR=/builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/doc/spamassassin + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/doc/spamassassin + cp -pr LICENSE /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/doc/spamassassin + cp -pr NOTICE /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/doc/spamassassin + cp -pr CREDITS /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/doc/spamassassin + cp -pr Changes /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/doc/spamassassin + cp -pr README /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/doc/spamassassin + cp -pr TRADEMARK /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/doc/spamassassin + cp -pr UPGRADE /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/doc/spamassassin + cp -pr USAGE /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/doc/spamassassin + cp -pr sample-nonspam.txt /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/doc/spamassassin + cp -pr sample-spam.txt /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/doc/spamassassin + cp -pr README.RHEL.Fedora /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64/usr/share/doc/spamassassin + exit 0 warning: File listed twice: /usr/lib/systemd/system/sa-update.service warning: File listed twice: /usr/lib/systemd/system/sa-update.timer warning: File listed twice: /usr/lib/systemd/system/spamassassin.service Provides: config(spamassassin) = 3.4.1-17.fc28 perl(Mail::SpamAssassin) = 3.004001 perl(Mail::SpamAssassin::AICache) perl(Mail::SpamAssassin::ArchiveIterator) perl(Mail::SpamAssassin::AsyncLoop) perl(Mail::SpamAssassin::AutoWhitelist) perl(Mail::SpamAssassin::Bayes) perl(Mail::SpamAssassin::Bayes::Combine) perl(Mail::SpamAssassin::Bayes::CombineChi) perl(Mail::SpamAssassin::Bayes::CombineNaiveBayes) perl(Mail::SpamAssassin::BayesStore) perl(Mail::SpamAssassin::BayesStore::BDB) perl(Mail::SpamAssassin::BayesStore::DBM) perl(Mail::SpamAssassin::BayesStore::MySQL) perl(Mail::SpamAssassin::BayesStore::PgSQL) perl(Mail::SpamAssassin::BayesStore::Redis) = 0.09 perl(Mail::SpamAssassin::BayesStore::SDBM) perl(Mail::SpamAssassin::BayesStore::SQL) perl(Mail::SpamAssassin::Client) perl(Mail::SpamAssassin::Conf) perl(Mail::SpamAssassin::Conf::LDAP) perl(Mail::SpamAssassin::Conf::Parser) perl(Mail::SpamAssassin::Conf::SQL) perl(Mail::SpamAssassin::Constants) perl(Mail::SpamAssassin::DBBasedAddrList) perl(Mail::SpamAssassin::Dns) perl(Mail::SpamAssassin::DnsResolver) perl(Mail::SpamAssassin::HTML) perl(Mail::SpamAssassin::Locales) perl(Mail::SpamAssassin::Locker) perl(Mail::SpamAssassin::Locker::Flock) perl(Mail::SpamAssassin::Locker::UnixNFSSafe) perl(Mail::SpamAssassin::Locker::Win32) perl(Mail::SpamAssassin::Logger) perl(Mail::SpamAssassin::Logger::File) perl(Mail::SpamAssassin::Logger::Stderr) perl(Mail::SpamAssassin::Logger::Syslog) perl(Mail::SpamAssassin::MailingList) perl(Mail::SpamAssassin::Message) perl(Mail::SpamAssassin::Message::Metadata) perl(Mail::SpamAssassin::Message::Metadata::Received) perl(Mail::SpamAssassin::Message::Node) perl(Mail::SpamAssassin::NetSet) perl(Mail::SpamAssassin::PerMsgLearner) perl(Mail::SpamAssassin::PerMsgStatus) perl(Mail::SpamAssassin::PersistentAddrList) perl(Mail::SpamAssassin::Plugin) perl(Mail::SpamAssassin::Plugin::ASN) perl(Mail::SpamAssassin::Plugin::AWL) perl(Mail::SpamAssassin::Plugin::AccessDB) perl(Mail::SpamAssassin::Plugin::AntiVirus) perl(Mail::SpamAssassin::Plugin::AskDNS) perl(Mail::SpamAssassin::Plugin::AutoLearnThreshold) perl(Mail::SpamAssassin::Plugin::Bayes) perl(Mail::SpamAssassin::Plugin::BodyEval) perl(Mail::SpamAssassin::Plugin::BodyRuleBaseExtractor) perl(Mail::SpamAssassin::Plugin::Check) perl(Mail::SpamAssassin::Plugin::DCC) perl(Mail::SpamAssassin::Plugin::DKIM) perl(Mail::SpamAssassin::Plugin::DNSEval) perl(Mail::SpamAssassin::Plugin::FreeMail) perl(Mail::SpamAssassin::Plugin::HTMLEval) perl(Mail::SpamAssassin::Plugin::HTTPSMismatch) perl(Mail::SpamAssassin::Plugin::Hashcash) perl(Mail::SpamAssassin::Plugin::HeaderEval) perl(Mail::SpamAssassin::Plugin::ImageInfo) perl(Mail::SpamAssassin::Plugin::MIMEEval) perl(Mail::SpamAssassin::Plugin::MIMEHeader) perl(Mail::SpamAssassin::Plugin::OneLineBodyRuleType) perl(Mail::SpamAssassin::Plugin::PDFInfo) perl(Mail::SpamAssassin::Plugin::PhishTag) perl(Mail::SpamAssassin::Plugin::Pyzor) perl(Mail::SpamAssassin::Plugin::Razor2) perl(Mail::SpamAssassin::Plugin::RelayCountry) perl(Mail::SpamAssassin::Plugin::RelayEval) perl(Mail::SpamAssassin::Plugin::ReplaceTags) perl(Mail::SpamAssassin::Plugin::Reuse) perl(Mail::SpamAssassin::Plugin::Rule2XSBody) perl(Mail::SpamAssassin::Plugin::SPF) perl(Mail::SpamAssassin::Plugin::Shortcircuit) perl(Mail::SpamAssassin::Plugin::SpamCop) perl(Mail::SpamAssassin::Plugin::Test) perl(Mail::SpamAssassin::Plugin::TextCat) perl(Mail::SpamAssassin::Plugin::TxRep) perl(Mail::SpamAssassin::Plugin::URIDNSBL) perl(Mail::SpamAssassin::Plugin::URIDetail) perl(Mail::SpamAssassin::Plugin::URIEval) perl(Mail::SpamAssassin::Plugin::URILocalBL) perl(Mail::SpamAssassin::Plugin::VBounce) perl(Mail::SpamAssassin::Plugin::WLBLEval) perl(Mail::SpamAssassin::Plugin::WhiteListSubject) perl(Mail::SpamAssassin::PluginHandler) perl(Mail::SpamAssassin::RegistryBoundaries) perl(Mail::SpamAssassin::Reporter) perl(Mail::SpamAssassin::SQLBasedAddrList) perl(Mail::SpamAssassin::SpamdForkScaling) perl(Mail::SpamAssassin::SubProcBackChannel) perl(Mail::SpamAssassin::Timeout) perl(Mail::SpamAssassin::Util) perl(Mail::SpamAssassin::Util::DependencyInfo) perl(Mail::SpamAssassin::Util::Progress) perl(Mail::SpamAssassin::Util::RegistrarBoundaries) perl(Mail::SpamAssassin::Util::ScopedTimer) perl(Mail::SpamAssassin::Util::TieOneStringHash) perl(Mail::SpamAssassin::Util::TinyRedis) spamassassin = 3.4.1-17.fc28 spamassassin(riscv-64) = 3.4.1-17.fc28 Requires(interp): /bin/sh /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh diffutils systemd-sysv systemd-units Requires(preun): /bin/sh systemd-units Requires(postun): /bin/sh systemd-units Requires: /bin/bash /bin/sh /usr/bin/perl ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libcrypto.so.1.1()(64bit) libdl.so.2()(64bit) libssl.so.1.1()(64bit) libssl.so.1.1(OPENSSL_1_1_0)(64bit) libz.so.1()(64bit) perl(:VERSION) >= 5.6.0 perl(:VERSION) >= 5.8.0 perl(:VERSION) >= 5.8.1 perl(AnyDBM_File) perl(Archive::Tar) >= 1.23 perl(Carp) perl(Config) perl(Cwd) perl(Data::Dumper) perl(Digest::MD5) perl(Errno) perl(Exporter) perl(Fcntl) perl(File::Basename) perl(File::Copy) perl(File::Path) perl(File::Spec) >= 0.8 perl(Geo::IP) perl(Getopt::Long) perl(HTML::Parser) >= 3.43 perl(HTTP::Date) perl(IO::File) perl(IO::Handle) perl(IO::Pipe) perl(IO::Socket) perl(IO::Socket::UNIX) perl(IO::Zlib) >= 1.04 perl(MIME::QuotedPrint) perl(Mail::SpamAssassin) perl(Mail::SpamAssassin::AICache) perl(Mail::SpamAssassin::ArchiveIterator) perl(Mail::SpamAssassin::AsyncLoop) perl(Mail::SpamAssassin::AutoWhitelist) perl(Mail::SpamAssassin::Bayes) perl(Mail::SpamAssassin::Bayes::CombineChi) perl(Mail::SpamAssassin::BayesStore) perl(Mail::SpamAssassin::BayesStore::DBM) perl(Mail::SpamAssassin::BayesStore::SQL) perl(Mail::SpamAssassin::Conf) perl(Mail::SpamAssassin::Conf::LDAP) perl(Mail::SpamAssassin::Conf::Parser) perl(Mail::SpamAssassin::Conf::SQL) perl(Mail::SpamAssassin::Constants) perl(Mail::SpamAssassin::Dns) perl(Mail::SpamAssassin::DnsResolver) perl(Mail::SpamAssassin::HTML) perl(Mail::SpamAssassin::Locales) perl(Mail::SpamAssassin::Locker) perl(Mail::SpamAssassin::Logger) perl(Mail::SpamAssassin::Logger::Stderr) perl(Mail::SpamAssassin::Message) perl(Mail::SpamAssassin::Message::Metadata) perl(Mail::SpamAssassin::Message::Metadata::Received) perl(Mail::SpamAssassin::Message::Node) perl(Mail::SpamAssassin::NetSet) perl(Mail::SpamAssassin::PerMsgLearner) perl(Mail::SpamAssassin::PerMsgStatus) perl(Mail::SpamAssassin::PersistentAddrList) perl(Mail::SpamAssassin::Plugin) perl(Mail::SpamAssassin::Plugin::Bayes) perl(Mail::SpamAssassin::Plugin::OneLineBodyRuleType) perl(Mail::SpamAssassin::PluginHandler) perl(Mail::SpamAssassin::RegistryBoundaries) perl(Mail::SpamAssassin::SpamdForkScaling) perl(Mail::SpamAssassin::SubProcBackChannel) perl(Mail::SpamAssassin::Timeout) perl(Mail::SpamAssassin::Util) perl(Mail::SpamAssassin::Util::Progress) perl(Mail::SpamAssassin::Util::ScopedTimer) perl(Mail::SpamAssassin::Util::TieOneStringHash) perl(Mail::SpamAssassin::Util::TinyRedis) perl(Net::CIDR::Lite) perl(Net::DNS) perl(NetAddr::IP) >= 4.000 perl(POSIX) perl(Pod::Usage) perl(Socket) perl(Sys::Hostname) perl(Sys::Syslog) perl(Time::HiRes) perl(Time::Local) perl(base) perl(bytes) perl(constant) perl(lib) perl(re) perl(strict) perl(vars) perl(version) perl(warnings) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64 Wrote: /builddir/build/SRPMS/spamassassin-3.4.1-17.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/spamassassin-3.4.1-17.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.zdgE8W + umask 022 + cd /builddir/build/BUILD + cd Mail-SpamAssassin-3.4.1 + rm -rf /builddir/build/BUILDROOT/spamassassin-3.4.1-17.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff