Your message dated Fri, 09 Sep 2005 14:47:12 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#322641: fixed in librra 0.9.1-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; 12 Aug 2005 01:12:45 +0000 >From [EMAIL PROTECTED] Thu Aug 11 18:12:45 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 1E3O6H-0004Xs-00; Thu, 11 Aug 2005 18:12:45 -0700 Received: from localhost.localdomain (pool-71-104-165-253.lsanca.dsl-w.verizon.net [71.104.165.253]) (authenticated bits=0) by zoot.lafn.org (8.13.1/8.13.1) with ESMTP id j7C1Ch2h002601 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for <[EMAIL PROTECTED]>; Thu, 11 Aug 2005 18:12:44 -0700 (PDT) (envelope-from [EMAIL PROTECTED]) Received: from kraai by localhost.localdomain with local (Exim 4.52) id 1E3He8-0000zB-Sh for [EMAIL PROTECTED]; Thu, 11 Aug 2005 11:19:17 -0700 Date: Thu, 11 Aug 2005 11:19:15 -0700 From: Matt Kraai <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: FTBFS: Missing braces around an ambiguous else Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="hHWLQfXTYDoKhP50" Content-Disposition: inline User-Agent: Mutt/1.5.9i X-Virus-Scanned: ClamAV 0.86.2/1011/Tue Aug 9 02:20:28 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 --hHWLQfXTYDoKhP50 Content-Type: multipart/mixed; boundary="MGYHOYXEY6WxJCY8" Content-Disposition: inline --MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Package: librra Version: 0.9.0-2 Severity: serious Tags: patch librra fails to build because it has some code that generates warnings which are treated as errors: > if /bin/sh ../libtool --mode=3Dcompile i486-linux-gnu-gcc -DHAVE_CONFIG_H= -I. -I. -I.. -g -Wall -Wsign-compare -Wno-long-long -Werror -ansi -g -O= 2 -I.. -g -O2 -MT appointment.lo -MD -MP -MF ".deps/appointment.Tpo" \ > -c -o appointment.lo `test -f 'appointment.c' || echo './'`appointment.= c; \ > then mv -f ".deps/appointment.Tpo" ".deps/appointment.Plo"; \ > else rm -f ".deps/appointment.Tpo"; exit 1; \ > fi > mkdir .libs > i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -Wsign-compare = -Wno-long-long -Werror -ansi -g -O2 -I.. -g -O2 -MT appointment.lo -MD -MP = -MF .deps/appointment.Tpo -c appointment.c -fPIC -DPIC -o .libs/appointmen= t.o > cc1: warnings being treated as errors > appointment.c: In function 'rra_appointment_from_vevent': > appointment.c:668: warning: suggest explicit braces to avoid ambiguous 'e= lse' The attached patch eliminates the warnings, which allows the build to succeed. --=20 Matt --MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch Content-Transfer-Encoding: quoted-printable only in patch2: unchanged: --- librra-0.9.0.orig/lib/appointment.c +++ librra-0.9.0/lib/appointment.c @@ -666,6 +666,7 @@ synce_warning("Failed to parse recurrence rule"); =20 if (event_parser_data.uid) + { if (0 =3D=3D strncmp(event_parser_data.uid->values[0], BLOB0067_ST= R, strlen(BLOB0067_STR))) { /* A binary UID from SynCE */ @@ -694,6 +695,7 @@ (uint8_t*)event_parser_data.uid->values[0],=20 strlen(event_parser_data.uid->values[0])); } + } } else #endif only in patch2: unchanged: --- librra-0.9.0.orig/lib/common_handlers.c +++ librra-0.9.0/lib/common_handlers.c @@ -203,7 +203,8 @@ strbuf_append_c(note, *q); } =20 - success =3D parser_add_blob(p, ID_NOTES, note->buffer, note->length); + success =3D parser_add_blob(p, ID_NOTES, (uint8_t *)note->buffer, + note->length); =20 if (parser_utf8(p)) free(source); --MGYHOYXEY6WxJCY8-- --hHWLQfXTYDoKhP50 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) iD8DBQFC+5aZfNdgYxVXvBARAqNBAKCKgq56cNh+KZlJg+w/0tbzw3eAIgCfXLja 0iMDKz5t+ea6RCfajqoIG1o= =AFg+ -----END PGP SIGNATURE----- --hHWLQfXTYDoKhP50-- --------------------------------------- Received: (at 322641-close) by bugs.debian.org; 9 Sep 2005 21:50:04 +0000 >From [EMAIL PROTECTED] Fri Sep 09 14:50:04 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1EDqiG-0003kG-00; Fri, 09 Sep 2005 14:47:12 -0700 From: Volker Christian <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#322641: fixed in librra 0.9.1-1 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Fri, 09 Sep 2005 14:47:12 -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: 3 Source: librra Source-Version: 0.9.1-1 We believe that the bug you reported is fixed in the latest version of librra, which is due to be installed in the Debian FTP archive: librra0-dev_0.9.1-1_i386.deb to pool/main/libr/librra/librra0-dev_0.9.1-1_i386.deb librra0-tools_0.9.1-1_i386.deb to pool/main/libr/librra/librra0-tools_0.9.1-1_i386.deb librra0_0.9.1-1_i386.deb to pool/main/libr/librra/librra0_0.9.1-1_i386.deb librra_0.9.1-1.diff.gz to pool/main/libr/librra/librra_0.9.1-1.diff.gz librra_0.9.1-1.dsc to pool/main/libr/librra/librra_0.9.1-1.dsc librra_0.9.1.orig.tar.gz to pool/main/libr/librra/librra_0.9.1.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. Volker Christian <[EMAIL PROTECTED]> (supplier of updated librra 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, 8 Sep 2005 20:53:04 +0200 Source: librra Binary: librra0-dev librra0 librra0-tools Architecture: source i386 Version: 0.9.1-1 Distribution: unstable Urgency: low Maintainer: Volker Christian <[EMAIL PROTECTED]> Changed-By: Volker Christian <[EMAIL PROTECTED]> Description: librra0 - Library to deal with synchronisation with WinCE devices librra0-dev - Library to deal with synchronisation with WinCE devices (dev file librra0-tools - Library to deal with synchronisation with WinCE devices (tools) Closes: 300242 317766 322641 Changes: librra (0.9.1-1) unstable; urgency=low . * New upstream release * Changed Maintainer-Email to [EMAIL PROTECTED] * Updated watch file to conform to version 3 * Updated the the Policy standard 3.6.2 * FTBFS: Missing braces around an ambiguous else (Closes: #322641) * librra0: deadlock on unexpected escape (Closes: #300242) * librra0-tools: rra-* tools in src/ directory should be installed (Closes: #317766) * Removed the -Werror from the CFLAGS Files: 69bd16a2afd3c0da3fdf17329f6d7eca 695 libs optional librra_0.9.1-1.dsc 72742f93f19d5727159989ec80a725f0 379075 libs optional librra_0.9.1.orig.tar.gz 6452d879edcf1d32fc25560ed6c0e012 19755 libs optional librra_0.9.1-1.diff.gz 6fa369779b23bfe68ff05f5a920b35b7 60084 libdevel optional librra0-dev_0.9.1-1_i386.deb fd112eee21bfe4cb5072cf4a401c9ae2 48210 libs optional librra0_0.9.1-1_i386.deb f774015dda129db04cbade6fa9adea8f 28536 utils optional librra0-tools_0.9.1-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFDIf9Ui2zQYBBlZYQRAogsAKDnZxDvv/7ckq+DlWLM85+RtkZI7wCgrT6D Cfh+jZrpLkpMtii94xz12M0= =xADk -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]