On Tue, Apr 10, 2012 at 9:47 AM, Ken Dreyer <ktdreyer(a)ktdreyer.com> wrote:
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...
Actually, I misread the code, sorry for the noise :) It looks like it
would display the proper missing module. And on my F15 box here:
$ perl -e "use DateTime::Format::ISO8601" && echo module present
module present
So I'm not sure what's going wrong.
- Ken