https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6829
Priority: P2
Bug ID: 6829
Assignee: [email protected]
Summary: Avoid unsightly warnings in SA::Util::DependencyInfo
when gpg is missing
Severity: minor
Classification: Unclassified
OS: FreeBSD
Reporter: [email protected]
Hardware: All
Status: NEW
Version: 3.4 SVN branch
Component: Building & Packaging
Product: Spamassassin
As seen here during 'perl Makefile.PL':
https://builds.apache.org/job/SpamAssassin-trunk/7952/consoleText
checking binary dependencies and their versions...
Use of uninitialized value in pattern match (m//) at
lib/Mail/SpamAssassin/Util/DependencyInfo.pm line 373.
Use of uninitialized value in pattern match (m//) at
lib/Mail/SpamAssassin/Util/DependencyInfo.pm line 462.
Use of uninitialized value in substitution (s///) at
lib/Mail/SpamAssassin/Util/DependencyInfo.pm line 470.
Use of uninitialized value in split at
lib/Mail/SpamAssassin/Util/DependencyInfo.pm line 489.
Use of uninitialized value in pattern match (m//) at
lib/Mail/SpamAssassin/Util/DependencyInfo.pm line 462.
Use of uninitialized value in substitution (s///) at
lib/Mail/SpamAssassin/Util/DependencyInfo.pm line 470.
Argument "" isn't numeric in numeric lt (<) at
lib/Mail/SpamAssassin/Util/DependencyInfo.pm line 493.
Use of uninitialized value in concatenation (.) or string at
lib/Mail/SpamAssassin/Util/DependencyInfo.pm line 406.
Warning: prerequisite Mail::DKIM 0.31 not found.
NOTE: the optional gpg binary is installed (),
but is below the recommended version 1.0.6,
Actually the gpg is not installed on that system, and the 'which' command
produces no output, while the code expects a "which: no ... in".
--
You are receiving this mail because:
You are the assignee for the bug.