Your message dated Sun, 08 Jan 2012 15:33:08 +0000
with message-id <[email protected]>
and subject line Bug#653237: fixed in deb-gview 0.2.8
has caused the Debian Bug report #653237,
regarding deb-gview: Fix build failure when using libarchive 3.0.2
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
653237: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=653237
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: deb-gview
Version: 0.2.7
Severity: normal
Tags: patch
I am getting ready for an upload of the latest stable release of libarchive
version 3.0.2 to unstable. Because of a SONAME bump and because deb-gview uses a
symbol which has been dropped in the latest libarchive release (namely
archive_version_number), this requires deb-gview to be rebuilt. Attached is a
patch that will allow deb-gview to be built with either the current version of
libarchive in unstable (2.8.5) or the latest version of libarchive (3.0.2). This
patch will provide the same functionality as what it currently has.
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.1.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Description: Fix build failure when building with libarchive 3.0.2.
Author: Andres Mejia <[email protected]>
--- a/src/main.c 2011-12-25 12:59:50.356201098 -0500
+++ b/src/main.c 2011-12-25 13:03:18.896199110 -0500
@@ -142,7 +142,8 @@
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
textdomain (GETTEXT_PACKAGE);
#endif
- g_assert (archive_api_version () == ARCHIVE_API_VERSION);
+ g_assert ((archive_version_number() / 1000000) ==
+ (ARCHIVE_VERSION_NUMBER / 1000000));
remaining_args = NULL;
window1 = NULL;
option_context = g_option_context_new ("");
--- End Message ---
--- Begin Message ---
Source: deb-gview
Source-Version: 0.2.8
We believe that the bug you reported is fixed in the latest version of
deb-gview, which is due to be installed in the Debian FTP archive:
deb-gview_0.2.8.dsc
to main/d/deb-gview/deb-gview_0.2.8.dsc
deb-gview_0.2.8.tar.gz
to main/d/deb-gview/deb-gview_0.2.8.tar.gz
deb-gview_0.2.8_amd64.deb
to main/d/deb-gview/deb-gview_0.2.8_amd64.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.
Neil Williams <[email protected]> (supplier of updated deb-gview 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.8
Date: Sun, 08 Jan 2012 15:16:24 +0000
Source: deb-gview
Binary: deb-gview
Architecture: source amd64
Version: 0.2.8
Distribution: unstable
Urgency: low
Maintainer: Neil Williams <[email protected]>
Changed-By: Neil Williams <[email protected]>
Description:
deb-gview - GNOME viewer for .deb package files and contents
Closes: 653237
Changes:
deb-gview (0.2.8) unstable; urgency=low
.
* Migrate to using libarchive 3.0.2. Patch by Andres Mejia
<[email protected]>. (Closes: #653237)
* Switch to subversion and 3.0 native with autoreconf support.
* Bump compat to 7
Checksums-Sha1:
bed42f403e5a51453f5b97acabf33b5af7e205e5 999 deb-gview_0.2.8.dsc
93f6b5c8a572fdce0d8c805df9ef8fa854b1dc79 72092 deb-gview_0.2.8.tar.gz
e3e69560dce0c7b93ccab449636f45afa627979b 67552 deb-gview_0.2.8_amd64.deb
Checksums-Sha256:
93f0a7b74f648677df8388782a352965c8a4e76482b0bc31c09e5322e47e991c 999
deb-gview_0.2.8.dsc
bf2189cf07c2c788b953757a7667abc94b7d07a8c5fb05cc918c45ad4dbd62eb 72092
deb-gview_0.2.8.tar.gz
b1b4bbcb3c292f57547d8bae583a25b0372924d7b3ceec783701a260eb9e94a2 67552
deb-gview_0.2.8_amd64.deb
Files:
0d7106aa9ecb54da6b8c41c4c9e08803 999 utils optional deb-gview_0.2.8.dsc
1cbfc659adaf02efd4ea0568828cc6af 72092 utils optional deb-gview_0.2.8.tar.gz
29f95cf5319894141c8765f65256c828 67552 utils optional deb-gview_0.2.8_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk8Js64ACgkQiAEJSii8s+NW0QCgtwhp3RIAVvcEP+WEtwgppr1v
Y4AAoNwJsLAkiMkVsM11W9T61lnthpTv
=NPHQ
-----END PGP SIGNATURE-----
--- End Message ---