2012/2/18 Sérgio Basto <sergio(a)serjux.com>:
On Sun, 2012-02-12 at 14:44 -0600, Richard Shaw wrote:
> Ok, now I'm totally stumped. I figured out what the build error is but
> not the root cause.
>
> The mythweather plugin requires perl-DateTime-Format-ISO8602 or
> something like that. I've verified it is getting installed in root.log
> but for some reason configure does not find it and disables the
> mythweather plugin. I tried creating a F15 mock chroot and installed
> the perl module and was able to load it which is all configure tries
> to do...
+ ./configure --prefix=/builddir/build/BUILD/MythTV-mythtv-c239b59/fakeroot/usr
--libdir=/usr/lib64 --libdir-name=lib64 --enable-mytharchive --enable-mythbrowser
--enable-mythgallery --enable-exif --enable-new-exif --enable-mythgame --enable-mythmusic
--enable-mythnews --enable-mythvideo --enable-mythweather --enable-mythzoneminder
--enable-mythnetvision --enable-opengl --enable-libvisual --enable-fftw --enable-sdl
WARNING: disabling MythWeather; missing DateTime::Format::ISO8601
which: no dcraw in
(/usr/lib64/qt-3.3/bin:/usr/lib64/ccache:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/.local/bin:/builddir/bin)
rpm -q dcraw
dcraw-9.12-1.fc16.x86_64
which dcraw
/usr/bin/dcraw
> Now what?
add Buildrequires dcraw ?
The two errors are unrelated as far as I can tell. Apparently dcraw
isn't required. It just decodes raw images from some digital cameras.
Richard