Your message dated Sat, 06 Aug 2005 16:32:06 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#288459: fixed in rxvt 1:2.6.4-7
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; 3 Jan 2005 21:29:04 +0000
>From [EMAIL PROTECTED] Mon Jan 03 13:29:04 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c173214.adsl.hansenet.de (localhost.localdomain) 
[213.39.173.214] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1ClZl9-0001An-00; Mon, 03 Jan 2005 13:29:04 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
        id 1ClZqg-0001PY-JH; Mon, 03 Jan 2005 22:34:46 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: rxvt: FTBFS (amd64/gcc-4.0): static declaration of 'kstate_add_xlat' 
follows non-static declaration
Message-Id: <[EMAIL PROTECTED]>
Date: Mon, 03 Jan 2005 22:34:46 +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: rxvt
Severity: normal
Tags: patch

When building 'rxvt' on amd64 with gcc-4.0,
I get the following error:

gcc -DHAVE_CONFIG_H  -c -DHAVE_LIBXPM -I/usr/include/X11  -I. -I.. -I.  -O3 
-Wall grkelot.c
grkelot.c:161: error: static declaration of 'kstate_add_xlat' follows 
non-static declaration
grkelot.intpro:7: error: previous declaration of 'kstate_add_xlat' was here
grkelot.c:162: error: static declaration of 'kstate_add_switcher' follows 
non-static declaration
grkelot.intpro:8: error: previous declaration of 'kstate_add_switcher' was here
grkelot.c:163: error: static declaration of 'kstate_set_life' follows 
non-static declaration
grkelot.intpro:9: error: previous declaration of 'kstate_set_life' was here
make[2]: *** [grkelot.o] Error 1
make[2]: Leaving directory `/rxvt-2.6.4/src'

With the attached patch 'rxvt' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/rxvt-2.6.4/src/grkelot.c ./src/grkelot.c
--- ../tmp-orig/rxvt-2.6.4/src/grkelot.c        1998-11-12 05:51:12.000000000 
+0100
+++ ./src/grkelot.c     2005-01-03 22:09:44.000000000 +0100
@@ -158,9 +158,9 @@
 
 #define NUM_XLAT_TYPES (sizeof(xlat_type) / sizeof(xlat_type[0]))
 
-static void     kstate_add_xlat(char *str);
-static void     kstate_add_switcher(char *str);
-static void     kstate_set_life(char *str);
+void     kstate_add_xlat(char *str);
+void     kstate_add_switcher(char *str);
+void     kstate_set_life(char *str);
 
 /* --- Functions ------------- */
 /* INTPROTO */

---------------------------------------
Received: (at 288459-close) by bugs.debian.org; 6 Aug 2005 23:39:30 +0000
>From [EMAIL PROTECTED] Sat Aug 06 16:39:30 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1E1Y98-0006Dl-00; Sat, 06 Aug 2005 16:32:06 -0700
From: Frank Lichtenheld <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#288459: fixed in rxvt 1:2.6.4-7
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 06 Aug 2005 16:32: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
X-CrossAssassin-Score: 4

Source: rxvt
Source-Version: 1:2.6.4-7

We believe that the bug you reported is fixed in the latest version of
rxvt, which is due to be installed in the Debian FTP archive:

rxvt-ml_2.6.4-7_i386.deb
  to pool/main/r/rxvt/rxvt-ml_2.6.4-7_i386.deb
rxvt_2.6.4-7.diff.gz
  to pool/main/r/rxvt/rxvt_2.6.4-7.diff.gz
rxvt_2.6.4-7.dsc
  to pool/main/r/rxvt/rxvt_2.6.4-7.dsc
rxvt_2.6.4-7_i386.deb
  to pool/main/r/rxvt/rxvt_2.6.4-7_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.
Frank Lichtenheld <[EMAIL PROTECTED]> (supplier of updated rxvt 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,  7 Aug 2005 00:28:28 +0200
Source: rxvt
Binary: rxvt-ml rxvt
Architecture: source i386
Version: 1:2.6.4-7
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Frank Lichtenheld <[EMAIL PROTECTED]>
Description: 
 rxvt       - VT102 terminal emulator for the X Window System
 rxvt-ml    - multi-lingual VT102 terminal emulator for the X Window System
Closes: 180474 197265 269115 288459
Changes: 
 rxvt (1:2.6.4-7) unstable; urgency=low
 .
   * QA Upload
   * Change Maintainer to QA Group
   * Apply patch by Andreas Jochens to fix FTBFS with gcc 4.0
     (Closes: #288459)
   * Apply patch by Adam Borowski to fix invalid escape code
     for Kpad2 in application cursor mode (Closes: #180474)
   * Apply patch by Samuel Thibault to fix segfault on exit
     (Closes: #197265, #269115)
   * Bump Standards-Version to 3.5.9 because I'm not sure if we're
     compliant with 3.5.10 (see upgrading-checklist regarding
     xterm compatibility) and I have no time to check.
     Updated the CFLAGS handling in debian/rules
   * Use only needed Build-Depends instead of xlibs-dev
   * Clean-up fixes:
     + Quote strings in menu-ml
     + Install menu files to /usr/share/menu, not to /usr/lib/menu
     + don't set usr/doc link in postinst-ml
     + remove possible bashism in preinst{,-ml}
Files: 
 ed52b5208b8c7530ee5ba2eb40b8a5f6 581 x11 optional rxvt_2.6.4-7.dsc
 bb3deed66dc08bee57756d6fec940ff4 54608 x11 optional rxvt_2.6.4-7.diff.gz
 2b1f24074ceb60b8ece96a25e02328b9 243552 x11 optional rxvt_2.6.4-7_i386.deb
 31418bc5568e437329bee6415e8c0787 303596 x11 optional rxvt-ml_2.6.4-7_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFC9Ua8Qbn06FtxPfARAlIzAJ9RAgO4T0G2DAUcGnZHK+pdEaiL9ACeJXm7
jxzUr08toBgZRtsbWtMEFu8=
=RHXV
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to