Your message dated Sat, 19 Feb 2005 22:02:03 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#294319: fixed in pcb 1.99j+20050127-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; 9 Feb 2005 07:28:54 +0000 >From [EMAIL PROTECTED] Tue Feb 08 23:28:54 2005 Return-path: <[EMAIL PROTECTED]> Received: from d157137.adsl.hansenet.de (localhost.localdomain) [80.171.157.137] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1CymHN-0003Ho-00; Tue, 08 Feb 2005 23:28:54 -0800 Received: from aj by localhost.localdomain with local (Exim 4.34) id 1CymHK-0007YP-Cl; Wed, 09 Feb 2005 08:28:50 +0100 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: pcb: FTBFS (amd64/gcc-4.0): static declaration of 'abs' follows non-static declaration Message-Id: <[EMAIL PROTECTED]> Date: Wed, 09 Feb 2005 08:28:50 +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: pcb Severity: normal Tags: patch When building 'pcb' on amd64 with gcc-4.0, I get the following error: if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./icons -DPCBLIBDIR=\"/usr/share/pcb\" -DPCBTREEDIR=\"/usr/share/pcb/newlib\" -DNDEBUG -g -O2 -Wall -I/usr/X11R6/include -MT djopt.o -MD -MP -MF ".deps/djopt.Tpo" -c -o djopt.o djopt.c; \ then mv -f ".deps/djopt.Tpo" ".deps/djopt.Po"; else rm -f ".deps/djopt.Tpo"; exit 1; fi djopt.c:280: error: static declaration of 'abs' follows non-static declaration make[5]: *** [djopt.o] Error 1 make[5]: Leaving directory `/pcb-1.99j+20050127/src' With the attached patch 'pcb' can be compiled on amd64 using gcc-4.0. Regards Andreas Jochens diff -urN ../tmp-orig/pcb-1.99j+20050127/src/djopt.c ./src/djopt.c --- ../tmp-orig/pcb-1.99j+20050127/src/djopt.c 2005-01-06 04:46:26.000000000 +0100 +++ ./src/djopt.c 2005-02-09 08:12:00.059565814 +0100 @@ -276,12 +276,6 @@ } static int -abs (int x) -{ - return x > 0 ? x : -x; -} - -static int max (int x, int y) { return x > y ? x : y; --------------------------------------- Received: (at 294319-close) by bugs.debian.org; 20 Feb 2005 03:08:16 +0000 >From [EMAIL PROTECTED] Sat Feb 19 19:08:16 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 1D2hSC-0005BK-00; Sat, 19 Feb 2005 19:08:16 -0800 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1D2hMB-0006L8-00; Sat, 19 Feb 2005 22:02:03 -0500 From: Hamish Moffatt <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.55 $ Subject: Bug#294319: fixed in pcb 1.99j+20050127-2 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Sat, 19 Feb 2005 22:02:03 -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: X-CrossAssassin-Score: 2 Source: pcb Source-Version: 1.99j+20050127-2 We believe that the bug you reported is fixed in the latest version of pcb, which is due to be installed in the Debian FTP archive: pcb_1.99j+20050127-2.diff.gz to pool/main/p/pcb/pcb_1.99j+20050127-2.diff.gz pcb_1.99j+20050127-2.dsc to pool/main/p/pcb/pcb_1.99j+20050127-2.dsc pcb_1.99j+20050127-2_i386.deb to pool/main/p/pcb/pcb_1.99j+20050127-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. Hamish Moffatt <[EMAIL PROTECTED]> (supplier of updated pcb 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----- Format: 1.7 Date: Sun, 20 Feb 2005 13:14:00 +1100 Source: pcb Binary: pcb Architecture: source i386 Version: 1.99j+20050127-2 Distribution: unstable Urgency: low Maintainer: Hamish Moffatt <[EMAIL PROTECTED]> Changed-By: Hamish Moffatt <[EMAIL PROTECTED]> Description: pcb - printed circuit board (pcb) design program Closes: 269578 294319 295404 295405 Changes: pcb (1.99j+20050127-2) unstable; urgency=low . * Improved package description: (closes: #295405) * Fixed dependency: tk84 -> tk8.4 (closes: #295404) * Updated README.debian (closes: #269578) * Applied patch to src/djopt.c to allow compilation with gcc-4.0 (closes: #294319), thanks to Andreas Jochens for the patch. * Prevent example files from being compressed Files: 23b1fb7e18216a861b9483c7f1675b1e 745 electronics optional pcb_1.99j+20050127-2.dsc ca67da13b23dfde9d25d55a015bef7a0 4238 electronics optional pcb_1.99j+20050127-2.diff.gz 98213b362aec9d4581522b9e1fefa09d 1200218 electronics optional pcb_1.99j+20050127-2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iQCVAwUBQhf7PNiYIdPvprnVAQHakwP7B/ENrLYDOESCfRbUG4Ye+fx9vOfAB/VV Bqfkrcu2tXMH4XLew6gLCiFwDP17x/cnjmrq4O6nQ/t1kZnkqQDFy2DKXU0FQi6p Meqdr735JbIzwHe79R4DzMXAF+JXZ0basjJCz8VjQfIZkSoIJAuzxhdDFX5UD1ng jIBX3xbdkgE= =9U4i -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]