On 04/10/2012 06:05 PM, Richard Shaw wrote:
On Tue, Apr 10, 2012 at 10:44 AM, Nicolas
Chauvet<kwizart(a)gmail.com> wrote:
> Which failure ?
> You can do a
> ./configure || cat config.log
Since it only happens on the build server I can't run configure
manually but if you do a search for the first instance of DateTime in
the build log[3] then you'll see what I'm talking about. Here's the
snippet:
+ ./configure --prefix=/builddir/build/BUILD/MythTV-mythtv-c239b59/fakeroot/usr
--libdir=/usr/lib --libdir-name=lib --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
[cut]
For what it's worth, I can confirm that the SRPM builds on a "real"
F15/x86_64 and using mock/i386/rpmfusion_free on the same host.
What happens if you run the perl test directly in the spec file?
Something like
%prep
...
perl -e 'use DateTime::Format::ISO8601;'
echo "Found, status: $?"
This should hopefully give a hint about the availability of the perl
package (?)