Your message dated Thu, 13 Jan 2005 03:33:28 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#288749: fixed in zapping 0.8.0-2
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; 5 Jan 2005 13:49:37 +0000
>From [EMAIL PROTECTED] Wed Jan 05 05:49:28 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c196149.adsl.hansenet.de (localhost.localdomain)
[213.39.196.149]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CmBWb-0002uX-00; Wed, 05 Jan 2005 05:48:33 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
id 1CmBcD-0005ZG-2v; Wed, 05 Jan 2005 14:54:21 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: zapping: FTBFS (amd64/gcc-4.0): invalid storage class for function
'do_write'
Message-Id: <[EMAIL PROTECTED]>
Date: Wed, 05 Jan 2005 14:54:21 +0100
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-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Package: zapping
Severity: normal
Tags: patch
When building 'zapping' on amd64 with gcc-4.0,
I get the following error:
exp-gfx.c: In function 'export_png':
exp-gfx.c:1878: error: invalid storage class for function 'do_write'
make[4]: *** [exp-gfx.o] Error 1
make[4]: *** Waiting for unfinished jobs....
With the attached patch 'zapping' can be compiled
on amd64 using gcc-4.0.
Regards
Andreas Jochens
diff -urN ../tmp-orig/zapping-0.8.0/libvbi/exp-gfx.c ./libvbi/exp-gfx.c
--- ../tmp-orig/zapping-0.8.0/libvbi/exp-gfx.c 2004-11-08 17:23:35.000000000
+0100
+++ ./libvbi/exp-gfx.c 2005-01-05 13:50:50.586678288 +0100
@@ -1875,7 +1875,7 @@
}
/* Avoid possible longjmp breakage due to libpng ugliness */
- { static int do_write() {
+ { int do_write() {
if (setjmp (png_ptr->jmpbuf))
return 1;
diff -urN ../tmp-orig/zapping-0.8.0/plugins/screenshot/screenshot.c
./plugins/screenshot/screenshot.c
--- ../tmp-orig/zapping-0.8.0/plugins/screenshot/screenshot.c 2004-11-02
18:51:08.000000000 +0100
+++ ./plugins/screenshot/screenshot.c 2005-01-05 14:03:52.735773552 +0100
@@ -176,6 +176,8 @@
return NULL;
}
+static gboolean plugin_start (void);
+
static gint
ov511_grab_button_timeout (guint *timeout_id)
{
@@ -199,7 +201,6 @@
/* only done afterwards */
if (ov511_clicked)
{
- static gboolean plugin_start (void);
ov511_clicked = FALSE;
plugin_start();
@@ -463,10 +464,11 @@
screenshot_option_##_name = \
gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (w));
+static void plugin_add_gui (GnomeApp *);
+
static void
screenshot_apply (GtkWidget *page)
{
- static void plugin_add_gui (GnomeApp *);
GtkWidget *w;
w = lookup_widget (page, "screenshot_command");
---------------------------------------
Received: (at 288749-close) by bugs.debian.org; 13 Jan 2005 08:35:34 +0000
>From [EMAIL PROTECTED] Thu Jan 13 00:35:34 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Cp0S6-0005dB-00; Thu, 13 Jan 2005 00:35:34 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1Cp0Q4-0003WB-00; Thu, 13 Jan 2005 03:33:28 -0500
From: Christian Marillat <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.54 $
Subject: Bug#288749: fixed in zapping 0.8.0-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 13 Jan 2005 03:33:28 -0500
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-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-Spam-Level:
Source: zapping
Source-Version: 0.8.0-2
We believe that the bug you reported is fixed in the latest version of
zapping, which is due to be installed in the Debian FTP archive:
zapping_0.8.0-2.diff.gz
to pool/main/z/zapping/zapping_0.8.0-2.diff.gz
zapping_0.8.0-2.dsc
to pool/main/z/zapping/zapping_0.8.0-2.dsc
zapping_0.8.0-2_i386.deb
to pool/main/z/zapping/zapping_0.8.0-2_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.
Christian Marillat <[EMAIL PROTECTED]> (supplier of updated zapping 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, 13 Jan 2005 08:56:07 +0100
Source: zapping
Binary: zapping
Architecture: source i386
Version: 0.8.0-2
Distribution: unstable
Urgency: low
Maintainer: Christian Marillat <[EMAIL PROTECTED]>
Changed-By: Christian Marillat <[EMAIL PROTECTED]>
Description:
zapping - television viewer for the GNOME environment
Closes: 288749 288795
Changes:
zapping (0.8.0-2) unstable; urgency=low
.
* Update libzvbi-dev Build-Depency to 0.2.11-2 (Closes: #288795)
* New patch to fix build on amd64 and gcc 4.0 (Closes: #288749)
* Add suppport for arts.
Files:
244e803b773f6e0d4638eb7553308622 828 gnome extra zapping_0.8.0-2.dsc
a5f43c1e1775304755fd073fba8bf636 7374 gnome extra zapping_0.8.0-2.diff.gz
e4201b6a687d382151d6c5ed20c060eb 877494 gnome extra zapping_0.8.0-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
iD8DBQFB5izVB9xWPR9BuQcRAkinAJ43n/bruGh00OLAmpWZpPAWqmjaqgCeKE0G
dJsmcFLbIyPPUJ36MAMvhHU=
=NgM8
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]