Package: cmake
Version: 2.4.6-1
Severity: normal
Hi,
the changes that the debian supplied FindQt4.cmake in the cmake package
has break using a self-built Qt4 unless one removes the Debian qmake-qt4
from the system or path (which effectively means rm qmake-qt4, as you
can't just throw out /usr/bin/ from PATH).
And that for no reason, currently the following happens:
FindQt4.cmake looks for qmake-qt4 and qmake (in that order) in PATH and
${QTDIR}/bin, then if its found a version-check is done and if that
shows a qmake from Qt3 another find_program is started with just
qmake-qt4. So in fact it looks for qmake-qt4 twice which is not
necessary. If the qmake-qt4 from the first find_program is removed it
would still find qmake-qt4 if qmake == qmake-qt3 due to the version
check and the 2nd find_program.
Please either change the order or remove qmake-qt4 completely from the
first find_program.
Andreas
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (990, 'unstable'), (500, 'oldstable'), (500, 'experimental'),
(500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.20.3
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages cmake depends on:
ii libc6 2.6-2 GNU C Library: Shared libraries
ii libgcc1 1:4.2-20070707-1 GCC support library
ii libncurses5 5.6-3 Shared libraries for terminal hand
ii libstdc++6 4.2-20070707-1 The GNU Standard C++ Library v3
cmake recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]