[Bug 7666] Non-standard build/test handling may cause build/test failures

2022-07-30 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7666 --- Comment #7 from Sidney Markowitz --- I have verified that the remaining failures on CPAN test machines of trials I have uploaded are because of the problem described in the initial comment of this issue: The required modules that are no

[Bug 8020] Too many dependencies in Mail::SpamAssassin:Util::DependencyInfo.pm

2022-07-30 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8020 Sidney Markowitz changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 8020] Too many dependencies in Mail::SpamAssassin:Util::DependencyInfo.pm

2022-07-30 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8020 --- Comment #3 from Sidney Markowitz --- It's even simpler. reverse_ip_address only makes use of NetAddr::IP when it is passed an ipv6 address, and if it doesn't have a recent enough version of NetAddr::IP it outputs a message to that effect

[Bug 8020] Too many dependencies in Mail::SpamAssassin:Util::DependencyInfo.pm

2022-07-30 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8020 --- Comment #2 from Sidney Markowitz --- Perl experts: Does it work to simply replace use NetAddr::IP 4.000; with BEGIN { eval {require NetAddr::IP} } The version check is not needed because reverse_ip_address already has a test for the

[Bug 8020] Too many dependencies in Mail::SpamAssassin:Util::DependencyInfo.pm

2022-07-30 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8020 --- Comment #1 from Sidney Markowitz --- I just noticed this in the perldoc description of Util > NOTE: The functions in this module are to be considered private. Their API > may change at any point, and it's expected that they'll only be

[Bug 8020] Too many dependencies in Mail::SpamAssassin:Util::DependencyInfo.pm

2022-07-30 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8020 Sidney Markowitz changed: What|Removed |Added CC||sid...@sidney.com Target Miles

[Bug 8020] New: Too many dependencies in Mail::SpamAssassin:Util::DependencyInfo.pm

2022-07-30 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8020 Bug ID: 8020 Summary: Too many dependencies in Mail::SpamAssassin:Util::DependencyInfo.pm Product: Spamassassin Version: 4.0.0 Hardware: All OS: All