could not find ParserDetails.ini in /usr/lib64/perl5/vendor_perl/5.32/XML/SAX

Have a MythTV related problem? Ask for help from other MythTV users here.

Moderator: Forum Moderators

Post Reply
Vaska
Junior
Posts: 57
Joined: Fri Sep 01, 2017 11:09 pm
Canada

could not find ParserDetails.ini in /usr/lib64/perl5/vendor_perl/5.32/XML/SAX

Post by Vaska »

I've noticed this line when I run optimize_mythdb.pl

Code: Select all

could not find ParserDetails.ini in /usr/lib64/perl5/vendor_perl/5.32/XML/SAX
optimize_mythdb.pl seems to be otherwise working fine and says it repairs/optimizes the tables but I'm just left wondering if I'm missing some dependency that would prevent this error.

I do have dev-perl/XML-Parser (version 2.440.0) installed and these are the versions of my other dev-perl/XML-xxxx packages

Code: Select all

dev-perl/XML-SAX-1.0.0 (/usr/lib64/perl5/vendor_perl/5.32/XML/SAX)
dev-perl/XML-SAX-Base-1.90.0 (/usr/lib64/perl5/vendor_perl/5.32/XML/SAX)
dev-perl/XML-SAX-Expat-0.510.0 (/usr/lib64/perl5/vendor_perl/5.32/XML/SAX)
I'm on Gentoo and am running v31.0-158-g0680b37c68 from the fixes/31 branch.

Is the inability to find ParserDetails.ini in /usr/lib64/perl5/vendor_perl/5.32/XML/SAX normal or can I remedy this?
User avatar
paulh
Developer
Posts: 909
Joined: Thu Feb 06, 2014 6:09 pm
Great Britain

Re: could not find ParserDetails.ini in /usr/lib64/perl5/vendor_perl/5.32/XML/SAX

Post by paulh »

Looks like it's just a warning. Maybe someone who knows perl can change the script to use one of the other parsers mentioned.
https://stackoverflow.com/questions/267 ... ni-warning
Post Reply