Your message dated Sun, 24 Jul 2005 12:56:33 -0700 with message-id <[EMAIL PROTECTED]> and subject line bug fixed 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; 4 Apr 2005 11:29:13 +0000 >From [EMAIL PROTECTED] Mon Apr 04 04:29:13 2005 Return-path: <[EMAIL PROTECTED]> Received: from c214125.adsl.hansenet.de (localhost.localdomain) [213.39.214.125] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DIPlY-0001vc-00; Mon, 04 Apr 2005 04:29:12 -0700 Received: from aj by localhost.localdomain with local (Exim 4.50) id 1DIPlW-0006nJ-T1; Mon, 04 Apr 2005 13:29:10 +0200 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: cnews: FTBFS (amd64/gcc-4.0): static declaration of 'bfincache' follows non-static declaration Message-Id: <[EMAIL PROTECTED]> Date: Mon, 04 Apr 2005 13:29:10 +0200 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: cnews Version: cr.g7-38 Severity: normal Tags: patch Hello, Thank you for applying the gcc-4.0 related changes. There is now only one small issue with gcc-4.0 left: cc -O2 -DFASTSTRCHR -I../include -c -o trbatch.o trbatch.c trbatch.c:26: error: static declaration of 'bfincache' follows non-static declaration ../include/trbatch.h:31: error: previous declaration of 'bfincache' was here trbatch.c:27: error: static declaration of 'bfrclose' follows non-static declaration ../include/trbatch.h:30: error: previous declaration of 'bfrclose' was here trbatch.c: In function 'hfinstall': trbatch.c:78: warning: incompatible implicit declaration of built-in function 'memset' make[2]: *** [trbatch.o] Error 1 make[2]: Leaving directory `/cnews-cr.g7/explode' With the attached patch 'cnews' can be compiled on amd64 using gcc-4.0. Regards Andreas Jochens diff -urN ../tmp-orig/cnews-cr.g7/include/trbatch.h ./include/trbatch.h --- ../tmp-orig/cnews-cr.g7/include/trbatch.h 2005-04-04 13:23:43.952160020 +0200 +++ ./include/trbatch.h 2005-04-04 13:23:40.897732710 +0200 @@ -27,8 +27,8 @@ extern statust bffkclose(); extern int bfflush(); /* imports from trbatcomm.c */ -extern statust bfclose(), bfrclose(); -extern struct batchfile *bfincache(), *fakebf(); +extern statust bfclose(); +extern struct batchfile *fakebf(); extern struct batchfile batchfile[]; /* try to keep open always */ #define lastbf &batchfile[NOPENBFS-1] --------------------------------------- Received: (at 303040-done) by bugs.debian.org; 24 Jul 2005 20:00:56 +0000 >From [EMAIL PROTECTED] Sun Jul 24 13:00:56 2005 Return-path: <[EMAIL PROTECTED]> Received: from blars.org (renig.nat.blars.org) [64.81.35.59] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1Dwmee-00049e-00; Sun, 24 Jul 2005 13:00:56 -0700 Received: from quaff.nat.blars.org (quaff.nat.blars.org [172.16.2.7]) by renig.nat.blars.org (8.12.3/8.12.3/Debian-7.1) with ESMTP id j6OK0tMu010230 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for <[EMAIL PROTECTED]>; Sun, 24 Jul 2005 13:00:55 -0700 Received: from quaff.nat.blars.org (quaff [127.0.0.1]) by quaff.nat.blars.org (8.13.4/8.13.4/Debian-3) with ESMTP id j6OJuXeM021263 for <[EMAIL PROTECTED]>; Sun, 24 Jul 2005 12:56:33 -0700 Received: (from [EMAIL PROTECTED]) by quaff.nat.blars.org (8.13.4/8.13.4/Submit) id j6OJuX9p021261 for [EMAIL PROTECTED]; Sun, 24 Jul 2005 12:56:33 -0700 Date: Sun, 24 Jul 2005 12:56:33 -0700 From: Blars Blarson <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: bug fixed Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i 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=-3.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2005_01_02 Version: cr.g7-39 Typo in changelog prevented closing. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]