Package: xxdiff
severity: important
While investigating 617768 I ran into another unrelated issue. Namely if
libqt4-dev is installed the build fails with.
/usr/bin/make -C src -f Makefile.bootstrap makefile
make[1]: Entering directory `/xxdiff-3.2/src'
qmake -o Makefile.qmake xxdiff.pro
uic: Error in line 6, column 14 : Unexpected element name
uic: File generated with too old version of Qt Designer (3)
uic: Error in line 6, column 14 : Unexpected element name
cat Makefile.qmake Makefile.extra > Makefile
make[1]: Leaving directory `/xxdiff-3.2/src'
touch qmake-stamp
dh_testdir
/usr/bin/make -C src
make[1]: Entering directory `/xxdiff-3.2/src'
/usr/bin/uic-qt4 markersWidgetBase.ui -o ui_markersWidgetBase.h
uic: Error in line 6, column 14 : Unexpected element name
File 'markersWidgetBase.ui' is not valid
make[1]: *** [ui_markersWidgetBase.h] Error 1
make[1]: Leaving directory `/xxdiff-3.2/src'
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
debian:/xxdiff-3.2#
Afaict this happens because the qt4 version of uic has a higher
alternatives priority than the qt3 version. Either the package should
declare a build-conflicts on libqt4-dev or it should be modified to
explicitly use the qt3 version of uic.
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org