Your message dated Sun, 03 Jul 2005 05:47:21 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#288175: fixed in qemacs 0.3.1.cvs.20050617-3
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; 2 Jan 2005 09:27:22 +0000
>From [EMAIL PROTECTED] Sun Jan 02 01:27:22 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c214226.adsl.hansenet.de (localhost.localdomain)
[213.39.214.226]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Cl21C-0006Iy-00; Sun, 02 Jan 2005 01:27:22 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
id 1Cl26Z-0005p7-Ei; Sun, 02 Jan 2005 10:32:55 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: qemacs: FTBFS (amd64/gcc-4.0): static declaration of 'charset_7bit'
follows non-static declaration
Message-Id: <[EMAIL PROTECTED]>
Date: Sun, 02 Jan 2005 10:32:55 +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: qemacs
Severity: normal
Tags: patch
When building 'qemacs' on amd64 with gcc-4.0,
I get the following error:
In file included from qe.h:605,
from charset.c:19:
display.h: In function 'glyph_width':
display.h:164: warning: pointer targets in passing argument 4 of 'text_metrics'
differ in signedness
charset.c: At top level:
charset.c:126: error: static declaration of 'charset_7bit' follows non-static
declaration
charset.c:23: error: previous declaration of 'charset_7bit' was here
charset.c: In function 'utf8_decode':
charset.c:145: warning: pointer targets in assignment differ in signedness
charset.c:168: warning: pointer targets in assignment differ in signedness
charset.c:171: warning: pointer targets in assignment differ in signedness
charset.c: In function 'encode_utf8':
charset.c:244: warning: pointer targets in passing argument 1 of 'utf8_encode'
differ in signedness
charset.c:244: warning: pointer targets in return differ in signedness
charset.c: In function 'unicode_to_charset':
charset.c:342: warning: pointer targets in passing argument 2 of
'charset->encode_func' differ in signedness
charset.c:342: warning: pointer targets in assignment differ in signedness
make[1]: *** [charset.o] Error 1
make[1]: Leaving directory `/qemacs-0.3.1'
make: *** [build-stamp] Error 2
With the attached patch 'qemacs' can be compiled
on amd64 using gcc-4.0.
Regards
Andreas Jochens
diff -urN ../tmp-orig/qemacs-0.3.1/charset.c ./charset.c
--- ../tmp-orig/qemacs-0.3.1/charset.c 2003-04-22 00:01:42.000000000 +0200
+++ ./charset.c 2005-01-02 10:18:17.399846848 +0100
@@ -20,7 +20,7 @@
QECharset *first_charset = NULL;
-extern QECharset charset_7bit;
+static QECharset charset_7bit;
/* specific tables */
static unsigned short table_idem[256];
diff -urN ../tmp-orig/qemacs-0.3.1/tty.c ./tty.c
--- ../tmp-orig/qemacs-0.3.1/tty.c 2003-04-22 00:01:42.000000000 +0200
+++ ./tty.c 2005-01-02 10:20:36.973628408 +0100
@@ -70,7 +70,7 @@
return 1;
}
-extern QEDisplay tty_dpy;
+static QEDisplay tty_dpy;
static int term_init(QEditScreen *s, int w, int h)
{
diff -urN ../tmp-orig/qemacs-0.3.1/x11.c ./x11.c
--- ../tmp-orig/qemacs-0.3.1/x11.c 2003-04-22 00:01:42.000000000 +0200
+++ ./x11.c 2005-01-02 10:21:01.092961712 +0100
@@ -76,7 +76,7 @@
static CSSRect update_rects[UPDATE_MAX_REGIONS];
#endif
-extern QEDisplay x11_dpy;
+static QEDisplay x11_dpy;
static int visual_depth;
static int force_tty = 0;
---------------------------------------
Received: (at 288175-close) by bugs.debian.org; 3 Jul 2005 09:51:45 +0000
>From [EMAIL PROTECTED] Sun Jul 03 02:51:45 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 1Dp18b-000892-00; Sun, 03 Jul 2005 02:51:45 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1Dp14L-0006VM-00; Sun, 03 Jul 2005 05:47:21 -0400
From: Romain Francoise <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#288175: fixed in qemacs 0.3.1.cvs.20050617-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 03 Jul 2005 05:47:21 -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:
Source: qemacs
Source-Version: 0.3.1.cvs.20050617-3
We believe that the bug you reported is fixed in the latest version of
qemacs, which is due to be installed in the Debian FTP archive:
qemacs-nox_0.3.1.cvs.20050617-3_i386.deb
to pool/main/q/qemacs/qemacs-nox_0.3.1.cvs.20050617-3_i386.deb
qemacs_0.3.1.cvs.20050617-3.diff.gz
to pool/main/q/qemacs/qemacs_0.3.1.cvs.20050617-3.diff.gz
qemacs_0.3.1.cvs.20050617-3.dsc
to pool/main/q/qemacs/qemacs_0.3.1.cvs.20050617-3.dsc
qemacs_0.3.1.cvs.20050617-3_i386.deb
to pool/main/q/qemacs/qemacs_0.3.1.cvs.20050617-3_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.
Romain Francoise <[EMAIL PROTECTED]> (supplier of updated qemacs 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: Sun, 3 Jul 2005 11:29:27 +0200
Source: qemacs
Binary: qemacs-nox qemacs
Architecture: source i386
Version: 0.3.1.cvs.20050617-3
Distribution: unstable
Urgency: low
Maintainer: Romain Francoise <[EMAIL PROTECTED]>
Changed-By: Romain Francoise <[EMAIL PROTECTED]>
Description:
qemacs - Small emacs clone editor with HTML and DocBook editing support
qemacs-nox - Small emacs clone editor (without X support)
Closes: 288175
Changes:
qemacs (0.3.1.cvs.20050617-3) unstable; urgency=low
.
* debian/patches/30_build-fixes.dpatch: New patch, fixes build with
gcc-4.0 (closes: #288175).
* debian/patches/00list: Update.
.
* debian/changelog: Fix typo in previous entry.
Files:
42f328d0aa059113d4b3c81d8f96c9ac 699 editors optional
qemacs_0.3.1.cvs.20050617-3.dsc
12af88ec50d3803b026cfb7aed150fbb 10612 editors optional
qemacs_0.3.1.cvs.20050617-3.diff.gz
2569cf202fddda585f2d8e34c6ede7a5 745174 editors optional
qemacs_0.3.1.cvs.20050617-3_i386.deb
36c59674a4de4700b749665116b7a8b3 738408 editors optional
qemacs-nox_0.3.1.cvs.20050617-3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFCx7IfogN2vsA8Vt8RAoGzAKCSWMZ7aRL837tY3hbB3ObuZY9zawCaAs3/
2P9rFpL0qJ7XngmMSjbAcWM=
=sxud
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]