Your message dated Thu, 10 Feb 2005 13:17:26 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#287656: fixed in mined 2000.10-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; 29 Dec 2004 11:39:21 +0000
>From [EMAIL PROTECTED] Wed Dec 29 03:39:21 2004
Return-path: <[EMAIL PROTECTED]>
Received: from d007021.adsl.hansenet.de (localhost.localdomain) [80.171.7.21]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CjcAj-0000WO-00; Wed, 29 Dec 2004 03:39:21 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
id 1CjcFw-0005ZR-QZ; Wed, 29 Dec 2004 12:44:44 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: mined: FTBFS (amd64/gcc-4.0): static declaration of 'viewing_help'
follows non-static declaration
Message-Id: <[EMAIL PROTECTED]>
Date: Wed, 29 Dec 2004 12:44:44 +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: mined
Severity: normal
Tags: patch
When building 'mined' on amd64 with gcc-4.0,
I get the following error:
gcc -DTERMIO -Dunix -DsysV -Dunix -ansi -Waggregate-return -Winline
-Wimplicit-int -Wunused -Wswitch -Wchar-subscripts -Wparentheses -O2 -ggdb -c
mined1.c
mined1.c: In function 'charvalue':
mined1.c:936: warning: pointer targets in passing argument 1 of 'utf8_info'
differ in signedness
mined1.c: In function 'precedingchar':
mined1.c:967: warning: pointer targets in passing argument 1 of 'charvalue'
differ in signedness
mined1.c: In function 'advance_char_scr':
mined1.c:1030: warning: pointer targets in passing argument 1 of 'CJK_len'
differ in signedness
mined1.c:1033: warning: pointer targets in passing argument 1 of 'charvalue'
differ in signedness
mined1.c: In function 'advance_char':
mined1.c:1074: warning: pointer targets in passing argument 1 of 'CJK_len'
differ in signedness
mined1.c: At top level:
mined1.c:2704: error: static declaration of 'viewing_help' follows non-static
declaration
textbuf.c:2048: error: previous declaration of 'viewing_help' was here
make[2]: *** [mined1.o] Error 1
make[2]: Leaving directory `/mined-2000.9/src'
With the attached patch 'mined' can be compiled
on amd64 using gcc-4.0.
Regards
Andreas Jochens
diff -urN ../tmp-orig/mined-2000.9/src/textbuf.c ./src/textbuf.c
--- ../tmp-orig/mined-2000.9/src/textbuf.c 2004-03-11 15:28:29.000000000
+0100
+++ ./src/textbuf.c 2004-12-29 10:50:22.000000000 +0100
@@ -2045,7 +2045,7 @@
}
}
-extern FLAG viewing_help;
+static FLAG viewing_help;
static void end_view_help ();
void
---------------------------------------
Received: (at 287656-close) by bugs.debian.org; 10 Feb 2005 19:28:56 +0000
>From [EMAIL PROTECTED] Thu Feb 10 11:28:56 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 1CzIxy-0002dB-00; Thu, 10 Feb 2005 10:23:02 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1CzIsY-0006KY-00; Thu, 10 Feb 2005 13:17:26 -0500
From: Ramakrishnan Muthukrishnan <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#287656: fixed in mined 2000.10-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 10 Feb 2005 13:17:26 -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:
Source: mined
Source-Version: 2000.10-1
We believe that the bug you reported is fixed in the latest version of
mined, which is due to be installed in the Debian FTP archive:
mined_2000.10-1.diff.gz
to pool/main/m/mined/mined_2000.10-1.diff.gz
mined_2000.10-1.dsc
to pool/main/m/mined/mined_2000.10-1.dsc
mined_2000.10-1_i386.deb
to pool/main/m/mined/mined_2000.10-1_i386.deb
mined_2000.10.orig.tar.gz
to pool/main/m/mined/mined_2000.10.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.
Ramakrishnan Muthukrishnan <[EMAIL PROTECTED]> (supplier of updated mined
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: Sat, 5 Feb 2005 20:43:46 +0530
Source: mined
Binary: mined
Architecture: source i386
Version: 2000.10-1
Distribution: unstable
Urgency: low
Maintainer: Ramakrishnan Muthukrishnan <[EMAIL PROTECTED]>
Changed-By: Ramakrishnan Muthukrishnan <[EMAIL PROTECTED]>
Description:
mined - A small, easy to use, unicode-capable text editor
Closes: 287656
Changes:
mined (2000.10-1) unstable; urgency=low
.
* New upstream release.
* Includes upstream fixes for the FTBFS bugs for some targets (like amd64).
This is untested. (closes: #287656)
Files:
336010cb6cbefbc785e8f4933b0b6b81 593 editors optional mined_2000.10-1.dsc
f3ccd5903216821d8477f296a42dbd26 3093383 editors optional
mined_2000.10.orig.tar.gz
5ee77a9b9bcdd5f44b0630167d6b13c8 3165 editors optional mined_2000.10-1.diff.gz
b3fc3473e1ea4de911bed3b01aa29e3a 2362142 editors optional
mined_2000.10-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFCC56EFyn1hmqfPDgRAhReAJsGmpfBU3HOJbJ/hOhQcN0T5U8/FwCdEH8G
qUtaZRuWjITiBOwwQ43yoRk=
=hgsi
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]