On Tue, May 1, 2012 at 2:14 PM, Nicolas Chauvet <kwizart(a)gmail.com> wrote:
2012/5/1 Richard Shaw <hobbes1069(a)gmail.com>:
> On Tue, May 1, 2012 at 1:54 PM, Richard Shaw <hobbes1069(a)gmail.com> wrote:
>> Ok I'm about to pull my hair out.
>>
>> I'm trying to build my OpenImageIO package for EL6 but for some reason
>> qt3-devel keeps getting installed for the BuildRequirement.
>>
>> In my spec file only "qt-devel" is specified. I've even gone to
the
>> extent of spec'ing:
>>
>> BuildRequires: qt-devel >= 4
Does it work if you use qt4-devel instead ? or does this only works for fedora ?
I'll try it but I couldn't find a package called qt4-devel... I assume
it could be a virtual provides...
Is there any epoch involved ?
Funny you mention that, qt-devel (4.6.2) is at an Epoch of 1 while
qt3-devel is at 0. I'm thinking it would only be a problem if the
Epoch of qt3 was higher than qt4...
Thanks,
Richard