- From: <bugzilla@wiggum.w3.org>
- Date: Thu, 10 Dec 2009 13:55:46 +0000
- To: www-validator-cvs@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=8471
Summary: validator rpm packaging
Product: Validator
Version: 0.8.5
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Website
AssignedTo: dave.null@w3.org
ReportedBy: bouced@gmx.fr
QAContact: www-validator-cvs@w3.org
Hi!
I have build a rpm for w3c-validator using misc/w3c-markup-validator.spec
After installing, I often had the following error :
Base class package "Class::Accessor" is empty.
(Perhaps you need to 'use' the module which defines that package first.)
at
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/SGML/Parser/OpenSP.pm
line 13
BEGIN failed--compilation aborted at
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/SGML/Parser/OpenSP.pm
line 13.
Compilation failed in require at /usr/share/w3c-markup-validator/cgi-bin/check
line 61.
BEGIN failed--compilation aborted at
/usr/share/w3c-markup-validator/cgi-bin/check line 61.
Then I installed perl-Class-Accessor rpm and the problem was gone.
Is it possible to fix the spec file so that dependency with
perl(Class::Accessor) is managed ?
--
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 13:55:48 UTC