Your message dated Tue, 25 Oct 2005 14:02:18 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#333632: fixed in gaim-extendedprefs 0.5-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; 13 Oct 2005 01:07:54 +0000 >From [EMAIL PROTECTED] Wed Oct 12 18:07:54 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 1EPrZa-0001mi-00; Wed, 12 Oct 2005 18:07:54 -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 j9D17qC0017233 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for <[EMAIL PROTECTED]>; Wed, 12 Oct 2005 18:07:53 -0700 (PDT) (envelope-from [EMAIL PROTECTED]) Received: from kraai by localhost.localdomain with local (Exim 4.52) id 1EPpGn-0001DS-1M for [EMAIL PROTECTED]; Wed, 12 Oct 2005 15:40:21 -0700 Date: Wed, 12 Oct 2005 15:40:21 -0700 From: Matt Kraai <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: FTBFS: Stray \ in program Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="rJwd6BRFiFCcLxzm" Content-Disposition: inline User-Agent: Mutt/1.5.9i X-Virus-Scanned: ClamAV 0.86.2/1131/Wed Oct 12 13:35:32 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 --rJwd6BRFiFCcLxzm Content-Type: multipart/mixed; boundary="WIyZ46R2i8wDzkSu" Content-Disposition: inline --WIyZ46R2i8wDzkSu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Package: gaim-extendedprefs Version: 0.4-6 Severity: serious Tags: patch gaim-extendedprefs fails to build because it contains extra backslashes: > libtool --mode=3Dcompile gcc -g -Wall -O2 -c extendedprefs.c -o tmpextend= edprefs.so.lo -I/usr/include/gaim -I/usr/include/glib-2.0 -I/usr/lib/glib-2= =2E0/include -DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include= -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/us= r/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -= DHAVE_CONFIG_H -DEP_VERSION=3D\\\"0.4\\\" > mkdir .libs > gcc -g -Wall -O2 -c extendedprefs.c -I/usr/include/gaim -I/usr/include/g= lib-2.0 -I/usr/lib/glib-2.0/include -DXTHREADS -I/usr/include/gtk-2.0 -I/us= r/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/in= clude/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib= /glib-2.0/include -DHAVE_CONFIG_H -DEP_VERSION=3D\\\"0.4\\\" -fPIC -DPIC -= o .libs/tmpextendedprefs.so.o > extendedprefs.c: In function 'reset_theme': > extendedprefs.c:92: warning: dereferencing type-punned pointer will break= strict-aliasing rules > extendedprefs.c: In function 'get_config_frame': > extendedprefs.c:440: warning: passing argument 3 of 'gaim_gtk_prefs_label= ed_spin_button' discards qualifiers from pointer target type > extendedprefs.c:447: warning: passing argument 3 of 'gaim_gtk_prefs_label= ed_spin_button' discards qualifiers from pointer target type > extendedprefs.c:454: warning: passing argument 3 of 'gaim_gtk_prefs_label= ed_spin_button' discards qualifiers from pointer target type > extendedprefs.c:461: warning: passing argument 3 of 'gaim_gtk_prefs_label= ed_spin_button' discards qualifiers from pointer target type > extendedprefs.c:500: warning: passing argument 3 of 'gaim_gtk_prefs_label= ed_spin_button' discards qualifiers from pointer target type > extendedprefs.c: At top level: > extendedprefs.c:533: error: stray '\' in program > extendedprefs.c:533: error: missing terminating " character > extendedprefs.c:533: error: syntax error before ',' token > extendedprefs.c:538: warning: initialization from incompatible pointer ty= pe > extendedprefs.c:541: warning: initialization from incompatible pointer ty= pe --=20 Matt --WIyZ46R2i8wDzkSu Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch Content-Transfer-Encoding: quoted-printable only in patch2: unchanged: --- gaim-extendedprefs-0.4.orig/debian/patches/02_extra_backslashes.patch +++ gaim-extendedprefs-0.4/debian/patches/02_extra_backslashes.patch @@ -0,0 +1,12 @@ +diff -ru extendedprefs-0.4.orig/src/Makefile extendedprefs-0.4/src/Makefile +--- extendedprefs-0.4.orig/src/Makefile 2005-10-12 15:24:55.000000000 -0700 ++++ extendedprefs-0.4/src/Makefile 2005-10-12 15:28:25.000000000 -0700 +@@ -52,7 +52,7 @@ + cp $(EP).so $(DESTDIR)/$(LIB_INSTALL_DIR) +=20 + $(EP).so: $(EP).c +- $(LIBTOOL) --mode=3Dcompile $(CC) $(CFLAGS) -c $< -o [EMAIL PROTECTED] $(GAIM_CFL= AGS) $(GTK_CFLAGS) -DHAVE_CONFIG_H -DEP_VERSION=3D\\\"$(EP_VERSION)\\\" ++ $(LIBTOOL) --mode=3Dcompile $(CC) $(CFLAGS) -c $< -o [EMAIL PROTECTED] $(GAIM_CFL= AGS) $(GTK_CFLAGS) -DHAVE_CONFIG_H -DEP_VERSION=3D\"$(EP_VERSION)\" + $(LIBTOOL) --mode=3Dlink $(CC) $(CFLAGS) -o [EMAIL PROTECTED] -rpath $(GAIM= _LIBDIR) [EMAIL PROTECTED] $(GAIM_LIBS) $(GTK_LIBS) -module -avoid-version + rm -f [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] + cp .libs/[EMAIL PROTECTED] $@ --WIyZ46R2i8wDzkSu-- --rJwd6BRFiFCcLxzm 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) iD8DBQFDTZDUfNdgYxVXvBARAsQaAJ9YNnjdl8jtMIle7kWt15UZD9oLdACfejKp IOgnjM57dF5jgqvCWPi+rzU= =eQTw -----END PGP SIGNATURE----- --rJwd6BRFiFCcLxzm-- --------------------------------------- Received: (at 333632-close) by bugs.debian.org; 25 Oct 2005 21:11:19 +0000 >From [EMAIL PROTECTED] Tue Oct 25 14:11:19 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1EUVw2-0001I8-00; Tue, 25 Oct 2005 14:02:18 -0700 From: Arjan Oosting <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#333632: fixed in gaim-extendedprefs 0.5-1 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Tue, 25 Oct 2005 14:02:18 -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 Source: gaim-extendedprefs Source-Version: 0.5-1 We believe that the bug you reported is fixed in the latest version of gaim-extendedprefs, which is due to be installed in the Debian FTP archive: gaim-extendedprefs_0.5-1.diff.gz to pool/main/g/gaim-extendedprefs/gaim-extendedprefs_0.5-1.diff.gz gaim-extendedprefs_0.5-1.dsc to pool/main/g/gaim-extendedprefs/gaim-extendedprefs_0.5-1.dsc gaim-extendedprefs_0.5-1_i386.deb to pool/main/g/gaim-extendedprefs/gaim-extendedprefs_0.5-1_i386.deb gaim-extendedprefs_0.5.orig.tar.gz to pool/main/g/gaim-extendedprefs/gaim-extendedprefs_0.5.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. Arjan Oosting <[EMAIL PROTECTED]> (supplier of updated gaim-extendedprefs 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: Thu, 20 Oct 2005 16:41:45 +0200 Source: gaim-extendedprefs Binary: gaim-extendedprefs Architecture: source i386 Version: 0.5-1 Distribution: unstable Urgency: medium Maintainer: Arjan Oosting <[EMAIL PROTECTED]> Changed-By: Arjan Oosting <[EMAIL PROTECTED]> Description: gaim-extendedprefs - extended preferences plugin for the instant messenger gaim Closes: 333632 Changes: gaim-extendedprefs (0.5-1) unstable; urgency=medium . * New upstream release. - Fixes FTBFS: Stray \ in program (Closes: #333632) * debian/patches/01_missing_taskbar_entry.patch: removed. Fixed upstream. * debian/patches/00_destdir.patch: removed. Upstream now uses autotools. * Change packaging from tarball in tarball to normal packaging. * After upgrading from a previous version to 0.5 the plugin will be disabled. Document this fact in README.Debian. * Remove README from the binary package because it does not contain anything usefull. Files: dc2d3e0389016c677672aef0e68c825a 698 net optional gaim-extendedprefs_0.5-1.dsc 35c38a6e9a618859dab8cabefc8dcdce 316243 net optional gaim-extendedprefs_0.5.orig.tar.gz b5ead093a1585f67bd9c9b6ef5540bec 2807 net optional gaim-extendedprefs_0.5-1.diff.gz debee849fc02f432a881231038b40cac 16162 net optional gaim-extendedprefs_0.5-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDXqU697LBwbNFvdMRAuSbAJ4zQ4LvqPvOAV0VTRfpkjq1TcfxbACePVPE J8MedtktVG2RyefyTlbrueU= =m3MR -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]