Your message dated Sat, 22 Oct 2005 15:32:08 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#286495: fixed in gcombust 0.1.55-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; 20 Dec 2004 15:35:08 +0000
>From [EMAIL PROTECTED] Mon Dec 20 07:35:08 2004
Return-path: <[EMAIL PROTECTED]>
Received: from c219139.adsl.hansenet.de (localhost.localdomain) 
[213.39.219.139] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CgPYx-0008GU-00; Mon, 20 Dec 2004 07:35:07 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
        id 1CgPde-0006wX-VI; Mon, 20 Dec 2004 16:39:58 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: gcombust: FTBFS (amd64/gcc-4.0): static declaration of 
'opt_try_harder' follows non-static declaration
Message-Id: <[EMAIL PROTECTED]>
Date: Mon, 20 Dec 2004 16:39:58 +0100
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (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_2004_03_25
X-Spam-Level: 

Package: gcombust
Severity: normal
Tags: patch

When building 'gcombust' on amd64 with gcc-4.0,
I get the following error:

gcc -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/usr//share/locale\" -I../intl   
 -g -O2 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
-c optimize_usage.c
optimize_usage.c:34: error: static declaration of 'opt_try_harder' follows 
non-static declaration
optimize_usage.h:19: error: previous declaration of 'opt_try_harder' was here
make[3]: *** [optimize_usage.o] Error 1
make[3]: Leaving directory `/gcombust-0.1.55/src'

With the attached patch 'gcombust' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/gcombust-0.1.55/src/optimize_usage.c 
./src/optimize_usage.c
--- ../tmp-orig/gcombust-0.1.55/src/optimize_usage.c    2003-06-30 
15:07:27.000000000 +0200
+++ ./src/optimize_usage.c      2004-12-20 16:29:48.012513000 +0100
@@ -31,7 +31,7 @@
 #include "locks.h"
 #include "globals.h"
 
-static GtkWidget *opt_try_harder;
+GtkWidget *opt_try_harder;
 
 static GtkWidget *cdsize_option_menu, *cdsize_selected_label, 
*cdsector_selected_label;
 static GtkWidget *used_size_label, *used_sectors_label, *wasted_size_label, 
*wasted_sectors_label;
diff -urN ../tmp-orig/gcombust-0.1.55/src/rip_audio.c ./src/rip_audio.c
--- ../tmp-orig/gcombust-0.1.55/src/rip_audio.c 2002-02-16 21:00:52.000000000 
+0100
+++ ./src/rip_audio.c   2004-12-20 16:30:05.285887048 +0100
@@ -41,7 +41,7 @@
 char *cdda2wav_path = NULL, *cdda_device_path;
 char *def_rip_path = NULL;
 char *cdparanoia_path = NULL, *cdpara_device_path;
-static GtkWidget *rip_path_entry;
+GtkWidget *rip_path_entry;
 
 static GtkWidget *rip_win = NULL, *p_win;
 static GtkWidget *autoscroll_cdda2wav_text, *cdda2wav_text, 
*cdda2wav_text_scrollbar;

---------------------------------------
Received: (at 286495-close) by bugs.debian.org; 22 Oct 2005 22:38:30 +0000
>From [EMAIL PROTECTED] Sat Oct 22 15:38:28 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1ETRuK-0007JN-00; Sat, 22 Oct 2005 15:32:08 -0700
From: Matej Vela <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#286495: fixed in gcombust 0.1.55-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 22 Oct 2005 15:32:08 -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

Source: gcombust
Source-Version: 0.1.55-2

We believe that the bug you reported is fixed in the latest version of
gcombust, which is due to be installed in the Debian FTP archive:

gcombust_0.1.55-2.dsc
  to pool/main/g/gcombust/gcombust_0.1.55-2.dsc
gcombust_0.1.55-2.tar.gz
  to pool/main/g/gcombust/gcombust_0.1.55-2.tar.gz
gcombust_0.1.55-2_i386.deb
  to pool/main/g/gcombust/gcombust_0.1.55-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.
Matej Vela <[EMAIL PROTECTED]> (supplier of updated gcombust 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: Sun, 23 Oct 2005 00:19:24 +0200
Source: gcombust
Binary: gcombust
Architecture: source i386
Version: 0.1.55-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Matej Vela <[EMAIL PROTECTED]>
Description: 
 gcombust   - GTK+ based CD mastering and burning program
Closes: 200633 230643 243376 286495 299326 314074
Changes: 
 gcombust (0.1.55-2) unstable; urgency=low
 .
   * QA upload.
   * Package is orphaned (see #288267); set maintainer to Debian QA Group.
   * Acknowledge NMU.  Closes: #200633.
   * src/optimize_usage.c, src/rip_audio.c: Fix conflicting declarations no
     longer tolerated by gcc 4.0.  Thanks to Andreas Jochens for the patch.
     Closes: #286495.
   * po/da.po: Apply updates from Morten Bo Johansen.  Closes: #230643.
   * po/de.po: Apply corrections from Jens Seidel.  Closes: #314074.
   * po/fr.po: Apply corrections from Glenn ROLLAND.  Closes: #243376.
   * Switch to debhelper 4.
   * Automatically update config.sub and config.guess from autotools-dev.
   * debian/menu:
     - Add an icon field pointing to a 32x32 version of gcombust.xpm.
       Closes: #299326.
     - Add quotes to placate Lintian.
   * debian/rules: Honor DEB_BUILD_OPTIONS=noopt.
   * debian/changelog: Remove obsolete Emacs local variables.
   * Conforms to Standards version 3.6.2.
Files: 
 55aafbeccc7f02c1ca49870325d42d6b 551 otherosfs extra gcombust_0.1.55-2.dsc
 1b84815b00229256b52e5f2f45acc786 829678 otherosfs extra 
gcombust_0.1.55-2.tar.gz
 f9b71e0acaa4af6d96f9dbac85af4e7a 328122 otherosfs extra 
gcombust_0.1.55-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDWrtIxBYivKllgY8RAjm0AKDFqzwL0kbZ7j8TKycjt5u9rS0cwwCePsug
/KB93KlIOfaZChXG3W6hEN8=
=eMSQ
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to