On Tue, Apr 10, 2012 at 8:42 AM, Richard Shaw <hobbes1069(a)gmail.com> wrote:
I still can not get mythtv 0.24.2 to build for Fedora 15. For
whatever
reason configure doesn't find perl-Format-DateTime-ISO8601 even though
it's installed. I can build it locally using mock so I have to assume
it's some sort of kernel issue with the build server.
So my question is: Can I do the builds and have someone upload them to
the repository this one time?
Looking at the configure script, the error in your build.log is misleading...
check_pl_lib "Date::Manip" || disable_weather "Date::Manip"
check_pl_lib "XML::Simple" || disable_weather "XML::Simple"
check_pl_lib "XML::XPath" || disable_weather "XML::XPath"
check_pl_lib "Image::Size" || disable_weather "Image::Size"
check_pl_lib "DateTime::Format::ISO8601" ||
disable_weather "DateTime::Format::ISO8601"
check_pl_lib "SOAP::Lite" || disable_weather "SOAP::Lite"
check_pl_lib "JSON" || disable_weather "JSON"
fi
if any of those libs are missing, the configure script will run
disable_weather "DateTime::Format::ISO8601" , even if
DateTime::Format::ISO8601 is not at fault.
Sounds like a bug in mythplugins.