Mailing List Archive

[Fwd: SPF upgrade errors for SpamAssassin 3.2.0]
Julian?

-------- Original Message --------
Subject: SPF upgrade errors for SpamAssassin 3.2.0
Date: Wed, 2 May 2007 08:54:52 -0600
From: James Lay <jlay@slave-tothe-box.net>
To: <users@spamassassin.apache.org>



Hey all!

Trying to upgrade SPF and here's what I see:

* ERROR: Version 0.002.2 of Net::DNS::Resolver::Programmable is
installed, but we need version >= 0.002001
ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the
versions
of the modules indicated above before proceeding with this installation.

Yet cpan gives me:
Net::DNS::Resolver::Programmable is up to date (0.002.2).

Is this telling me I need to downgrade? Can't seem to fine .002001 out
there :( Anyone have any insight into this? Thanks!

James

-------------------------------------------
-----------------------------------------------------------------------
To unsubscribe, change your address, or temporarily deactivate your
subscription,
please go to http://v2.listbox.com/member/?member_id=1311533&user_secret=208340a4
Powered by Listbox: http://www.listbox.com
Re: [Fwd: SPF upgrade errors for SpamAssassin 3.2.0] [ In reply to ]
On Wednesday 02 May 2007 13:19, Daryl C. W. O'Shea wrote:

> * ERROR: Version 0.002.2 of Net::DNS::Resolver::Programmable is
> installed, but we need version >= 0.002001
> ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the
> versions
> of the modules indicated above before proceeding with this installation.
>
> Yet cpan gives me:
> Net::DNS::Resolver::Programmable is up to date (0.002.2).
>
I ran into this when I was packaging Mail::SPF for Ubuntu. The fix is:

--- mail-spf-perl-2.004.orig/Build.PL
+++ mail-spf-perl-2.004/Build.PL
@@ -62,7 +62,7 @@
Module::Build => '0.26',
Test::More => 0,
Net::DNS::Resolver::Programmable
- => qv('0.002.1')->numify,
+ => qv('0.002.1'),
},
script_files => [
'bin/spfquery'

Scott K

-------------------------------------------
-----------------------------------------------------------------------
To unsubscribe, change your address, or temporarily deactivate your
subscription,
please go to http://v2.listbox.com/member/?member_id=1311533&user_secret=208340a4
Powered by Listbox: http://www.listbox.com
Re: SPF upgrade errors for SpamAssassin 3.2.0 [ In reply to ]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

James Lay wrote:
> Trying to upgrade SPF and here's what I see:
>
> * ERROR: Version 0.002.2 of Net::DNS::Resolver::Programmable is
> installed, but we need version >= 0.002001
> ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the
> versions
> of the modules indicated above before proceeding with this
> installation.
>
> Yet cpan gives me:
> Net::DNS::Resolver::Programmable is up to date (0.002.2).
>
> Is this telling me I need to downgrade? Can't seem to fine .002001 out
> there :( Anyone have any insight into this? Thanks!

No, not a downgrade. This is merely version.pm magic at work. :-/

Scott Kitterman wrote:
> I ran into this when I was packaging Mail::SPF for Ubuntu. The fix is:
>
> --- mail-spf-perl-2.004.orig/Build.PL
> +++ mail-spf-perl-2.004/Build.PL
> @@ -62,7 +62,7 @@
> Module::Build => '0.26',
> Test::More => 0,
> Net::DNS::Resolver::Programmable
> - => qv('0.002.1')->numify,
> + => qv('0.002.1'),
> },
> script_files => [
> 'bin/spfquery'

Scott is right. This seems to fix the issue, and the fix is already
scheduled for the next release. I'll try to push 2.005 out ASAP.

Julian.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGORbSwL7PKlBZWjsRAlC6AJ9sQSsMk+c2q9QwelfzR6keUsLXKACfUmc3
Ii0piS9bWqRDvM9msgnxL4I=
=oFQO
-----END PGP SIGNATURE-----

-------------------------------------------
-----------------------------------------------------------------------
To unsubscribe, change your address, or temporarily deactivate your
subscription,
please go to http://v2.listbox.com/member/?member_id=1311533&user_secret=208340a4
Powered by Listbox: http://www.listbox.com
Re: Re: SPF upgrade errors for SpamAssassin 3.2.0 [ In reply to ]
Julian Mehnle wrote:

> Scott is right. This seems to fix the issue, and the fix is already
> scheduled for the next release. I'll try to push 2.005 out ASAP.
>
> Julian.

Thanks Julian, that would be appreciated. We released SpamAssassin
3.2.0 today which is the first to include support for Mail::SPF so I
expect lots of people to run into this within the next few days when
they install Mail::SPF (and its dependencies) for the first time.

Daryl

-------------------------------------------
-----------------------------------------------------------------------
To unsubscribe, change your address, or temporarily deactivate your
subscription,
please go to http://v2.listbox.com/member/?member_id=1311533&user_secret=208340a4
Powered by Listbox: http://www.listbox.com
Re: Re: SPF upgrade errors for SpamAssassin 3.2.0 [ In reply to ]
On Wednesday 02 May 2007 19:30, Daryl C. W. O'Shea wrote:
> Julian Mehnle wrote:
> > Scott is right. This seems to fix the issue, and the fix is already
> > scheduled for the next release. I'll try to push 2.005 out ASAP.
> >
> > Julian.
>
> Thanks Julian, that would be appreciated. We released SpamAssassin
> 3.2.0 today which is the first to include support for Mail::SPF so I
> expect lots of people to run into this within the next few days when
> they install Mail::SPF (and its dependencies) for the first time.
>
FYI,

SpamAssassin 3.2.0 was just uploaded for the current Ubuntu developmental
release:

https://launchpad.net/ubuntu/gutsy/+source/spamassassin/3.2.0-0ubuntu1

Since Ubuntu has Mail::SPF, it's set up to use that and no longer use
Mail::SPF::Query.

Scott K

-------------------------------------------
-----------------------------------------------------------------------
To unsubscribe, change your address, or temporarily deactivate your
subscription,
please go to http://v2.listbox.com/member/?member_id=1311533&user_secret=208340a4
Powered by Listbox: http://www.listbox.com