On 17/12/14 07:54, Nathan Scott wrote:
> ...
> For the last release, I definitely built RPMs for EPEL5, and nothing has
> changed in Qt-land since then - so very odd that its started failing now.
> Which spec are you using? (Makepkgs or fedora.spec?) Assuming the former
> then the configure script is getting it wrong somehow - "qmake --version"
> output is being parsed there.
> ...
Thanks Nathan.
But this remains a mystery. I'm using the Makepkgs cook book.
I am pretty sure I have not changed the config of this vm in the 3-4 weeks
since I last built RPMs there, and at that time there were no gui RPMs
(ENABLE_QT=false in builddefs).
I poked about and qmake was the old Qt 3.3 one, so I removed the qt and
qt-devel RPMs, reinstalled the qt4 and qt4-devel RPMs and reran Makepkgs.
No issues this time and as expected
kenj@vm04:~/src/pcp$ egrep '^(QM|EN.*QT).*=' pcp-3.10.2/src/include/builddefs
QMAKE = /usr/lib/qt4/bin/qmake
ENABLE_QT = false
Life's too short to try and explain this, onto the next mystery ...
|