Package: kaya Version: 0.2.7-4 Severity: important If kaya is built on a system with libncurses5w-dev installed the build fails:
--- kaya/buildlog-kaya 2008-02-02 17:50:08.000000000 +0100 +++ kaya.failed/buildlog-kaya 2008-02-02 17:39:39.000000000 +0100 @@ -102,14 +102,13 @@ checking for glEnable in -lGL... yes checking for glutInit in -lglut... yes checking for gluPerspective in -lGLU... yes -checking ncursesw/ncurses.h usability... no -checking ncursesw/ncurses.h presence... no -checking for ncursesw/ncurses.h... no +checking ncursesw/ncurses.h usability... yes +checking ncursesw/ncurses.h presence... yes +checking for ncursesw/ncurses.h... yes [...] +dh_install: debian/tmp/usr/lib/kaya/imports/CursesW.ki exists in debian/tmp/ but is not installed to anywhere +dh_install: debian/tmp/usr/lib/kaya/imports/cursesw_glue.o exists in debian/tmp/ but is not installed to anywhere +dh_install: debian/tmp/usr/lib/kaya/imports/CursesW.o exists in debian/tmp/ but is not installed to anywhere +dh_install: missing files, aborting +make: *** [binary-arch] Error 1 +dpkg-buildpackage: failure: fakeroot debian/rules binary gave error exit status 2 Since there is no --disable-ncursesw switch and --disable-curses also disables regular ncurses support it looks like fixing requires either of these: a) Build-Conflicts: libncurses5w-dev b) Build-Depends: libncurses5w-dev and changing the packages. Reporting as important since I am not 100% sure it is serious, please upgrade if necessary. thanks, cu andreas -- `What a good friend you are to him, Dr. Maturin. His other friends are so grateful to you.' `I sew his ears on from time to time, sure' -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

