Is it possible to have builds uploaded to the repos?

Alec Leamas leamas.alec at gmail.com
Tue Apr 10 20:02:25 CEST 2012


On 04/10/2012 06:05 PM, Richard Shaw wrote:
> On Tue, Apr 10, 2012 at 10:44 AM, Nicolas Chauvet<kwizart at 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 (?)

>
> [3] http://buildsys.rpmfusion.org/logs/fedora-15-rpmfusion_free/12699-mythtv-0.24.2-2.fc15/i686/build.log


More information about the rpmfusion-developers mailing list