Your message dated Fri, 08 Jul 2005 14:47:09 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#317415: fixed in bb 1.3rc1-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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 8 Jul 2005 10:25:27 +0000
>From [EMAIL PROTECTED] Fri Jul 08 03:25:27 2005
Return-path: <[EMAIL PROTECTED]>
Received: from s4.millennium.berkeley.edu [169.229.48.161] 
([yJf9bfLlkVpW/Jat3HZEwLoYSPvMNHXi])
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Dqq2x-0003XL-00; Fri, 08 Jul 2005 03:25:27 -0700
Received: from s4.Millennium.Berkeley.EDU (IDENT:0+u43RJ/QUYN/[EMAIL PROTECTED] 
[127.0.0.1])
        by s4.Millennium.Berkeley.EDU (8.13.4/8.13.4/Debian-1) with ESMTP id 
j68APQUN016223
        for <[EMAIL PROTECTED]>; Fri, 8 Jul 2005 03:25:26 -0700
Received: (from [EMAIL PROTECTED])
        by s4.Millennium.Berkeley.EDU (8.13.4/8.13.4/Submit) id j68APQa4016220;
        Fri, 8 Jul 2005 03:25:26 -0700
Message-Id: <[EMAIL PROTECTED]>
X-Authentication-Warning: s4.Millennium.Berkeley.EDU: quarl set sender to 
[EMAIL PROTECTED] using -f
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Karl Chen <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: bb: FTBFS with gcc-3.4: conflicting types for 'tl_lookup_timer'
X-Mailer: reportbug 3.8
Date: Fri, 08 Jul 2005 03:25:26 -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-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: bb
Severity: serious
Tags: patch
Justification: no longer builds from source


bb failes to build with gcc-3.4:

gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -I/usr/include -pthread -D_REENTRANT 
-D SOUNDDIR=\"/usr/share/bb\" -c timers.c
timers.c:311: error: conflicting types for 'tl_lookup_timer'
timers.h:52: error: previous declaration of 'tl_lookup_timer' was here
timers.c:311: error: conflicting types for 'tl_lookup_timer'
timers.h:52: error: previous declaration of 'tl_lookup_timer' was here
timers.c:387: error: conflicting types for 'tl_reset_timer'
timers.h:53: error: previous declaration of 'tl_reset_timer' was here
timers.c:387: error: conflicting types for 'tl_reset_timer'
timers.h:53: error: previous declaration of 'tl_reset_timer' was here

The following patch fixes it:


--- timers.c.orig       2005-07-08 02:58:28.000000000 -0700
+++ timers.c    2005-07-08 03:07:10.000000000 -0700
@@ -306,6 +306,7 @@
 #endif
 #endif
 }
+REGISTERS(3)
 int
 tl_lookup_timer (tl_timer * t)
 {
@@ -382,6 +383,7 @@
 #endif
 }
 
+REGISTERS(3)
 void
 tl_reset_timer (tl_timer * t)
 {



-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-perfctr-2.6.13-bmc
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

---------------------------------------
Received: (at 317415-close) by bugs.debian.org; 8 Jul 2005 18:53:27 +0000
>From [EMAIL PROTECTED] Fri Jul 08 11:53:27 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 1DqxyZ-0001l4-00; Fri, 08 Jul 2005 11:53:27 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DqxsT-00071C-00; Fri, 08 Jul 2005 14:47:09 -0400
From: Uwe Hermann <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#317415: fixed in bb 1.3rc1-7
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 08 Jul 2005 14:47:09 -0400
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: 
X-CrossAssassin-Score: 3

Source: bb
Source-Version: 1.3rc1-7

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

bb_1.3rc1-7.diff.gz
  to pool/main/b/bb/bb_1.3rc1-7.diff.gz
bb_1.3rc1-7.dsc
  to pool/main/b/bb/bb_1.3rc1-7.dsc
bb_1.3rc1-7_i386.deb
  to pool/main/b/bb/bb_1.3rc1-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.
Uwe Hermann <[EMAIL PROTECTED]> (supplier of updated bb 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,  8 Jul 2005 19:55:42 +0200
Source: bb
Binary: bb
Architecture: source i386
Version: 1.3rc1-7
Distribution: unstable
Urgency: low
Maintainer: Uwe Hermann <[EMAIL PROTECTED]>
Changed-By: Uwe Hermann <[EMAIL PROTECTED]>
Description: 
 bb         - ASCII-art demo based on AAlib
Closes: 260536 317167 317415
Changes: 
 bb (1.3rc1-7) unstable; urgency=low
 .
   * Fix FTBS with gcc 3.4 and 4.0 (Closes: #317415).
     Thanks to Karl Chen for the patch.
   * Build against libaa1 instead of aalib1 (Closes: #317167).
   * Standards-Version: 3.6.2.0 (no changes required).
   * Moved bb from /usr/bin to /usr/games (Closes: #260536).
Files: 
 2568c7041da09ee75e48ed87923bcca8 585 games optional bb_1.3rc1-7.dsc
 a03027ad560b2a7339ef36db069b5717 29259 games optional bb_1.3rc1-7.diff.gz
 abe5d38c64928d21d61c13bf3c2a5172 1196166 games optional bb_1.3rc1-7_i386.deb

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

iD4DBQFCzsIHXdVoV3jWIbQRAhwkAJ4g5BQ2qKJp+I89b1Z6kSGntNWM6ACYngWo
KcFzqASfNNLC3x0eXPNxJQ==
=yg/R
-----END PGP SIGNATURE-----


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

Reply via email to