Package: kmyfirewall Version: 0.9.6.2-1 Severity: serious Tags: patch When building 'kmyfirewall' in a clean 'unstable' chroot, I get the following error:
kmfchainlvitem.cpp: In member function 'void KMFChainLVItem::createChainView(QListViewItem*, IPTChain*)': kmfchainlvitem.cpp:124: warning: 'i_chain_log' may be used uninitialized in this function /bin/sh ../libtool --silent --mode=link --tag=CXX x86_64-linux-gnu-g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2 -fno-exceptions -fno-check-new -o kmyfirewall kmyfirewall.all_cpp.o ../kmyfirewall/ipteditor/libkmfipteditor.la ../kmyfirewall/core/libkmfcore.la -lkparts -lkio -lkdeui -lkdecore -L/usr/X11R6/lib -L/usr/lib /usr/bin/ld: cannot find -lXinerama collect2: ld returned 1 exit status make[4]: *** [kmyfirewall] Error 1 make[4]: Leaving directory `/kmyfirewall-0.9.6.2/kmyfirewall' Please add the missing Build-Depends on 'libxinerama-dev' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/kmyfirewall-0.9.6.2/debian/control ./debian/control --- ../tmp-orig/kmyfirewall-0.9.6.2/debian/control 2005-08-06 12:46:32.000000000 +0000 +++ ./debian/control 2005-08-06 12:46:30.000000000 +0000 @@ -2,7 +2,7 @@ Section: kde Priority: optional Maintainer: Alberto Gonzalez Iniesta <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0.0), kdelibs4-dev (>= 3.1.0) +Build-Depends: debhelper (>= 4.0.0), kdelibs4-dev (>= 3.1.0), libxinerama-dev Standards-Version: 3.6.1 Package: kmyfirewall -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

