I'm working on updating the qsstv package for EL6 and ran into a strange issue.
Building for x86_64 worked under mock fine, but when I tried the offical build the ppc64 build couldn't find qmake-qt4.
Looking through root.log shows that for some reason qt3-devel was installed rather than qt-devel.
How does this happen?
Thanks, Richard
On Mon, Dec 2, 2013 at 9:14 PM, Richard Shaw hobbes1069@gmail.com wrote:
I'm working on updating the qsstv package for EL6 and ran into a strange issue.
Building for x86_64 worked under mock fine, but when I tried the offical build the ppc64 build couldn't find qmake-qt4.
Looking through root.log shows that for some reason qt3-devel was installed rather than qt-devel.
Do you have a URL for the build ?
How does this happen?
Thanks, Richard
-- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
On Mon, Dec 2, 2013 at 2:52 PM, Dridi Boukelmoune < dridi.boukelmoune@gmail.com> wrote:
On Mon, Dec 2, 2013 at 9:14 PM, Richard Shaw hobbes1069@gmail.com wrote:
I'm working on updating the qsstv package for EL6 and ran into a strange issue.
Building for x86_64 worked under mock fine, but when I tried the offical build the ppc64 build couldn't find qmake-qt4.
Looking through root.log shows that for some reason qt3-devel was
installed
rather than qt-devel.
Do you have a URL for the build ?
Sorry, meant to add that but clicked send too fast
http://koji.fedoraproject.org/koji/taskinfo?taskID=6248444 http://kojipkgs.fedoraproject.org//work/tasks/8444/6248444/root.log
On Mon, 2 Dec 2013 14:14:28 -0600 Richard Shaw hobbes1069@gmail.com wrote:
I'm working on updating the qsstv package for EL6 and ran into a strange issue.
Building for x86_64 worked under mock fine, but when I tried the offical build the ppc64 build couldn't find qmake-qt4.
Looking through root.log shows that for some reason qt3-devel was installed rather than qt-devel.
you can specify BR: qt4-devel
Dan
On Mon, 2 Dec 2013 14:14:28 -0600, Richard Shaw wrote:
I'm working on updating the qsstv package for EL6 and ran into a strange issue.
Building for x86_64 worked under mock fine, but when I tried the offical build the ppc64 build couldn't find qmake-qt4.
Looking through root.log shows that for some reason qt3-devel was installed rather than qt-devel.
How does this happen?
"qt-devel" is also a virtual Provides for qt3-devel, and "qt4-devel" is a virtual Provides for qt-devel-4*, so BR qt4-devel or BR qt-devel >= 1:4
On Mon, Dec 2, 2013 at 3:38 PM, Michael Schwendt mschwendt@gmail.comwrote:
On Mon, 2 Dec 2013 14:14:28 -0600, Richard Shaw wrote:
I'm working on updating the qsstv package for EL6 and ran into a strange issue.
Building for x86_64 worked under mock fine, but when I tried the offical build the ppc64 build couldn't find qmake-qt4.
Looking through root.log shows that for some reason qt3-devel was
installed
rather than qt-devel.
How does this happen?
"qt-devel" is also a virtual Provides for qt3-devel, and "qt4-devel" is a virtual Provides for qt-devel-4*, so BR qt4-devel or BR qt-devel >= 1:4
Yup, using qt4-devel got it... It gets a little confusing when qt-devel on Fedora is version 4, but on EPEL, is version 3.
Thanks, Richard
On Mon, 2 Dec 2013 15:40:15 -0600, Richard Shaw wrote:
"qt-devel" is also a virtual Provides for qt3-devel, and "qt4-devel" is a virtual Provides for qt-devel-4*, so BR qt4-devel or BR qt-devel >= 1:4
Yup, using qt4-devel got it... It gets a little confusing when qt-devel on Fedora is version 4, but on EPEL, is version 3.
Not true. "qt" is Qt v4 for EL6, too. At Fedora, qt3-devel does not provide qt-devel, that's the difference:
# repoquery --whatprovides qt-devel qt-devel-1:4.8.5-10.fc20.i686 qt-devel-1:4.8.5-10.fc20.x86_64 qt-devel-1:4.8.5-11.fc20.x86_64 qt-devel-1:4.8.5-11.fc20.i686
# repoquery --whatprovides qt3-devel qt3-devel-0:3.3.8b-53.fc20.i686 qt3-devel-0:3.3.8b-53.fc20.x86_64
# repoquery --whatprovides qt4-devel qt-devel-1:4.8.5-10.fc20.i686 qt-devel-1:4.8.5-10.fc20.x86_64 qt-devel-1:4.8.5-11.fc20.x86_64 qt-devel-1:4.8.5-11.fc20.i686