Your message dated Sat, 20 Aug 2005 08:47:06 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#323524: fixed in gajim 0.8-1 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 17 Aug 2005 04:24:43 +0000 >From [EMAIL PROTECTED] Tue Aug 16 21:24:43 2005 Return-path: <[EMAIL PROTECTED]> Received: from zoot.lafn.org [206.117.18.6] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1E5FTm-0003CX-00; Tue, 16 Aug 2005 21:24:43 -0700 Received: from localhost.localdomain (pool-71-104-166-233.lsanca.dsl-w.verizon.net [71.104.166.233]) (authenticated bits=0) by zoot.lafn.org (8.13.1/8.13.1) with ESMTP id j7H4Ofc2052582 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for <[EMAIL PROTECTED]>; Tue, 16 Aug 2005 21:24:42 -0700 (PDT) (envelope-from [EMAIL PROTECTED]) Received: from kraai by localhost.localdomain with local (Exim 4.52) id 1E59IH-00019h-0I for [EMAIL PROTECTED]; Tue, 16 Aug 2005 14:48:25 -0700 Date: Tue, 16 Aug 2005 14:48:24 -0700 From: Matt Kraai <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: FTBFS: Cannot include <X11/extensions/scrnsaver.h> Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="eAbsdosE1cNLO4uF" Content-Disposition: inline User-Agent: Mutt/1.5.9i X-Virus-Scanned: ClamAV 0.86.2/1027/Tue Aug 16 16:44:00 2005 on zoot.lafn.org X-Virus-Status: Clean Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2005_01_02 --eAbsdosE1cNLO4uF Content-Type: multipart/mixed; boundary="J/dobhs11T7y2rNN" Content-Disposition: inline --J/dobhs11T7y2rNN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Package: gajim Version: 0.7.1-1 Severity: serious Tags: patch gajim fails to build because it cannot include <X11/extensions/scrnsaver.h>: > cc `pkg-config --cflags gtk+-2.0 pygtk-2.0` -fpic -I/usr/include/python`p= ython -V 2>&1 | awk '{print $2}' | cut -f1,2 -d.` -I. `pkg-config --libs gt= k+-2.0 pygtk-2.0` -shared idle.c -o idle.so -L/usr/X11R6/lib -lX11 -lXss -= lXext > idle.c:22:39: error: X11/extensions/scrnsaver.h: No such file or directory > In file included from /usr/include/python2.3/Python.h:8, > from idle.c:31: > /usr/include/python2.3/pyconfig.h:856:1: warning: "_POSIX_C_SOURCE" redef= ined > In file included from /usr/include/sys/types.h:27, > from /usr/X11R6/include/X11/Xlib.h:52, > from idle.c:20: > /usr/include/features.h:190:1: warning: this is the location of the previ= ous definition > idle.c: In function 'idle_getIdleSec': > idle.c:57: error: syntax error before '*' token > idle.c:67: error: 'mit_info' undeclared (first use in this function) > idle.c:67: error: (Each undeclared identifier is reported only once > idle.c:67: error: for each function it appears in.) The attached patch adds a build-dependency on libxss-dev, which fixes this problem. --=20 Matt --J/dobhs11T7y2rNN Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch Content-Transfer-Encoding: quoted-printable diff -u gajim-0.7.1/debian/control gajim-0.7.1/debian/control --- gajim-0.7.1/debian/control +++ gajim-0.7.1/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Yann Le Boulanger <[EMAIL PROTECTED]> Standards-Version: 3.6.1.1 -Build-Depends: debmake, python-dev, libgtk2.0-dev, python-gtk2-dev, libgtk= spell-dev, gettext +Build-Depends: debmake, python-dev, libgtk2.0-dev, python-gtk2-dev, libgtk= spell-dev, gettext, libxss-dev =20 Package: gajim Architecture: any --J/dobhs11T7y2rNN-- --eAbsdosE1cNLO4uF Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFDAl8ofNdgYxVXvBARAioSAKCFpfa42cTz38fpIc8Q1IkkV2xzOwCgqHM/ NGA1NHAKQkdvjqNIy9m63QU= =mXy9 -----END PGP SIGNATURE----- --eAbsdosE1cNLO4uF-- --------------------------------------- Received: (at 323524-close) by bugs.debian.org; 20 Aug 2005 15:50:39 +0000 >From [EMAIL PROTECTED] Sat Aug 20 08:50:39 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1E6VYo-0001iK-00; Sat, 20 Aug 2005 08:47:06 -0700 From: Yann Le Boulanger <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#323524: fixed in gajim 0.8-1 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Sat, 20 Aug 2005 08:47:06 -0700 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-CrossAssassin-Score: 2 Source: gajim Source-Version: 0.8-1 We believe that the bug you reported is fixed in the latest version of gajim, which is due to be installed in the Debian FTP archive: gajim_0.8-1.diff.gz to pool/main/g/gajim/gajim_0.8-1.diff.gz gajim_0.8-1.dsc to pool/main/g/gajim/gajim_0.8-1.dsc gajim_0.8-1_i386.deb to pool/main/g/gajim/gajim_0.8-1_i386.deb gajim_0.8.orig.tar.gz to pool/main/g/gajim/gajim_0.8.orig.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Yann Le Boulanger <[EMAIL PROTECTED]> (supplier of updated gajim package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Fri, 1 Jul 2005 18:35:02 +0200 Source: gajim Binary: gajim Architecture: source i386 Version: 0.8-1 Distribution: unstable Urgency: low Maintainer: Yann Le Boulanger <[EMAIL PROTECTED]> Changed-By: Yann Le Boulanger <[EMAIL PROTECTED]> Description: gajim - Jabber client written in PyGTK Closes: 323524 323993 324094 Changes: gajim (0.8-1) unstable; urgency=low . * new upstream release * use cdbs * build-depend on libxss-dev Closes: #323524 * translation improved Closes: #324094,#323993 * Standards-version updated to 3.6.2 (no changes needed). Files: c99daf5b5c50cd1020eee498b5bf8d09 641 net optional gajim_0.8-1.dsc 9bf6c128e5b3a07ead4dfd6d88986182 902171 net optional gajim_0.8.orig.tar.gz 2a313e94ee78b1fada2e14cdfdb5e83a 5108 net optional gajim_0.8-1.diff.gz da5374fc9374eb977c6fec75dc29fa5e 878792 net optional gajim_0.8-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFDB01Z7tjUzB3rjq4RAnqcAJ95N+oIExPQsyaiIc9H2qxiPJc4KgCeIm3E zVXYSu0TFQnk4gaouXDFKzA= =E3O/ -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]