[Bug 8471] validator rpm packaging

http://www.w3.org/Bugs/Public/show_bug.cgi?id=8471


Ville Skyttä <ville.skytta@iki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Ville Skyttä <ville.skytta@iki.fi>  2009-12-10 17:13:42 ---
That would not be the right thing to do.  Validator does not use
Class::Accessor directly, it's SGML::Parser::OpenSP that currently does, and
that's an internal detail of SGML::Parser::OpenSP.

The correct way to fix this is to fix it in the package where your
SGML::Parser::OpenSP comes from [0], or if it is not installed from a rpm
package, I'm afraid you'll need to make sure that Class::Accessor is installed
yourself.

[0] For example Fedora has it in the perl-SGML-Parser-OpenSP package which
already has a dependency on perl(Class::Accessor) but then again Fedora has the
validator packaged too (as w3c-markup-validator) which contains all the
necessary dependencies, so I'm guessing you're using some other distribution.


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 10 December 2009 17:13:52 UTC