Your message dated Thu, 05 Apr 2012 21:41:00 +0000
with message-id <e1sfuqo-0001ib...@franck.debian.org>
and subject line Bug#667644: Removed package(s) from unstable
has caused the Debian Bug report #653231,
regarding gmameui: Fix build failure using new 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 ow...@bugs.debian.org
immediately.)


-- 
653231: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=653231
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gmameui
Version: 0.2.12-1
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, this requires packages
using libarchive to be rebuilt. I found that gmameui fails to build using
libarchive 3.0.2. Attached is a patch that will allow gmameui to be built with
either the current version of libarchive in unstable (2.8.5) or the latest
version of libarchive (3.0.2).

-- 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 because of removal of
 archive_read_data_into_buffer. Use archive_read_data instead.
Author: Andres Mejia <ame...@debian.org>

--- a/src/gmameui-zip-utils.c
+++ b/src/gmameui-zip-utils.c
@@ -91,7 +91,7 @@
 			buffer_data = (gchar *) g_malloc0 (filesize);
 			
 			/* Read the zipped pixbuf into memory */
-			archive_read_data_into_buffer (zipfile, buffer_data, filesize);
+			archive_read_data(zipfile, buffer_data, filesize);
 			
 			pixbuf = load_pixbuf_data (buffer_data, filesize);
 									 

--- End Message ---
--- Begin Message ---
Version: 0.2.12-1+rm

Dear submitter,

as the package gmameui has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/667644

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)


--- End Message ---

Reply via email to