Package: kdeutils Version: 4:3.3.0-1 Severity: serious Tags: patch kdeutils fails to build from source because it tries to read XTest.h, which is not present:
if /bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I../../klaptopdaemon -I.. -I/usr/include/kde -I/usr/share/qt3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT laptop_daemon.lo -MD -MP -MF ".deps/laptop_daemon.Tpo" -c -o laptop_daemon.lo ../../klaptopdaemon/laptop_daemon.cpp; \ then mv -f ".deps/laptop_daemon.Tpo" ".deps/laptop_daemon.Plo"; else rm -f ".deps/laptop_daemon.Tpo"; exit 1; fi In file included from ../../klaptopdaemon/laptop_daemon.cpp:37: ../../klaptopdaemon/laptop_daemon.h:42:34: X11/extensions/XTest.h: No such file or directory This file is in libxtst-dev. Adding that package to the build-dependencies fixes the build. -- Matt
diff -Nru kdeutils-3.3.0-old/debian/control kdeutils-3.3.0/debian/control --- kdeutils-3.3.0-old/debian/control 2004-10-18 12:55:41.000000000 -0700 +++ kdeutils-3.3.0/debian/control 2004-10-18 12:56:42.000000000 -0700 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Uploaders: Christopher L Cheney <[EMAIL PROTECTED]> -Build-Depends: automake1.9, debhelper (>> 4.2.0), gawk, gettext, kdelibs4-dev (>> 4:3.3.0), libkonq4-dev (>> 4:3.3.0), libsnmp5-dev, pbbuttonsd-dev [powerpc], sharutils, tpctl [i386] +Build-Depends: automake1.9, debhelper (>> 4.2.0), gawk, gettext, kdelibs4-dev (>> 4:3.3.0), libkonq4-dev (>> 4:3.3.0), libsnmp5-dev, libxtst-dev, pbbuttonsd-dev [powerpc], sharutils, tpctl [i386] Standards-Version: 3.6.1.0 Package: kdeutils