Your message dated Thu, 11 Aug 2005 16:47:06 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#314578: fixed in ksh 93q+93r-1 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; 17 Jun 2005 07:56:38 +0000 >From [EMAIL PROTECTED] Fri Jun 17 00:56:38 2005 Return-path: <[EMAIL PROTECTED]> Received: from d007227.adsl.hansenet.de (localhost.localdomain) [80.171.7.227] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DjBiQ-00028G-00; Fri, 17 Jun 2005 00:56:38 -0700 Received: from aj by localhost.localdomain with local (Exim 4.50) id 1DjBiM-0007VH-9L; Fri, 17 Jun 2005 09:56:34 +0200 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: ksh: FTBFS (amd64/gcc-4.0): static declaration of '_sfds Message-Id: <[EMAIL PROTECTED]> Date: Fri, 17 Jun 2005 09:56:34 +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: ksh Version: 93q-3 Severity: normal Tags: patch When building 'ksh' on amd64/unstable with gcc-4.0, I get the following error: + cc -D_BLD_DLL -fpic -D_BLD_ast -g -O2 -I. -I/ksh-93q/src/lib/libast -Icomp -I/ ksh-93q/src/lib/libast/comp -Iport -I/ksh-93q/src/lib/libast/port -Isfio -I/ksh- 93q/src/lib/libast/sfio -Iinclude -I/ksh-93q/src/lib/libast/include -Istd -I/ksh -93q/src/lib/libast/std -I/ksh-93q/arch/linux.x86_64/include -D_PACKAGE_ast -c / ksh-93q/src/lib/libast/sfio/sfvscanf.c In file included from /ksh-93q/src/lib/libast/sfio/sfvscanf.c:35: /ksh-93q/src/lib/libast/sfio/sfstrtof.h:187: error: static declaration of '_sfds can' follows non-static declaration /ksh-93q/src/lib/libast/sfio/sfhdr.h:1124: error: previous declaration of '_sfds can' was here With the attached patch 'ksh' can be compiled on amd64 using gcc-4.0. Regards Andreas Jochens diff -urN ../tmp-orig/ksh-93q/src/lib/libast/sfio/sfstrtof.h ./src/lib/libast/sfio/sfstrtof.h --- ../tmp-orig/ksh-93q/src/lib/libast/sfio/sfstrtof.h 2004-08-27 20:52:59.000000000 +0200 +++ ./src/lib/libast/sfio/sfstrtof.h 2005-06-17 09:28:58.000000000 +0200 @@ -53,7 +53,7 @@ #if !defined(S2F_function) #define S2F_function _sfdscan -#define S2F_static 1 +/* #define S2F_static 1 */ #define S2F_type 2 #define S2F_scan 1 #ifndef elementsof --------------------------------------- Received: (at 314578-close) by bugs.debian.org; 11 Aug 2005 23:49:08 +0000 >From [EMAIL PROTECTED] Thu Aug 11 16:49:08 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1E3MlO-0006Zj-00; Thu, 11 Aug 2005 16:47:06 -0700 From: Oliver Kiddle <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#314578: fixed in ksh 93q+93r-1 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Thu, 11 Aug 2005 16:47:06 -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: ksh Source-Version: 93q+93r-1 We believe that the bug you reported is fixed in the latest version of ksh, which is due to be installed in the Debian FTP archive: ksh_93q+93r-1.diff.gz to pool/main/k/ksh/ksh_93q+93r-1.diff.gz ksh_93q+93r-1.dsc to pool/main/k/ksh/ksh_93q+93r-1.dsc ksh_93q+93r-1_sparc.deb to pool/main/k/ksh/ksh_93q+93r-1_sparc.deb ksh_93q+93r.orig.tar.gz to pool/main/k/ksh/ksh_93q+93r.orig.tar.gz 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. Oliver Kiddle <[EMAIL PROTECTED]> (supplier of updated ksh 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, 11 Aug 2005 22:34:14 +0200 Source: ksh Binary: ksh Architecture: source sparc Version: 93q+93r-1 Distribution: unstable Urgency: high Maintainer: Oliver Kiddle <[EMAIL PROTECTED]> Changed-By: Oliver Kiddle <[EMAIL PROTECTED]> Description: ksh - The real, AT&T version of the Korn shell Closes: 314578 Changes: ksh (93q+93r-1) unstable; urgency=high . * New upstream beta version, fixes gcc 4 problem (closes: #314578) Files: 955dd0316ac418ed4ce3e19fa1097a36 571 shells optional ksh_93q+93r-1.dsc 36a931bc7bf6f5222a645c59339a33eb 1872261 shells optional ksh_93q+93r.orig.tar.gz b9218ee1a89eefe546cb72a77a3d3d3c 9897 shells optional ksh_93q+93r-1.diff.gz 30b9092d4403005c453167e5e07d58f5 1006618 shells optional ksh_93q+93r-1_sparc.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Debian! iD8DBQFC+9+h5m0u66uWM3ARAoiEAJkB0IsAygqPTgNol9Ad/uBMSLrnBgCcCA+z YtYJMslN6nA8LXP2iNC99oY= =fvfn -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]