Your message dated Sat, 20 Jan 2007 05:47:20 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#297844: fixed in xdelta 1.1.3-7
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)
--- Begin Message ---
Package: xdelta
Severity: normal
Tags: patch
When building 'xdelta' on amd64 with gcc-4.0,
I get the following error:
gcc -DHAVE_CONFIG_H -I. -I. -I. -I./libedsio -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include -O2
-Wall -c xdmain.c
xdmain.c:1444: error: static declaration of 'xd_handle_table' follows
non-static declaration
xdmain.c:67: error: previous declaration of 'xd_handle_table' was here
With the attached patch 'xdelta' can be compiled
on amd64 using gcc-4.0.
Regards
Andreas Jochens
diff -urN ../tmp-orig/xdelta-1.1.3/xdmain.c ./xdmain.c
--- ../tmp-orig/xdelta-1.1.3/xdmain.c 2001-09-24 08:59:18.000000000 +0200
+++ ./xdmain.c 2005-03-03 11:06:09.421149712 +0100
@@ -64,7 +64,7 @@
#include "xdelta.h"
-extern HandleFuncTable xd_handle_table;
+static HandleFuncTable xd_handle_table;
#define XD_PAGE_SIZE (1<<20)
--- End Message ---
--- Begin Message ---
Source: xdelta
Source-Version: 1.1.3-7
We believe that the bug you reported is fixed in the latest version of
xdelta, which is due to be installed in the Debian FTP archive:
libxdelta2-dev_1.1.3-7_i386.deb
to pool/main/x/xdelta/libxdelta2-dev_1.1.3-7_i386.deb
libxdelta2_1.1.3-7_i386.deb
to pool/main/x/xdelta/libxdelta2_1.1.3-7_i386.deb
xdelta_1.1.3-7.diff.gz
to pool/main/x/xdelta/xdelta_1.1.3-7.diff.gz
xdelta_1.1.3-7.dsc
to pool/main/x/xdelta/xdelta_1.1.3-7.dsc
xdelta_1.1.3-7_i386.deb
to pool/main/x/xdelta/xdelta_1.1.3-7_i386.deb
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.
LaMont Jones <[EMAIL PROTECTED]> (supplier of updated xdelta 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, 19 Jan 2007 12:15:11 -0700
Source: xdelta
Binary: xdelta libxdelta2 libxdelta2-dev
Architecture: i386 source
Version: 1.1.3-7
Distribution: unstable
Urgency: low
Maintainer: LaMont Jones <[EMAIL PROTECTED]>
Changed-By: LaMont Jones <[EMAIL PROTECTED]>
Description:
libxdelta2 - Xdelta runtime library
libxdelta2-dev - Xdelta development files
xdelta - A diff utility which works with binary files
Closes: 147187 212677 297844
Changes:
xdelta (1.1.3-7) unstable; urgency=low
.
* Acknowledge NMU. Closes: #297844
* Updates for standards version 3.7.2.0
* Deltas generated on i386 don't apply on 64-bit machines. Closes: #147187
* xdelta.m4 love. Closes: #212677
Files:
f9e8a4483963c3cc6aa5a281725d5392 614 utils optional xdelta_1.1.3-7.dsc
2a158c9cf5e5ecf762f21d10cf4c5c41 51396 libs optional
libxdelta2_1.1.3-7_i386.deb
4e1c482422afda8124d6eee83df11cda 175121 utils optional xdelta_1.1.3-7.diff.gz
c86ba6be8b599823beb6773c56f73cea 28666 utils optional xdelta_1.1.3-7_i386.deb
df20182001d2808c538f7e0c829c9416 64724 libdevel extra
libxdelta2-dev_1.1.3-7_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFFsawezN/kmwoKyScRAu0jAKCUpil04mAHl6mjWxIIt8OuDNPtHwCgkpNA
wGtxM+Wqs8MdSeV/pUvEM7s=
=iY0L
-----END PGP SIGNATURE-----
--- End Message ---