You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2010/02/09 17:16:19 UTC

[Bug 6326] New: Razor2 dependency ok, but reported wrong

https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6326

           Summary: Razor2 dependency ok, but reported wrong
           Product: Spamassassin
           Version: 3.3.0
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Building & Packaging
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: scheidell@secnap.net


during make:

Razor agents 2.8.4 installed, SA needs 2.6.1, and reports:

NOTE: the optional Razor2 module is installed (),
but is below the minimum required version 2.61,
some functionality will not be available.

and then again:
optional module out of date: Razor2

OS is Freebsd if that matters.

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

[Bug 6326] Razor2 dependency ok, but reported wrong

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6326

Kevin A. McGrail <km...@pccc.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kmcgrail@pccc.com
   Target Milestone|3.3.2                       |3.4.1

--- Comment #7 from Kevin A. McGrail <km...@pccc.com> ---
Moving all open bugs where target is defined and 3.4.0 or lower to 3.4.1 target

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 6326] Razor2 dependency ok, but reported wrong

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6326

--- Comment #3 from Mark Martinec <Ma...@ijs.si> 2010-03-08 11:41:25 UTC ---
> I guess in this case this is not an issue of Razor not being compiled but of
> it's odd module structure. In DependencyInfo the version is checked by
> Razor2::Client::Agent(->VERSION) while the version info is stored in
> Razor2::Client::Version(->VERSION).
> -  module => 'Razor2::Client::Agent',
> +  module => 'Razor2::Client::Version',

I get the same result on both, so it doesn't matter which one to check:

perl -le 'use Razor2::Client::Agent; print Razor2::Client::Agent->VERSION'
2.84
perl -le 'use Razor2::Client::Version; print Razor2::Client::Version->VERSION'
2.84

Since Michael is using the same version of Razor (from FreeBSD ports),
this doesn't seem to be an explanation.

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

[Bug 6326] Razor2 dependency ok, but reported wrong

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6326

Karsten Bräckelmann <gu...@rudersport.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Libraries                   |Building & Packaging

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

[Bug 6326] Razor2 dependency ok, but reported wrong

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6326

--- Comment #1 from Mark Martinec <Ma...@ijs.si> 2010-02-09 08:56:29 UTC ---
Check Bug 6244 (actually an improvement request).

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

[Bug 6326] Razor2 dependency ok, but reported wrong

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6326

--- Comment #4 from Daniel <le...@jam-software.com> 2010-03-08 12:16:23 UTC ---
Hmm that's interesting. I thought it could be the same issue since Michael's
make reported the same void brackets ().

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

[Bug 6326] Razor2 dependency ok, but reported wrong

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6326

Daniel <le...@jam-software.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lemke@jam-software.com

--- Comment #2 from Daniel <le...@jam-software.com> 2010-03-08 09:00:33 UTC ---
I guess in this case this is not an issue of Razor not beeing compiled but of
it's odd module structure. In DependencyInfo the version is checked by
Razor2::Client::Agent(->VERSION) while the version info is stored in
Razor2::Client::Version(->VERSION).

I'm not sure if it has any other impact than beeing reported by MakeMaker but
you can avoid the error with this fix:


@@ -131,7 +131,7 @@
   the domain country codes of each relay in the path of an email.',
 },
 {
-  module => 'Razor2::Client::Agent',
+  module => 'Razor2::Client::Version',
   alt_name => 'Razor2',
   version => '2.61',
   desc => 'Used to check message signatures against Vipul\'s Razor
collaborative

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

[Bug 6326] Razor2 dependency ok, but reported wrong

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6326

Karsten Bräckelmann <gu...@rudersport.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Group|security                    |
          Component|Security                    |Libraries
         AssignedTo|security@spamassassin.apach |dev@spamassassin.apache.org
                   |e.org                       |

--- Comment #6 from Karsten Bräckelmann <gu...@rudersport.de> 2010-03-23 17:42:29 UTC ---
Moving back off of Security, which got changed by accident during the mass
Target Milestone move.

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

[Bug 6326] Razor2 dependency ok, but reported wrong

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6326

Mark Martinec <Ma...@ijs.si> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|Undefined                   |3.3.1

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.